/*  
Theme Name: 45 Degrees
Theme URI: http://colorlightstudio.com/2007/10/31/45-degrees/
Description: Free WP Theme by Igor Penjivrag (Modified for TXCRLA)
Version: 1.0
Author: Igor Penjivrag
Author URI: http://www.colorlightstudio.com/
*/

table#officers { width: 600px; }
table#officers td { vertical-align: top; width: 50%; }
img.aligncenter, li.widget a img { display: block; margin: 0 auto; border: 0; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1em; }
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;
	}

#content_wrap div.wp-caption {
	background: #FAFAFA;
	border: #EEEEEE 1px solid;
	padding: 10px 5px 0;
}
#content_wrap div.wp-caption a img { display: block; border: none; margin: 0 auto; }
#content_wrap div.wp-caption p.wp-caption-text { font-size: .95em; margin: 0 10px; }
#sidebar li { font-size:0.8em; }
#sidebar li li { font-size:1.2em; }

html, body {
	font-family: Verdana;
	font-size: 62.5%;
	background: #313131;
	color: #2B2B2B;
	border: 0;
}

body, p, h1, h2, h3, h4, ul, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

blockquote {
	background: #FAFAFA;
	padding: 10px;
	margin: 10px auto;
	width: 30em;
	color: #525252;
	line-height: 19px;
	border-top: #E0E0E0 1px solid;
}

blockquote blockquote {
	background: #F3F3F3;
	width: 28em;
	padding: 5px;
}

/* Wrap */

#wrap {
	margin: 0 auto;
	background: White;
font-size:1.7em;
}

/* Header */

#header {
	height: 119px;
	background: #000 url(img/header.jpg) repeat-x 0 3px;
}

/* Menu */

#menu {
	width: 100%;
	background: #000;
}

#menu a {
	color: #aaa;
}

#menu li.current_page_item a, #menu a:hover, #menu h2 a {
	color: #fff;
}

#menu ul {
	/*width: 470px;*/
	height: 3em;
	display: block;
	float: left;
	font-size: 1.2em;
padding-left: 1.2%;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	background: #000;
	display: block;
	float: left;
	line-height: 3em;
	padding: 0 15px;
}

/* Title */

h1 a {
color:#fff;
display:block;
font-family:Verdana;
font-size:1.4em;
font-weight:normal;
padding:20px 10px;
text-align:center;
}


h1 a:hover {
	color: #efefef;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content_wrap a {
	color: #AE0600;
}

#content_wrap p a, #sidebar a, #content_wrap h4 a {
	border-bottom: #EFEFEF 1px solid;
	padding-bottom: 1px;
}

#content_wrap p a:hover, #sidebar a:hover, #content_wrap h4 a:hover {
	border-color: Silver;
	color: #820300;
}

#content_wrap h3 {
	padding: 5px 0 10px 0;
}

#content_wrap h3.comments {
	padding-bottom: 18px;
}

#content_wrap h3.comments a {
	font-size: 10px;
	color: #8B8B8B;
}

#content_wrap h3.comments a:hover {
	color: #6A6A6A;
}

#content_wrap h2 {
	font-weight: normal;
	padding: 5px 0 5px 0;
}

#content_wrap h2 a:hover {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	background: #FAFAFA;
}

#content_wrap h2.title {
	padding-bottom: 0;
}

#content_wrap h4 {
	font-weight: normal;
	padding: 4px 0 5px 0;
}

#content_wrap p {
	padding: 10px 0;
}

#content_wrap p, #content_wrap li {
font-size:1.2em;
line-height:1.8;
}

/* Content */

#content {
	width: 74%;
	display: block;
	float: left;
	padding-left: 2%;
}

#content ul {
	padding: 5px 0 10px 20px;
}

#content li {
	background: url(img/bullet.gif) no-repeat 0px 9px;
	list-style: none;
	padding-left: 20px;
	line-height: 21px;
}

#content table td { padding: 1em; line-height: 1.4; font-size: 1.2em; }

#more_entries {
	padding: 15px 0 15px 0;
}

#more_entries a:hover {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	background: #FAFAFA;
}

#more_entries .oe {
	display: inline;
	margin-right: 20px;
}

#more_entries .re {
	display: inline;
}

/* Comments */

h3.comm {
	padding: 20px 0 10px 0 !important;
}

.comment {
	background: #fff;
	width: 360px;
	border: #EEEEEE 1px solid;
	padding: 15px 20px 10px 20px;
	margin-bottom: 5px;
}

.authorcomment {
	background: #FAFAFA;
	width: 360px;
	border: #EEEEEE 1px solid;
	padding: 15px 20px 10px 20px;
	margin-bottom: 5px;
}

.author {
	background: #FBFBFB;
}

.comment_date_and_id {
	width: 100%;
	font-size: 10px;
}

.comm_date {
	float: left;
	color: #ACACAC;
}

.comm_id {
	float: right;
	font-weight: bold;
}

.comment_by {
	padding: 3px 0 0 0 !important;
}

#content form {
	background: #FAFAFA;
	width: 364px;
	border: #EEEEEE 1px solid;
	padding: 15px 18px 10px 18px;
	margin-bottom: 10px;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 3px;
}


#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 350px;
	padding: 3px;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */

#sidebar {
	width: 19%;
	display: block;
	float: right;
	margin-right: 1%;
	display: inline;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li ul {
	padding: 10px 0;
}

#sidebar ul li ul li{
	line-height: 20px;
	padding-left: 25px;
	background: url(img/bullet.gif) no-repeat 5px 8px;
}

#sidebar ul li ul ul {
	padding: 5px;
}

#sidebar h2 {
	font-weight: bold;
	padding: 5px 0 10px 0;
font-size:1.1em;
}

.textwidget {
	line-height: 18px;
	padding: 10px 0;
}

#wp-calendar {
	padding: 10px 0;
}

.widget_tag_cloud {
	padding: 5px 0 15px 0;
}

#wp-calendar caption {
	margin: 10px 0 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}

#wp-calendar td#today {
   background: #FAFAFA;
}

#sidebar form {
	background: #FAFAFA;
	width: 185px;
	height: 43px;
	margin: 10px 0;
	position: relative;
	border: #EEEEEE 1px solid;
}

#sidebar input {
	border: #EFEFEF 1px solid;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar input.field {
	width: 100px;
	height: 17px;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 3px 5px 0 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar input.button {
	background: #F3F3F3;
	height: 21px;
	width: 40px;
	padding: 0;
	position: absolute;
	left: 130px;
	top: 10px;
}

/* Footer */

#footer {
	width: 100%;
	height: 5.5.em;
	background: #000;
	clear: both;
}

#footer p {
	display: block;
	line-height: 30px;
	color: #8A8A8A;
	padding-left: 15px;
	font-size: 10px;
}

#footer p a {
	color: #ADADAD;
}

#footer p a:hover {
	color: #fff;
}

#footer ul {
	width: 100%;
	height: 3em;
	font-size: 1.2em;
padding-left: 1.2%;
}

#footer li {
	display: inline;
}

#footer li a {
	display: block;
	padding: 0 15px;
	line-height: 30px;
	float: left;
	color: #8A8A8A;
}

#footer li a:hover {
	color: #fff;
}
/*
#footer li.current_page_item a {
	background: #fff;
	color: #1D1D1D;
}*/

/* Fix */

#content_wrap:after,
.comment_date_and_id:after,
#menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


