/*
Theme Name: CtD Default
Theme URI: http://circlingthedrain.com/
Description: The default WordPress theme for Circling the Drain.
Version: 1.0
Author: BnS
Author URI: http://scamper.com/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
html, body {
	height: 100%;
	}

body {
	margin:0;
	padding: 0;
	border: 0;
	background: url("images/bg-main.gif") repeat-x;
	background-attachment: fixed;
	font:90%/17pt "Calibri","lucida grande",verdana,sans-serif;
	color:#333;
	}

/* #page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	} */

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #fafafa;
	border:1px dotted #ddd;
 	width:490px;
	line-height:1.2em;
	}

.alt2 {
	border:1px dotted #ddd;
 	width:490px;
	line-height:1.2em;
	}

.alt3 {
	background-color: #fafafa;
	border:1px dotted #ddd;
 	width:490px;
	line-height:1.2em;
	margin:0;
	padding:0;
	}

.alt3 .formpad {
	padding:10px 10px 0 10px;
	}

.authorcomment {
	border:1px solid #caa;
 	width:490px;
	line-height:1.2em;
	background-color: #fff0f0;
	color:#755;
	}

/*
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
*/
a:link {
	color: #c00;
	}

a:visited {
	color: #900;
	text-decoration: none;
	}

a:hover {
	color: #f66;
	text-decoration: underline;
	text-shadow:none;
	}

h1 {
	font-size:160%;
	margin:10px 0 0 0;
/*	text-shadow:l-r u-d radius color;	*/
	text-shadow:0 .12em .11em #ddd;
	}

h1 a:link, h1 a:visited {
	color:#222;
	text-decoration: none;
	}

h2 {
	font-size:110%;
	margin:5px 0;
	text-shadow:0 .12em .11em #ddd;
	}

h2 {
	font-size:110%;
	margin:5px 0 0 0;
	text-shadow:0 .12em .11em #ddd;
	}

#rcolumn h2 {
	font-size:90%;
	text-transform: uppercase;
	color:#666;
	background-color:#ddd;
	margin:0 0 5px 0;
	padding:2px 0 2px 5px;
	}

h3 {
	font-size:90%;
	text-transform: uppercase;
	color:#fff;
	background-color:#c00;
	margin:0;
	padding:0 0 0 5px;
	}

h4 {
	font-size:110%;
	margin:0;
	text-shadow:0 .12em .11em #ddd;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
/*	
.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;
	}

.commentmetadata {
	font-weight: normal;
	}
*/

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*
#wp-calendar #prev a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
*/
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#logowrap {
	width:780px;
	height:157px;
	background: url("images/bg-header.gif");
	margin:0 0 0 20px;
	padding:0;
	position: relative;
	top:0;
	}

#logowrap li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top:0;
    }

#logowrap li, #logowrap a {
    height:157px;
    display: block;
    }
    
#logo {
	left:0;
	width:780px;
	}

#logo a:hover {
    background: transparent url("images/bg-header.gif")
    0 -157px no-repeat;}

#nav {
	font-size:90%;
	font-weight: bold;
	text-transform:uppercase;
	/*	text-shadow:l-r u-d radius color;	*/
	text-shadow:0 -1px 1px #444;
	line-height:.6em;
	float: left;
	width:780px;
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	background: #ad0304 url("images/bg-tabs.gif") repeat-x top left;
	clear:all;
	}

#nav .active {
	text-shadow:none;
	}

#nav li {
	float: left;
	margin:0;
	padding:0;
	list-style:none;
	border-right:1px solid #6F0203;
	}
#nav #t-home {
	border-left:1px solid #6F0203;
	margin-left:20px;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	color: #fff;
	border-bottom:1px solid #6F0203;
	}
#nav a:hover, #nav a.active {
	color: #333;
	background: #fff;
	border-bottom:1px solid #fff;
	border-right:0;
	}
#nav a.active {
	color:#333;
	background: #fff url("images/bg-tab-on.gif") repeat-x top;
	border-bottom:1px solid #fff;
	border-right:0;
	}

/*
li#t-home a {
	margin-left:20px;
	}
*/

#wrapper {
	background: transparent url("images/bg-page.png");
	margin:0 auto;
	padding:0;
	width:820px;
	min-height:100%;
	}

#contentwrap {
	background: transparent url("images/bg-content.gif") repeat-y top right;
	float:left;
    padding:0;
	margin:10px 0 0 20px;
 	width:760px
	}

#contentmain {
	background-color:#fff;
	float:left;
	margin:0 0 0 20px;
 	width:510px
	}

#contentmain p {
 	color:#333;
 	line-height:1.4em;
	}
/*
.stamp {
	font-size:.75em;
	color:#999;
	text-transform: uppercase;
	border:0;
	margin:10px 0 -1em 0;
	padding:0;
	}
	*/
	
	
