/********************************************************************************

Notologist - Global Styles

Version: 1.0 
Author: Poccuo (http://www.poccuo.com)        	

********************************************************************************/


/* -------------------------------------------
Style Reset
------------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0; }

table {
	border-collapse:collapse;
	border-spacing: 0; }

fieldset,img { 
	border: 0; }

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal; }

ol,ul {
	list-style:none; }

caption,th {
	text-align:left;	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal; }

q:before,q:after {
	content: ''; }

abbr,acronym { 
	border: 0; }
	
:focus { 
	outline: 0; }
	

/* -------------------------------------------	
General
------------------------------------------- */
		
.displayNone { 
	display: none; }

.floatLeft  {
	float: left; }

.floatRight {
	float: right; }


/* -------------------------------------------	
Page
------------------------------------------- */

body { 
	background: #DDD; 
	font-size: 100%;
	line-height: 1.125em; /* 18px */	
	text-align: center; }
	
#wrapper {
	width: 1000px; 
	background: #DDD; 
	margin: 0 auto; 
	text-align: left;}
	
#masthead {
	margin: 0;
	padding: 0; }
	
#content {
	padding: 0 20px; }
	
#footer {
	color: #FFF;
	background: #000;
	margin: 10px 20px 0 20px;
	padding: 20px; }
	

/* -------------------------------------------
Masthead
------------------------------------------- */
	
#masthead h2 {
	position: relative;
	top: -63px;
	margin: 0 20px 0 0;
	float: right;
	display: inline;
	z-index: 100;
 }
	
	
/* -------------------------------------------	
Submission Teaser
------------------------------------------- */
	
#submissionTeaser {
	background: #00B2EB url('../_images/ground_submissionTeaser.gif') no-repeat right 0px; 
	padding: 15px 20px;
	margin: 0 0 30px 0; }
	
#submissionTeaser:hover {
	background: #000 url('../_images/ground_submissionTeaser.gif') no-repeat right -50px; }
	
#submissionTeaser h2,
#submissionTeaser h2 a:link,
#submissionTeaser h2 a:visited,
#submissionTeaser h2 a:active,
#submissionTeaser h2 a:hover {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 30px; /* 30px */ 
	text-decoration: none;
	color: #FFF; }

	
/* -------------------------------------------	
Entry
------------------------------------------- */
	
.entry { }
	
