/*  
Theme Name: twincommas
Theme URI: http://www.TwinCommas.com/
Description: Custom theme for TwinCommas.com
*/

html, body, div, h1, h2, h3, h4, p, ul, ol, li, em, img, form, a {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
		
div#page {
	width: 750px;
	margin: 0 auto;
	}

div#header {
	text-align: center;
	margin: 10px 0;
	}
	
	div#header ul {
		list-style: none;
		margin-top: 1px;
		}
		
		div#header ul li { 
			display: inline;
			}
			
			div#header ul li a {
				color: #000;
				text-decoration: none;
				padding: 2px 1px;
				}
				div#header ul li a:hover { color: #11f; text-decoration: underline; }
		

a:link, a:visited, a:active {
	color: #05a;
	}
	a:hover { color: #11f; }

ul#index li ul li a.featured {
	padding-right: 85px;
	background: url(images/featured.gif) right 3px no-repeat;
	}
	
.clear {
	clear: both;
	}
	
a#rss {
	background: url(images/rssicon.gif) 0 0 no-repeat;
	padding: 4px 0 11px 35px;
	}
		
a#email {
	background: url(images/envelope.gif) 0 0 no-repeat;
	padding: 5px 0 11px 37px;
	}

div#container {
	overflow: hidden;
	}

div.home {
	width: 650px;
	margin: 0 auto;
	}
			
ul#index {
	list-style: none;
	margin-left: 198px;
	}

		
	ul#index li ul li {
		padding: 3px 0;
		font-size: 14px;
		list-style: none;
		}
		
		ul#index li ul li a {
			padding: 3px;
			}
		
		ul#index li ul li a:hover {
			background-color: #def;
			}
			
	ul#index h2 {
		padding-left: 3px;
		}
		
div#leftnav {
	margin: 5px 0 0 9px;
	}
	
div#bottomback {
	margin: 0 0 40px 0;
	}
	
	a.back {
		padding: 2px 2px 2px 23px;
		background: url(images/leftarrow.gif) 1px 2px no-repeat;
		}
	
	div#leftnav a.back { text-decoration: none; }
	div#leftnav a.back:hover { text-decoration: underline; }

		
div#sidebar {
	float: left;
	width: 160px;
	padding-left: 11px;
	margin-top: 25px;
	margin-bottom: 30px;
	}
	
	
		
/*----------------------------------------------------------------------------post elements--------------------------------------------------------------------------*/


div.post {
		margin: 18px 0 30px 198px;
		width: 540px;
		}
		
		div.noads {
			margin-left: 130px;
			}
		
		div.post img {
				margin: 4px 0;
				}
				div.post img.left { float: left; margin-right: 8px; }
				div.post img.right { float: right; margin-left: 5px; margin-right: 10px; }
				
		div.post ul {
				list-style-position: outside;
				margin: 0 20px 14px 20px;
				}
		div.post ol {
				list-style-position: outside;
				margin: 0 28px 14px 28px;
				}
		
				div.post ul li, div.post ol li {
						margin: 7px 0;
						}
						
				
		div.post ul.nostyle {
				list-style: none;
				margin: 0 0 14px 0;
				}
				
				div.post ul.dropouts li {
						margin-bottom: 14px;
						padding: 10px 10px 1px 10px;
						background-color: #e0e0ff;
						}
						div.post ul.dropouts li h2 { margin-top: 2px; } 
						
						*html div.post ul.dropouts li h2 { display: inline; } /* ie6+7 hack */
								
		div.post h1, h1.pagetitle, ul#results li h2 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 27px;
				font-weight: normal;
				margin-bottom: 12px;
				}
				h2.archivetitle {
						font-family: Arial, Helvetica, sans-serif;
						font-weight: bold;
						font-size: 15px;
						text-transform: uppercase;
						margin-bottom: 20px;
						margin-top: 6px;
						}

				div.post h1 a:link, div.post h1 a:visited, ul#results li h3 a:link, ul#results li h3 a:visited {
						text-decoration: none;
						}
				div.post h1 a:hover, div.post h1 a:active, ul#results li h3 a:hover, ul#results li h3 a:active {
						text-decoration: underline;
						}

		div.post h2, h2 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				font-weight: bold;
				margin-top: 30px;
				}
				
		div.post h3 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				margin-top: 22px;
				}
				
		p, div.post p {
				line-height: 1.4em;
				margin: 4px 0 14px 0;
				}

		.italic {
			font-style: italic;
			}
			
		.bold {
			font-weight: bold;
			}
			
		.notbold {
			font-weight: normal;
			}
		
		.notitalic {
			font-style: normal;
			}
		
		div.post h2.large { font-size: 21px; font-weight: normal; }
		.large { font-size: 1.2em; }
			
		blockquote {
			margin: 15px 20px;
			padding: 13px;
			line-height: 1.4em;
			background-color: #ddf;
			}


		div.narrow {
			padding: 0 8px;
			}
			
		h2.bar {
			background-color: #cdf;
			padding: 5px 8px;
			margin-top: 30px;
			margin-bottom: 15px;
			}
			
		strong {
			font-weight: bold;
			font-style: normal;
			}
		 

						
