@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
Style Sheet 

version:   1.0
author:    Erik Peterson
company:   Logo Critiques & Project o3, LLC
website:   http://www.logocritiques.com/
-----------------------------------------------------------------------------*/

/* ============================ */
/* ============================ */
/* ==== DEVELOPMENT STYLES ==== */
/* ============================ */
/* ============================ */


/*
====== C O L O R S =======

	#f3d566 - Yellow
	#f7e397 - Medium Yellow
	#fbefc2 - Lt Yellow
	#b84c4f - Red
	#9e0b0f - Dark Red
	#9ac3bf - Teal
	#677a9e - Blue

*/

body {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/* @group Layout */

.outerWrapper {
	width: 61.25em;
	margin: 0 auto;
	/*border: 1px dotted grey;*/
}

#contentWrapper {
	display: inline-block;
	/*line-height: 0;*/
	margin: 3em 0 3em 0;
	padding: 0;
	position: relative;
	width: 100%;
	border-left: 3px solid black;
	float: left;
/*	border-right: none;
	border-bottom: none;
	border-top: none;*/
}

#content {
	float: left;
	margin: 0;
	width: 57%;
}

#siteLinksColumn {
	float: left;
	width: 13.5%;
	background-color: black;
	padding: 0 .625em 3em .625em;
}

#sponsorColumn {
	float: right;
	width: 260px;	
	
}

/* @end */

/* @group Header */

#header {
	width: 100%;
	min-height: 6.25;
	height: 6.25em;
	margin-top: 3.75em;
	margin-bottom: 1.5em;
	background: url('../images/logocritiques_head.gif') no-repeat center bottom;
	text-align: center;
}

#header h1 {
	color: black;
	font: 5.75em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	line-height: .8em;
}

#header h1 a,
#header h1 a:link,
#header h1 a:active,
#header h1 a:visited,
#header h1 a:hover{
	text-decoration: none;
	text-align: center;
	color: black;
	display: block;
	text-indent: -999em;
	height: 75px;
	width: 920px;
}

#header h2 {
	background-color: transparent;
	color: black;
	font: italic .75em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	margin: .6em 0 0 8.5em;
	padding: 0;
	text-align: left;
	text-transform: none;	
}

/* @end */

/* @group navigation */

#navigation {
	background-color: black;
	width: 100%;
	min-height: 3em;
	height: 3em;
	border-top: 2px solid #f3d566;
}

#navigation .outerWrapper ul {
	display: inline-block;
	margin-top: 1em;
}

#navigation ul li {
	display: inline;
	font: .75em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	margin-right: 2em;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active {
	color: #7d7d7d;
	text-decoration: none;
	padding: .1em 0;
	text-transform: uppercase;
	display: inline-block;
}

#navigation ul li a:hover {
	color: #f3d566;
	border-bottom: 3px solid #f3d566;
}


#navigation .outerWrapper ul#nav li.here a {
	color: #f3d566;
	border-bottom: 3px solid #f3d566;
}

/* @end */

/* @group Typography */

p {
	line-height: 1.5em;
	/*margin-bottom: .1em;*/
}

.highlight {
	color: #f3d566;
}

h1 {
	font-size: 1.75em;
	font-weight: normal;
	color: black;
}

