﻿/*** ELIMINATE BROWSER INTERFERENCE ***/
/*body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote */
*
{
	padding: 0;
	margin: 0;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 1em;
}

body
{
	background-color: #F47923;
	color: #000000;
}

img
{
	border-style: none;
}

a:focus
{ 
    outline: none; 
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	width: 394px;
	float: left;
}

h2
{
	font-size: 1.0em;
	font-weight: normal;
}

p
{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0.8em;
}

/*** LAYOUT ***/
#wrapper
{
	margin:0 auto;
	width: 936px;
	background-color: #fff;
	overflow: hidden;
	padding: 25px;
}

div#main
{
	clear: both;	
}


#header
{
	overflow: hidden;	
	margin-bottom: 15px;
}

#headerRight
{
	float: right;
}

#formSearch
{
	margin-bottom: 50px;	
}

#formSearch input
{
	font-size: 0.8em;
}

#formSearch input.go
{
	vertical-align: bottom;	
	display: inline-block;
}

#formSearch input.search
{
	width:170px;
}

div#rss img
{
	margin-right: 5px;	
	float:left;
}

div#rss span
{
	display:inline-block;
	font-size:0.8em;
	margin-top:7px;
}

div#left
{
	float: left;
}

ul#nav, ul#icons
{
	list-style-type:none;
	width:192px;
}

ul#nav
{
	margin-bottom: 40px;	
}

