
body {
 background-color:#FFF;
 font-size: 62.5%;
 font-family: Trebuchet MS, verdana, Georgia; 
 color:#333;
}

p { 
 margin:0 0 5px 0;
 padding:5px 0;
 line-height:25px; 
}

	
small {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 0.8em;
}

h1 { font-size: 2.4em; }
h2 { font-size: 20px; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

pre {
 overflow:auto;
}

.social {width:49%; padding:auto; float:left;}

acronym, abbr {
 font-size: 0.9em;
 letter-spacing: .07em;
 cursor: help;
 border-bottom: 1px dashed #999;
}

strong {	
 color:#333;
}

a, a:visited {
 color:#0E9296;
 text-decoration: none;
}


a:hover {
 color:#20B4D7;
}


hr {
 display: none;
}

a img {
 border: none;
}

/* Layout */
body {
 margin: 0;
 padding: 0;
}

#page {
 margin:30px auto 0 auto;
 padding: 0;
 width: 960px;
}

#wrapper {
 margin-top:20px;
}

#content-left {
 width:350px;
 height:475px;
 float:left;
 border:4px solid #f1f1f1;
 overflow:hidden;
 padding-top:-15px;
 background-image: url(images/pull.jpg);
}

#content-right {
 width:590px;
 float:right;
}

#footer {
 border-top:2px solid #0E9296;
 background-color:#E3FAFF;
 float:left;
 width:100%;
 font-size:11px;
 margin-top:20px;
}

/* Navigation CSS */
#navigation {
  width: 100%;
  height: 30px;
  border-bottom:2px solid #0E9296;
}

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
}
#nav a, #nav a:visited {
  display: block;
  padding: 9px 15px 9px 15px;
}
#nav a:hover {
background-image: url(images/blue.png);
}
#nav li {
  float: left;
}
#nav li ul {
  position: absolute;
  width: 140px;
  left: -999em;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
  background-image: url(images/blue.png);
  width: 140px;
  float: none;
  margin: 0px;
  padding: 7px 10px 7px 10px;
  //border-bottom: 1px solid #cfe4f2;
  //border-left: 1px solid #cfe4f2;
  //border-right: 1px solid #cfe4f2;
}
#nav li li a:hover {

}
#nav li ul ul {
  margin: -25px 0px 0px 160px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
  left: auto;
}

/* Post */
.post {
	margin: 0;
	padding:0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	}

.post h2 {
 margin:0;
 padding:0;
 text-align:left;
 color:#0E9296;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.4em;
	line-height:1.4em;
	margin:0px 0;
	//background:url('images/border_h.gif') repeat-x bottom;
}

.entry blockquote {
	background:url('images/quote.png') #f8f8f8 no-repeat top left;
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px 5px 55px;
	margin:10px 0;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

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

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.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;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}


/* Comments*/
#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#f6f9fd;
	border-top: 2px solid #cfe4f2;
}

.commentlist li.odd {
	background-color:#f9f9f9;
	border-top: 2px solid #ddd;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Footer */

#subfooter {  
 width:100%;  
 margin-left:15px;  
 margin-right:15px;  
 min-height:100px;  
 //background-color:#d5d6d7;  
 clear:both;  
}  
  
#subfooter .widget_custom {  
 width:33%;  
 min-height:100px;  
 float:left;  
}  

#subfooter .widget .inner {  
 padding:10px;  
}

#s {
 color:#555;
 border:none;
 background:#fff;
 width:160px;
 height:18px;
 padding:3px 0 2px 3px;
 font-family:Trebuchet MS;
 font-weight:bold;
 margin:2px 0 0 0;
}

#searchsubmit {
 width:70px;
 color:#555;
 border:none;
 background:#fff;
 padding:2px 0 3px 0;
 margin:3px 5px 0 0;
 font-family:Trebuchet MS;
 font-weight:bold;
}

#footer li {overflow:hidden; }
#footer p {margin-top:-20px;}
#footer {font-size:12px;}
.title {font-size:20px; margin-bottom:-15px; text-transform:none; line-height:1.6em;}
#content-left .widgettitle {display:none;}