h2 {
	color: #9e0b0f;
	font: .75em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 2.5px;
	margin: 3em 0 .5em 0;
	padding: .1em 0 .1em 0;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h4 {
	color: #f3d566;
	font-weight: normal;
}

h5 {
	font: .675em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

/* @end */

/* @group Page Content */

.copyright {
	color: #898989;
	margin: .625em .625em .625em .5em;
}

.copyright p {
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	padding: 1em 0 5em 0;
}

.rss_sub {
	font-size: .85em;
	border: 1px solid silver;
	width: 97.2%;
	line-height: 1.5em;
	padding: .25em .5em 0 .5em;
}

/* @group articles */

#content .article,
#content .page {
	float: left;
	display: inline;
	margin: 0 .625em .625em .4375em;
	padding-bottom: 1.25em;
	background: url('../images/divLine.gif') repeat-x 0 bottom;
}

/* @group article headers */

.articleHead,
.pageHead,
.commentHead {
	/*height: 6.25em;*/
	background: #f3d566 url('../images/articleBarTopTile.gif') repeat-x 0 1px;
	float: left;
	padding-left: .625em;
	width: 531px;
}



.articleHead_finisher {
	/*height: 6.25em;*/
	background: url('../images/articleBarBotTile.gif') repeat-x 0 0;
	clear: both;
	height: 4px;
	margin-left: -.625em;
}

.pageHead {
	margin-bottom: .75em;
}

.articleHead h1 {
	/*font-size: 1.75em;*/
	padding: 1em 0 .1em 0;
	/*font-weight: normal;
	color: black;*/
	margin: 0;
	display: inline;
	float: left;
	line-height: 1.5em;
}

.pageHead h1 {
	padding: 1.5em 0 .1em 0;
	margin: 0 0 .75em 0;
}

.articleHead h1 a,
.articleHead h1 a:link,
.articleHead h1 a:visited,
.articleHead h1 a:active {
	color: black;
	text-decoration: none;
}

.articleHead h1 a:hover {
	text-decoration: underline;
}

.articleHead .dateAuthor {
	font: .6em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: .25em 0 2.7em 0;
	display: block; 
	width: 100%;
	float: left;
}

.commentBallon {
	background: url('../images/commentballon.gif') no-repeat 0 0;
	display: inline-block;
	font-size: .5em;
	height: 41px;
	line-height: 5.2em;
	margin: -.5em 0 0 .35em;
	padding: 0;
	text-align: center;
	width: 42px;
}

.commentBallon a.com_count,
.commentBallon a.com_count:link,
.commentBallon a.com_count:active,
.commentBallon a.com_count:visited {
	color: black;
	display: inline-block;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	top: -22px;
}

.commentBallon a.com_count:hover {
	color: #82090c;
	text-decoration: none;
}



/* @end */

.page {
	float: left;
}

.page b {
	background-color: #f7e397;
	font-weight: normal;
	padding: 0 .2em;
}

.page ul.indent,
.article .indent_left {
	margin-left: 1.5em;
	margin-top: 1em;
}

.article .indent_left {
	padding-right: 1em;
}

.article .narrow {
	width: 491px;
}

.article .add_bot_pad {
	padding-bottom: 1em;
}

.page ul.indent li {
	list-style-type: circle;
	padding: .6em 0 0 0;
}

.page p a,
.page p a:link,
.page p a:active,
.page p a:visited {
	text-decoration: none;
	color: #b84c4f;
	border-bottom: 1px dotted #b84c4f;
} 

.article p a,
.article p a:link,
.article p a:active,
.article p a:visited {
	text-decoration: none;
	color: #b84c4f;
}

.page p a:hover,
.article p a:hover {
	color: #82090c;
	border: none;
}

.crit_inset ol li a,
.crit_inset ol li a:link,
.crit_inset ol li a:active,
.crit_inset ol li a:visited {
	text-decoration: none;
	color: #b84c4f;
}

.crit_inset ol li a:hover {
	color: #82090c;
	border: none;
}

.article h2 {
	margin-bottom: -.25em;
}

.article p,
.page p {
	margin-top: .75em;
	padding-bottom: .15em;
}

.article ul {
	margin-left: .5em;
	padding-left: 1em;
	list-style-type: circle;
	list-style-position: outside;
}

.article ol {
	margin-left: .5em;
	padding-left: 1em;
	list-style-type: decimal;
	list-style-position: outside;
	/*background-color: #fefbef;*/
}

.article ol.indent {
	margin-left: 1.5em;
	margin-top: 1.5em;
}

.article ol.indent p { /* used in 10 mistakes article * creative brief */
	font-size: .8em;
	margin: -.25em 1em 1em 0;
}

.article ul li,
.article ol li {
	padding: .5em 0;
	line-height: 1.25em;
	
}

.article blockquote {
	font-size: .85em;
	line-height: 1.5em;
	margin: .3em 0 0 1em;
}

.article .quote {
	background-color: #9ac3bf;
}

/* @group bookmarking */

.bookmarking {
	background-color: #f2f2f2;
	padding: 1em 0 1.5em 0;
	margin: 1em 0 0 0;
}

.bookmarking ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.article .bookmarking ul li {
	display: inline-block;
	padding: 0 0 .2em .5em;
	margin: 0 1em 0 0;
	line-height: 1em;
	float: left;
}


.bookmarking ul li a,
.bookmarking ul li a:link,
.bookmarking ul li a:active,
.bookmarking ul li a:visited {
	display: block;
	text-decoration: none;
	color: black;
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.bookmarking ul li a:hover {
	color: #9e0b0f;
}

.bookmarking p {
	color: #9e0b0f;
	font: .75em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	padding-bottom: .75em;
	margin-left: .75em;
}

/* @end */

/* @group article images */

.article img.excerptImage {
	float: right;
	height: 150px;
	margin: .5em 0 .4em 1em;
	width: 150px;
	font-size: .625em;
	color: silver;
}

.article .critMainImage {
	text-align: center;
	padding: 2.25em 0 0 0;
	background: url('../images/divLine.gif') repeat-x 0 bottom;
	margin-bottom: 1em;
}

.article .critMainImage img {
	margin-bottom: 2em;
}

.article .critMainImage p{
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: #b1b1b1;
	text-align: right;
	line-height: 2em;
}

.article .crit_inset {
	background-color: #fbefc2;
	margin: 1em 0 1em .5em;
	padding: 1em .75em;
}

.article .color_highlight {
	background-color: #f2f2f2;
	margin: 1em 0 2em 0em;
	padding: 1em .75em;
}

.article .crit_inset_img {
	margin: 1em 0 0 0;
	border: 0;
}

.article .crit_inset p{
	padding: 0 0 .35em 0;
}

.article p.imageCredit {
	background-color: black;
	font: .6em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	line-height: 1.2em;
	color: white;
	margin: 0 0 1em 0;
	padding: .5em .75em;
}

.article p.imageCredit a,
.article p.imageCredit a:link,
.article p.imageCredit a:active,
.article p.imageCredit a:visited {
	color: #f3d566;
}

.article p.imageCredit a:hover {
	color: white;
}

/* @end */

/* @group reader question */

.reader_question {
	background: url('../images/question_arrows.gif') no-repeat 0 40px;
	padding: 0 4em 0 3em;
	display: inline-block;
}

.reader_question h5 {
	margin: .2em 0 .4em 0;
}

.reader_question p {
	background-color: #f2f2f2;
	font-size: .8em;
	padding: .5em;
	margin-left: -.5em;
	margin-bottom: 2em;
}

.reader_question a,
.reader_question a:link,
.reader_question a:active,
.reader_question a:visited {
	text-decoration: none;
	color: #b84c4f;
}

.reader_question a:hover {
	color: #82090c;
	border: none;

}

/* @end */

p.small{
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
}

p.medium {
	font-size: .8em;
}

.article a.more,
.article a:link.more,
.article a:active.more,
.article a:visited.more {
	background: url('../images/linkArrows.gif') no-repeat right 6px;
	color: #b84c4f;
	display: inline-block;
	font-style: italic;
	margin: 1em 0 0 0;
	padding: 0 1em 0 0;
	text-decoration: none;
}

.article a:hover.more {
	color: #82090c;
}

/* @group article categories */

.categories {
	background-color: black;
	/*clear: both;*/
	float: left;
	margin-bottom: 1.25em;
	padding: .25em .625em;
	text-transform: uppercase;
	width: 521px;
}

.article .categories p {
	font: .6em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	color: #898989;
	margin: .1em 0 0 0;
}

.categories p a,
.categories p a:link,
.categories p a:active,
.categories p a:visited {
	color: white;
	text-decoration: none;
	display: inline;
	margin: 0 .5em;
	padding: 0;
}

.categories p a:hover {
	color: #f3d566;
}



/* @end */

/* @end */

/* @group comments */

#content .comments {
	margin: 0 .625em .625em .4375em;
}

.commentHead {
	margin-bottom: 1em;
}

.commentHead h1 {
	padding: 1em 0 .1em 0;
}

.commentWrapper {
	display: block;
	width: 100%;
	margin-top: .625em;
}

.commentWrapper .commentCount {
	background: url('../images/commentsCount.gif') no-repeat 0 0;
	float: left;
	width: 14%;
	height: 76px;
	display: inline;
}

.commentWrapper .commentCount p {
	color: white;
	text-align: center;
	padding: .75em .75em 0 0;
	font-size: 1.25em;
	font-weight: normal;
}

.commentWrapper .commentCount p.preview {
	font-size: .75em;
	padding: 1.85em .75em 0 0;
}

.commentWrapper .commentContent {
	float: left;
	display: inline;
	width: 86%;
}

.commentContent p.author {
	padding: 1em 0 0 0;
	margin: 0;
}

.commentContent p.author a,
.commentContent p.author a:link,
.commentContent p.author a:active,
.commentContent p.author a:visited {
	color: black;
	text-decoration: none;
}

.commentContent img.avatar {
	float: left;
	margin: 0 .5em 0 0;
	border: 5px solid #f3d566;
	position: relative;
	top: 1px;
	height: 48px;
	width: 48px;
}


#content .commentHead p.totalComments,
#content .commentContent p.date{
	font: .6em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 .5em 0;
	padding: 0 0 .85em 0;
}

