/*General styling*/
div#blogposition
{
	font-family: "Courier New", Courier, helvetica, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}
p, li
{
	font-size: 15px;
}
a, td
{
	color: #666;
}
.access
{
	display: none;
}
img
{
	border: 0px;
}
/*Title Styling*/
 h2#blogtitle
{
	font-family: "Courier New", Courier, helvetica, sans-serif;
    font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	color: #777;
}
#blogtitle a
{
	color: #777;
}

/*Blog contents*/
div#blogcontents
{
	float: right;
	margin: 0px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 600px;
	background-color: #fff;
}

div#blog_feedback
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
    margin-right: 0px;
    width: 100%;
    border: 1px solid #666;
    background-color: #fff;
}
h4#blog_feedback_title
{
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    background-color: #3F7EC3;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    color: #666;
    text-align: justify;
    font-size: 12px;
}

div#blog_errors
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
    margin-right: 0px;
    width: 100%;
    border: 1px solid #666;
    background-color: #fff;
}
h4#blog_errors_title
{
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    background-color: #C00;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    color: #666;
    text-align: justify;
    font-size: 12px;
}

div.blogpost
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
    margin-right: 0px;
    width: 100%;
    background-color: #fff;
	color: #666;
}
h4.blogposttitle
{
    padding: 0px;
    margin: 0px;
    color: #666;
    text-align: justify;
    font-size: 28px;
	font-weight: bold;
}
.blogtime
{
	color: #ccc;
}
.blogpostclose
{
    padding: 0px;
	margin: 0px;
    background-color: #fff;
    color: #666;
}
.blogpostclose a
{
	color: #666;
}
.blogpostinterior
{
	margin-left: 0px;
    margin-top: 15px;
	margin-bottom: 15px;
    margin-right: 0px;
    padding: 0px;
    width: 100%;
    text-align: justify;
}

.blogpostinterior p, li
{
	color: #666;
}
div#poweredby
{
	border: 1px solid #666;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
	width: 459px;
	margin-left: 0px;
    float: left;
}
#poweredby p 
{
	padding: 0px;
    margin: 0px;
    font-size: 11px;
    color: #777;
	text-align: center;
}
div#blogmenu 
{
	float: left;
    width: 190px;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.menusection li
{
	list-style-type: none;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
	color: #666;
}
.menusection ul
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.menusection a
{
	font-size: 16px;
}
.menusection a:link
{
	color: #666;
	text-decoration: none;
}
.menusection a:visited
{
	color: #666;
	text-decoration: none;
}
.menusection a:hover
{
	color: #666;
	text-decoration: underline;
}
.menusection h3
{
	font-size: 25px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
p#searchtext
{
	padding: 0px;
	margin: 0px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
#searchtext a
{
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
#searchtext a:link
{
	text-decoration: none;
}
#searchtext a:visited
{
	text-decoration: none;
}
#searchtext a:hover
{
	text-decoration: underline;
}
input#search
{
	width: 100px;
	border: 1px solid #777;
	font-size: 10px;
}
input#button
{
	background-color: #fff;
	border: 1px solid #777;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}
