/*
Theme Name: Curbcut Original
Theme URI: http://curbcut.org/
Description: Original Theme for <a href="http://curbcut.net">curbcut.net</a>.
Version: 1.0
Author: Christopher Phillips
Author URI: http://christopherphillips.org/
Tags: accessible, minimalist, simple
*/
.col1 {margin-left:50px;}

.col1 ol li p {margin-left:-20px;}

ul {margin:1em; padding:0px;}

ul li {
list-style-type: none;
margin-left:10px;
padding-left: 10px;
line-height: 1.5em;
background: url(bullet.gif) no-repeat 0 .7em;
}

/* <!-- */
/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
	
/* Header styles */
#header {
		width:100%;
		background: url('curb.gif') no-repeat;
		height:51px;
		border-bottom: 3px solid #696666; 
	}
#header h1 {font-size:1.5em; padding:13px 0 0 15px;}
#header h1 a:link {color:#696666; text-decoration: none;}
#header h1 a:visited {color:#696666; text-decoration: none;}
#header h1 a:hover {color:#333; text-decoration: underline;}
#header p {text-align:right; margin:-30px 10px 10px 0;}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}

a:link {color:#285297; text-decoration: none;}
a:visited {color:#595959; text-decoration: none;}
a:hover {color:#0000FF; text-decoration: underline;}
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		border-bottom: 3px solid #696666; 
	}
	.col p  {
		margin:1em 0 0px 40px;
	}
	
	.col h3 {
		margin:1em 0 0 30px;	
	}
		
	.col h4  {
		margin:1em 0 0 40px;
	}	
	
	.col ul {
		margin:0 0 20px 50px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

.col1 h1 {font-size:170%; font-family:"times new roman"; clear:both;}


.col1 p {margin:15px 15px 0px 0px; line-height:1.5em;}
.col1 h2 {font-size:100%;}
.col2 h2 {font-size:100%;}

	/* 2 Column (right menu) settings */
	.rightmenu {
			/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.half .colleft {
		right:50%;			/* right column width */
	}	
	.half .col1 {
		width:50%;			/* left column content width (left column width minus left and right padding) */
		left:52%;			/* (right column width) plus (left column left padding) */
	}
	.half .col2 {
		width:50%;			/* right column content width (right column width minus left and right padding) */
		left:52%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:90%;
		padding-left:5%;
		margin:15px 0 20px 0;
	}
	#footer p {
		padding:0;
		margin:0;
	}
	/* --> */
	
		/* 3 Column settings */
#footer ul {margin-left:10px;}

.col {
		width:33%;
		float:left;
	}
#footer h2 {
	font-size:100%;
}

.button {	
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	font-size:100%;
	}
	
.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none;
	}

#search {
	margin-top:15px;
	}

textarea#comment { width: 300px; padding: 5px; }  
.commentmetadata { font-size: 10px; }

img { border-width: 0px; }

.post {
	padding: 1em 0 2.5em 0;
	}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px 10px 2em 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

.previous-next {
   margin-bottom: 1em;
}