.commentContent .one,
.commentContent .two {
	padding: .94em 0 .25em 0;
	border-bottom: 2px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
	margin-bottom: 1em;
	min-height: 39px;
}

.commentContent .one p,
.commentContent .two p {
	font-size: .75em;
	line-height: 1.3em;
	padding:.25em 1em 1.2em 1em;
}

.commentContent .one {
	background-color: none;
}

.commentContent .two {
	background-color: #fefbef;
}

#content .comments .pagination {
	margin: 0;
}

.comment_ads {
	background-color: black;
	padding: 10px;
	margin-bottom: 20px;
	width: 468px;
}


/* @group form */

#content .commentForm {
	margin: .75em .625em 4em .4375em;
	padding: 1em;
	background-color: #f2f2f2;
}

#content .commentForm p {
	font-size: .75em;
}



/* @end */

/* @end */

/* @group pagination */

#content .pagination {
	float: left;
	margin: 0 .625em .625em .4375em;
	background-color: #f2f2f2;
	color: #898989;
	padding: .3em .2em;
	width: 535px;
	display: inline;
}


#content ul.pagination {
	padding: .3em 0 .3em 0;
	line-height: 1em;
}

#content ul.pagination li,
#content .pagination p {
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	display: inline;
	padding: 0 .5em;
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
	/*width: 100%;*/
}

