/*  
Theme Name: Noddegamra Cartoony
Theme URI: http://www.noddegamra.co.uk
Description: Noddegamra Cartoony Theme (Wide)
Version: 2.0
Author: Matthew Foulkes-Arnold
Author URI: http://www.noddegamra.co.uk
*/


/*
background: 	#2a3737
background2:	#222c2c	(solid darker + #1a2121 for darkest gradient use)
text: 			#b5c2b1



/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

/* hide from IE mac \*/
html
{
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
font:100%/1.25 arial, helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:5px 0 0 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:10px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 10px 0;
}

ul, ol {
list-style:disc;
padding:0 0 10px 40px;
}

table {
	margin: 10px;
}



small {
font-size:0.85em;
}

img {
border:0;
margin: 0;
padding: 0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

body {
	background: url("images/background.gif") top left repeat #bbb;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	font-size: 12px;
	color: #555;
	margin: 10px 0px;
}

#wrap {
	background:#222;
	border-left: 10px solid #555;
	border-right: 10px solid #555;
	margin:0 auto;
	width:940px;
}

#header {
	background:#222;
	height: 100px;
}

#header h1 {
	margin:0;
	padding:5px;
}

#banner_icons {
	float:right;
	margin-right: 10px;
}
#banner_icons img {
	opacity: 0.7;
	margin-left: 7px;
}
#banner_icons img:hover {
	opacity: 1;
	margin-left: 7px;
}


#n_top_bar {
	background: #161616;
	border-top: 4px solid #cc0000;
	border-bottom: 2px solid #999;
	height: 35px;
	width: 100%;
}

#n_top_wrap {
	margin: 0px auto;
	width: 960px;
}


/*
#n_top_menu {

}

	#n_top_menu ul {
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#n_top_menu li{
		float: left;
		color: #999;
		list-style: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	#n_top_menu a{
		display:block;
		color: #999;
		font-weight: normal;
		padding: 10px 20px;
		text-decoration: none;
	}
	
	#n_top_menu a:hover{
		background: #cc0000;
		color: #ffffff;
	}
*/


#navigation {
	background:#000;
	height: 24px;
	padding: 0px 5px;
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li{
	display:inline;
	margin:0;
	padding:0px 7px 0px 0px;
}
#navigation li a{
	color: #ccc;
}

#main {
	clear: both;
	background:#222;
	float:left;
	width:700px;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}


#recent_stuff {
	background: #990000;
	margin: 10px;
	padding-bottom: 10px;
	width: 680px;
}




#gallery_header {
	background: #990000;
	margin: 10px;
	padding-bottom: 10px;
	width: 780px;
}

#gallery_header .post {
	margin: 0px;
	width: 780px;
}

#gallery_header h2 {
	background: #cc0000;
	border-top: 1px solid #ff0000;
	color: #ccc;
	display: block;
	padding: 10px;
}

#gallery_header h2 a{
	color: #fff;
}
#gallery_header h2 a:hover{
	color: #ffff00;
}







.post{
	margin: 5px 10px 20px 10px;
	width: 660px;
}
.post_date {
	float:left;
	font-family: Georgia,Sans-serif;
	background: url("images/under_date.gif") bottom right no-repeat #cc0000;
	border-top: 1px solid #e02424;
	padding: 10px;
	text-align: center;
	width: 40px;
}
.post_date img{
	border: 1px solid #660000;
}
.post_day {
	color: #660000;
	font-size: 18px;
	font-weight: bold;
}
.post_month {
	color: #440000;
	font-size: 10px;
}
.post_header {
	background: #cc0000;
	border-top: 1px solid #e02424;
	color: #fff;
	margin-left: 60px;
	padding: 3px 3px 6px 3px;
}
.post_header h1{
	font-size: 20px;
}
.post_header a{
	color: #fff;
}
.post_header a:hover{
	text-decoration: underline;
}
.post_header small{
	color: #ccc;
}
.post_header small a:hover{
	color: #ffff00;
}
.post_content {
	background: #fff;
	color: #444;
	margin-left: 60px;
	padding: 2px 10px;
}
.post_content h2{
	color: #990000; /*#777*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 20px 0px 0px 0px;
}
.post_content a{
	color: #990000;
	text-decoration: underline;
}
.post_content a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.post_footer {
	background: #fff;
	border-top: 2px solid #ccc;
	color: #444;
	font-size: 10px;
	padding: 7px;
}


