/*  
Theme Name: fullduplex.org WordPress Design 2
Theme URI: http://www.fullduplex.org
Description: Second (yeah right) redesign of fullduplex
Version: beta
Author: Michael Walker
Author URI: http://www.fullduplex.org

*/

body { 
	background: #58595b url(img/background.png) top left;
	color: #000000;
	font: normal 0.8em/1.3em Verdana, sans-serif;
}
img {
  	border: 0;
  	padding: 0;
  	margin: 0;
}
p {
	margin: 0 0 1em;
	padding: 0;
}
a { 
	color: #06c;
	text-decoration: none; 
}
a:hover { color: #002DAC; }
h1 {
	font: bolder 2em/1.1em Georgia, Myiad, Verdana, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
h1.posttitle { /*border-bottom: none;*/ }
h1.posttitle a { color: #f66; }
h1.posttitle a:hover { color: #f33; }
h1.archive { color: #aaa; }
h1.archive a { color: #f66; }
h1.archive a:hover { color: #f33; }

h2 {
	color: #f93;
	font: normal 1.3em/1.1em Myiad, Verdana, sans-serif;
	margin: 0.7em 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #f93;
}
h3 {
	color: #000;
	font: bolder 1.4em/1.1em Verdana, sans-serif;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
h4 {
	color: #000;
	font: bolder 1.2em/1.1em Verdana, sans-serif;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
input, textarea{
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	padding: 3px;
}
ol li { margin-bottom: 1em; }
/* -- Content Layout -- */

#wrapper {
	background: #fff;
	position: relative;
	margin: 0 auto 1em auto;
	/*margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;*/
	padding: 0;
	width: 800px;
}
#content {
	position: relative;
	margin: 1em 75px 3em;
	padding: 0;
	width: 650px;
	z-index: 2;
}
#indexgooglead {
	margin: 1em 36px;
	padding: 0;
	z-index: 2;
}
#skip {
	font: bolder 0.75em/1.1em Verdana, sans-serif;
	font-weight: bolder;
	background: #fff;
	/*border-top: 2px solid #E5F1FF;
	border-bottom: 2px solid #E5F1FF;*/
	margin-top: 30px;
	padding: 5px 30px 5px;
	text-align: right;
}

/* -- blog stuff -- */
p.post-meta {
	color: #ccc;
	text-align: right;
}
p.post-meta a {
	color: #f66;
	font-weight: bolder;
}
p.post-meta a:hover { color: #f33; }
#update {
	font: normal 0.8em/1.1em Verdana, sans-serif;
	border: 1px solid #aaa;
	margin: 2em;
	padding: 1em 2em;
	background-color: #ffc;
}
#topquote {
	position: absolute;
	height: 100px;
	width: 100px;
	top: -20px;
	left: -40px;
	background: url(img/quotetop.gif) top left no-repeat;
	z-index: -1;
}
#bottomquote {
	position: absolute;
	height: 100px;
	width: 100px;
	bottom: -40px;
	right: -40px;
	background: url(img/quotebottom.gif) top left no-repeat;
	z-index: -1;
}
.image-right {
	float: right;
	padding: 5px;
	margin: 0 0 0 1em;
}
.image-right p {
	text-align: center;
	font: normal 0.7em/1em Verdana, sans-serif;
	margin: 3px;
}
.image-left {
	float: left;
	padding: 5px;
	margin: 0 1em 0 0;
}
.image-left p {
	text-align: center;
	font: normal 0.7em/1em Verdana, sans-serif;
	margin: 3px;
}
.ad-right {
	text-align: center;
	float: right;
	padding: 5px;
	margin: 0 0 0 1em;
}
.ad-right p {
	font: normal 0.8em/1.3em Verdana, sans-serif;
	margin: 3px 3px 10px 3px;
}
.ad-left {
	text-align: center;
	float: left;
	padding: 5px;
	margin: 0 0 0 1em;
}
.ad-left p {
	font: normal 0.8em/1.3em Verdana, sans-serif;
	margin: 3px 3px 10px 3px;
}


/* -- comments -- */
.usercomment {
	display: block;
	background: url(img/postedcommentbg.png) top left;
	background-color: #fff;
	padding: 7px 20px;
	border: 1px solid #ddd;

}
.commentmetadata {
	font: normal 0.75em/1em Verdana, sans-serif;	
	margin: 10px 0 20px 10px;
}
.commentawaitapproval {	color: #f66; }

#leavecomment {
	display: block;
	background: url(img/leavecommentbg.png) top left no-repeat;
	margin-top: 20px;
	padding: 7px 20px;
}
#leavecomment p {
	padding: 0;
	margin: 0 0 3px 0;
}
#commentuserinfo {
	float: right;
	width: 37%;
	font-size: 0.75em;
}
#submit {
	width: 100px;
}
#commenttext {
	width: 60%;
	float: left;
	margin:0 9px 20px 0;
	font-size: 0.75em;
}
#commentuserinfo input {
	font-size:1em;
	width:95%;
	margin:2px 0 5px 0;
}
#commenttext textarea {
	margin:2px 0 10px 0;
	font-size:1em;
	width:100%;
	height:200px;
}
#commentheader {
	font: bolder 1em/1.1em Verdana, sans-serif;	
}
#commentfooter {
	clear: both;
}
.catalt { background-color: #eee; }

/* -- Aside List --*/
#asidelist { 
	width: 65%;
	float: left;
}
#asidelist p { margin-bottom: 0; }
#asidelist ul {
	list-style: none;
	margin: 0;	
	padding-left: 0;
}
#asidelist li { 
	margin: 0 0 10px 0; 
	padding: 5px;
}
#asidelistmeta { font: 8pt/10pt Verdana, sans-serif; }
#asidelistmeta a { font: 8pt/10pt Verdana, sans-serif; }
.asidealt { background-color: #eee; }

/* -- Aside Blogroll -- */
#asideblogroll {
	width: 33%;
	float: right;
}