#content .pagination p strong {
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: .2em .4em;
}

#content ul.pagination li a,
#content ul.pagination li a:link,
#content ul.pagination li a:active,
#content ul.pagination li a:visited,
#content .pagination p a,
#content .pagination p a:link,
#content .pagination p a:active,
#content .pagination p a:visited {
	text-decoration: none;
	color: #898989;
	display: inline-block;
	padding: .2em .4em;
}

#content ul.pagination li a:hover, 
#content ul.pagination li.here a,
#content .pagination p a:hover,
#content .pagination p strong{
	text-decoration: none;
	background-color: #dadada;
}

/*#content .pagination p strong {
	padding: .2em .4em;
	background-color: #dadada;
}*/



/* @end */

/* @end */

/* @group resources */

#digg, #retweet {
	float: left;
	margin: .5em 1em .25em 0;	
}

.article .mainImg {
	float: left;
	margin: 0 0 1em 0;
}

.aside {
	background-color:  #f2f2f2;
	padding: .2em .5em;
}

.article ul.resource_ul_sm li{
	padding: .2em 0;
	font-size: .8em;
}

/* @group bookreviews */

.bookreview {
	/*border-top: 1px dotted silver;*/
	border-bottom: 1px dotted silver;
	float: left;
	padding: .5em 0;
}