/*----------------------------------------------------------------------------end post elements--------------------------------------------------------------------------*/

	
		
/*----------------------------------------------------------------------------comments--------------------------------------------------------------------------*/

div#comments {
		background-color: #eaeaff;
		padding: 10px 22px;
		margin-top: 30px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddf
		}

h2#comment_count {
		margin: 7px 0 3px 0;
		padding-bottom: 20px;
		font-size: 18px;
		font-weight: normal;
		color: #000;
		border-bottom: 1px solid #bbf;
		}

h3#trackbacks {
		margin-top: 35px;
		font-weight: bold;
		font-size: 13px;
		color: #333;
		}

ol#commentlist, ol#trackbacklist {
		list-style: none;
		margin: 0;
		}

		ol#commentlist li, ol#trackbacklist li {
				font-size: 12px;
				line-height: 1.4em;
				padding: 12px 0 15px 0;
				border-bottom: 1px solid #bbf;
				overflow: hidden;
				width: 496px;
				}
				ol#trackbacklist li p {
						margin: 0 0 10px 0;
						font-size: 12px;
						}

div.comment_meta {
		float: left;
		width: 25%;
		overflow: hidden;
		}
		
div.comment_entry {
		width: 72%;
		margin-left: 128px;
		}
		div#comments ol#commentlist li div.comment_entry p {
				margin: 0 0 14px 0;
				}
		
		
				ol#commentlist li cite, ol#trackbacklist li cite {
						text-decoration: none;
						font-style: normal;
						font-weight: bold;
						color: #05a;
						}
						ol#commentlist li.authorcomment cite { background: #ee8; padding: 0 3px; margin-left: -3px; }
						ol#trackbacklist li cite a { font-weight: normal; }

						ol#commentlist li cite a { text-decoration: none; }
						ol#commentlist li cite a:hover { text-decoration: underline; }
						
				ol#commentlist li p.comment_time, ol#trackbacklist li p.comment_time {
						font-size: 11px;
						color: #999;
						margin: 0;
						}


div.post div.otherarticles {
	clear: both;
	margin-bottom: 15px;
	}
			
	div.post div.otherarticles h3 {
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 20px;
		border-top: 1px solid #bbb;
		margin-top: 15px;
		width: 110px;
		}
		
	div.post div.otherarticles ul {
		list-style-position: outside;
		margin: 8px 0 8px 15px;
		line-height: 1.3em;
		}
		
		div.post div.otherarticles ul li {
			margin: 4px 0;
			font-size: 12px;
			}
		

h3#respond {
		margin-top: 30px;
		margin-bottom: 8px;
		font-size: 15px;
		font-weight: bold;
		color: #000;
		}

form#commentform { margin-bottom: 15px; }
form#commentform p { margin: 6px 0; }
		
label small { font-size: 11px;}

/*----------------------------------------------------------------------------end comments--------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------tax calculator--------------------------------------------------------------------------*/

form#taxcalc input#submit {
	float: left;
	}
	
* html form#taxcalc input#submit { // IE6
	float: none;
	position: absolute;
	left: 0;
	top: 22px;
	}

form#taxcalc input#income {
	padding-left: 1px;
	margin-left: 2px;
	}
	

div.bluecontainer {
	margin: 20px 0;
	border: 2px solid #cdf;
	padding: 20px;
	position: relative;
	}
	
	div.post div.bluecontainer h3 {
		color: #19c;
		font-size: 13px;
		font-weight: bold;
		position:absolute;
		left: 5px;
		top: -10px;
		margin: 0 0 0 3px;
		padding: 0 4px;
		background-color: #fff;
		}
		
div.post p#display_tax {
		margin: 2px 0 0 92px;
		}
		span#tax_amount { 
			font-size: 15px;
			font-weight: bold;
			color: #080;
			}	
		span.error {
			color: #d00;
			}
				
div.post span#tax_details {
		display: block;
		margin: 20px 0 0 0;
		color: #777;
		font-size: 11px;
		line-height: 1.3em;
		}
		
/*----------------------------------------------------------------------------end tax calculator--------------------------------------------------------------------------*/


div#footer {
	margin: 15px auto 0 auto;
	font-size: 11px;
	text-align: center;
	padding-bottom: 15px;
	clear: both;
	color: #888;
	}
	div#footer a { text-decoration: none; color: #888; }
	div#footer a:hover { text-decoration: underline; }
		
	
div#adleadertop {
	width: 728px;
	padding: 10px 0 0 8px;
	}

div#adscraperleft {
	margin-bottom: 10px;
	}
	
div#adsubtitle {
	margin-bottom: 10px;
	}