﻿@charset "utf-8";
/* This CSS Document is taken from Eric Meyer - Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Blog Specific Styles */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

#content {
	width: 650px;
	padding-right: 50px;
}

#main h1.blogTitle {
	background: none;
	text-indent: 0;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	height: 60px;
	display: block;
}

#main h1.blogTitle a {
	text-decoration: none;
	color: #ad4301;
}

#main h1.blogTitle a:hover {
	color: #333;
}

#content h2 {
	margin-top: 30px;
	padding-bottom: 5px;
}

#content h2, #content p, #content small, #content .entry, #sidebar a, #sidebar h2, #sidebar p, .navigation, .center, .topLink, #respond h3, .widget_calendar, h3#comments, .commentlist a, a.stbar.chicklet {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#content h2, #content small, #content .entry, #content p.postmetadata, .navigation, .center, .topLink, .post-edit-link, ol.commentlist, h3#comments, .shareThisButtons {
	margin-left: 50px;
}

#content h2, #content h2 a, h2.center, #respond h3, h3#comments {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-shadow: #ccc 0px -1px 0px;
	text-decoration: none;
	line-height: 30px;
}

h2.pagetitle {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-shadow: #333 1px 1px 0px;
}

#content h2 a:hover {
	color: #ad4301;
}

#content p, #content .entry {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#content small, .topLink, #respond a, .widget_calendar, a.stbar.chicklet {
	color: #0076a3;
	font-size: 12px;
}

#content .entry {
	color: #333;
}

#content hr {
	margin-top: 40px;
	margin-bottom: 60px;
}

#content .postmetadata a, #sidebar a, .navigation a, .topLink, #respond a, .entry p a, .post-edit-link, .commentlist a {
	text-decoration: none;
	color: #0076a3;
}

#content .postmetadata a:hover, #sidebar a:hover, .navigation a:hover, .topLink:hover, #respond a:hover, .entry p a:hover, .post-edit-link:hover, .commentlist a:hover {
	text-decoration: underline;
	color: #005677;
}

#content .topLink {
	display: block;
	margin-top: 30px;
}

.navigation {
	margin-bottom: 40px;
}

.navigation a {
	display: block;
	padding: 10px 10px 10px 0;
}



#content div.wp-caption {
	background: #b2ddf8;
	padding: 20px 20px 0px 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar {
	width: 230px;
	height: 100%;
	position:relative;
	margin-top: 30px;
	float: right;
	margin-right: 20px;
}

#sidebar ul li ul li {
	list-style-type: disc;
	font-size: 9px;
	color: #005677;
	margin-left: 15px;
}

#searchform {
	margin-bottom: 30px;
	margin-left: 50px;
}

#sidebar #searchform {
	margin-left: 0px;
}

#searchform input, #respond input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
}

#respond input {
	width: 150px;
}

.widget_calendar {
	margin-top: -25px;
}

.widget_calendar table {
	width: 200px;
	border-top: 1px solid #fff;
}

#searchform input#s {
	width: 150px;
}

#searchform input#searchsubmit {
	height: 25px;
}

#searchform label {
	display: none;
}

#sidebar a {
	font-size: 12px;
}

#sidebar p {
	font-size: 14px;
	color: #333;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 5px 0;
}

#sidebar li {
	margin-left: 0px;
}

#content p.alt {
	margin-left: 0;
}

#content p.alt small {
	margin-left: 0px;
}

#respond /* Comments form on single.php */ {
	margin-left: 50px;
	margin-top: 50px;
}

#respond h3 {
	line-height: 0px;
}

#respond p {
	padding-top: 10px;
}

#respond p input#submit {
	margin-top: -15px;
}

#respond textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h3#comments {
	margin-top: 60px;
}

.commentlist {
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9b9b9b;
}



/* Entire Site Styles */

body 
{
	background:url(images/bg.jpg) repeat-x center top fixed;
}
#header 
{
	height:186px;
	width:1118px;
	margin:auto;
	background:url(images/wood_header.jpg) no-repeat center top;
	z-index:2;
	position:relative;
}
#headBtm 
{
	height:20px;
	width:1118px;
	background:url(images/dropShadow_bottom.png) repeat-x left bottom;

	margin-left:auto;
	margin-right:auto;
	z-index:4;
	position:relative;
}
h1 
{

	height:144px;
	width:542px;
	z-index:4;
	position:relative;
	background:url(images/logoTop.jpg) no-repeat center top;
	margin-left:75px;

	text-indent:-9000px;
}
h3 
{
	font-family:Arial Black;
	font-size:24px;
	color:#FFFFFF;
	position:absolute;
}
h3.shadow {
    color:#616161;
	position:absolute;
    margin:0.03em 0 0 0.06em;
}
#logoBtm 
{
	background:url(images/logoBottom.png) no-repeat center top;
	height:12px;
	width:542px;
	z-index:4;
	position:relative;
	margin-left:75px;
}