.bookreview h1 {
	float: right;
	font: .75em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	margin: .5em 0 .25em .25em;
	width: 65%;
	line-height: 1.4em;
}

.bookreview .bookTitle {
	background-color: #f3d566;
}

.bookreview .bookTitle a,
.bookreview .bookTitle a:link,
.bookreview .bookTitle a:active,
.bookreview .bookTitle a:visited {
	color: black;
	text-decoration: none;
}

.bookreview .bookTitle a:hover {
	text-decoration: underline;
	background-color: white;
}

.bookreview h1 b {
	font-style: italic;
}


.bookreview p {
	float: right;
	font-size: .8em;
	margin: .5em 0 0 .25em;
	width: 65%;
}

.bookreview .image {
	width: 33%;
	min-width: 33%;
	background-color: #f2f2f2;
	float: left;
	padding: .5em 0;
	text-align: center;
}

.bookreview img {
	border: 1px solid gray;
}


/* @end */



/* @end */

/* @group SponsorColumn */

#sponsorColumn {
	/*margin-left: .625em;*/
}

#sponsorColumn h6 {
	text-transform: uppercase;
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	background-color: #f2f2f2;
	text-align: center;
	color: #898989;
	padding: 1em 0;
	margin-bottom: 1em;
	letter-spacing: 2px;
}

#sponsorColumn a img{
	margin-bottom: 7px; /* whitespace in HTMl bug adding extra 3px here */
	border: none;
	padding: 0;
	display: inline;
}

#sponsorColumn a img.ad260 {
	border: 5px solid black;
	height: 250px;
	width: 250px;
}

#sponsorColumn a img.lt125_1 {
	height: 125px;
	margin-right: 6px;
	width: 125px;
	border: none;
}

#sponsorColumn a img.lt125_3 {
	height: 125px;
	margin-right: 6px;
	width: 125px;
	border: none;
}

#sponsorColumn a img.lt125_5 {
	height: 125px;
	margin-right: 6px;
	width: 125px;
	border: none;
}

#sponsorColumn a img.rt125_2 {
	height: 125px;
	width: 125px;
	border: none;
}

#sponsorColumn a img.rt125_4 {
	height: 125px;
	width: 125px;
	border: none;
}

#sponsorColumn a img.rt125_6 {
	height: 125px;
	width: 125px;
	border: none;
}

#sponsorColumn a img.rt125_plhldr{
	height: 125px;
	width: 126px;
	margin-left: 3px;
}

#sponsorColumn a img.lt125_plhldr{
	height: 125px;
	width: 125px;
	margin-right: 6px;
}

/* @group twitter */

.tweet {
	background: url('../images/divLine.gif') repeat-x 0 top;
	padding: .625em 0 3em 0;
}

.tweetHead {
	background-color: black;
	padding: 1em 1em .5em 1em;
	font: .55em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#TwitterCounter a,
#TwitterCounter a:link, 
#TwitterCounter a:active,
#TwitterCounter a:visited,
#TwitterCounter a:hover {
	color: white;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: left;
}

.tweetHead h4 {
	color: #f3d566;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	text-transform: none;
	letter-spacing: 0;
}

.tweetHead  h4 a,
.tweetHead  h4 a:link,
.tweetHead  h4 a:active,
.tweetHead  h4 a:visited {
	color: #f3d566;
	text-decoration: none;
}

.tweet .tweetHead  h4 a:hover {
	text-decoration: underline;
}

.tweet .dateAuthor {
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #898989;
	padding-bottom: .2em;
	margin: .75em 0 .5em 0;
	border-bottom: 1px solid #f2f2f2;
}

.tweet .dateAuthor .date {
	color: #c2c2c2;
	font-weight: normal;
}