.stamp {
	font-size:.75em;
	color:#999;
	letter-spacing: 1px;
	line-height: 16px;
	margin:10px 0 -1em 0;
	padding:0;
	text-transform: uppercase;
	}
	
	
	
#searchhead {
	background:#ccc url("images/bg-search.gif") repeat-y;
	font-size:90%;
	font-weight:bold;
	color:#666;
	text-transform: uppercase;
	margin:0 0 10px 0;
	padding:5px;
	}

#rcolumn {
	font-size:90%;
	float:right;
/*    padding-left:5px; */
	margin:0;
	padding:0;
	line-height:1.2em;
 	width:209px;
 	overflow: hidden;
	}

#rcolumn p, #rcolumn h2 {
    padding:0 5px;
	}

#rcolumn ul, #rcolumn ul ol {
	margin: 0;
	padding-left:10px;
	}

#rcolumn ul li {
	list-style-type: none;
	list-style-image: none;
	line-height:1.2em;
	margin:5px 0 0 5px;
	}

#rcolumn ul li.newsitem {
	list-style-type: none;
	list-style-image: none;
	margin:5px 0 15px 5px;
	}

#navbot {
	border-top:1px dotted #dadada;
	text-align:right;
	font-size:75%;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:2px 0;
	}

#footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size:.75em;
	background-color:#000;
	color:#fff;
	letter-spacing: 1px;
	line-height: 16px;
	text-align:center;
	text-transform: uppercase;
	margin-top:10px;
	padding:10px;
	width: 720px;
	}
	
#bottom {
	margin:0 auto;
	padding:0;
	width:820px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	}

.thumbpic {
	float:left;
	padding:0;
	margin:0 10px 10px 0;
	border:0;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin:10px;
	}
	
/* End Structure */



/*	Begin Headers */
.description {
	text-align: center;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
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
	}

.centernav {
	text-align:center;
	font-size: 1.2em;
	}
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/*#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	} */
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding:0; 
	}
/*
#rcolumn #searchform #s {
	width: 115px;
	padding: 2px;
	}

#rcolumn #searchsubmit {
	padding: 1px;
	}
*/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input, input {
	font-size:12px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
	}

.teensy {
	text-transform:none;
	font-weight:normal;
	font-size:90%;
	color:#fff;
	margin-top:-10px;
	padding-top:-10px;
	}

.teensy a {
	color:#fff;
	text-decoration:underline;
	}

.minientry {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	margin:10px 0 0 0;
	padding:0;
	}

.minientry h1, .minientry .underbar  {
	display: none;
	}

.minientry .stamp {
	padding-left:10px;
	margin-bottom:-5px;
	}

.minientry p  {
	font-size:110%;
	margin:0;
	padding:0 10px 2px 10px;
	}



/* End Comments */



/* Begin Sidebar */
/* #sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	} */

#rcolumn form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar { /* Doesn't work in IE */
	background-color: #fff; }

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	line-height:2em;
	color:#600;
	font-size:90%;
	margin-left:20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.dotline {
	border-width:1px 0 0 0;
	border-color:#ddd;
	border-style:dotted;
	}

.underbar {
	font-size:85%;
	background-color: #f7f6f2;
	padding:0 1em 2em 1em;
	}

.pagenavbar {
	font-size:85%;
	background-color:#c00;
	}

.pagenavbar a {
	color:#fff;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Image captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 5px;
	margin: 5px 10px 10px 0;
	-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 {
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	padding:0;
	margin: 0;
}

/* End image captions */



/* Widget styles */

.widget {
	list-style-type: none;
	margin-bottom:20px;
	}
	
.widgettitle {
	/*	text-shadow:l-r u-d radius color;	*/
	text-shadow:0 .12em .11em #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}

.widgettitle a {
	color:#666;
	}
	
.widget li {
	padding-bottom:10px;
	}
	
.time-meta {
	display: block;
	}

#rcolumn form, #rcolumn select {
	margin-left:15px;
	padding:0;
	}
	
#rcolumn ul {
	padding-right:10px;
	}
	
.entry-meta {
	font-size:.75em;
	color:#999;
	text-transform: uppercase;
	border:0;
	margin-top:-1em;
	padding:10px 0 0 0;
	}
	
.time-meta a {
	color:#999;
	text-decoration: none;
	}
	
.from-meta  {
	display: none;
	}
	

input[type="text"],input[type="email"],input[type="search"],input[type="url"] {
	width: 165px;
	padding: 5px 7px;
	vertical-align: top;
	height: 20px; 
	background: url( 'images/search180.png' ) no-repeat 0 0;
	opacity: .6;
	color: #666;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

input[type="text"]:focus {
	opacity: 1;
	color: #222;
	border:none;
	outline-width:0;
	}

input[type="submit"] {
	display: none;
	}
	
/* End widget styles */
