/*

Theme Name: newsite

Theme URI: http://www.davewheeler.com/davewhee/wordpress/wp-content/themes/newsite/

Description: another try at a wp theme

Version: 1.0

Author: Dave Wheeler

Author URI: http://www.davewheeler.com/

Tags: blue, custom header, fixed width, two columns, widgets





	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/



body {

	font-size: 75%; /* Resets 1em to 10px */

	font-family: 'bauer bodoni', Serif;

	background: white;

	color: black;

	text-align: left;

	

	}



img {
border: 0;
width: 70%;
height: auto;

	}



h1, h2, h3, li {

	font-family: 'bauer Bodoni', Serif;

	font-weight: bold;

	}



h1 {
    font-size: 200%;
    text-align: left;
    line-height: 1em;
	}

h2 {
	font-size: 100%;
	text-align: left;
	}


h3 {
	font-size: 3em;
	text-align: left;
	}



p {
	font-size: 1.5em;
	text-align: left;
	line-height: 1.5;
	}



a { color:3399CC; 

	text-decoration: none;

	font size: 2em;

	border: 0;

	}

input, text {
	height: 2.5em;
	}


a:visited {

	color:666666;

	text-decoration: none;

	}



a:hover {

	text-decoration: underline;

	}



ul {

	font-size: 1.5em;

	}



li {

	display: inline;

	font-size: .7em;

	 }








#rights{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5%;
	padding-bottom: 20px;
	text-color: black;
	background: #cacaca;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	float: left;
	width: 85.5%;
	

		}
#header{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0;
	padding: 1px;

		}



#navbar{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5%;
	padding-bottom: 5px;
	text-color: black;
	background: #cacaca;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	
		
}

#subnav{
	border-right: 2px solid #cacaca;
	padding: 1em;
	height: inherit;
	float: left;
	width: 25%;
	background: white;
        overflow: auto;

	}


#content{
	border-left: 2px solid #cacaca;
	margin-left: 5%;
	padding: 1 em;
	width: 60%;
	height: inherit;
	float: left;
	background: white;

	}




#contact{
	border-left: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5 em;
	background: white;

	}























.commentlist li, #commentform input, #commentform textarea {

	font: 1em 'Sans-Serif;

	}



.commentlist li {

	font-weight: bold;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1em;

	text-transform: none;

	}







.commentmetadata {

	font-weight: normal;

	}







code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 1em;

	letter-spacing: .07em;

	}



a, h2 a:hover, h3 a:hover {

	color: #06c;

	text-decoration: none;

	}



a:hover {

	color: #147;

	text-decoration: underline;

	}





#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 */



.post {

	text-align: justify;

	}



.post hr {

	display: block;

	}



.postmetadata {

	clear: both;

}



.clear {

	clear: both;

}





/* End Structure */









/* Begin 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: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.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;

	}



/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	

	text-align: center;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 100px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 100%;

	padding: 2px;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform #submit {

	margin: 0 0 5px auto;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}

.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */

#sidebar

{
   padding: 2em;



	}



#sidebar form {

	margin: 0;

	}

/* End Sidebar */







/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	}



#wp-calendar #next a {

	padding-right: 5%;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 5%;

	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 td.pad:hover { /* 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 {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}




a img {

	border: none;

	}



/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-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;

}

/* End captions */





