/*
Theme Name: Paragon Site Theme
Theme URI: http://team-paragon.com/
Description: Designed by Andrew Stephens, Fall 2011. It is highly recommended you do not change this.
Author: Andrew Stephens
Author URI: http://web.andrewmediaproductions.com/
Version: 1.0
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}




/******************
Standard Styles
******************/

body {
	font-family: 'Istok Web', Arial;
	background:#f0f0f0;
	font-size:16px;
min-width:1000px;
}

.clearfloat { clear:both; height:0px; overflow:hidden; }
.alignleft { float:left; text-align: left; }
.alignright { float:right; text-align: right; }
.aligncenter { display:block; margin: 0 auto; text-align:center; }

a:link, a:visited {
	text-decoration:none;
	color:#0063ba;
	font-weight:bold;
}

a:hover {
/*	text-decoration: underline;*/
	color:#00355e;
}

p, ul {
	text-align: left;
	line-height:1.3em;
}

p,ul,h1,h2,h3,h4 {
	margin: 7px 0px;
}

ul {
	margin-left:20px;
	list-style-type: disc;
}

h1,h2,h3 {
	text-shadow:0px 0px 1px rgba(255,255,255,0.3);
	font-weight:bold;
}

h1 { font-size:2.2em; }
h2 { font-size:1.9em; }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }

.wrapper {
	margin:0 auto;
	width:1000px;
	position:relative;
}

.column2 {
	width:348px;
	margin:3px;
	float:left;
}

h1 {
	text-shadow: white 1px 1px 0px;
	font-weight: normal;
	color: #404040;
}

h3, h4 {
	color:#404040;
	text-shadow: white 1px 1px 0px;
}

.divider {
	margin: 10px 0;
	border-top:1px solid #a0a0a0;
}



/******************
Header Styles
******************/

header#pagetop {
	height:125px;
	position:relative;
	margin-bottom:20px;
	background: url(css/header_bg.jpg) center center no-repeat;
}

#pagetop h1 {
/*	color:#ffc175;*/
	color:#fd6103;
	position:absolute;
	top:10px;
	right:0px;
	margin:0;
	font-size:2.2em;
	text-shadow: 1px 2px 5px #000000;
	font-weight:bold;
	width:720px;
	text-align:right;
}

#pagetop h1 a {
	color:#fd6103;
}

#pagetop a:hover {
	text-decoration:none;
/*	color: #fd6103;*/
}

h1#pagetitle {
	color: #f0f0f0;
	font-weight: bold;
	text-shadow: 1px 1px 5px #000000;
	margin-top:15px;
}

#pagetop #header_stripe {
/*	background:rgba(0,0,0,0.7);*/
	background:url(css/00000080.png);
	height:80px;
}

#pagetop img#logo {
	position:absolute;
	top:85px;
	left:0px;
	z-index:51;
}

#addressinfo {
	position:absolute;
	top:45px;
	right:0px;
	color:#fd6103;
	font-weight:bold;
}

#pagetop nav {
	position:absolute;
	right:0px;
/*	background: -webkit-linear-gradient(#ff9a3b 0%, #fd6103 100%);*/
/*	background: -webkit-linear-gradient(#e0e0e0 0%, #909090 100%);*/
	background: url(css/nav_bg.png) 0px 0px #e0e0e0 repeat-x;
	height:40px;
	padding:0 10px;
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	box-shadow:0px 0px 10px #000000;
	top:70px;
	behavior:url(/PIE.htc);
}

.home #pagetop nav {
	top:350px;
}

.headerfirst {
	position:absolute;
	top:2px;
	left:295px;
	z-index:90;
}

ul#nav {
	margin:0px;
}

ul#nav li {
	float:left;
	position:relative;
}

#nav li:hover {
	background: url(css/nav_bg.png) 0px -40px #e0e0e0 repeat-x;
}

#nav li a {
	display:block;
	padding:0px 7px;
	font-size:1em;
	line-height:40px;
	font-weight:bold;
	outline: 0;
	color:black;
	text-shadow: 0 1px #d0d0d0;
	height:40px;
	overflow:hidden;
}

#nav li a:hover {
	text-decoration:none;
/*	color:#ffe084;*/
/*	color:#11007b;*/
}

#nav li.dropdown a {
	background: url(css/nav_tri.png) center 27px no-repeat;
}

#nav li.dropdown li a {
	background:none;
	height:auto;
}

#nav li ul {
	display:none;
	position:absolute;
	left:0px;
	top:40px;
	z-index:890;
/*	background:rgba(0,0,0,0.8);*/
	background:url(css/00000080.png);
	margin-left:0px;
	margin-top:0px;
}

#nav li:hover ul {
	display:block;
}

#nav li ul li {
	float:none;
}

#nav li ul li:hover {
	background:none;
}

#nav li ul a {
	line-height:30px;
	width:200px;
	text-shadow:none;
	color:white;
}

#nav li ul a:hover {
	color: #8e9dff;
}

#slideshow {
	position:absolute;
	top:10px;
	left:0px;
	width:1000px;
	height:300px;
	overflow:hidden;
	z-index:49;
	box-shadow:0px 0px 20px #000000;
		-webkit-box-shadow:0px 0px 20px #000000;
		-moz-box-shadow:0px 0px 20px #000000;
}

.home header#pagetop {
	height:400px;
}

#pagetop .biglogo {
	position:absolute;
	top:0px;
	left:0px;
}

#pagetop .smalllogo {
	position:absolute;
	top:0px;
	left:80px;
}

