/* CSS Document */

/* -----------------------------------------=========================RESET BROWSER DEFAULTS=======================--------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote{ padding: 0; margin: 0; font-size: 100%; font-weight: normal; }
ol{ margin-left: 1.4em; list-style: decimal; }
ul{ margin-left: 1.4em; list-style: square; }
img{ border: 0; }
table{ border-collapse: collapse; }
/* --------------------------------------========================= END RESET BROWSER DEFAULTS=====================--------------------- */


body{
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	letter-spacing: .03em;
	font-size: medium;
	background-color: #ffffff;
}

/*                                                               HEADER                                                              */
#header{
	background-color: #880101; 
	height: 70px;
	border-bottom: 6px dashed #ffffff;
}
#header img{
	position: absolute; top: -8px; left: -15px;
}
#header ul{
	text-align: right;
	list-style: none;
	padding-top: 10px;
}
#header li{
	position: right bottom;
	display: inline;
	padding: 15px 10px 0 10px;
}
#header a, #header a:link, #header a:hover, #header a:active, #header a:visited{
	color: #f0cb74;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}

#googlesearch{
	text-align: right;
	margin: 0; padding: 10px 10px 0 0;
}

/*                                                               SIDEBAR                                                             */
#sidebar{
	margin-top: 0;
	font-size: .8em;
	text-transform: uppercase;
	width: 150px; overflow: hidden;
	float: left;
}
#sidebar ul{
	padding: 5px; margin: 0px;
}
#sidebar .nav_medals{
	border-top: 1px solid #880101;
	padding-top: 8px;
}
#sidebar li{
	display: block;
	list-style: none;
	margin: 5px 0 5px 0; padding: 4px 0 4px 4px;
	background-color: #ffffff;
	border-bottom: 1px solid #880101;
	white-space: nowrap;
}
#sidebar li a, #sidebar li a:active, #sidebar li a:visited, #sidebar li a:hover, #sidebar li a:link{
	text-decoration: none;
	color: #000000;
}
#sidebar li a:hover{
	background-color: #880101;
	padding: 10px; margin-left: -10px;
	padding-right: 150px;
  	color: #ffffff;
	white-space: nowrap;
}
#sidebar .beginner{
	margin-left: 10px;
	margin-top: 0; margin-bottom: 0;
	border-bottom: none;
	width: 115px;
}
#sidebar .beginner a:hover{
	margin-left: -25px; padding-left: 25px;
}

/*                                                               SIDEBAR2                                                            */
#sidebar2{
	background-color: #ffffff;
	float: right;
	width: 138px;
	min-height: 350px;
	padding-left: 15px; padding-top: 6px;
	margin-top: 5px;
	border-left: 0;
	border-bottom: 0;
}
#sidebar2 .ad{
	padding-top: 5px; padding-bottom: 5px;
}

/*                                                               CONTENT                                                                */
#content{
	margin-left: 165px;
	max-width: 700px;
	background-color: #ffffff;
}
#content a, #content a:active, #content a:visited, #content a:hover, #content a:link{
	color: #000000;
	text-decoration: none;
}
#content a:hover{
	color: #880101;
	text-decoration: underline;
}
h1{
	padding: 4px 0;
}
h1 .welcome{
	color: #880101;
	text-align: center;
	font-size: 1.5em;
}

h2{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 1.1em;
	margin: 10px 0;
	border-bottom: 2px solid #feed56; padding: 3px;
}
h3{
	margin-bottom: 10px;
}
h4{
	margin: 0 100px 20px 50px;
}
#content p{
	margin-bottom: 6px;

}
p.note{
	border: 0;
	margin: -10px 60px 0 60px;
}
#content ul{
	padding-left: 40px;
	margin-bottom: 30px;
}
.article{
	margin: 10px 125px 10px 0; padding-right: 8px;
	min-height: 140px; overflow: hidden;
	padding: 8px 5px; 
	background-color: #ffffef;
	border: 2px solid #efefef; 
		border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;
}
.article img{
	float: left;
	margin-right: 8px; margin-top: 5px;
	border-right: 5px solid #feed56; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;
	border-bottom: 5px solid #feed56; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;
}
.article h1{
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: .1em;
	font-size: 1em;
	border-bottom: 1px solid #880101;
	padding-bottom: 3px;
}
.article p{
	font-size: .8em;
	margin-top: 5px;
	max-height: 70px;
	overflow: hidden;
	word-spacing: .1em;
}
.article strong{
	font-weight: bold;
	font-size: 110%;
	letter-spacing: .08em;
	word-spacing: .1em;
}
.more{
	text-align: right;
	margin: 5px 8px;
	position: bottom right;
	color: #880101;
}





/*                                                               FOOTER                                                              */
#footer{
	margin: 0; padding: 2px;
	background-color: #880101;
	border: 3px solid #f0cb74; border-left: none; border-right: none;
	font-size: .75em; 
	color: #feed56;
	clear: both;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	color: #feed56;
	text-decoration: none;
	border-bottom: 1px solid #feed56;
}
#footer a:hover{
	border-bottom: 2px solid #f0cb74;
	font-weight: 800;
	letter-spacing: 0.15em;
}

/*=======================================================================================================================================*/