.bookmark_link{

	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px;
}

.read_more{
	background: #ccc;
	padding: 5px 10px;
	width: 160px;
}

.read_more a{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.more-link{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#page_navigation {
	color: #fff;
	background: #cc0000;
	border: 2px solid #660000;
	font-weight: bold;
	height: 18px;
	padding: 10px;
	margin: 0px 10px 10px 10px;
}
#page_navigation a{
	color: #fff;
	/*background: #cc0000;
	border: 2px solid #660000;
	font-weight: bold;
	padding: 10px;*/
}
#page_navigation a:hover{
	color: #ffff00;
}



/* SIDEBAR */
#sidebar {
	float: right;
	margin-bottom: 10px;
}

#sidebar ul {
	padding-left: 20px;
}
#sidebar p {
	color: #333;
}
#sidebar a {
	color: #eee;
}
#sidebar a:hover {
	color: #ffff00;
}

#sidebar_default {
	background: url("images/sidebars/links.gif") top left no-repeat #888;
	color: #333;
	margin: 10px 10px 0px 0px;
	padding: 10px 10px 0px 10px;
	width: 210px;
}

#sidebar_popular {
	background: url("images/sidebars/popular.gif") top left no-repeat #888;
	color: #333;
	margin: 10px 10px 0px 0px;
	padding: 35px 10px 0px 10px;
	width: 210px;
}

#sidebar_tag_cloud {
	background: url("images/sidebars/tag_cloud.gif") top left no-repeat #888;
	color: #333;
	margin: 10px 10px 0px 0px;
	padding: 35px 10px 0px 10px;
	width: 210px;
}

#sidebar_search {
	background: url("images/sidebars/search.gif") top left no-repeat #888;
	color: #333;
	margin: 10px 10px 0px 0px;
	padding: 35px 10px 0px 10px;
	width: 210px;
}

#sidebar_adverts {
	background: url("images/sidebars/adverts.gif") top left no-repeat #888;
	color: #333;
	margin: 10px 10px 0px 0px;
	padding: 15px 10px 0px 10px;
	width: 210px;
}

.sidebar_end {
	background: url("images/sidebars/sidebar_end.gif") bottom left no-repeat #888;
	height: 12px;
	width: 230px;
}




/* FOOTER */
#footer_container{
	background: #555 url(images/footer_background.gif) top left repeat-x;
	border-top: 4px solid #444;
	clear: both;
	float: left;
	/*height: 50px;*/
	width: 100%;
	padding: 20px 0;
}


#footer {
	background:#000;
	clear:both;
	color: #ccc;
	padding-top: 10px;
}
#footer p {
	padding:5px;
	margin:0;
}


.footer-recent-posts {
	background: #555 url(images/footer_background.gif) top left repeat-x;
	border: 3px solid #555;
	margin: 0px 20px 20px 25px;
	padding: 5px;
	text-align: left;
	width: 250px;
	float: left;
}

.footer-recent-posts a{
	color: #cccc99;
	text-decoration: none;
}
.footer-recent-posts a:hover{
	color: #ffff00;
	text-decoration: underline;
}

.footer-recent-posts h4{
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

.footer-recent-posts strong {
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-posts ul li {
	color: #bbb;
	padding: 0px 0px 5px 10px;
}


#credits{
	/*border-top: 1px solid #666;*/
	clear: both;
	color: #bbb;
	padding: 10px;
}

#credits a, #credits a:visited{
	color: #fff;
	text-decoration: underline;
}





/* COMMENTS */
.comment_title{
	color: #eee;
	font-family: arial, helvetica, sans-serif;
	font-size: 19px;
	padding: 15px 0;
	margin: 0;
}
.gravatar {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 2px solid #999;
}

