/* reset */
a img { border: 0; } 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; background: transparent; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }


body {
	background: #62833C url(/assets/images/temp/bg-01.jpg) top repeat-x fixed;
	font-family: Helvetica, Arial, sans-serif; padding: 10px 0 40px 0;
	}
div#wrap { width: 920px; margin: 0 auto; background: #fffffc; padding: 20px; overflow: auto;}

/* h */
h1 { margin: 0.34em 0; font-size: 160%;}
body#phom h1 { display: none;}
h2, h3, h4 { margin: 1em 0 0 0; font-weight: bold;}
h1 a, h2 a, h3 a, h4 a { text-decoration: none;}

/* p */
p { margin: 0 0 1em 0;
	line-height: 130%;
	}
strong {
	font-weight: bold;
}

/* a */
a {
	color: #62833C;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

div#wrap, div#nav {

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
		
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}


div#footer {
	background: #060;
	background: #428E42 url(/assets/images/sitewide/footer-01.png) bottom repeat-x;
	padding: 20px 20px 40px 20px;
	clear: both;
	margin: 10px -20px -20px;
	color: #fff;
	font-size: 90%;
}
div#footer a { color: #fff; text-decoration: none; padding: .2em .3em; white-space: nowrap; }
div#footer a:hover { color: #fff; text-decoration: underline;}

img#footer30fears {
	float: right;
	margin: 0;
}


/* nav */
div#nav { background: #96BD7A url(/assets/images/temp/nav-bg-01.jpg) repeat-x;
	padding: 10px 0px; margin: -20px -20px 10px; color: #eee;

	}
div#nav a { color: #fff; font-weight: bold; text-decoration: none; padding: .6em .7em;}

div#nav a:hover { background: #81b05f;}

/* stats */
p.stats { position: fixed; bottom: 0; left: 0; color: #222; margin: 0; padding: .2em .5em; font-size: 70%; background: rgba(0,0,0,.2);}
p.stats { display: none;}

body#phom a#nhom,
body#pvid a#nvid,
body#pact a#nact,
body#pmes a#nmes,
body#pspo a#nspo,
body#ppro a#npro,
body#pnew a#nnew,
body#pema a#nema {
	background: #fffffc;
	color: #222;
	cursor: default;
}

body#phom a#nhom {
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

div#nav a#nhom { padding: .6em 1.2em;}

/* header */
div#header { width: 960px; height: 110px;
margin: 0 auto; 
background: transparent url('../images/temp/header-bg-01.png') no-repeat bottom center;

}
img#logo { float:none; position: relative; top: -5px; left: -10px; float: left;}
img#sponsorshiplogos { float: right;}
img#grantawishlogo { float: right; margin: 3px 0 0 7px;}

/* img */


/* lists */
dt {font-weight: bold; margin: 1em 0 0 0;}
dd { margin-left: 0; text-indent: 0; padding-left: 0;}

li { list-style: inside disc;
	margin: 0.2em 0;
	line-height: 120%;
	}



/* messages */
div#messages {
	clear: both;
	width: 940px;
	overflow: hidden;
	margin: 10px 0 -10px 0;
	padding: 0;
}

div#messages div {
	background: #efefef;
	width: 433px;
	height: 120px;
	overflow: auto;
	margin: 5px 15px 5px 0;
	padding: 8px;
	font-size: 90%;
	line-height: 120%;
	float: left;
	border: 1px solid #ddd;
}



div#actlist div {
	background: #efefef;
	width: 430px;
	height: 120px;
	overflow: auto;
	margin: 5px;
	padding: 8px;
	font-size: 90%;
	line-height: 120%;
	float: left;
	border: 1px solid #ddd;
}

div#actlist img {
	float: left;
	margin: 0 10px 10px 0;
}



/* * * *  form defaults * * * * */

form {
	margin: 20px 0;
	padding: 20px;
	background: #e3eddb;
}

label {
	font-size: 90%;
	font-weight: bold;
	display: block; clear: both;
	margin: 1.2em 0 .2em;
}
input, textarea {
	display: block;
	width: 400px;
}
input[type="checkbox"]{
	display: inline;
	width: auto;
}
textarea {
	height: 120px;
}
input[type="submit"] {
	margin: 2em;
	width: 8em;
}


/* refer form */
form#referform {
	width: 460px;
	margin:  20px auto;
}

p.fineprint {
	 margin:  20px;
	 font-size: 90%;
}

/* message form */
form#message_form {
	float: right;
	width: 410px;
	margin: 0;
	padding: 0 20px;
}
form#message_form div {
	margin: 0 0 5px 0;
	}

div#message_form_name, div#message_form_location {
	width: 200px;
	float: left;
}
div#message_form_location {
	padding-left: 10px;
	}

div#message_form_name input, div#message_form_location input {
	width: 190px;
}
div#message_form_message textarea {
	width: 405px;
	height: 70px;
}
form#message_form input[type="submit"] {
	margin: 10px 10px 0 0;
	width: 8em;
}


