/*

General styling

*/

body {
	margin-top: 10px;
	background: #bcd1d6;
	font-family:\"Trebuchet MS\", sans-serif;
	font-size:11px;
	color:#333;
}

#obama {
position: absolute;
left: 0;
top: 0;
display: block;
height: 130px;
width: 130px;
background: url(obama-08.png) no-repeat;
text-indent: -999em;
text-decoration: none;}

#wrapper {
    width:766px;
    margin:0 auto;
	background-color: #FFF;
}

a:link, a:visited {
	text-decoration:none;
	color:#73A533;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

/* HEADER */

#header {
    margin-bottom:20px;
}

    #title {
    width:340px;
    float:right;
    text-align:right;
    margin:38px 5px 0 0;
    line-height:22px;
    font-size:30px;
    font-weight:normal;
    color:#73A533;
    }
    
    #title a:hover {
        text-decoration:none;
        color:#0092C8;
    }

    #topmenu {
        margin-top:40px;
        z-index:5;
        float:left;
        width:400px;
    }
    
        #topmenu a:link, #topmenu a:visited {
            color:#333;
        }
        
        #topmenu a:hover {
            text-decoration:none;
        }
    
		#topmenu ul { 
			list-style:none;
			margin:0 0 0 5px;
			padding:0;
		}
				
				#topmenu ul li a:link, #topmenu ul li a:visited {
					display:block;
					line-height:11px;
					padding:5px 15px 2px 5px;
					margin:0 5px 0 0;
					font-size:11px;
					border-bottom:2px solid #73A533;
					text-transform:uppercase;
				}
				
				#topmenu ul li a:hover {
				    border-bottom:2px solid #0092C8;
				}
				
				#topmenu ul li {
					display:block;
					float:left;
					position:relative; 
				}
				
				#topmenu ul li ul {
					display:block;
					position:absolute;
					top:auto;
					list-style:none;
					margin:0;
					padding:0;
					visibility:hidden;
					border-top:1px solid #CCC;
					width:220px;
				}
				
				#topmenu ul li:hover ul,
				#topmenu ul li.msiefix ul {
					visibility:visible;
				}
				
				#topmenu ul li ul li {
					position:relative;
					float:none;
					line-height:18px;
					color:#333;
					font-size:10px;
					_height:1px;
				}
				
				#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul li ul li a {
					display:block;
					margin:0;
					line-height:15px;
					padding:2px 0 2px 10px;
					color:#FFF;
					_height:1px;
					text-transform:none;
					border:0;
					background-color:#73A533;
				}
				
				#topmenu ul li ul li a:hover {
					background-color:#0092C8;
				}
				
    #headerimage {
        clear:both;
        height:150px;
        border-top:1px solid #CCC;
        border-bottom:1px solid #CCC;
        background-image:url('header5.jpg');
        background-repeat:no-repeat;
        background-position:center;
    }
    

/* SIDEBAR */

#sidebar {
    width:180px;
    float:right;
    margin:0 5px 0 0;
}

#sidebar a:link, #sidebar a:visited {
    color:#333;
}

#sidebar a:hover {
    color:#73A533;
    text-decoration:none;
}

#sidebar img {
    border: 0;
}


/* LISTS */

html>body .the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
color: #777;
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.the_content ul li:before, #sidebar ul ul li:before {
	content: "\00BB\00A0";
	color:#73A533;
	}


/* CONTENT */

#content {
    margin:0 0 0 10px;
    width:530px;
    float:left;
    border-right: 1px solid #CCC;
    padding-right: 20px;
}

