/*  
Theme Name: the affiliate posse
Theme URI: http://www.theaffiliateposse.com/
Description: theme based on nikynik which is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: scott elkin
Author URI: http://www.theaffiliateposse.com/


/* Begin Typography & Colors
******************************************************** */

body {
	color: #000;
	margin:0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#header {
	background-color: #ffffff;
}

#content {
	font-size: 1.2em
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	
}

.widecolumn {
	line-height: 1.6em;
}
	
.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #F5F5F5;
}
	.alt2 {
	background-color: #f6f6f6;
	}
	
.wp-smiley {
	border: none;
}

#footer {
	background-color: #transparent;
}

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


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 40px;
	margin: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
}

.description {
	font-size: 1.2em;
	text-align: center;
}

h2 { 
	font-size: 1.6em;
	margin: 10px 0 0;
	color: #996600;
}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 10px;
	text-align: center;
}


h3 { 
	font-size: 1.3em;
	padding: 0;
	margin: 20px 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

	
#content h2, #content h3 {text-align:center;}

.narrowcolumn .post h2 {margin-top:2em;}
	
h4 {margin:1em 0 1.5em;font-size:1.1em;}


/* Comments
******************************************************** */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist a, .commentlist a:link{
	color:#000000;
}
.commentlist a:hover {
	color: #DAA520;
	text-decoration: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, strike {
	color:  #000000;
	font-size: 10px;
	font-weight: bold;
	}




/* Links
******************************************************** */


#content a, #content a:link, #content a:visited {
	color: #012bd2;
}

#content a:hover, #content a:active {
	color: #a4b6c8;
}

#sidebar a {	
	text-decoration: none;
}

/* post headers only */
.post h2 a, .post h2 a:link, .post h2 a:visited {
	text-decoration: none;
}	



/* Structure
******************************************************** */


#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 140px;
	width: 100%;
	background-color: #FFD700;
}

#headerimg {	
	height: 140px;
	width: 100%;
}

body	 	{ background: url("images/kubrickbgcolor.jpg"); }
#header 	{ background: url("images/header.jpg") no-repeat bottom center; }
#footer 	{ background: url("images/kubrickfooter.jpg") no-repeat bottom; }

.narrowcolumn {
	float: left;
	padding: 0 10px;
	margin: 5px 0 0 20px;
	width: 450px;	
}

div>.narrowcolumn {  /*for all browser but < i.e. 7 */
	margin-left:40px;
}

.widecolumn {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 50px;
	width: 650px;
	background: url("images/kubrickbgwide.jpg") repeat-y top; border: none; 
}


.post {
	text-align: justify;
}

.entrytext ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}

.entrytext ul li, .entrytext ul ol {
  line-height      : 15px;
  padding-left     : 15px;
  padding-top      : 0px;
  background-image : url(images/bullet.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}


.entry p a:visited {
	color: #DAA520;
}

/* footer
******************************************************** */
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px; 
	height: 92px;
	clear: both;
	color: #fff;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

#footer a, #footer a:link, #footer a:visited{
	color: #fff;
}


	
/* Images
******************************************************** */

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


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;
}
	
	
/* Lists
******************************************************** */

/*
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding-left: 10px;
	list-style: none;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding-left: 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata, .postmetadata a, .postmetadata a:link, .postmetadata a:visited, .postmetadata a:hover {
	font-size: 9px;
	color: #000000;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
ul#mainlevel-nav {
  font-size: 11px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
ul#mainlevel-nav li {
	display: block;
	background-image: none;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a {
  font-size: 11px;
  display: block;
  padding-left: 15px;
  padding-right: 16px;
  text-decoration: none;
  color: #999999;
  background: transparent;
}

ul#mainlevel-nav li a:hover {
  font-size        : 11px;
  color            : #666666;
}

/* Form
******************************************************** */


#content table {
	text-align:center; 
	margin:0 auto;
	border: 1px solid #999;
	padding:1em;
}
#content table td {padding:.3em;}

#content dt {
	font-size:1.2em;
	font-weight:bold;
	margin:2em 0 .5em 0;
}


#searchform table {padding-top:1em;}
#searchform #s {width:140px;}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#commentform textarea {
	width: 390px;
	padding: 4px;
	font: 0.8em Verdana, Arial, Sans-Serif;
}

#commentPreview {
	width: 374px;
	font: 0.9em Verdana, Arial, Sans-Serif;
	background-color: #fff;
	border-top: 1px solid #959596;
	border-bottom: 1px solid #959596;
	border-left: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 6px;
}

body#iframe-form { 
	background: transparent; /*need to clear the image that is the regular background*/
	background-color: #ECEBD9; 
	text-align:center;
}

#iframe-form tbody th {
	text-align:right;
	padding-right:.5em;
	font-size:1.2em;
}
#iframe-form table {
	margin:1em auto 0;
}

/* Comments
******************************************************** */

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	
	
/* Sidebar
******************************************************** */

#sidebar {
	width:200px;
	margin-left:548px;
}
div>#sidebar {
	margin-left:550px;
}

#sidebar ul {
	margin-bottom:0;
	list-style-type:none;

	margin:0;
	padding:0;
}
		
#sidebar ul li, #sidebar ul ul, #sidebar ul ul ul {
	margin:0;
	padding:0;
}

#sidebar ul#linkslist {
	margin:0;
}

#sidebar p {
	margin: 0 15px;
}

#sidebar h2{
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  height: 21px;
  line-height: 21px;
  text-indent: 8px;
  letter-spacing: 1px;
  color: #FFF;
  background-image: url(images/modul.jpg);
  width: 198px;
}

#sidebar p{
	margin-top:0;
	margin-bottom:0;
	color: #555;
	word-spacing: -1px;
	font-size:10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	font-size:10px;

}
#sidebar ul ul li a, #sidebar ul ol li a {
	padding: 0;
	font-size: 12px;
	width: 198px;
	background-color: #ECEAD8;
	text-indent: 10px;
}
#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ol li a:link, #sidebar ul ol li a:visited{
	display: block;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #BCB778;
	background-color: #ECEAD8;
	font-weight: normal;
	padding: 2px 0 2px;
	color: #996600;
	width: 198px;
	text-indent: 10px;
}
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	background-color: #E3E1C6;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 10px;
}
	


/* Misc
******************************************************** */


acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	font: italic 1.3em/1.5em Sans-Serif;
	color: #7c5412;
}

/*
blockquote {
	font-family: Sans-Serif;
	background-color:#fff;
	font-size:1.2em;
	font-color:#ccc;
	font-style: italic;
	padding:.5em 2em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

blockquote {
	background: #fff url(images/blockquote.gif) top left no-repeat;
	color: #515269;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	margin-left: 30px;
	padding: 15px 0 8px 25px;
}
*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

.center {text-align: center;}

hr {display: none;}

a img {	border: none;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.gravatar {
	border: 1px solid Black;
	width:30px; height:30px;
	padding: 2px;	
}

/*  SIMPLE PIE STUFF
**************************************************/

.simplepie dt {
	margin-top:.5em;
}

.simplepie dd {
	margin:0;

}

.simplepie .date {
	font-size: .8em;
	font-weight: bold;
	text-align:right;
}