#archives ul {
	list-style: none;
	margin: 0;	
	padding-left: 0;
}
#archives li { 
	margin: 0 0 10px 0; 
	padding: 5px;
}
#archives a { font: bolder 11pt/14pt Verdana, sans-serif; }


#searchresults ul {
	list-style: none;
	margin: 0;	
	padding-left: 0;
}
#searchresults li { 
	margin: 0 0 10px 0; 
	padding: 5px;
}
#searchresults a { font: bolder 11pt/14pt Verdana, sans-serif; }

/* -- separator --*/

#separator {
	background: url(img/tear.gif) top left no-repeat;
	width: 800px;
	height: 69px;
}

/* -- Sub Content -- */
#bottom {
	font: 10pt/12pt Verdana, sans-serif;
	background: url(img/bottombg.gif) top left repeat-y;
}
#bottom a { color: #06c; }
#subcontent { background: url(img/djbg.gif) bottom left no-repeat; }

/* -- Subpage Columns -- */
#subcolumn_one {
	float: left;
	width: 300px;
	padding: 0 20px 180px;
}

#subcolumn_two {
	float: left;
	width: 140px;
	padding: 10px 7px 10px 13px;
}
#subcolumn_three {
	float: left;
	width: 270px;
	padding: 0 0 60px 15px;
}

/* -- subcolumn_one --*/

/* -- Previous Entries -- */
#previousentries {
	margin-bottom: 20px;
}
#previousentries ul {
	list-style: none;
	margin: 0;	
	padding-left: 0;
}
#previousentries li { margin: 0 0 10px 0; }
#previousentries a { font: bolder 11pt/14pt Verdana, sans-serif; }

.previousmeta { font: 8pt/10pt Verdana, sans-serif; }
.previousmeta a { font: 8pt/10pt Verdana, sans-serif !important; }
#browse a { font-weight: bolder; }
#search { margin-bottom: 30px; }

#offsite {
	display: block;

	padding-bottom: 20px;
}
#offsite h2 {
	padding-bottom: 10px;
}
/* -- subcolumn_two --*/


/* -- subcolumn_three --*/

/* -- Asides -- */
#asides {
	padding-bottom: 30px;
}
#asides p {
	margin: 0;
	padding: 0;
}
#asides ul {
	list-style: none;
	margin: 0;	
	padding-left: 0;
}
#asides li {
	margin: 0 0 10px 0;	
}
#asides span {
	display: block;
	text-align: right;
	padding-right: 20px;
}
/* -- Asides replaced with Category -- */
#asidescat {
	padding-bottom: 30px;
	font-weight: bolder;
}
#asidescat ul {
	margin: 0 0 0 1em;	
	padding-left: 0;
}
#asidescat li {
}


/* -- Footer stuff --*/

/* -- Colophon -- */
#colophon {
	position: absolute;
	left: 140px;
	bottom: 70px;
}
#colophon p {
	margin: 0;
	padding: 0;
	font: 8pt/12pt Verdana, sans-serif;
}
/* -- finalword -- */
#map {
	position: absolute;
	right: 20px;
	bottom: 25px;
	color: #ccc;
}
#map p {
	margin: 0;
	padding: 0;
	font: 8pt/12pt Verdana, sans-serif;
}
#map a { color: #444; }
#map a:visited { color: #444; }

/* -- Content Specific -- */

#header {
	position: relative;
}

#content .latest {}

/* -- display -- */
span.highlight {
	background-color: #ffc;
}
.hide { display: none; }
