/* reset */

ul,ol { 
	list-style:none 
}

h1,h2,h3,h4,h5,h6 { 
	font-size:1em; 
}

body,html,p,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,form,fieldset,input,div, span{ 
	margin:0; padding:0;
}

img { 
	border:none;
}

/* general */
body {
        background: #6d6d6d url(images/back-body.gif) repeat-x;
	color: #323232;
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
        text-align: center;
}

a, a:visited{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	

/* images */
.imgRight {
        float: right;
        padding: 0 0 5px 10px;
}
.imgLeft {
        float: left;
        padding: 0 10px 5px 0;
}
/* main div */
#container { 
        background: #ffffff url(images/back-contain.gif) repeat-x;
	width: 750px; 
	text-align: left; 
	margin: 0 auto; 
}


/* logo */
#logo {
        margin: 30px 0px 10px 15px;
}



/* top menu */
#menu { 
        width: 750px;
	text-align: right;
        padding-top: 20px;
        color: #fff;
	}

#menu li {
	display: inline;        
        font-size: 1.2em;
}
		
	
#menu ul li a {
	color: #fff;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: none;
}


#main{
        width: 670px;
        margin: 50px 40px 20px;
}
/* content div elements */
#content { 
	width: 380px; 
        float: left;
        padding-bottom: 20px;
}
#single #content {
       width: 670px;
}
#content p{
	margin: 0;
	line-height: 1.6em;
	padding: 0 0 15px 0;
        font-size: 1.2em;
}

#content a {
        color: #173470;
}
	
#content h1 {
	color: #99cc66;
	font-size: 1.6em;
}
	
#content h1 a  {
	color: #99cc66;
}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
}

#content h2 {
	color: #99cc66;
        font-size: 2em;
        display:inline;
}


#single #content h2 {
	color: #99cc66;
        font-size: 2em;
        display:block;
}

#single #content h2.postTitle{
        display: inline;
}

#content h2 a  {
	color: #99cc66;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
}

#content h3 {
	color: #333;
        font-size: 1.6em;
        margin: 5px 0 3px 0;
}

#single #content h3 {
	color: #99cc66;
        font-size: 1.6em;
        display:inline;
}
#content h3 a  {
	color: #99cc66;
}

#content h3 a:hover {
	color: #000000;
	text-decoration: underline;
}

blockquote{
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
}
	
#content blockquote p{
	margin: 0 0 20px 0;
}

#content ul {
        list-style-image: url(images/bullet.png);
        margin: 5px 0 20px 30px;
        font-size: 1.2em;
}

.post {
        margin-bottom: 5px;
        border-bottom: 1px dashed #d3dbed;
        padding: 0 0 20px;
}


#content p.postNav, #content p.postInfo{
        font-size: .9em;
}

/* post date */
.date {
	float:left;
	height:45px;
	width:35px;
	margin: 2px 10px 10px 0;
	padding:2px;
	background: #FFBFE1;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.date p {
	text-align:center;
	color: #1B3E6F;
	text-transform:uppercase;
        padding-bottom: 0;
}

#single #content div.date p{
        padding-bottom: 0;
}

.date span.day {
	font-size: 1.8em;
	display:block;
	color:#fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.date span.month {
	font-size: 1.1em;
	display:block;
	padding: 1px 2px 2px;
	font-weight: bold;
}

#portfolio h2{
        font-size: 1.4em;
}

#portfolio img{
        margin: 10px;
        clear: both;
        border: 2px solid #333;
}
/* sidebar */
#sidebar { 
	width: 230px; 
	background-color: #dfe2e9;
        float: right;
}

#sidebarContent { 
        padding: 15px;
}

#sidebar p{
	line-height: 1.8em;
	padding: 0 0 15px 0;
}
	
#sidebar h2 {
	color: #99cc66;
	font-size: 1.2em;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#sidebar ul {
	padding: 0 0 20px 0;
}
	

#sidebar ul li a {
	color: #ff9900;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#sidebar ul li ul li {
	color: #000000;
	padding: 5px 0 0 15px;
}

#sidebar ul li ul li a {
	color: #ff9900;
}

/* comments */

#comment {
        border-top: 1px solid #ccc;
}
ol.commentlist {
       padding: 15px;
}

ol.commentlist li cite{
       font-size: 1.4em;
       font-weight: bold;
       font-style: normal;
}

.commentlist li p{
       margin: 0;
       padding: 0 0 5px;
}

.commentlist .commentHead{
       border-bottom: 1px dotted #ccc;
       margin: 5px 5px 0;
}
.commentlist .alt {
       background-color: #ccc;
}

/* footer */
#footer { 
	background: #A9B7D5 url(images/watermark.gif) right no-repeat;
	width: 750px;
        margin: 0 auto;
	clear: both;
        text-align: left;
        height: 300px;
        padding: 10px 0 10px;
}

#footer h3{
        font-size: 1.6em;
}

#footer p{
        margin: 3px 10px 10px 0;
        font-size: 1.2em;
}

#footer ul{
        margin: 5px 0 0 10px;
}
#footer ul li {
        border-bottom: 1px solid #8696b9;
        font-size: 1.2em;
        margin-bottom: 3px;
        padding: 3px 0;
}
#footer ul li a{
        color: #0e224b;
}
#footerContent{
        width: 700px;
        margin: 10px 25px;
}
#footer2 { 
	background-color: #A9B7D5;
	width: 750px;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
}
.left {
        width: 210px;
        float: left;
}

.middle{
        width: 210px;
        float: left;
        margin-left: 30px;
}

.right{
        width: 210px;
        float: right;
}


#sexycomments #commentBlock {
	font-size:1em;
	font-weight:normal;
	margin:10px 0;
	padding:0;
	position:relative;
}
#sexycomments #commentBlock .Comment {
	background: #f4f4f4;
	margin:0 0 2px 0;
}
#sexycomments #commentBlock #commentContainer{
        line-height:1.2;
}
#sexycomments #commentBlock .odd {background: #f4f4f4;}
#sexycomments #commentBlock .author{
	background: #d0d8e7;
}
#sexycomments a.avatar img{
	border: 3px double #ccc;
	float:left;
	margin: 0 3px 3px 0;
}
#sexycomments #commentBlock blockquote{
	border-top:5px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 3px;
	margin: 3px 6px;
}	
#sexycomments #commentBlock .commentcount{
        width: 30px;
        text-align: center;
        float: left;
	background-color: #666;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px;
        margin: 8px 5px 2px 7px;
        position: relative;
}
#sexycomments #commentBlock .commenttext {
        padding: 8px 30px 8px 30px;
}
#sexycomments #commentBlock .bio{
        border-bottom: 1px dashed #666; 
        font-size: 1.2em; 
        padding: 20px 0 7px 10px; 
        margin: 0 8px; 
        font-weight: bold;
}
#sexycomments #commentBlock .message{
        color:#aaa;
        font-size: 0.9em;
        font-style:italic;
}	
#sexycomments td{
        padding:3px;
}
#sexycomments .commentmetadata {
	color:#333;
	font-size:.9em;
	margin:0;
	padding-bottom:5px;
	font-weight: normal;
}
#sexycomments .sexycomments-footer{
        display:none;
	color:#ccc;
	font-size:0.6em;
	text-align:center;
}