#gravatar_info {
	float: right;
	background: #0c75b6;
	border: 2px solid #990000;
	margin-right: 10px;
	padding: 3px 0px;
	text-align: center;
	width: 150px;
}

.comment_link{
	background: #e0e0e0;
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 3px 15px;
	white-space: nowrap;
}

.comment_link a{
	color: #990000;
	text-decoration: none;
}
.comment_link a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.comments-template{
	background: #cc0000;
	color: #ccc;
	margin: 10px 0;
	border-top: 1px solid #e02424;
	padding: 10px 0;
}

.comments-template a{
	color: #fff;
	text-decoration: none;
}
.comments-template a:hover{
	color: #ffff00;
	text-decoration: underline;
}

.comments-template p{
	color: #ccc;
}

.comments-template ol{
	margin: 0;
	padding: 3px 0 20px 0;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 10px;
	line-height: 18px;
	padding: 10px;
	/*border-bottom: 1px solid #ccc;*/
}

.comments-template h2, .comments-template h3{
	/*font-family: Georgia, Sans-serif;*/
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
}

.commentmetadata{
	color: #555;
	font-size: 12px;
}
.commentmetadata small{
	color: #555;
}

.commentmetadata a{
	color: #990000;
	text-decoration: none;
}
.commentmetadata a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.commentmetadata h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 10px;
}


/* comment alt backgrounds */
.alt{
	background: #efefef;
	border-top: 2px solid #999;
}
.alt p {
	color: #444;
}
.alt a {
	color: #990000;
}
.alt a:hover {
	color: #ff0000;
}

.alt2{
	background: #ddd;
	border-top: 2px solid #777;
}
.alt2 p {
	color: #444;
}
.alt2 a {
	color: #990000;
}
.alt2 a:hover {
	color: #ff0000;
}




/* end */



#author, #email, #url, #comment, #s{
	border: 1px solid #DBD5C5;
	color: #444;
	font-size: 12px;
	padding: 0px;
}

#submit, #searchsubmit {
	background: #efefef;
	border: 1px solid #999;
	color: #444;
	font-size: 11px;
	padding: 0px;
}

#submit {
	font-size: 12px;
	padding: 5px;
}




/* MISC */
small {
	color:#ccc;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

blockquote {
	border-left: 5px solid #ddd;
	background: #efefef;
	margin: 20px 10px 20px 20px;
	padding: 5px;
}

.ad_unit img{
	padding: 3px 0 0 0;
}

.ad_unit a {
	display: inline;
}

.ad_unit a:hover {
	background: none;
}



img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
padding-right: 5px;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
padding-left: 5px;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}


.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin: 10px;
	text-align: center;
}


.gallery-caption {
	margin-left: 0;
}

.gallery img, .gallery a img {
border: solid 4px #D9D9D9;
background: #ffffff;
}
.gallery a:hover img {
border-color: #666666;
background: #ffffff;
}




.attachment-thumbnail {
	height: 50px;
	width: 50px;
	margin: 10px;
}

















/***********************************************
* Dropdown Menu Script - CSS Start
* Creditation to Noddegamra
* http://www.noddegamra.co.uk
* This notice MUST stay intact for legal use
***********************************************/
#nav, #nav ul {
	float: left;
	list-style: none;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: 10px 20px;
	text-transform: uppercase;
}

#nav a:hover {
	color: #fff;
}

#nav a.daddy {
	background: url(../images/nav_arrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.4em;
	w\idth: 14.9em;
	background: #222;
	font-weight: normal;
	border: 2px solid #990000;
	margin: 0;
	text-align: left;
}

#nav li li {
	padding-right: 1em;
	width: 14em;
}

#nav li ul a {
	width: 14em;
	w\idth: 13.4em;
	font-weight: normal;
	text-transform: none;
}

#nav li ul ul {
	margin: -1.65em 0 0 15em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/*background: #990000;*/
	background: url(images/nav_tab.gif) top left repeat-x;
}
/***********************************************
* 
* End of Dropdown CSS
* 
***********************************************/