/* CSS Document */

body{
	background:url(img/bg.png);
	margin:0px;
	padding:0px;
	text-align:center;
	font-size :12px;
	font-family: "Gill Sans";
}

a{
	color:#00aeef;
	text-decoration:none;
	border-bottom:1px dotted #00aeef;
}

a:hover{
	color:#00aeef;
	border-bottom:1px solid #00aeef;
}

h1,h2,h3,h4,h5,h6{
	margin:12px;
	font-weight:normal;
	margin-left:0;
}

.blog_r p{
	padding-bottom: 5px;
}

h1{font-size:24px}
h2{font-size:22px}
h3{font-size:20px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}

blockquote{
	letter-spacing:1px;
	line-height:20px;
	color:#333;
	font-size:15px;
	font-style: italic;
	padding:10px 20px 10px 60px;
	background:url(img/quote.PNG) no-repeat top left #efefef;
	margin-left: 15px;
	width: 575px;
		border-top:1px double #e0e0e0;
	border-bottom:1px double #e0e0e0;
}

blocquote p{
	width: 400px;
}

ul{
	list-style-type:square;
}


#wrapper{
	width: 953px;
	margin: auto;
}

#container{
	width:943px;
	margin:auto;
	padding:30px 0 10px 0;
	color:#333;
	float:left;
	display: block;
	background: url(img/content.png) repeat-y;
	height: 100%;
}

#header{
	height: 44px;
	width:943px;
}

#header img{
	width:200px;
	margin: 0px auto;
}

#header h1{
	font-size: 36px;
}

#menubar{
	background-color:#efefef;
	font-size:18px;
	width:870px;
	margin-left: 35px;
	margin-top: 30px;
		border-top:1px double #e0e0e0;
	border-bottom:1px double #e0e0e0;
}

#menubar ul{
	list-style:none;
	text-align: center;
	margin: 4px auto;
	padding-top: 6px;
	display: block;
	height: 30px;
}

#menubar ul li{
	display: inline;
	padding-right:10px;
	padding-left: 10px;
}

#menubar ul li a{
	text-transform: uppercase;
	color:#333;
	text-decoration:none;
	border-bottom:0;
	background-image:none;
}

#menubar ul li a:hover{
	color:#00AEEF;
	border-bottom:1px solid #00AEEF;
}


#content{
	text-align:left;
	width:670px;
	float:left;
	margin:0px auto;
	display: block;
	margin-left: 20px;
	min-height: 450px;
}

#content p{
	line-height:16px;
	letter-spacing:1px;
}

.blog{
	float:left;
	width:670px;
	display: block;
	margin-bottom: 10px;
}

.blogdate{
	text-align:center;
	width:120px;
	padding-bottom:14px;
	background-color:#efefef;
	border-top:1px double #e0e0e0;
	border-bottom:1px double #e0e0e0;
}

.daynum{
	font-size:36px;
	color:#00aeef;
}

.month{
	font-size:12px;
	padding-left:0px;
	font-variant:small-caps;
	text-align:center;
}

.blog_l{
	float:left;
	width:120px;
	text-align:right;
	font-variant:small-caps;
	letter-spacing:2px;
	margin-left: 15px;
}

.blog_l img{
	border-bottom:1px double #e0e0e0;
}

.blog_r strong{
	display: inline-block;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 15px;
}


.blog_r{
	float:right;
	width:500px;
	padding:10px;
	background: #efefef;
	border-top:1px double #e0e0e0;
	border-bottom:1px double #e0e0e0;
}

.blog_p{
	line-height: 12px;
}

.blog_r h2{
margin-top: -1px;
font-size: 20px;
}

.blog_r h2 a{
   color:#333;
   border: none;
}

.blogfoot{
	margin: 0;padding:0;
	margin-top:10px;
	font-variant:small-caps;
	letter-spacing:2px;
}

.blogfoot a{
	padding-right: 4px;
}

#sidebar{
	width:180px;
	float:right;
	text-align:left;
	margin-right: 38px;
	display: block;
	margin-top: 5px;
	color: #333;
}

.sideitem p, .sideitem h3{
	margin:10px;
	line-height:16px;
}

.sideitem h3{
	color:#333;
}

.sideitem{
	background-color:#efefef;
	border-top:1px double #e0e0e0;
	border-bottom:1px double #e0e0e0;
	margin-top:10px;
	display: block;
}

.nav{
	text-align:left;
	width:190px;
	letter-spacing:1px;
}

.nav a{
	display: inline-block;
	width: 150px;
	padding:10px 10px 10px 0px;
	text-decoration:none;
	border-bottom:1px dotted #00aeef;
}

.nav a:hover{
	text-decoration:none;
	border-bottom:1px solid #00aeef;
}

.nav li{
	width:160px;
	height:35px;
	margin:0 0 0 -30px;
	background-color:#efefef;
	list-style-type:none;
}

.nav li:hover{
	background-color:#333;
}

#footer{
		border-top:1px double #e0e0e0;
	border-bottom:1px double #e0e0e0;
 	text-align:center;
 	font-size:11px;
 	width:870px;
	height:30px;
	background-color:#efefef;
	margin-left: 35px;
	margin-top: 20px;
	float: left;
	display: block;
}

#footer p{
	margin-top:4px;
	color:#333  ;
}
