/*
 * ----------------------------------------------------------------------------------------------------------------
 * Reset
 * ----------------------------------------------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
 * ----------------------------------------------------------------------------------------------------------------
 * General
 * ----------------------------------------------------------------------------------------------------------------
 */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4D4D4D;
	height: 100%;
	background-image: url('images/background.png');
	background-position: top;
	background-repeat: repeat-x;
}

h3, h3 a
{
	font-size: 24px;
	font-weight: bolder;
	color: #555555;
	margin-bottom: 6px;
	padding-left: 4px;
	font-family: Helvetica;
	text-decoration: none;
	clear: both;
}

h3 a:hover
{
	color: #777777;
}

p
{
	line-height: 14px;
}

fieldset
{
	border: thin solid #666666;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */ 
	margin: 10px;
	padding: 10px;
}

legend
{
	padding-left: 5px;
	padding-right: 5px;
}

input, textarea
{
	border: thin solid #999999;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */ 
}

input
{
	padding: 5px;
	margin-bottom: 3px;
}

textarea
{
	padding: 9px;
	width: 97%;
}

.label
{
	/*
	 * The generic class that will be used by most <label> tags
	 */
	display: inline-block;
	margin-bottom: 5px;
	min-width: 125px;
	text-align: right;
}

.button
{
	height: 30px;
	border: thin solid #999999;
	background-color: #D9D9D9;
}

.button:hover
{
	background-color: #F9F9F9;
}

.submit
{
	/*
	 * The generic class used by most submit buttons in forms
	 */
	float: right;
	position: relative;
	bottom: -25px;
	margin-top: -15px;
}

.left
{
	float: none;
}

.errorInfo
{
	color: #FF0000;
}

#session_info
{
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 12px;
	padding-left: 40px;
	
	border: thin solid #6AB6E6;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */ 
	
	background-image: url("images/icons/info.png");
	background-repeat: no-repeat;
}

#session_error
{
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 12px;
	padding-left: 40px;
	
	border: thin solid #D94F1D;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */ 
	
	background-image: url("images/icons/error.png");
	background-repeat: no-repeat;
}

/*
 * ----------------------------------------------------------------------------------------------------------------
 * Authentication
 * ----------------------------------------------------------------------------------------------------------------
 */

#authform
{
	display: block;
	margin: 0 auto;
	width: 400px;
}




/*
 * ----------------------------------------------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------------------------------------------
 */

#logo
{
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	z-index: 1;
	display: block;
	position: relative;
}

#logo:hover
{
	background-image: url("images/smalllogo_hover.png");
	background-repeat: no-repeat;
}

#logo:hover img
{
	opacity: 0;
}

/*
 * ----------------------------------------------------------------------------------------------------------------
 * Main Navigation
 * ----------------------------------------------------------------------------------------------------------------
 */

#mainNavigation
{
	display: block;
	float: left;
	margin: 0px;
	margin-top: 33px;
	background-image: url("images/navbg.png");
	background-repeat: repeat-x;
	background-position: right;
	min-height: 57px;
	height: 57px;
	margin-left: -215px;
	padding-left: 250px;
	padding-right: 30px;
	z-index: 0;
	position: relative;
}

#mainNavigation li
{
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	min-height: 47px;
	height: 47px;
	margin-right: -4px;
}

#mainNavigation li a
{
	color: #DDDDDD;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 44px;
}

#mainNavigation li:hover
{
	background-image: url("images/navbghover.png");
	background-repeat: repeat-x;
}

#mainNavigation li .mainnav_extrainfo
{
	display: none;
}


#mainNavigation li:hover .mainnav_extrainfo
{
	display: block;
	font-size: 10px;
	position: absolute;
	bottom: -15px;
	width: 100%;
	overflow: hidden;
	display: none;
}

#mainNavigation .lhs, #mainNavigation .lhs:hover
{
	display: none;
}

#mainNavigation .rhs, #mainNavigation .rhs:hover
{
	display: none;
}

 .mainSection_home #mainnav_home,
 .mainSection_blog #mainnav_blog,
 .mainSection_contact #mainnav_contact
 {
	background-image: url("images/navbgactive.png");
	
 }
 
 .mainSection_home #mainnav_home a,
 .mainSection_blog #mainnav_blog a,
 .mainSection_contact #mainnav_contact a
 {
 	
 }
 
 /*
 * ----------------------------------------------------------------------------------------------------------------
 * Sub Navigation
 * ----------------------------------------------------------------------------------------------------------------
 */

