/*
Theme Name: U.S. TAXPROs
Theme URI: http://www.ustaxpros.net
Description: Wordpress theme with a fixed width, laid out in 2 columns with the menu on the left
Author: Kammy Burleson
Author URI: http://www.ynotweb.com


/*-----------Block Level Elements--------------*/
 *{margin: 0; padding: 0;}
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */
body {
background-color: #00307C;
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
font-size: 10pt;
margin: 0;
padding: 30px 0 0 0;
color: #000044;
}

#page {
	width: 914px;
	margin: 0 auto;
}
img {
	border: none;
}
img a {
	border: none;
}
#header {
	width: 914px;
	height: 160px;
	padding: 0;
	margin: 0;}

#headerimg {

}

.description {

}

#wrapper {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
#content {
	float: right;
	width: 680px;
}

#sidebar {
	width: 215px;
	margin-right: 699px;

}

.leftlist {
background-color: #0F3C84;
	width: 215px;
	border-top: 10px solid #0F3C84;
	border-bottom: 10px solid #0F3C84;
}

#footer {
	width: 914px;
	margin: 0 auto;
	clear: both;
}

#footer p {
	color: #fff;
	padding: 0 10px 10px 10px;
}

#footer a {
	color: #fff;
	
}

.copyright {
	float: left;
}

.design {
	float: right;
}
/*-------------Headings-------------*/

h1 {

}

h2 {
margin: 10px 0 15px 0;
/* color: #000044;
color: #000520; */
color:#000033;
font-size: 20pt;
font-weight: lighter;
}

h3 {
font-size: 12pt;
margin:  0;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

color: #000033;
font-weight: lighter;
}

h2.pagetitle {margin: 15px 0 0 15px;}
h3 a {
font-size: 12pt;
margin: 0 0 0 0;
}
.post {
margin-left:15px;
}

.post p {
color: #000044;
margin: 15px 30px 15px 0;
}

.post a {
color: #000099;
}

.post ul {
margin-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.post ol {
margin-left: 23px;
padding-top: 5px;
padding-bottom: 5px;


}
.post li {

}

.entry {

}

.entrytext .postmetadata {

}


.postmetadata alt {

}

.postmetadata a {

}

.navigation {
margin: 0;
padding: 0;
}

.alignleft {
margin: 0;
}

.alignright {
margin: 0 30px 0 0;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
list-style-type: square;
list-style-image: url(images/star.png);

margin-left: 25px;

}

#sidebar ul h2 {

}

#sidebar ul li {
margin-bottom:5px;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {
margin: 0 10px 0 10px;
}

#sidebar a {
color:#fff;
text-decoration: none;
font-weight: bold;
}

#sidebar a:visited {

}

#sidebar a:hover {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}


/* WordPress additions */

/* 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.center {
	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
	}
/* End Images */


/* 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 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 cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */