/*
Theme Name: ACES3
Theme URI: http://copydesk.org
Description: Dan's Hackjob.
Version: 3.2.070110
Author: Daniel Hunt
Author URI: http://copydesk.org
Tags: wtf

	ACES3
	 http://copydesk.org

	This theme was designed and built by Daniel Hunt

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: #f3dc76 url('http://www.copydesk.org/wp-content/themes/stet/images/bg_wrapper_yellow.png') no-repeat scroll top center;
}

.wrapper_up {
	margin: 0 auto;
}

.wrapper_down {
	width: 980px;
	margin: 20px auto;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wrapper_nav {
	width: 980px;
	margin: 0 auto;
	background: #DDD;
	position: relative;
	z-index: 10;
}



.wrapper_foot {
	width: 980px;
	margin: 0 auto 20px;
	background: #DDD;
	color:#666;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#footer {
	font-family: 'Helvetica Neue', Arial, sans-serif;	
	font-size: 1.1em;
	list-style:none;
	}

.footer-cap {

	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 10px;
	line-height: 1;
	list-style:none;}

.footer-cap a, #copyright a {
	text-decoration: none;
	color: #666;
}

.footer-cap a:hover, #copyright a:hover {
	color: #999;
	text-decoration: underline;
}

ul.footer-small-links li {
	float: left;
	list-style:none;
	margin:0;
	padding:0;
	}



ul.footer-small-links li a {
	margin-left: 6px;
	border-left: 1px solid #CCC;
	padding-left: 6px;
	display:block;
}

ul.footer-small-links li a.first {
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
	display:block;
}

#footer ul.social {
	float: right;
}

.footer_logo {
	text-align:right;
	margin-top:6px;
}

.hideme {
	display: none;
}

#nav, #nav ul, #subnav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	border-top: 3px solid #000;
}

.top_nav {
	border-bottom: 1px solid #999;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #999;
}

#nav li a {
	display: block;
	padding: 8px 12px 8px;
	border-left: 1px solid #DDD;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 700;
	color: #555;
	text-transform: uppercase;
}

#nav li a:hover {
	background: #666;
	color: #FFF;
	border-left: 1px solid #444;
}

#nav li.home {
	border-left: 0;
}

#nav li.home a {
	border-left: 0;
	background: url('http://www.copydesk.org/wp-content/themes/stet/images/home.png') no-repeat center center;
	width: 20px;
}

#nav li.home a:hover {
	background: #666 url('http://www.copydesk.org/wp-content/themes/stet/images/home.png') no-repeat center center;
}

#nav li.hot a {
    background: #333;
    border-left: 1px solid #444;
    color:#FFF;
}

#nav li ul {
	width: 15em;
	position: absolute;
	left: -999em;
	z-index: 10;
}

#nav li ul li {
	border-left: 0;
	border-top: 1px solid #999;
	width: 15em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	text-transform: none;
	font-size: 1.1em;
	background-color: #CCC;
	padding: 10px 12px;
    border-left: 0;
    border-bottom: 1px solid #DADADA;
}

#nav li.hot ul li a {
    text-transform: none;
    font-size: 1.1em;
    background-color: #CCC;
    color:#555;
    border-left: 0;
    padding: 10px 12px;
    border-bottom: 1px solid #DADADA;
}

#nav li.hot ul li a:hover {
    color:#FFF;
}

#nav li ul li a:hover {
	border-left: 0;
	background: #666;
	border-bottom: 1px solid #555;
	text-decoration: underline;
}

.sub_nav {
	border-top: 1px solid #DDD;
	background: #D6D6D6;
}

ul#subnav {
	margin-left: 20px;
}

#subnav li {
	float: left;
	margin: 0;
	padding: 0;
}

#subnav li a {
	font-size: 1.1em;
	text-decoration: none;
	color: #666;
	padding: 8px 0 10px;
	margin-right: 20px;
	display: block;
}

#subnav li a:hover {
	text-decoration: underline;
	color: #000;
}

.nav_ad {
	float: left;
	position: absolute;
	right: 0;
	top:3px;
	margin: 0;
	padding: 0;
}

.nav_ad a {
	margin: 6px 10px 0 0;
	display: block;
	border: 0;
}


div.container_12.wide {
	width: 980px;
	margin: 0 auto;
}

#header {
	margin-top: 20px;
	margin-bottom: 18px;
	padding: 0;
	}

img.logotype, .logotype {
	margin: 0;
	padding: 0;
	border: 0;
}

#folio {
	background: #000;
	height: 32px;
	overflow: hidden;
}

.searching {
	float: right;
	overflow: hidden; 
	border: 1px solid #555;
	background:#333;
	margin-top: 4px;
	height: 20px;
}

.searching.reverse {
    float: left;
    overflow: hidden; 
    border: 1px solid #555;
    background:#DDD;
    margin-top: 4px;
    height: 30px;
}


.social {
	float: right;
	overflow: hidden; 
	margin-left: 20px;
}

input.searchbox {
	background:#333;
	color: #FFF;
	padding: 3px 5px;
	font-size: 1.1em;
	float: left;
	width: 265px;
	border: 0;
}

.reverse input.searchbox {
    background:#DDD;
    color: #333;
    padding: 4px 5px;
    font-size: 1.4em;
    float: left;
    width: 265px;
    border: 0;
}

input.searchsubmit {
	background:#333 url('http://www.copydesk.org/wp-content/themes/stet/images/search.png') no-repeat center center;
	color: #FFF;
	float: left;
	text-indent: -9000px;
	letter-spacing: -1000px;
	width: 20px;
	height: 20px;	
	border: 0;
}

.reverse input.searchsubmit {
    background:#DDD url('http://www.copydesk.org/wp-content/themes/stet/images/search.png') no-repeat center center;
    color: #333;
    float: left;
    text-indent: -9000px;
    letter-spacing: -1000px;
    width: 22px;
    height: 30px;   
    border: 0;
}

input.searchsubmit:hover {
	background:#666 url('http://www.copydesk.org/wp-content/themes/stet/images/search.png') no-repeat center center;
}

.linkbar {
	float: left;
}

.linkbar ul {
	margin-right: 30px;
	list-style: none;
	float: left;
}

ul.textnav li {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 8px;
    color:#FFF;
}

ul.iconnav li {
	float: left;
	margin-left: 8px;
	margin-right: 0;
	margin-top: 8px;
	list-style: none;
}

.linkbar ul li a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
}

.linkbar ul.textnav li a:hover {
	text-decoration: underline;
}

li a.nav_icon {
	width: 16px;
	height: 16px;
	display: block;
}

.icon_twitter {
	background: url('http://www.copydesk.org/wp-content/themes/stet/images/social/twitter_16.png') no-repeat center center;
}
.icon_facebook {
	background: url('http://www.copydesk.org/wp-content/themes/stet/images/social/facebook_16.png') no-repeat center center;
}
.icon_linkedin {
	background: url('http://www.copydesk.org/wp-content/themes/stet/images/social/linkedin_16.png') no-repeat center center;
}
.icon_flickr {
	background: url('http://www.copydesk.org/wp-content/themes/stet/images/social/flickr_16.png') no-repeat center center;
}
.icon_youtube {
	background: url('http://www.copydesk.org/wp-content/themes/stet/images/social/youtube_16.png') no-repeat center center;
}

.icon_rss {
	background: url('http://www.copydesk.org/wp-content/themes/stet/images/social/rss_16.png') no-repeat center center;
}

.boxed {
	border: 1px solid #AAA;
	background: #E8E8E8;
	padding: 10px;
	margin-bottom: 12px;
}

#sidebar, #sidebar-left {
	font-size: 1.2em;
	line-height: 1.2em;
}

#sidebar a, #sidebar-left a {
	color: #444;
	text-decoration: none;
}

#sidebar a:hover, #sidebar-left a:hover {
    color: #2f78a8;
	text-decoration: underline;
}

.overline {
	font-size: 1.2em;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 8px;
}

p.author-name {
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: -0.5px;
	margin-bottom: 3px;
	margin-left: 70px;
	text-transform: none;
}

p.author {
	margin-left: 70px;
	font-size: .9em;
	margin-bottom: 0;
}

div.author-box {
	display: block;
	min-height: 70px;
}

#sidebar p.meta, #sidebar-left p.meta {
	margin-top: 8px;
	margin-bottom: 0;
	clear: left;
}

.avatar {
	margin-right: 10px;
	float: left;
}

img.author.avatar {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #AAA;
	width: 60px;
	height: 60px;
	overflow: hidden;
	}
    
img.author.avatar.larger {
    width: 90px;
    height: 90px;
    }    
	
.timestamp {
	font-size: .8em;
}

#sidebar li, #sidebar-left li {
    margin-left: 0;
    list-style: none;
    margin-top: 3px;
    font-size:1em;
}

ul.recent-posts li {
	margin-left: 0;
	list-style: none;
	margin-top: 6px;
}

ul.lists li, {
    margin-left: 0;
    list-style: none;
    margin-top: 1px;
    font-size:.9em;
}

ul.cat-list li {
    font-weight:bold;
    list-style: none;
    margin-bottom:8px;
   }   

ul.cat-list li ul {
    margin-bottom:0;
}

ul.cat-list li ul li {
    font-weight:normal;
    margin-bottom:0;
    margin-top:1px;
  }

div.boxed + hr {
	display: none;
}

div.starter + hr {
    display:none;
}

div.boxed p, #sidebar div.boxed p {
	margin: 0;
	padding: 0;
}

div.starter {
    display:none;
}

hr {
	margin-top: 12px;
	border: 0;
	border-bottom: 1px solid #BBB;
	margin-bottom: 10px;
	clear: both;
}

hr.no-top {
	margin-top: 0;
}

img.fill {
    width:100%;
    border:0;
}

p.no-margin {
    margin:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    margin-top:0;
}

p.section.overline {
    font-size:1.5em;
    color:#2f78a8;
    margin-bottom:20px;
}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

#respond {
	margin-bottom: 20px;
}

#commentform {
	clear: both;
}

.comment-field {
	width: 440px;    
	background:#FFF;
    color: #333;
    padding: 4px 5px;
    font-size: 1.4em;
    float: left;
    border: 1px solid #555;
    margin-bottom: 10px;
}

#respond input {
	background:#FFF;
    color: #333;
    padding: 4px 5px;
    font-size: 1.4em;
    float: left;
    border: 1px solid #555;
    margin-right: 10px;
}

#respond p {
	margin-bottom: 10px;
	clear: both;
}

#respond label {
	margin-top: 4px;
}

#respond input.submit {
	clear: both;
	margin-bottom: 10px;
}

#respond input.submit + hr {
	margin-top: 0;
}

ul.commentlist {
	font-size: 1.2em;
	padding-left: 0;
	list-style: none;
}

ul.commentlist li {
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}

ul.commentlist li p {
	margin: 0;
	font: normal normal normal 1em/1.6em Georgia, "Times New Roman", Times, serif;
}

.comment-meta, .comment-meta a {
	color: #777;
	text-decoration: none;
	text-align: right;
}

.comment-meta a:hover {
		text-decoration: underline;
	color: #2f78a8;
}

.comment-meta cite {
	font-style: normal;
}




#copyright {
	margin: 5px 0 0;
	font-size: .9em;
	float:left;
}

#motto {
	font-size:2em;
	font-weight: 300;
	letter-spacing: -.03em;
	line-height: 1em;
	color:#333;
}

#contact-info {
	font-weight: 300;
	font-size: 1.2em;
	margin-top: 5px;
	line-height: 1.3em;
}

#contact-info a {
	color:#666;
	text-decoration: none;
}



ul.social li {
	float: left;
	list-style:none;
	margin:0;
	padding:0;
	margin-left: 10px;
	}

ul.social li a, ul.iconnav li a {
	width: 16px;
	height: 16px;
	display: block;
}


.icon-twitter {
	background: url('http://www.copydesk.org/static/icons/twitter_16.png') no-repeat;
}
.icon-facebook {
	background: url('http://www.copydesk.org/static/icons/facebook_16.png') no-repeat;
}
.icon-youtube {
	background: url('http://www.copydesk.org/static/icons/youtube_16.png') no-repeat;
}
.icon-linkedin {
	background: url('http://www.copydesk.org/static/icons/linkedin_16.png') no-repeat;
}
.icon-flickr {
	background: url('http://www.copydesk.org/static/icons/flickr_16.png') no-repeat;
}
.icon-rss {
	background: url('http://www.copydesk.org/static/icons/rss_16.png') no-repeat;
}

ul.social li a span {
	display: none;
}

