/*
Theme Name: Beyer Cold
Theme URI: http://braxtonbeyer.com
Description: Theme created for Shelton's Pride
Version: 1.0
Author: Braxton Beyer
Author URI: http://braxtonbeyer.com
*/

/* Credits */
/* Inspired by fluidityrs */


/* old blue = #5970D8*/

@import url("dropdown.css");

body {}
* {
	margin: 0;
	padding: 0;
	border: 0px none;
	font-family: "Trebuchet MS", Arial, sans-serif
}

#wrapper {
		background-image: url('images/gradient_edges.png');
		background-repeaat: repeat-y;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	width:790px;
}

#header {
	background: white url(images/header.jpg) no-repeat scroll 1px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0pt;
	width:790px;
}
#header h3 {
	margin-left:-5000px;
}

ul.dropdown {
	width: 790px;
	background: rgb(249, 188, 24);
}
ul.dropdown, ul.dropdown ul {}
ul.dropdown li {
	color: white;
	text-align: center;
}
ul.dropdown li a {
	color: white;
	text-decoration: none;
	display: block;
	background: rgb(249, 188, 24);
	padding: 2px 13px;
}
ul.dropdown li a:hover {
	color: rgb(249, 188, 24);
	background: white;
}
ul.dropdown li ul {}
ul.dropdown li ul li {
	width: 120px;
	text-align: left;
	font-size: 90%;
}
ul.dropdown li ul li ul {
	width: 120px;
		border: 1px solid #D9D9D9;
}
ul.dropdown li ul li ul li {
/*	border: 1px solid red;*/
	width: 100%;
	text-align: left;
}

#bodyWrapper {
	border:1px solid rgb(249,188,24);
	border-bottom: 0;
	padding-bottom:0;
}

#main {
	margin-right: 223px;
	padding-top: 16px;
	background: white;
}

#footer {
	background:transparent url(images/footer.jpg) no-repeat scroll 0%;
	clear:both;
	height:100px;
	width:788px;
	text-align:center;
}
#footer p {
	padding-top: 40px;
}



/*------------Basic styles------------*/
h1, h2, h3, span#copyright, span#design { margin: 0 10px; font-weight: normal; text-decoration: none; background: transparent }
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.4em;
}
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }	/* site heading */
h2 { font-size: 1.0em; }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color: #FFA000  }	/* sub headings */
span#copyright { font-size: 13px; line-height: 35px }  /* sets the copyright styles */
span#design {  float: right; font-size: 13px; line-height: 35px }  /* floats the design link into position */
span.validation {  float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */





/*-----------------------------------Other tags-----------------------------------------*/
acronym { border-bottom: 1px dashed #999; cursor: help }
blockquote {
	border-top: 2px solid #FFA000;
	border-bottom: 2px solid #FFA000;
	margin-left: 1.5em;
	padding-left: 5px;
	background-color: #333333
}


/*-------------------------------------------------------------------------------*/
/* Modification done to basic theme */
/* Added */
#searchdiv {
	margin-bottom: 10px;
	text-align: center;
}
#searchdiv #s {
	border:1px solid rgb(249,188,24);
	font-size: 95%;
}
#searchdiv #submitSearch{
	border: 1px solid black;
	font-size:90%;
}

h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
}
a, a:visited {
    color: black;
    text-decoration: none;
		border-bottom: 1px solid rgb(249,188,24);
}
a:hover {
/*	text-decoration: underline;*/
	background: rgb(249,188,24);
	color: white;
}

.entrybody {}
h3.entrytitle {
	padding: 0;
	margin: 10px 0 10px 0;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.1em;
	font-weight:bold;
	font-stretch:110%;
}
h3.entrytitle a {
	text-decoration: none;
	border: none;
}
h3.entrytitle a:hover{
	color: white;
/*	text-decoration: underline;*/
}
h3 a {
    text-decoration: none;
    border: 0px none;
    color: rgb(249,188,24);
}
div .entrybody h3, div .entrybody h2{
margin-bottom:10px;
color:#B37100;

}
h3 a:hover {
    text-decoration: none;
    border: 0px none;
    text-shadow: none;
    color: #333;
}
.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}
.firstpost {
	border: 1px solid #3e4243;
	padding: 10px;
	margin-bottom:15px;
	background-image: url('images/latest.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}
.entry{
	padding: 10px;
	margin-bottom:15px;
}
.arc {
	border: 1px solid #3e4243;
	background-color:#2E3233;
	padding:10px;
	color:#FFFFFF;
	margin-bottom:15px;
}
.entrymeta {
	font-size: 10px;
	margin-bottom: 15px;
	font-style:italic;
	float: right;
	opacity: .8;
	text-align: right;
}
.entry ul, .entry ol{
margin-left:30px;
list-style:disc;
margin-top:10px;
margin-bottom:10px;
}
.entry ul li, .entry ol li {
	padding-top:5px;
	line-height:1.5em;
}

/* comments*/
h2#comments{
	padding:2px;
	margin-bottom:10px;
	font-size: 110%;
}
#commentblock {
	padding: 10px;
	border:1px solid black;
	margin:20px;
}
ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 20px;
	color: #9b9b9b;
	font-size:0.9em;
}
#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}
.commentname {
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
}
.commentinfo{
	margin-top: 3px;
	margin-bottom: 5px;
}
.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height:12px;
	color: #999;
	background-color: #2E3233;
	padding: 5px;
}
.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height:12px;
	color: #999;
	background-color: #2E3233;
	padding: 5px;
}
#commentsformheader{
	font-size: 1.4em;
}
#commentsform{
	margin-top:0;
	text-align:center;
	padding:0px;
}
#commentsform form{
	text-align:left;
	margin:0px;
}
#commentsform form #submit {
	border: 1px solid rgb(249,188,24);
}
#commentsform p{
	margin:5px;
}
#commentsform form textarea{
	width:99%;
	border: 1px solid rgb(249,188,24);
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Sidebar styling*/
#sidebar {
	float:right;
	margin-top: 0 0 0 16px;
/*	padding:20px 15px 15px 15px;*/
	padding-top: 20px;
	border-left: 1px solid rgb(249,188,24);
	width:190px;
}
#sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
/*	color: #dddddd;*/
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	margin-bottom: 10px;
	margin-top: 22px;
}
#sidebar p{
	margin: 7px;
	color:#999999;
	line-height: 1.4em;
}
#sidebar a, #sidebar a:visited {
	display: block;
	padding: 3px;
	border-bottom: 1px solid white;
	font-size: 90%;
}
#sidebar .cat-item a {
	display: inline;
}
#sidebar a:hover {
	color: white;
	background: rgb(249,188,24);
	text-decoration: none;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	list-style-type: none;
	list-style-position: outside;
}
#sidebar ul ul li ul {
/*	border: 1px solid red;*/
	display: none;
}
#sidebar ul ul li:hover ul {
	display:block;
	background: rgb(249,188,24);
	border: 1px solid rgb(249,188,24);
	margin-left: -169px;
	margin-top: -54px;
/*	opacity: 0.9;*/
	position: absolute;
	width: 160px;
	padding: 3px;
	color: white;
}
#sidebar ul ul li:hover ul li a {
	color: white;
}



/*survey styles*/
.sg_Question {
	clear: none !important;
}
.sg_Question textarea {
	border: 1px solid black;
}
#sg_content {
	clear: none !important;
}