span.error {
	font-size: 90%;
	background: #f00;
	color: #fff;
	font-weight: bold;
	padding: .1em;
}


/* */
html body#pspo div#content {
	background: #fff;
}
body#pspo div#content li {
	list-style: none;
	display: block;
	width: 200px;
	height: 100px;
	float: left;
	margin: 0 10px 20px 0;
	margin: 15px;
	background: #fff;
	border: 0px solid #ddd;
	}
body#pspo div#content li img {
	}

/* homepage */

div#panel-wrap {
	clear: both;
	height: 120px;
	background: transparent;
	width: 100%;
	padding: 20px 20px 0 20px;
	margin: 0 -20px;
}
div#panel-wrap div.panel {
	width: 300px;
	height: 120px;
	background-color: #fff;
	position: relative;
	background-image: url('../images/temp/social-panels-01.png');
	float: left;
	margin: 0 0 0 10px;
	text-indent: -9999px;
	overflow: hidden;
}
div#panel-wrap div:first-child {
	margin: 0;
}

div#twitter_panel { background-position: 0 0; }
div#facebook_panel { background-position: -310px 0px; }
div#nominate_panel { background-position: -620px 0px; }

div.panel a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	height: 100px;
	width: 300px;
}


/* home page */

div#temp_feature {
width: 280px;
height: 390px;
float: left;
background: #e3eddb;
padding: 10px;
margin: 0 10px 0 0;
}

div#recent_messages {
width: 280px;
float: right;
background: #e3eddb;
padding: 10px;
}

div#recent_acts {
width: 280px;
float: right;
background: #e3eddb;
padding: 10px;
margin: 0 10px 0 0;
}

div#recent_messages div#message_wrap,
div#recent_acts div#acts_wrap {
	height: 340px;
	width: 270px !important;
	overflow: auto;
	background: #f1f6ed;
	font-size: 90%;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #fff;
	}

div#recent_messages div#message_wrap p {
	border-bottom: 1px solid #fff;
	}


/* blog */
div#blog {
	width: 430px;
	padding: 10px;
	float: right;
}

div#video-player {
	float: left;
	width: 430px;
}

div#photos {
	clear: both;
}
div#photos a {
	margin: 0 20px 20px 0;
	}

/* sub views */
div#content.content700 div#main {
	width: 700px;
	float: left;
}
div#content.content700 div#sub {
	width: 220px;
	float: right;
}

div#content.content620 div#main {
	width: 620px;
	float: left;
}
div#content.content300 div#sub {
	width: 300px;
	float: right;
}

/* show acts */
div.showact {
	width: 430px;
	height: 160px;
	border: 1px solid #eee;
	padding: 10px 10px;
	margin: 5px 5px 5px 0;
	background: #F2F5EC;
	float: left;
}
div.showact img {
	float: left;
	margin: 0 10px 0px 0;
	width: 200px;
	height: 160px;
}
div.showact h4 {
	margin: 0 0 .3em 0;
	}

a.watch-button {
	display: none;
	margin: 40px 0 0 10px;
	background: #99AF7E;
	padding: 3px 10px;
	color: #fff;
}
a.watch-button:hover {
	background: #62833C;
	text-decoration: none;
	}



/* actviewer */
div#actviewer {
	position: relative;
	top: 50px;
	margin: 20px 0;
	width: 450px;
	height: 200px;
	overflow: hidden;
}
div#actviewer div.showact {
	float: right;
	}


/* sponsor profiles */
div#sponsorprofiles {
	overflow: auto;
}

div#sponsorprofiles div {
	width: 440px;
	font-size: 90%;
	border: 0px solid #ddd;
	float: left;
	padding: 10px;
}
div#sponsorprofiles div img {
	float: left;
	margin: 0 10px 20px 0;
}



/* actmessages */
div#actmessages {
	clear: both;
	padding: 0px;
}



/* nomination */
div#nominate_list div {	
	background: #efefef;
	width: 427px;
	height: 220px;
	overflow: auto;
	margin: 5px 15px 5px 0;
	padding: 8px;
	font-size: 90%;
	line-height: 120%;
	float: left;
	border: 1px solid #ddd;	
}
body#pnom div#nominate_list div.winner {
	background: #fff url('/assets/images/temp/winner-01.png') top no-repeat scroll;
	padding-top: 40px;
	height: 188px;
	border: 1px solid #E3EDDB;
}

/* sponsors on act pages */
div#actsponsors img {
	margin: 5px;

}
/* list acts on acts */
div#listacts {
	background: #fff;
	border: #ddd 1px solid;
	border-top: 0;
	width: 428px;
	margin: 0px 0 0 0;
	padding: 0 10px 20px;
	height: 200px;
	overflow: auto;
	font-size: 90%;
}

body#pact a.next {
display: none;
}

div#actnav {
width: 450px;
padding: 5px 0;
position: relative;
top: -20px;
clear: both;
z-index: 100;
text-align: center;
background: #62833C;
font-weight: bold;
}
div#actnav a {
	color: #fff;
	}
