/* 
	Theme Name: 2 column
	Theme URI: http://www.yourwebteam.com
	Description: A Clean, White theme for WordPress
	Author: J. Luciani
	Author URI: http://www.yourwebteam.com
	Version: 1.0
*/


html { 
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font-size: 62.5%; /* Sets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: #333;
   	margin: 0;
	padding: 0; 
        background-image: url("/images/bg_grad.jpg");
	}

#page {
	margin: 20px auto;
	padding: 0px;
	width: 900px;
	background-color: #fff;
	text-align: left;
   border: 4px solid #FF9900;
	}
	

	
#header {
	padding: 0px;
	margin: 0 auto;
	width: 99%px;
	background-color: #333;
   background-image: url("/images/banner_2.jpg");
   line-height:80px;
   border-bottom: 5px solid #333;
	}


#blog_title_hide {
	display: none;
}


#content {
	float: right;
	font-size: 1.2em;
	width: 530px;
margin-top:0px;
	/*border:1px solid black;*/
	}

.widecolumn .entry p {
	font-size: 1.0em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
        /*border-bottom: 1px dotted #ccc;*/
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	font-size:.8em;
	}

.alt {
	background-color: #F0F4FF;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: left;
	}

#headerimg {
	
}

#header a{
	font-size: 1.5em;
	color:  #3b6ea5;
	text-align: center;
}

#header p {
	margin-bottom:0px;
font-size: 2.2em;
	color:#333333;
	text-align: center;
	}
	
.description {
	font-size: 2.1em;
	color:#333333;
	text-align: center;
	vertical-align: bottom;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
	
.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;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#LeftColumn{
		float: left;
		width: 350px;
	}
	
.clearer {
           clear: both;
           height: 0;
           margin: 0;
           padding: 0;
           }
	
#sidebarright {
	font: 1em Arial, Sans-Serif;
	width: 170px;
	float: right;


	}
#sidebarright ul ul li, #sidebarright ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
#sidebarleft {
	font: 1em Arial, Sans-Serif;
width: 170px;
text-align:center;

	}

#sidebarleft ul ul li, #sidebarleft ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
        font-family: courier;
	font-size: 1.0em;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

#header h1 {
	font-size:13px;
}

#header p{
	margin-left:220px;
	margin-top:0px;
}

.narrowcolumn {
	float: left;
	padding: 0px 5px 0px 0px;

	}

.widecolumn {
	padding: 0px 10px 0px 5px;
	margin: 5px 5px 0 280px;
	width: 530px;
	border:1px solid #333;
	}
	

.post h2 {
	color: #333;
	font-size: 1.2em;
	background-color: #FF9900;
	border-bottom: 2px solid #333; /*background-image: url("/images/postHeader.jpg");*/
	line-height: 26px;
	padding-left: 5px;
}
	
.post h2 a:hover{
        color:#666;
	}
	
.post h2 a{
        color:#333;
	}

.post img{
	display: inline;
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	text-align:center;
	border-top: 1px solid #ccc;
	}

#footer p {
	margin-left: 220px;
	margin-top:0px;
	}


hr {
	width:90%;
	margin-left:0px;
	color: #ccc;
}


h1 {
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 2px;
	background-color:#F0F0F0;
}

#sidebarleft h2 {
	margin: 5px 0 0;
	padding: 0;
	text-transform:uppercase;
	}
#sidebarright h2 {
	margin: 5px 0 0;
	padding: 0;
	text-transform:uppercase;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}
/* End Images */



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;
	}
	
#sidebarleft ul, #sidebarleft ul ol {
	margin: 0;
	padding: 0;
	}

#sidebarleft ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebarleft ul p, #sidebarleft ul select {
	margin: 5px 0 8px;
	}

#sidebarleft ul ul, #sidebarleft ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarleft ul ul ul, #sidebarleft ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebarleft ul ol li {
	list-style: decimal outside;
	}

#sidebarleft ul ul li, #sidebarleft ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	
	/*right sidebar style stuff*/
#sidebarright ul, #sidebarright ul ol {
	margin: 0;
	padding: 0;
	}

#sidebarright ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebarright ul p, #sidebarright ul select {
	margin: 5px 0 8px;
	}

#sidebarright ul ul, #sidebarright ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarright ul ul ul, #sidebarright ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebarright ul ol li {
	list-style: decimal outside;
	}

#sidebarright ul ul li, #sidebarright ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align:right;
	}

#sidebarleft #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebarleft #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebarleft {
	width:170px;
	float:left;
	}

#sidebarleft form {
	margin: 0;
	}
	
#sidebarleft a{
	color:#3b6ea5;
	}	
	
#sidebarright {
	width:170px;
	float:right;
	text-align:right;
	}

#sidebarright form {
	margin: 0;
	}
	
#sidebarright a{
	color:#3b6ea5;
	}
	
#pagenav {
	margin:0px;
}	
	
/* End Sidebar */

/* Calendar */

#wp-calendar {
               line-height: 140%;
               color: #666666;
               font-family: Arial;
               font-size: 1em;
               font-weight: bold;
               padding: 2px;
               text-align: right;
               width: 65%;
               margin-left:28px;
               }

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
                 color: #333;
                 font-family: Arial;
								 font-size: 1.2em;
                 text-align: right;
                 font-weight: bold;
                 text-transform: uppercase;
                 padding: 0px;
                 margin-top: 5px;
                 }

#wp-calendar td {
                  text-align: center;
}

#wp-calendar #today {
                      border: #999 1px solid;
                      color: #ae0000;
                      }

#wp-calendar th {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar table {
                  padding: 2px;
                  border-collapse: collapse;
                  border: 0px;
                  width: 90%;
                  }
/* End Calendar */



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;
	}

.hrhide {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom:30px;
	}
