/*  

*/

body{
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header{
	float: left;
	width: 960px;
	height: 110px;
	color: #F8F8F8;
	background-color: #000000;
}

#logo img {
	margin-top:50px;
	padding-left:13px;
	float:left;
}

#navigation {
	float:right;
	margin:60px 0 0;
	padding:0;
	text-align:right;
	width:750px;
}

#navigation li{
	margin-right:8px;
}

#container{
	float: left;
	width: 690px;
	margin: 10px 0px 0 0;
}

.sidebar{
	float: right;
	width: 260px;
	display: inline;
	color: #ffffff;
	background-color: #ffffff;
	margin-top: 10px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4{
	color: #ffffff;	
}

.sidebar a{
	color: #ffffff;	
}

p{
	padding: 10px 0 0 0;
}





.style11 {
	font-size: 10px;
	color: #cccccc;
	}

.style11 a, .style11 a:link, .style11 a:hover, .style11 a:visited{
	text-decoration: underline;
	font-size: 10px;
}



#htitle{
	float: left;
	margin: 17px 10px 0 0;
}

#desc{
	float: left;
	color: #777;
	margin: 25px 10px 0 0;
}

#navmenu{
	float: right;
	margin: 15px 0 0 0;
}

#navmenu ul{
	list-style-type: none;
	list-style-image: none;
}

#navmenu ul li{
	display: inline;
	padding: 0 0 0 20px;
}

#navmenu ul li a {
	text-decoration: none;
	color: F8F8F8;
}

#navmenu ul li a:hover {
	color: 9999AA;
}


#postcon{
	margin: 0px 0;
	background: #ffffff;
}

.post{
	padding: 10px 10px 10px 0px;
}

.post a{
	color: #999999;
}

.post a:hover{
	color: #666;
	text-decoration: underline;
}

.post h2, .post h2 a{
	font-size: 22px;
	color: #000;
	margin:0px 0px 5px 0px;
	float:left;
	line-height:1.2em;
}


.entry{
	clear:both;
	line-height: 18px;
	border-top: 1px solid #EEE;
	padding-top:10px;
}

.postmetadata p, .postmetadata p a{
	padding:0px;	
	margin:0;
	color: #AAA;
	float:right;
}

.postmetadata p{
	margin-top: 10px;	
}


.metabox{
	float: left;
	width: 99%;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 5px;
	background: #EEE;
	display:none;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

table#wp-calendar{
	width: 100%;
}

.commentlink{
	padding: 2px 0 2px 2px;
	/*background: url('images/comment.png') left center no-repeat;*/
	margin-left: 0px;
}

.editcomment{
	padding: 2px 0 2px 2px;
	/*background: url('images/pencil.png') left center no-repeat;*/
	margin-left: 10px;
}

.catlink{
	padding: 2px 0 2px 2px;
	/*background: url('images/cat.png') left center no-repeat;*/
}

.taglink{
	display: block;
	padding: 2px 0 2px 2px;
	/*background: url('images/tag.png') left center no-repeat;*/
}
/*Sidebar
-----------------------------------------------------*/

.sidebar ul{
	list-style-type: none;
	margin: 0 0 20px 0px;
	padding: 0px;
}

.sidebar ul li{
	padding: 0px 20px 10px 20px;
	background-color: #000000;
}

.sidebar ul li h2{
	font-size: 15px;
	padding: 20px 0;	
	width:240px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
	background: none;
}

#friends{
	text-align:center;	
}

#friends img{
	padding: 10px 0px;	
}

/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 2px;
}

.cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footerWrapper{
	clear: both;
	text-align: left;
	width: 100%;
	line-height: 10px;
	margin: 15px 0 0 0px;
	padding: 20px 0px;
	color: #AAA;
	background-color:#F1F1F1;
}

#footer{
	clear: both;
	text-align: left;
	width: 960px;
	line-height: 10px;
	margin: 0px auto;
	padding: 20px 0px;
	color: #AAA;
	height: 30px;
}

/*Comments
-----------------------------------------------------*/
.alt{
	background: #EEE;
}

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
float: right;
border: 1px solid #EEE;
padding: 2px;
margin: 0 10px;
background: #fff;
}