/************************************** MENU ***************************************** */
#header #topNav 
{
	background:url(images/topNavBg.png) repeat-x left top;
	height:41px;
	margin-top:-54px;
}
#header #subNav 
{
	background:url(images/btmNavBg.png) repeat-x left top;
	height:43px;
}

#header ul {
	list-style: none;
}

#header li {
	display: inline;
}
#subNav ul 
{
	padding-top:13px;
	padding-left:57px;
}
#subNav li a 
{
	font-family:Arial Black;
	text-transform:uppercase;
	font-size:12px;
	color:#FFFFFF;
	height:43px;
	padding:16px 8px 22px 8px;

	text-decoration:none;
	margin-left:15px;
}
#subNav li a:hover 
{
	background:url(images/navHigh.png) repeat-x left top;
}
.footMenuNormal 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#container 
{
	width:998px;
	margin:auto;
	background:#0076a3;
	margin-top:-20px;
	z-index:1;
}
#main 
{
	background:#fff url(images/mainBg.jpg) repeat-x left top;
	width:950px;
	margin:auto;
	border-left:solid 4px #00588b;
	border-right:solid 4px #00588b;
	min-height:600px;
	position:relative;
	z-index:2;
}
#mainFoot 
{
	background:url(images/footer.png) no-repeat center top;
	width:950px;
	height:700px;
	position:relative;
	z-index:3;
	margin-top:-100px;
}
#footer 
{
	background:#000000;
	height:270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	color:#FFFFFF;
	text-align:center;
}
#footer ul li 
{
	display:inline;
	margin-right:20px;
}
#footer ul li a 
{
	color:#FFFFFF;
	text-decoration:none;
}
#content 
{
	position:relative;
	z-index:4;
	color:#FFFFFF;
}
#socialNetwork 
{
	float:right;
	width:305px;
	margin-top:-43px;
	margin-right:50px;
}
#socialNetwork ul li 
{
	display:inline-block;
}
#socialNetwork ul li a 
{
	display:block;
	width:36px;
	height:42px;
	text-indent:-9000px;
}
#socialNetwork ul li a.findPhoto 
{
	background:url(images/findYourPhotoBtn.png) no-repeat center top;
	width:160px;
}
#socialNetwork ul li a.youtube 
{
	background:url(images/iconYoutube.png) no-repeat center top;
}
#socialNetwork ul li a.facebook 
{
	background:url(images/iconFacebook.png) no-repeat center top;
}
#socialNetwork ul li a.twitter 
{
	background:url(images/iconTwitter.png) no-repeat center top;
}

/* ***************** HOME PAGE ******************** */
#featured 
{
	width:350px;
	height:254px;
	border:dotted 1px #000000;
	margin-left:10px;
}
#latest 
{
	background:url(images/latestVideo.png) no-repeat center top;
	height:250px;
	width:250px;
	float:left;
}
#adSpace 
{
	width:300px;
	height:250px;
	border:dotted 1px #000000;
}
#artists 
{
	background:url(images/artistsBox.png) no-repeat center top;
	width:295px;
	height:600px;
}
.smallWidget
{
	background:url(images/widgetSmall.png) no-repeat center top;
	width:315px;
	height:250px;
}
.smallContent 
{
	width:292px;
	height:240px;
	margin:auto;
}
.medWidget
{
	background:url(images/widgetMed.png) no-repeat center top;
	width:315px;
	height:330px;
}
.widgetHead 
{
	height:42px;
	padding-top:10px;
	padding-bottom:10px;
}
.medWidgetHead 
{
	height:42px;
	padding-top:14px;
	padding-bottom:10px;
}
.widgetImage 
{
	float:left;
	width:70px;
	height:70px;
}
.floatRight 
{
	float:right;
}
.floatLeft 
{
	float:left;
}
.articleTitle 
{
	font-family:Georgia;
	font-size:14px;
	color:#203200;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.divider 
{
	background:url(images/whiteLine.gif) no-repeat center top;
	height:1px;
	width:273px;
	margin:auto;
	margin-top:10px;
	margin-bottom:8px;
	text-indent:-9000px;
}
.moreLink 
{
	font-family:Georgia;
	font-size:11px;
	color:#203200;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
