/*
Theme Name: SUP
Theme URI: http://erikrowland.com/
Description: An optimized website framework designed explicitly for the Sons of Utah Pioneers.
Author: Erik Rowland
Author URI: http://erikrowland.com/
Version: 1.0
Tags: SUP, Sons of Utah Pioneers, two columns, fixed width

Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/2c-r.css');


body {
	background-color: #1a2100;
}

a:link{
	color: #e3cf95;
}
a:visited{
	color: #e3cf95;
}
a:hover{
	color: #BE9B32;
}
a:active{
	color: #e3cf95;
}

#respond {
	padding-top:20px;
	color: #e3cf95;
}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.3em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
/*
input.text, input.title, textarea, select {margin:0.2em 0;border:1px solid #bbb;}
input.text, input.title {width:300px;padding:5px;}
*/
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}

input.title {font-size:1.3em;}
textarea {border:1px solid black;width:390px;height:150px;padding:5px;}
select {font-size:1.1em;}

blockquote, q {
	quotes: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-left:20px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input,select {
	font-size:1.2em;
	border:1px solid gray;
	font-weight:100;
	padding:2px;
	background-color:#fff;
	margin:2px 0px 2px 0px;
}

.button {
	border: 1px solid gray;
	font-size: 1.1em;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
	padding:1px 6px 1px 6px;
}
.button:focus {
	border: 1px solid;
	color: #fff;
	background-image: none;
	cursor:pointer;
	font-size: 1.1em;
	font-weight: normal;
}

#wrapper {
	background-image: url(images/bkg_repeater.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 950px;
}

#header {
	background-image: url(images/bkg_header.jpg);
	background-repeat: no-repeat;
	height: 288px;
	width: 950px;
}

#footer {
	position: relative;
	height: 110px;
	width: 950px;
	background-image: url(images/bkg_footer.jpg);
	clear: both;
}

#branding a {
	font-size:1px;
	color:#1a2100;
}

#form-allowed-tags, .loggedin, .logout {
	font-size:.7em;
}

.home-welcome {
	display:none;
}

#welcome-skull {
	padding-top:44px;
	color: #D9C682;
	font-size: 14px;
	margin-left:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
	left:-9000px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	adisplay: inline;
}
.menu a {
	adisplay: block;
	afloat: left;
}

.font-small {
	font-size:.8em;
}

.navigation {
	padding-bottom:10px;
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}

.wp-caption img {
	border: 0;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	font-weight:normal;
	line-height: 1.2em;
	padding: 4px 4px 0px 4px;
	margin: 0;
	color: #BE9B32;
}

.wp-subscription-form-widget {
	padding:0px 0px 0px 16px;
	color:#BE9B32;
}
.wprsf-theform input {
	font-size:1.1em;
}
.wprsfbt h3 {
	color: #e3cf95;
	font-weight:bolder;
	font-size:1.3em;
}