.tweet .dateAuthor a,
.tweet .dateAuthor a:link,
.tweet .dateAuthor a:active,
.tweet .dateAuthor a:visited {
	text-decoration: none;
	color: #898989;
}

.tweet .dateAuthor a:hover {
	text-decoration: underline;
}

.tweet .icon {
	float: left;
	margin-right: .625em;
}

.tweet .status {
	font: .6em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	margin-bottom: 1.5em;
}

/* @end */

/* @end */

/* @group siteLinksColumn */
#siteLinksColumn {
}

#siteLinksColumn h4 {
	margin: 1em 0;
}

#siteLinksColumn ul {
	color: #9ac3bf;
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
}

#siteLinksColumn ul li {
	display: block;
}

#siteLinksColumn ul li a,
#siteLinksColumn ul li a:link,
#siteLinksColumn ul li a:active,
#siteLinksColumn ul li a:visited {
	text-decoration: none;
	color: #898989;
	display: block;
	padding: .5em 0;
	background: url('../images/1pxDottedLine.gif') repeat-x 0 bottom;
	font-size: 10px;
	width: 100%;
}

#siteLinksColumn ul li a:hover,
#siteLinksColumn ul li ul li a:hover {
	color: #9ac3bf;
}

#siteLinksColumn .linksColAd {
	margin: 1em 0 0 0;
}

#siteLinksColumn .linksColAd img {
	border: 5px solid white;
	margin-bottom: .3em;
}

#siteLinksColumn .linksColAd p {
	color: #898989;
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
}

#siteLinksColumn .linksColAd p a,
#siteLinksColumn .linksColAd p a:link,
#siteLinksColumn .linksColAd p a:active,
#siteLinksColumn .linksColAd p a:visited {
	color: silver;
	text-decoration: none;
}

#siteLinksColumn .linksColAd p a:hover {
	color: #9ac3bf;
}


/* @end */

/* @group footer */

#footer {
	background: url('../images/footertile.png') repeat-x fixed 0 bottom;!important
	background: url('../images/footertile.jpg') repeat-x fixed 0 bottom;
	display:block;
	height:50px;
	left:0;
	bottom: 0;
	position: fixed;
	width:100%;
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	color: #898989;
}

#footer #footerLogo{
	float: left;
	height: 21px;
	width: 149px;
	background: url('../images/footerlogo.gif') no-repeat left 0;
	margin-left: 2em;
	margin-top: 1.3em;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	/*position: fixed;*/ /* messes w/ safari display */
	font: 1.5em Georgia, "Times New Roman", Times, serif;
}

#footer #footerLogo:hover {
	background-position: right 0;
}


#footer #footerLogo a,
#footer #footerLogo a:link,
#footer #footerLogo a:active,
#footer #footerLogo a:visited{
	height: 21px;
	width: 149px;
	display: block;
	text-align: left;
	text-indent: -999em;
}

#footerNav {
	margin-top: 2em;
	margin-right: 1.5em;
	/*position: fixed;*/ /* messes w/ safari display */
	float: right;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	display: inline;
	color: #898989;
	text-decoration: none;
	text-align: right;
	margin: 0 .5em;
}

#footer a:hover {
	color: #9e0b0f;
}

/* @end */

/* @group Submit Logo Form */



#logoSubmission h6,
#contactForm h6 {
	font-size: 1em;
	color: black;
	width: 100%;
	background: url('../images/dottedLine_tile.gif') repeat-x 0 bottom;
	padding-bottom: .5em;
	padding-top: 2em;
	float: left;
	font-weight: normal;
}

#logoSubmission label,
#contactForm label {
	font-size: .625em;
	color: #898989;
	font-family: "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 1em 3em 1em 0;
	float: left;
	display: block;
}

#logoSubmission label.message {
	width: 75%;
}

#logoSubmission label.message b {
	color: #555555;
}

