/* Copyright Straight Curve 2008 */

/* Generic styles */
* {
	margin:0;
	padding:0;
	border:0;
}
html {
	height:100%;
	background-color:#535353;
}
body {
	height:100%;
	width:100%;
	min-width:810px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #888;
	font-size:0.9em;
}
div.clearer { /* To clear floated divs - Hacked for IE */
	height:1px;
	line-height:1px;
	clear:both;
	overflow:hidden;
}

/* min-width - Hacked for IE */
* html .minwidth {border-left:810px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-810px; position:relative; float:left; z-index:2; text-align:left;}

/* Font Styles */
.white { color:#fff; } 
.white_bold { color:#fff; font-weight:bold; }
.red { color:#990000; }
.blue { color:#016799; }
a { text-decoration:none; color:#990000; }
a:hover { color:#990000; text-decoration: underline; }
a:visited { }

a.blue { text-decoration:none; color:#016799; }
a:hover.blue { color:#016799; text-decoration: underline; }
a:visited.blue  { }

/* Header styles */
div#header {
	height:120px;
	background-color:#fff;
	width:100%;
}
div#header .logo {
	float:left;
	padding:10px 0px 0px 20px;
}
div#header .quote {
	float:left;
	padding:40px 0px 0px 10px;
	text-transform:lowercase;
	font-weight:normal;
	font-size:1.2em;
}
div#header .contact {
	float:right;
	padding: 20px 40px 0px 0px;
	text-align: right;
}

/* Banner styles*/
div#banner {
	height: 120px;
	padding: 5px 0px 5px 0px;
	background: #ccc url('../images/banner.gif') left repeat-x;
	background-color: #7a0017;
	width: 100%;
}

/* Navigation styles */
div#navigation {
	height: 26px;
	background-color: #fff;
	width: 100%;
}
div#navigation .nav_inner_wrapper {
	margin:0 auto;
	width:810px;
}
#navigation li {
	padding: 0px; display: block; margin:0px; float:left;
}

/* Main styles */
div#main {
	padding: 10px 20px 0px 20px;
	background-color:#fff;
}
#content {
	margin-right: 320px;
}
* html .main_section  {
	margin-right: 40px;
}
.main_section {
	margin-bottom: 10px;
	background: url(../images/img05.gif) repeat-x;
	float:left;
}
.main_section .title {
	background: url(../images/img07.gif) no-repeat right top;
}
.main_section .title h2 {
	padding:30px 30px 40px 30px;
	background:url(../images/img06.gif) no-repeat;
	font-size:1.4em;
	color:#990000;
	font-weight:normal;
}
.main_section .entry {
	padding:20px 40px 10px 30px;
}
.main_section .entry1 {
	margin-top:-15px;
	padding:0px 40px 10px 30px;
}
.main_section .entry p, .main_section .entry1 p {
	padding:0px 0px 5px 0px;
}
.main_section .entry h3, .main_section .entry1 h3 {
	color:#016799;
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	padding:0px 0px 10px 0px;
}
.main_section .entry img, .main_section .entry1 img {
	float:left;
	padding:0px 20px 20px 0px;
}
.main_section .entry .entry_text, .main_section .entry1 .entry_text {
	padding-left:174px;
}
.main_section .links {
	margin:0;
	padding:0 30px 30px 30px;
	background:url(../images/img15.gif) no-repeat left bottom;
}
.main_section .links .more {
	background:url(../images/img16.gif) no-repeat left center;
}
.main_section .links .comments {
	background:url(../images/img17.gif) no-repeat left center;
}
.main_section .shadow {
	border-left:solid 4px #ccc;
	border-bottom:solid 4px #ccc;
	padding:0 !important;
	margin:0px 20px 10px 0px;
}
.main_section .videoplayer {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	width:273px;
	height:248px;
}
.main_text {
	margin-top:-10px;
	padding:0px 40px 10px 30px;
}
.main_text p {
	padding:10px 0px 5px 0px;
}
.main_text img {
	padding:10px;
}
.main_text li {
	padding:10px 0px 0px 20px;
	background:url(../images/img11.gif) no-repeat 5px 13px;
	list-style:none;
}
.main_text h3 {
	color:#016799;
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	padding:0px 0px 10px 0px;
}
.main_text .backlink {
	float:right;
	padding-right:10px;
}
.main_text .paypalbox {
	margin:10px 0px 5px 0px;
	background-color:#f7f7f7;
	padding:15px;
	width:60%;
}
.main_text .paypalbox p {
	padding:5px 0px 0px 0px;
}

#sidebar {
	float:right;
	width:300px;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li {
	margin-bottom:10px;
	background:url(../images/img10.gif) no-repeat left bottom;
}
#sidebar li ul {
	padding:0 30px 40px 30px;
}
#sidebar li ul input {
	border:1px solid #888;
	width:130px;
}
#sidebar li ul input.button {
	border:1px solid #888;
	width:90px;
}
#sidebar li li.item {
	float:right;
	margin:0;
	padding:0px 20px 5px 0px;
	background:none;
}
#sidebar li li.bullet {
	margin:0;
	padding:10px 0px 10px 20px;
	background:url(../images/img11.gif) no-repeat 5px 13px;
	border-bottom:1px dashed #888;
}
#sidebar h2 {
	padding: 30px 30px 10px 30px;
	background: url(../images/img09.gif) no-repeat;
	font-weight: normal;
	color: #990000;
	font-size:1.1em;
}
#sidebar #categories li {
	background: url(../images/img12.gif) no-repeat left center;
}

#sidebar .social_media {
	margin-top:-5px;
	height:54px;
	background-image:url(../images/social-media-background.jpg);
	background-repeat:none;
	padding: 21px 0 0 22px;
}

#sidebar .social_media img {
	padding:0;
	margin:0 0 0 2px;
}

/* Footer styles */
div#footer_top {
	width: 100%;
	background:#fff url('../images/footer_top.jpg') repeat-x;
	height:45px;
}
div#footer {
	background-color: #535353;
	width:100%;
	padding: 20px 0px 20px 0px;
}

div#footer_inner_wrap {
	width: 70%;
	margin:0 auto;
}
div#footerLeft {
	float: left;
	width: 160px;
	margin-left: 0px;
	background-color: #535353;
}
div#footerLeft ul {
	margin: 0px;
	padding: 0px;
}
div#footerLeft ul li {
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	border-bottom: #767676 1px solid;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
div#footerLeft ul li a {
	color: #bfbfbf;
	text-decoration: none;
}
div#footerLeft ul li a:hover {
	color: #eee;
	text-decoration: none;
}
div#footerRight {
	font-size: 11px;
	float: right;
	color: #bebebe;
	line-height: 14px;
	margin-right: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #535353;
}
div#footerRight a {
	color: #fff;
	text-decoration: none;
}
div#footerRight a:hover {
	color: #d7d7d7;
}
.footerTitle {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
.video-container{
	margin:10px;
	width:340px;	
}
.video-widget{
	border:#990000 4px solid;
}
.video-text{
	background:#CCC;
	padding:4px;
}
.float-left{float:left;}
.float-right{float:right;}
.float-clear{clear:both;}