.post {
    margin:0 0 40px 0;
    clear:both;
	background: #fff;
	padding-bottom: 10px;
}

    .post .posttitle, #sidebar h2 {
        font-size:20px;
        line-height:20px;
        color:#0092C8;
        margin:0 0 2px 0;
        font-weight:normal;
    }

    .postdate {
	    font-size: 14px;
	    color: #0092C8;
   }
   
        .post a:link, .post a:visited {
            color:#0092C8;
        }
    
        .post a:hover {
            color:#73A533;
            text-decoration:none;
        }
    
        .post a:link span, .post a:visited span {
            color:#CCC;
        }
        
        .post a:hover span {
            color:#AAA;
        }
        
    .post .postmeta {
        font-size:10px;
        line-height:14px;
        color:#CCC;
        text-transform:uppercase;
        margin:0 0 15px 0;
    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color:#AAA;
        }
        
        .post .postmeta a:hover {
            color:#73A533;
            text-decoration:none;
        }
        
    .post p {
        margin:0 0 15px 0;
        line-height:1.6em;
		font-size: 12px;
		color: #777;
    }
    
        .post p a:link,
        .post p a:visited,
        .post ul a:link,
        .post ol a:link,
        .post ul a:visited,
        .post ol a:visited {
            color:#73A533;
        }
    
        .post p a:hover,
        .post ul a:hover,
        .post ol a:hover {
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
.post blockquote {
	display: block;
	width: 425px;
	height: auto;
	border-bottom: 1px solid #bcd1d6;
	background:  url(http://www.adamturtle.com/images/assets/blockquoteblog.png) no-repeat;
	margin: 18px auto 28px auto;
	text-align: justify;
	padding-top: 40px;
}

.post blockquote p {
	font-family:\"Trebuchet MS\", sans-serif;
	font-size: 11px;
	color: #777;
	line-height: 1.7em;
	padding: 10px;
	padding-bottom: 0;
}

.post blockquote .cite {
	font-family: inherit;
	font-size: 11px;
	font-style: italic;
	color: #bcd1d6;
	padding-left: 20px;
	background: url(http://www.adamturtle.com/images/assets/bubble.gif) no-repeat 0 80%;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	border-top: 1px dotted #bcd1d6;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.post h3 {
color: #0092C8;
}
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:#F3F3F3;
        }

.post img 

{
        display:block;
	background:url(shadow.gif) no-repeat right bottom;
	padding:6px 12px 12px 6px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
        margin:5px auto 5px auto;	

}

div.imggroup {
width: 515px;
margin: auto;
padding: 0;
text-align: center;
display: block;
clear: both;
}

div.imggroup img {
    border:1px solid #ccc;
    padding: 3px;
    margin:5px;
float: left;
text-align: center;
    }

div.flickr {
width: 180px;
margin: auto;
padding: 0;
text-align: center;
display: block;
clear: both;
}

div.flickr img {
    width: 70px;
    height: 70px;
    border: 0;
}

div.flickr a {
    border:1px solid #ccc;
    padding: 3px;
    margin:4px;
    float: left;
    text-align: center;
    width: 70px;
    height: 70px;
}

div.flickr a:hover {
    border: 1px solid #0292C8;
}
    
    .img_l {
    border:1px solid #ccc;
	padding: 3px;
    margin:5px auto 10px 10px;
    float: left;
    text-align: left;
padding-right: 20px;
}

.caption {
font-style:italic;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:0;
padding-top:0;
text-align:center;
line-height: 0;
}
    
.post img.wp-smiley {
background:none;
padding:0;	
border:0;
margin:0;
}

object {
	display: block;
	margin: 15px auto 15px auto;
} 
    

/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
      margin:0 0 15px 0;
      padding:10px 10px 0 10px;
      border:1px solid #DDD;
      background: url('comments.gif') repeat-x top left;
    }


    #commentlist li.odd {
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:16px;
        line-height:16px;
        color:#0092C8;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color:#0092C8;
        }
    
        .post #commentlist .commenttitle a:hover {
            color:#73A533;
            text-decoration:none;
        }
        
        textarea {
            width:100%;
        }

/* FOOTER */
        
#footer {
    clear:both;
    border-top:1px solid #CCC;
}

    #footer p {
        margin:5px 0 0 5px;
        color:#CCC;
        text-transform:uppercase;
        font-size:10px;
    }
    
    #footer a:link, #footer a:visited {
        color:#AAA;
    }
    
    #footer a:hover {
        color:#73A533;
        text-decoration:none;
    }
    
    
#footer2 {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 750px;
	padding-right: 8px;
}

#footer2 p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #777;
	font-size: 11px;
	margin-top: 5px;
}

#footer2 a:link {
	text-decoration: underline;
	color: #777;
	font-size: 11px;
}

#footer2 a:visited {
	text-decoration: underline;
	color: #FFF;
	font-size: 11px;
}

#imagecaptioneasy_right {
  padding: 5px;
  margin: 11px 0 11px 11px;
  text-align: right; 
  float: right;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
#imagecaptioneasy_right img { border: 0px solid #fff; margin-bottom:5px; }
#imagecaptioneasy_right span { text-align: center; }
#imagecaptioneasy_left {
  padding: 5px;
  margin: 11px 11px 11px 0;
  text-align: left; 
  float: left;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
#imagecaptioneasy_left img { border: 0px solid #fff; margin-bottom:5px; }
#imagecaptioneasy_left span { text-align: center; }
#imagecaptioneasy_top_right {
  padding: 5px;
  margin: 0 0 11px 11px;
  text-align: right; 
  float: right;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
#imagecaptioneasy_top_right img { border: 0px solid #fff; margin-bottom:5px; }
#imagecaptioneasy_top_right span { text-align: center; }
#imagecaptioneasy_top_left {
  padding: 5px;
  margin: 0 11px 11px 0;
  text-align: left; 
  float: left;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
#imagecaptioneasy_top_left img { border: 0px solid #fff; margin-bottom:5px; }
#imagecaptioneasy_top_left span { text-align: center; }