#logoSubmission input, 
#logoSubmission textarea,
#contactForm input,
#contactForm textarea {
	background-color: #f5f5f5;	
	margin-top: .3em;
	padding: .1em .25em;
	border: 1px inset silver;
	color: black;
	font-family: .75em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	width: 16em;
}

#logoSubmission textarea,
#contactForm textarea {
	padding: .2em .25em;
	width: 30em;
}

#logoSubmission select {
	margin-top: .4em;
}

#logoSubmission .radio {
	display: inline;
	float: left;
	margin: 0 .5em 0 0;
	border: 0;
	font-size: 1em;
	width: 1em;
	background-color: white;
}

#logoSubmission .radioLabel {
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	display: inline;
	margin: .75em 3em 0 .125em;
	float: left;
	width: 5em;
}

#logoSubmission .radioWrapper {
	float: left;
	display: block;
	width: 16em;
}

#logoSubmission .radioWrapper label{
	margin-bottom: 0;
	width: 100%;
}

/* @group attachment */

#logoSubmission .attachment {
	background-color: #f5f5f5;
	float: left;
	width: 100%;
}

#logoSubmission .attachment label {
	margin-left: 1em;
}

#logoSubmission .attachment p {
	float: left;
	display: inline;
	margin: 2em 1em 1em 8em;
	color: #555555;
}

#logoSubmission .file {
	background-color: white;
	color: black;
	width: 12em;
}

#logoSubmission .note {
	font-family: "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	font-size: .625em;
	color: #959595;
	width: 45%;
}



/* @end */

#logoSubmission .terms {
	border-top: 2px solid white;
}

#logoSubmission .terms input {
	width: 1em;
	border: none;
}

#logoSubmission .terms label {
	margin-bottom: .2em;
	margin-right: 0;
}

#logoSubmission .terms p{
	font: .625em "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	float: left;
	margin: 2.5em 0 1em -1em;
	display: inline;
	width: 82%;	
}

.clearflt {
	clear: both;
}

p.required {
	float: right;
	margin-top: -1.9em;
	font: .625em Georgia, "Times New Roman", Times, serif;
}

.required {
	font-size: 1em;
	color: #9e0b0f;
	font-family: "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
}

#logoSubmission input.submit,
#contactForm input.submit {
	background: url('../images/submit_but.gif') top left no-repeat;
	border: none;
	float: right;
	width: 63px;
	height: 23px;
	cursor: pointer;
	margin: 0 1em 2em 0;
}

#logoSubmission input.submit:hover,
#contactForm input.submit:hover {
	background-position: right top;
}


/* @end */

/* @group captcha */

.captcha p,
#logoSubmission .captcha p{
	font-size: .625em;
	color: #898989;
	font-family: "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
	margin: 1em 3em 1em 0;
	clear: both;
}

.commentForm .captcha h6 {
	font-size: 1em;
	color: black;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}


#logoSubmission .captcha h6,
#contactForm .captcha h6 {
	font-size: 1em;
	color: black;
	width: 100%;
	padding-top: 2em;
	padding-bottom: .5em;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}

.captcha-hints {
	color: #9e0b0f;
}

/* @end */

/* @group errors */

.error {
	margin: 0 auto;
	width: 774px;
	text-align: left;
}

.error .pageHead {
	width: 762px;
}

.error .pageHead h1 {
	padding-top: 1.25em;
}

.error ul {
	margin-left: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	list-style-type: circle;
	list-style-position: outside;
}

.error ul li {
	padding-bottom: .5em;
}

.error p {
	margin-bottom: 3em;
}

.error p a,
.error p a:link,
.error p a:active,
.error p a:visited {
	margin: 0 0 0 1em;
	text-decoration: none;
	color: #b84c4f;
	border-bottom: 1px dotted #b84c4f;
} 

.error p a:hover {
	color: #82090c;
	border: none;
}

/* @end */

/* @group system */

.sys_message {
	border: 1px solid silver;
	padding: 2em 2em 2.25em 2em;
	margin: 6em auto 2em auto;
	width: 711px;
}

.sys_message h1 {
	margin-bottom: .2em;
}

/* @end */