/*General styling*/
div#blogposition
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}
p
{
	font-size: 12px;
}
a
{
	color: #fff;
}
.access
{
	display: none;
}
/*Title Styling*/
 h2#blogtitle
{
	font-family: tahoma;
    font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	color: #fff;
}
#blogtitle a
{
	font-size: 22px;
	color: #fff;
}

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

#blogcontents p
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
}

div#blog_feedback
{
	margin-top: 14px;
	margin-left: 2%;
	margin-bottom: 0px;
    margin-right: 0px;
    width: 96%;
    border: 1px solid #3F7EC3;
    background-color: #000;
}
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: #fff;
    text-align: justify;
    font-size: 12px;
}

div.blogpost
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
    margin-right: 0px;
    width: 100%;
    background-color: #000;
	color: #fff;
}
.blogpost a
{
	font-size: 12px;
	font-weight: bold;
}
.blogpost a:link
{
	color: #fff;
	text-decoration: none;
}
.blogpost a:visited
{
	color: #fff;
	text-decoration: none;
}
.blogpost a:hover
{
	color: #FFF200;
	text-decoration: underline;
}

h4.blogposttitle
{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	font-family: georgia;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	width: 630px;
	height: 20px;
	background-image: url(../images/sessiontitle.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.blogtime
{
	color: #A3A3A3;
}

.blogpostclose
{
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    color: #fff;
}

.blogpostclose a
{
	font-size: 12px;
	font-weight: bold;
}
.blogpostclose a:link
{
	color: #fff;
	text-decoration: none;
}
.blogpostclose a:visited
{
	color: #fff;
	text-decoration: none;
}
.blogpostclose a:hover
{
	color: #fff;
	text-decoration: underline;
}

.blogpostinterior
{
	margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: justify;
}

div#poweredby
{
	border: 1px solid #ddd;
    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: right;
    width: 302px;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
div.menusection
{
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.menusection li
{
	list-style-type: none;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
	color: #FBFF00;
}
.menusection ul
{
	padding: 0px;
	margin: 0px;
}
.menusection a
{
	font-size: 12px;
	font-weight: bold;
}
.menusection a:link
{
	color: #FBFF00;
	text-decoration: none;
}
.menusection a:visited
{
	color: #FBFF00;
	text-decoration: none;
}
.menusection a:hover
{
	color: #FBFF00;
	text-decoration: underline;
}
.menusection h3
{
	font-size: 12px;
	font-family: "trebuchet ms";
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	width: 292px;
	height: 20px;
	background-image: url(../images/menutitle.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.menusection p
{
	color: #fff;
}
p#searchtext
{
	padding-top: 0px;
	margin-top: 0px;
}
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;
}