#slideshow_new {
/*	background: -webkit-linear-gradient(#3d54ff 0%, #11007b 100%);*/
/*	background: -webkit-linear-gradient(#161616 0%, #040404 100%);*/
	background: url(css/homepage_slideshow_bg.png) #040404 repeat-x;
	box-shadow:0px 0px 10px #000000;
		-webkit-box-shadow:0px 0px 10px #000000;
		-moz-box-shadow:0px 0px 10px #000000;
	padding:10px;
	height:250px;
	width:700px;
	position:absolute;
	right:0px;
	top:70px;
	overflow:hidden;
	behavior:url(/PIE.htc);
}

#slideshow_new .nivoSlider {
	width:700px;
	height:300px;
}

#countdown {
	position:absolute;
	text-align:center;
	width:236px;
	color: #fd6103;
	top:340px;
	left:0px;
	font-size:1.2em;
}

.dropshadow-bottom {
	position:absolute;
	bottom:0px;
	width:100%;
	height:10px;
	background: url(css/dropshadow_bg.png) repeat-x 0px 0px;
}



/******************
Content Section Styles
******************/

#content {
	width:740px;
	margin-right:10px;
	float:left;
	font-size:0.9em;
	min-height:420px;
	margin-bottom: 20px;
}

/******************
Footer Styles
******************/

.dropshadow-top {
	position:absolute;
	top:0px;
	width:100%;
	height:20px;
	background: url(css/dropshadow_bg.png) repeat-x 0px -10px;
}

footer#bottom {
	clear:left;
	background:url(css/footer_bg.jpg) no-repeat;
	padding:10px 0;
	margin-top:20px;
	max-height:200px;
	position:relative;
}

#bottom p {
	text-align:center;
	font-size:0.8em;
	color:white;
}

#bottom a {
	color:#709dff;
}

/******************
Homepage Styles
******************/

.welcome {
	font-size:0.9em;
}

.welcome-stripe {
	background: #c0c0c0;
	margin: 20px 0px;
	font-size:0.9em;
	border: 3px solid #fd6103;
	border-left:0;
	border-right:0;
}

.welcome-stripe .column4 h3 {
	color: #1d2675;
	text-shadow: none;
}

.column4 {
	width:230px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.column4-double {
	width:479px;
}

.column-div {
	border-left: 1px solid #c0c0c0;
	border-right:1px solid #ffffff;
	width:0px;
	height:200px;
	float:left;
	overflow:hidden;
}

.column4-box {
	padding:10px;
/*	background:#c6c6ff;*/
	width:210px;
}

.column4-box h3 {
	text-align:center;
}

.column4-box a:hover {
	text-decoration:none;
}

#latest_photos {
	border-bottom:0;
}

#latest_photos img {
	margin:2px;
	border:0;
}

/******************
Contact Page Styles
******************/

.stdform input, .stdform textarea {
	width:300px;
	padding:5px;
	border:1px solid #808080;
	background: #d0d0d0;
	border-radius:3px;
	font-size:1.1em;
	font-family: 'Istok Web', Arial;
	float:left;
}

.stdform textarea {
	font-size:0.8em;
}

.stdform label {
	clear:left;
	float:left;
	width:125px;
	padding-top:10px;
	padding-right:5px;
	text-align:right;
	cursor:pointer;
}

.stdform .formsecure {
	display:none;
}

.stdform .submit {
	clear:left;
	margin-left:292px;
	cursor:pointer;
}

.stdform .submit:hover {
	background: #b0b0b0;
}

#formerror {
	clear:left;
	margin-top:10px;
	background: #ffd76b;
	border:1px solid #fff000;
	padding:5px;
	margin-left:130px;
	border-radius:5px;
	width:400px;
	color:black;
	display:none;
}

/******************
Blog Styles
******************/

article.multi-post {
	margin-bottom:30px;
	border-bottom:1px solid #a0a0a0;
}

/******************
Sidebar Styles
******************/

#sidebar {
	width:208px;
	background-color:#d0d0d0;
	float:left;
	padding: 10px 20px;
	min-height:380px;
	margin-bottom:20px;
	font-size: 0.9em;
}

#sidebar a {
	font-weight:normal;
}

#sidebar li.widget {
	margin-bottom:10px;
}

ul#sidebar_list {
	margin:0;
	list-style: none;
}

#sidebar li li {
	list-style-image: url(css/bullet.png);
}

#sidebar_list ul {
	list-style: none;
	margin-left:16px;
	line-height:1.5em;
}

/******************
Profile Pages
******************/

#teamlist {
	margin-left:0px;
}

#teamlist li {
	display:block;
	float:left;
	width:216px;
	border:10px solid #c0c0c0;
	background: #c0c0c0;
	margin-right:10px;
	height:310px;
	margin-bottom:10px;
}

#teamlist span { 
	display:block;
	text-align:center;
}

/******************
Photo Gallery Pages
******************/

.gallery_row {
	border-bottom:1px solid #c0c0c0;
}

.gallery_row img {
	margin:3px;
	border:3px solid #a0a0a0;
}

.gallery_row .setlink img {
	border:0;
	opacity:0.7;
}

.gallery_row .setlink:hover img {
	opacity:1;
}

/******************
Misc Styles
******************/

p.wp-caption-text {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	min-height:50px;
}

/**
Brian O'Neill added everything below here for the Sponsors page.
If it breaks, blame him.
*/
div.sponsor-table table{
	background: white;
	border: 4px solid #fd6103;
}

div.sponsor-table tr{
	border-bottom: 2px solid #fd6103;
}

div.sponsor-table td.company{
	color: black;
	width: 250px;
	padding: 20px;
	vertical-align: top;
}

div.sponsor-table td.logo{
	color: black;
	width: 500px;
	padding: 20px;
	vertical-align: center;
	text-align: right;
}

div.sponsor-table hr{
	color: #fd6103;
	width: 3px;
}
/** This is where Brian stopped adding. */