.entryYellow {
	background: #FFF url('../_images/ground_entryYellow.gif') repeat-y left top; }
	
.entryGreen {
	background: #FFF url('../_images/ground_entryGreen.gif') repeat-y left top;}
	
.entryBlue {
	background: #FFF url('../_images/ground_entryBlue.gif') repeat-y left top;}

.entryOrange {
	background: #FFF url('../_images/ground_entryOrange.gif') repeat-y left top;}
	
.entry .note {
	width: 285px;
	margin: 10px;
	float: left; }
	
.entry .note h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: .687em; /* 11px */ 
	color: #000;
	margin: 0 0 10px 0; }
	
.entry .note p {
	font-family: Georgia, serif;
	font-size: 1.875em; /* 30px */
	line-height: 1em;
	color: #FFF;
	height: 120px; 
	margin: 0 15px 0 0; }

.entry .response {
	width: 630px;
	margin: 10px;
	float: left; }
	
.entry .response h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: .687em; /* 11px */ 
	color: #AAA;
	margin: 0 0 10px 0; }
	
.entry .response h2.newPost {
	background: #FFF url('../_images/icon_newPost.gif') no-repeat right top;}
	
.entry .response h2.lovedPost {
	background: #FFF url('../_images/icon_lovedPost.gif') no-repeat right top;}
	
.entry .response p {
	font-family: Georgia, serif;
	font-size: 1.25em; /* 20px */
	line-height: 1.22em;
	color: #000;
	margin: 0 0 20px 0;  }
	
.entry .response p.like {
	font-family: Arial, sans-serif;
	font-weight: bold;	
	font-size: .687em; /* 11px */ 
	color: #000;
	margin: -12px 0 0 0;  }
	
.entry .response p.like a:link,
.entry .response p.like a:active,
.entry .response p.like a:visited {
	color: #FA7618;
	text-decoration: none;}
	
.entry .response p.like a:hover {
	color: #000; }
	
.entry .footer {
	text-align: right;
	height: 30px;
	margin: 2px 0 0 0;
	clear: both; }
	
.entryYellow .footer {	
	background: #DDD url('../_images/ground_entryFooterYellow.gif') no-repeat 15px top; }
	
.entryGreen .footer {	
	background: #DDD url('../_images/ground_entryFooterGreen.gif') no-repeat 15px top; }
	
.entryOrange .footer {	
	background: #DDD url('../_images/ground_entryFooterOrange.gif') no-repeat 15px top; }
	
.entryBlue .footer {	
	background: #DDD url('../_images/ground_entryFooterBlue.gif') no-repeat 15px top; }
	
.entry .footer li {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 0.687em; /* 11px */
	color: #AAA;
	margin: 0 0 0 15px;
	display: inline; }
	
.entry .footer li img {
	vertical-align: middle; }

.entry .footer li a:link,
.entry .footer li a:active,
.entry .footer li a:visited {
	color: #00BBFF;
	text-decoration: none;}
	
.entry .footer li a:hover {
	color: #000; }


/* -------------------------------------------	
Footer
------------------------------------------- */

#footer p {
	font-family: Arial, sans-serif;
	font-size: 0.875em; /* 14px */
	color: #AAA;
	margin: 0 0 12px 0; }
	
#footer p a:link,
#footer p a:active,
#footer p a:visited {
	color: #AAA;
	text-decoration: underline;}
	
#footer p a:hover {
	color: #FFF;
	text-decoration: none; }
	
#footer #legal {
	font-family: Arial, sans-serif;
	font-size: 0.687em; /* 11px */
	color: #666;
	margin: 6px 0 0 0; }
	

/* -------------------------------------------
Submit
------------------------------------------- */
	
#lightbox {
	background: #000;
	margin: 0;
	padding: 0; }
	
#lightbox #wrapper_lightbox {
	background: #000;
	padding: 50px 60px 0 60px;
	margin: 0 auto;
	text-align: left; }
	
#lightbox #wrapper_lightbox a.close {
	float: right;
	margin: -40px -45px 0 0; }
	
#lightbox h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: .687em; /* 11px */ 
	color: #85D7F2;
	margin: 0 0 10px 0; }
	
#lightbox h2 {
	font-family: Georgia, serif;
	font-size: 1.375em; /* 22px */
	line-height: 1.33em; /* 24px */
	color: #FFF;
	margin: 0 0 30px 0;  }
	
#lightbox .wrapper_submitForm { }
	
#lightbox form {
	height: 1%;
	width: 480px;
	overflow: hidden; }
	
#lightbox form label {
	display: none; }
	
#lightbox form input.text {
	font-family: Georgia, serif;
   	font-weight: normal;
   	font-size: 24px;
   	color:#000;
	background: #FFF;
	padding: 5px 10px;
	margin: 0 5px 0 0;
   	border: 1px solid #85D7F2;
   	display: inline; }
   	
#lightbox form input.error { 
	border: 1px solid #FA7618; }
   	
#lightbox form textarea {
	font-family: Georgia, serif;
   	font-weight: normal;
   	font-size: 24px;
   	color:#000;
	background: #FFF;
	height: 120px;
	width: 480px;
   	border: 1px solid #85D7F2; 
   	display: block; }
   	
#lightbox form textarea.error { 
	border: 1px solid #FA7618; }

#lightbox form p.error {
	font-family: Arial, sans-serif;
   	font-weight: normal;
   	font-size: 14px;
   	color: #FA7618;
   	margin: 15px 0 0 0;
   	clear: both; }
   	
#lightbox form input.button {
	font-family: Georgia, serif;
   	font-weight: normal;
   	font-size: 24px;
   	color:#FFF;
	background: #09B0E5;
	height: 41px;
	width: 150px;
	margin: 0 5px 0 0;
   	border: none;
   	display: block; }
   	
#lightbox form input.button:hover {
	color: #FFF;
	background: #24B25F;
    border: none; }
    
#lightbox form .commentCounterDisplay {
	font-family: Arial, sans-serif;
	font-size: 0.687em; /* 11px */
	color: #fff; 
	text-align: right;
	padding: 2px 4px; }