/*  
Theme Name: GXP Blog
Theme URI: http://www.gxpblog.com
Description: GXP Blog Theme
Version: 1.0
Author: Viron Media
Author URI: http://www.vironmedia.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: #222;
	color: #fff;
	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:#fff;
	margin:20px auto;
	padding: 10px;
	width:960px;
}

#header {
	background: #fff;
	border-bottom: 5px solid #ccc;
	color: #666;
	height: 100px;
	padding: 0px;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin:0;
	padding:5px 0px;
}

#header a {
	color: #ff6600;
	text-shadow : 1px 1px 2px #999;
}

#header a:hover {
	color: #ff9900;
	text-shadow : 1px 1px 2px #999;
}

#header_right {
	float: right;
	width: 480px;
}



#navigation {
	clear: both;
	float: right;
	margin-top: 20px;
	width: 450px;
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: right;
}
#navigation li{
	display:inline;
	margin:0;
	padding:0px 5px 0px 0px;
}
#navigation li a{
	background: #ccc;
	color: #444;
	padding: 5px 10px;
}
#navigation li a:hover{
	background: #ddd;
	color: #006600;
}

#main {
	clear: both;
	background:#fff;
	float:left;
	width:540px;
}

#main h2, #main h3, #main p {
	padding:0 10px;
}






#gallery_header {
	background: #990000;
	margin: 10px;
	padding-bottom: 10px;
	width: 540px;
}

#gallery_header .post {
	margin: 0px;
	width: 540px;
}

#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;
}

#container h1 a{
	color: #006600;
}





.post{
	margin: 10px 0px;
	width: 520px;
}
.post_date {
	float:left;
	font-family: Georgia,Sans-serif;
	background: #bbb;
	padding: 10px;
	text-align: center;
	width: 40px;
}
.post_date img{
	border: 1px solid #660000;
}
.post_day {
	color: #444;
	font-size: 18px;
	font-weight: bold;
}
.post_month {
	color: #555;
	font-size: 10px;
}
.post_header {
	background: #eee;
	color: #555;
	margin-left: 60px;
	padding: 5px 3px 10px 10px;
}
.post_header h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.post_header a{
	color: #006600;
}
.post_header a:hover{
	color: #009900;
	text-decoration: underline;
}
.post_header small{
	color: #666;
}
.post_header small a:hover{
	color: #009900;
}
.post_content {
	background: #fff;
	color: #444;
	padding: 2px 10px;
}
.post_content h2{
	color: #006600; /*#777*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 20px 0px 0px 0px;
}
.post_content h3{
	color: #006600; /*#777*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
.post_content a{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
.post_content a:hover{
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
}

.post_footer {
	clear: both;
	background: #fff;
	border-top: 2px solid #ccc;
	color: #444;
	font-size: 10px;
	min-height: 50px;
	padding: 7px;
}


.bookmarking {
	float: right;
	margin: 0px;
	padding: 0px;
	
}

.bookmark_link{

	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px;
}

.more-link{
	display: block;
	background: #ccff99;
	padding: 5px 10px;
	width: 160px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#page_navigation {
	color: #444;
	font-weight: bold;
	height: 18px;
	padding: 10px;
	margin: 0px 10px 10px 10px;
}
#page_navigation a{
	color: #006600;
	/*background: #cc0000;
	border: 2px solid #660000;
	font-weight: bold;
	padding: 10px;*/
}
#page_navigation a:hover{
	color: #009900;
}



/* SIDEBAR */
#sidebar {
	float: right;
	background: #fff;
	margin-bottom: 10px;
	width: 390px; /*160*/
}

#sidebar p {
	color: #333;
	padding: 0px 5px;
}
#sidebar a {
	color: #006600;
}
#sidebar a:hover {
	color: #009900;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li a{
	display: block;
	color: #444;
	padding: 2px 5px;
}
#sidebar ul li a:hover{
	background: #efefef;
	color: #006600;
}

#sidebar_left {
	float: left;
	width: 185px;
}

#sidebar_right {
	float: right;
	width: 185px;
}



#sidebar h3 {
	display: block;
	background: #339900;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	text-shadow: 1px 1px 2px #000;
}

.sidebar_content{
	background: #dbdbdb;
	color: #444;
	margin: 0px 0px 20px 0px;
	padding: 5px;
}

#widget_content {
	/*border: 1px solid #ccc;*/
	margin: 0px;
}
#widget_content img{
	vertical-align: middle;
}

#thumb_links {
	margin-bottom: 15px;
}

#sidebar_popular {
	background: url("images/sidebars/popular.gif") top left no-repeat #ddd;
	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 #ddd;
	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 #ddd;
	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 #ddd;
	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 #fff;
	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:#ccc;
	border-top: 4px solid #999;
	clear:both;
	color: #444;
	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: #3675b8;
	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: #444;
	padding: 10px;
}

#credits a{
	color: #006600;
	text-decoration: none;
}

#credits a:hover{
	color: #009900;
	text-decoration: underline;
}





/* COMMENTS */
.comment_title{
	color: #3675b8;
	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: #efefef;
	border: 2px solid #ccc;
	margin-right: 10px;
	padding: 3px 0px;
	text-align: center;
	width: 150px;
}

#gravatar_info a{
	color: #006600;
}

.comment_link{
	background: #e0e0e0;
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 3px 15px;
	white-space: nowrap;
}

.comment_link a{
	color: #006600;
	text-decoration: none;
}
.comment_link a:hover{
	color: #009900;
	text-decoration: underline;
}

.comments-template{
	color: #3675b8;
	margin: 10px 0;
	padding: 10px 0;
}

.comments-template a{
	color: #006600;
	text-decoration: none;
}
.comments-template a:hover{
	color: #009900;
	text-decoration: underline;
}

.comments-template p{
	color: #666;
}

.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: #666;
	font-size: 12px;
	font-weight: normal;
}

.commentmetadata{
	color: #555;
	font-size: 12px;
}
.commentmetadata small{
	color: #555;
}

.commentmetadata a{
	color: #0000cc;
	text-decoration: none;
}
.commentmetadata a:hover{
	color: #000066;
	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: #006600;
}
.alt a:hover {
	color: #009900;
}

.alt2{
	background: #ddd;
	border-top: 2px solid #777;
}
.alt2 p {
	color: #444;
}
.alt2 a {
	color: #006600;
}
.alt2 a:hover {
	color: #009900;
}




/* end */



#author, #email, #url, #comment, #s{
	border: 1px solid #ccc;
	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:#555;
}

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
* 
***********************************************/