#sidebar
{	
	float: left;
	width: 160px;
	padding: 10px;
	height: 100%;
	padding-top: 30px;
}

 /*
 * ----------------------------------------------------------------------------------------------------------------
 * Main Content
 * ----------------------------------------------------------------------------------------------------------------
 */
 
 #header
 {
 	clear: both;
	overflow: hidden;
 }
 
 #wrapper
 {
 	min-width: 950px;
 }
 
 #mainContentWrapper
 {
 	z-index: 10;
 	clear: both;
	overflow: hidden;
	border: medium solid #333333;
	
	-webkit-border-radius: 20px; /* Safari prototype */
	-moz-border-radius: 20px; /* Gecko browsers */
	border-radius: 20px; /* Everything else - limited support at the moment */ 
	
	background: #BBBBBB;
	
	margin: 75px;
	margin-top: 25px;
	margin-bottom: 0px;
	
	background: #BBBBBB url("images/background2.png") -150px -100px;
	background-repeat: no-repeat;
	
	padding-bottom: 15px;
	
	min-width: 950px;
	width: 950px;
 }
 
 #maincontent
 {	
 	min-width: 700px;
	width: 700px;
 	float: left;
 	padding: 30px;
	padding-bottom: 15px;
	border-right: thin solid #333333;
 }
 
 .mainSection_blog #maincontent, .mainSection_home #maincontent
 {
 	padding-left: 50px;
	width: 680px;
	min-width: 680px;
 }
 
 .blog_post
 {
 	margin-bottom: 20px;
	min-height: 75px;
	padding-bottom: 15px;
	border-bottom: thin double #3C3C3C;
 }
 
 .blog_poster
 {
 	display: block;
	border: medium solid #333333;
	background-color: #4C4C4C;
	color: #DDDDDD;
	position: absolute;
	margin-left: -90px;
	padding: 3px;
	width: 63px;
	text-align: center;
 }
 
 .blog_date
 {
 	display: block;
	padding: 10px;
	border: medium solid #333333;
	position: absolute;
	float: left;
	margin-left: -90px;
	background-color: #3C3C3C;
	color: #DDDDDD;
	margin-top: 21px;
	width: 49px;
 }
 
 .blog_date_day
 {
 	display: none;
 }
 
 .blog_date_date
 {
 	font-size: 18px;
 }
 
 .blog_date_month
 {
 }
 
 .blog_date_year
 {
 	display: none;
 }
 
 .blog_content
 {
 	clear: both;
 }

 /*
 * ----------------------------------------------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------------------------------------------
 */

 #footer
 {
 	clear: both;
	overflow: hidden;
	border: medium solid #333333;
	
	-webkit-border-radius: 20px; /* Safari prototype */
	-moz-border-radius: 20px; /* Gecko browsers */
	border-radius: 20px; /* Everything else - limited support at the moment */ 
	
	-webkit-border-radius-topright: 0px; /* Safari prototype */
	-moz-border-radius-topright: 0px; /* Gecko browsers */
	border-radius-topright: 0px; /* Everything else - limited support at the moment */ 
	
	background: #BBBBBB;
	
	min-width: 200px;
	min-height: 15px;
	
	margin-left: 805px;
	margin-top: -22px;
	margin-bottom: 20px;
	
	float: left;
	
	padding: 10px;
 }
 
 /*
 * ----------------------------------------------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------------------------------------------
 */

 #comments
 {
 	margin-top: 30px;
	margin-bottom: 30px;
 }
 
 #comments .comment
 {
 	margin: 15px;
	margin-bottom: 35px;
	padding: 10px;
	padding-top: 0px;
	
	border: thin solid #999999;
	
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */ 
 }
 
 #comments .comment .commentposter, #comments .comment .commentdate
 {
 	display: inline-block;
	position: relative;
	top: -12px;
	margin-bottom: -20px;
	padding: 5px;
	background-color: #CCCCCC;
	opacity: 0.85;
	
	border: thin solid #999999;
	-webkit-border-radius: 3px; /* Safari prototype */
	-moz-border-radius: 3px; /* Gecko browsers */
	border-radius: 3px; /* Everything else - limited support at the moment */
 }
 
 .blog_tags
 {
 	margin-top: 15px;
 }
 
 .sidebar_content
 {
 	padding: 7px;
 	margin-bottom: 20px;
	border-bottom: thin solid #666666;
 }