ul#nav li
{
	border:2px solid #EEE;
	font-size:0.8em;
	height:22px;
	margin-bottom:8px;
	overflow:hidden;
	padding:3px;
	vertical-align:middle;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul#nav li.selected
{
	border-color: #000;
}

ul#nav li.selected a
{
	font-weight: bold;
}

ul#nav li span
{
	float: right;
	width: 40px;
	text-align: center;
	vertical-align: top;
}

ul#nav li a
{
	height: 10px;	
}

ul#nav a
{
	padding-top:2px;
	font-size: 1.1em;
}

ul#nav li a
{
	display: block;
	text-decoration: none;
	color: #000;
	height: 22px;	
	background-position: right center;
	background-repeat: no-repeat;	
	margin-right: 10px;
}

ul#icons li
{
	margin-bottom: 2px;
}

ul#icons li.ice
{
	margin-top: 30px;
}

ul#icons li.description
{
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#icons li.description p
{
	margin: 0;
}

div#content
{
	float:left;
	margin-left:25px;
	margin-right:25px;
	width:470px;
}

div#right
{
	float: right;	
}

div#latest
{
	width:222px;
	margin-bottom: 10px;
}

div#footer
{
	margin:0 auto;
	width:986px;
	overflow: hidden;
}

div#latest
{
	background-image: url(/images/bluefade.jpg);
	background-repeat: repeat-y;
	padding: 3px;
	width:218px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#latest h3
{
	font-size: 0.9em;
	color: #FFF;
}

div.latestVideo
{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:center;
}

div.latestVideo a
{
	color: #000;
	text-decoration: none;
}

div.latestVideo h4
{
	font-size: 0.8em;
	font-weight: normal;
}

div#footer
{
	color: #fff;
}

div#footer p
{
	margin: 5px 0 5px 0;
}

div#footer a.terms
{
	float: right;
	text-decoration: none;
	color: #fff;
	margin-right: 100px;
}

div#pages
{
    text-align: center;
    clear: both;
}

span.pages
{
    font-size: 0.8em;
}

span.pages a.selected
{
    text-decoration: underline;
	color:#F47923;
}

span.pages a
{
    text-decoration: none;
	color: #000000;
}

div.videothumb
{
    width: 120px;
    background-color: #7DCDF2;
	padding:8px;
    margin-top: 10px;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    margin-bottom: 15px;
}

div.videothumb a
{
	color: #000;
}

div.videothumb img
{
    padding-bottom: 2px;
}

div.videothumb h5
{
	font-weight: normal;
}

div.videothumb h5 a
{
	text-decoration: none;
}

div#videolist div.videothumb
{
    float: left;
    margin-right: 15px;
    margin-top: 0;
	height:125px;
	padding-bottom: 5px;
}

div#videolist
{
    overflow:hidden;
    margin-bottom:20px;
	margin-left:15px;
}

div#content
{
	font-size: 1.1em;	
}

div#content h2
{
	margin-bottom: 20px;
	font-size: 1.4em;
}

.error
{
	color: #ff0000;
}

div.field .error, div.responses .error
{
	color: #ff0000;
	float: left;
}

ul#nav li.Home a
{
	background-image: url(/images/iconHome.jpg);
}

ul#nav li.ThoughtClips a
{
	background-image: url(/images/iconThoughtClips.jpg);
}

ul#nav li.Makeyourclip a
{
	background-image: url(/images/iconMakeyourclip.jpg);
}

ul#nav li.AboutPenny a
{
	background-image: url(/images/iconAboutPenny.jpg);
}

ul#nav li.Contact a
{
	background-image: url(/images/iconContact.jpg);
}

ul#nav li.PennysQuestion a
{
	background-image: url(/images/iconPennysQuestion.jpg);
}

ul#nav li.MoreThoughts a
{
	background-image: url(/images/iconMoreThoughts.jpg);
}

ul#nav li.PennysFacts a
{
	background-image: url(/images/iconPennysFacts.jpg);
}

embed
{
	margin-left:22px;
}

p.question
{
	font-size:1.4em;
}

.formQuestion, form.commentForm
{
	font-size:0.8em;	
}

.formQuestion textarea, form.commentForm textarea
{
	width:466px;
	display: block;
}

form.commentForm
{
	clear:both;
	display:block;
	padding-top:10px;
}

form.response textarea
{
	 font-size:0.8em;	
	 margin-top: 10px;
}
a.more
{
	color:#FFFFFF;
	display:block;
	font-size:0.8em;
	padding-left: 5px;
	padding-bottom: 5px;
	text-decoration:none;
	font-weight: bold;
}

div.facts
{
	float: right;
	background: #FFFFFF url(/images/orangebg.jpg) no-repeat top left;
	width: 221px;
	height: 194px;
}

div.facts p
{
	color:#FFFFFF;
	font-size:1em;
	margin:0;
	padding:27px;
}

div.facts a
{
	color: #FFFFFF;	
	font-weight: bold;
}

div#recaptcha_widget_div
{
	float: left;	
}

div#validation input.Send
{
	float:right;
	padding-top:102px;
}

div#validation
{
	overflow: hidden;	
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.response
{
	list-style: none;	
	margin-top: 10px;
}

input.Comment
{
	float:right;
}

img.Comment
{
	float:right;	
}

form.response
{
	overflow: hidden;
}

div.responses
{
	border-top:1px solid #000000;
	clear:both;
	display:block;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:10px;
	_margin-top: 10px;
}

div.responses p
{
	margin: 0;
	font-size: 1em;
}

div.responses ul li
{
	border-top:1px dashed #000000;
	padding-bottom:5px;
	padding-top:5px;
	overflow:hidden;
	list-style: none;
}

div.responses ul
{
	margin-top: 10px;	
}

div.responses ul li span
{
	padding-left: 50px;
	display: block;
	font-size: 0.8em;
}

div.responses ul li span p
{
	font-size: 1em;
}

div.responses input.Send
{
	float: right;	
}

img.Comment
{
	cursor: pointer;
}

div.responses span, div.quizquestion span
{
	font-size: 0.8em;
	width: 300px;
	display: block;
	float:left;
}

div.quizquestion
{
	border-bottom:1px solid #000000;
	overflow:hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	display: inline-block;
	width:470px;
}

div.quizanswer
{
	float:right;
	font-size:0.8em;
	width:150px;
}

div.quizanswer label
{
	display:inline-block;
	width:125px;
}

Form.formQuiz input.Submit
{
	float: right;	
}

Form.formQuiz input.Submit
{
	margin-top: 10px;
}

img.forward
{
	margin-top: 10px;
	cursor: pointer;
	float: left;
}

Form.formQuiz span.correct, Form.formQuiz span.incorrect
{
	font-weight: bold;
}

Form.formQuiz span.correct
{
	color:#49E20E;
}

Form.formQuiz span.incorrect
{
	color:#FF0000;
}

Form.formForward
{
	clear:both;
	font-size:0.8em;
	overflow:hidden;
	padding-top:10px;
}

Form.formForward input.forward
{
	width: 250px;	
	float: right;
}

Form.formForward label
{
	display:inline-block;
	width:200px;
	float: left;
}

Form.formForward input.send
{
	float: right;
}

Form.formForward div.field
{
	display:inline-block;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:5px;
}

.pnlQuestion
{
	clear:both;
	display:block;
	overflow:hidden;
	padding-top:10px;
}

p.result
{
	font-weight: bold;
	margin: 0;
}

div.pnlComments
{
	overflow: hidden;	
	clear: both;
}