/*
Theme Name: NewCruze
Theme URI: http://www.djcruze.co.uk/
Description: New Cruze Theme
Version: 1.00
Author: Marc Littlemore
Author URI: http://www.djcruze.co.uk/
*/

/*=typography ***/

body
{
	font: normal 76%/140% verdana, arial, sans-serif;
	background: #ddd url(images/gradient.gif) repeat-x top center;
}
table { font-size: 1em; }

a
{ 
	/*color: #C70000;*/
	color: #003569;
	font-weight: bold;
	text-decoration: none; 
}
a:visited
{
	/*color: #666;*/
	color: #003569;
}
a:hover { color: #206EB0; text-decoration: underline; }

h1, h2, h3, h4, h5, h6
{

	font: bold 1em/normal franklin gothic, helvetica, arial, sans-serif;
	margin: 0 0 10px;
	padding: 0;
}

h1 { font-size: 1em; }
h2 { font-size: 1em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.1em; text-transform: uppercase; }
h5, h6 { font-size: 1em; }

p { padding: 0; margin: 0 0 15px; }

/*=misc elements */

.ahem, .hide { display: none; }
a img { border: none; }
.clear { clear: both; }

/* ************** STRUCTURE ************** */

body
{
/*	background-color: #efefef; */
/*	background-color: #dfdfdf; */
	background-color: #ddd;
/*	color: #61636A;*/
	color: #111111;
	text-align: left;
	margin: 0;
	padding: 0;
}

#header
{
	margin: 0;
	padding: 0;
	height: 200px;
	border-bottom: thin solid #000000;
}

#header h1 { display: none; }
#header .description { display: none }

#page
{
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border: thin solid #000000;
}

#content {
	float: left;
	background-color: white;
	margin: 0;
	padding: 20px 0 25px 25px;
	width: 550px;
}

#blankcontent {
	float: left;
	background-color: white;
	margin: 0;
	padding: 20px 0 25px 25px;
	width: 750px;
}

#sidebar
{
	margin: 10px 0 0 600px;
	padding: 10px 0 20px 25px;
	width: 160px;
}

#footer {
	text-align: center;
	clear: both;
	margin: 30px 0 0 0;
	padding: 30px 0 30px 0;
	/*height: 50px;*/
	color: #C50958;
	border-top: 1px dotted #000000;
	background-color: #E8F2F9;
	font-weight: bold;
}

#navmenu
{
	background-color: #396589;
	padding: 10px;
/*	border-bottom: 1px dotted #000000;*/
	border-bottom: thin solid #000000;
}

#navmenu a
{
	color: #9FCEF5;
}


#navmenu a:hover
{
	color: #fefefe;
/*	background: yellow;*/
}

#navmenu ul
{
	margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none;
}
#navmenu li
{
	display: inline;
	padding: 0 10px 0 0;
}
#navmenu ul li a
{
/*	color: #F5FAFF;*/
}

#navmenu ul li a:hover
{
/*	color: purple;
	background: yellow; */
}

#search
{
	color: #9FCEF5;
/*	background: yellow;*/
	font-weight: bold;
}

/* images */
img.right
{
	padding: 4px 4px 4px 4px;
	margin: 0 0 2px 10px;
	display: inline;
	background-color: #f0f0f0;
	/* border: 1px solid #000000; */
}
img.left
{
	padding: 4px 4px 4px 4px;
	margin: 0 10px 2px 0;
	display: inline;
	background-color: #f0f0f0;
	/* border: 1px solid #000000; */
}

img.leftNoBorder
{
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

img.normal
{
	padding: 4px 4px 4px 4px;
	margin: 0 10px 2px 0;
	display: inline;
	background-color: #f0f0f0;
	/* border: 1px solid #000000; */
	text-align: center;
	clear: left;
}

.right { float: right }
.left { float: left }
.leftNoBorder { float: left }

.articleLeft
{
	float: left;
	margin: 5px 10px 5px 0px;
}

.articleRight
{
	float: right;
	margin: 5px 0px 5px 10px;
}

/* **************** LINKS **************** */

a
{
	/*color: #36769C;*/
	color: #003569;
	text-decoration: none;
}

a:hover
{
	/*color: #399CC6;*/
	color: #206EB0;

	text-decoration: none;
}

/* *************** HEADERS *************** */

h2.pagetitle
{
	text-align: left;
	border-bottom: 1px solid #454C67;
	/*color: #454C67;*/
	color: #C50958;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 1.5em;}

/* Next's that image before the post title */

img.lefth2img {
	margin: 0;
	padding: 0 5px 0 0;
}

/* And next's that image under the titles in sidebar */

img.righth2img {
	margin: 0 0 -12px 0;
	padding: 0;
}





#sidebar h2 {
	/*color: #36769C;*/
	color: #C50958;
}

.post h2
{
	font-size: 1.5em;
	display: inline;


	padding-bottom: 5px;
	margin-bottom: 5px;
}

.post small { display: block; color: #90BCE0; }

.post h3
{
	font-size: 1.5em;
	padding: 0;
	margin: 15px 0 0 0;
}

/* ****************** POST ****************** */

.post {
	font-size: 1.1em;
	text-align: justify;
}

.postmetadata {
	text-align: right;
	padding-bottom: 20px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #454C67;
}

.postdetails
{
	font-size: 0.9em;
	font-weight: bold;
	color: #90BCE0;
}

.postentry
{
	margin: 10px 0 0 0;
}


blockquote {
	margin: 15px 30px 15px 30px;
	padding-left: 34px;
	padding-right: 34px;
	background:url(images/quotes.gif) no-repeat; background-position: top left;
}


blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 1.1em 'Courier New', Courier, Fixed;
	background-color: #eeeeee;
	color: black;
}

.navigation { margin-bottom: 15px; }
.thepagetitle
{
	margin: 0 0 20px 0;
	border-bottom: 1px solid #454C67;
	color: #C50958;
	padding-bottom: 2px;
}

/* ************* SIDEBAR LISTS ************** */

/* That next line puts ' ? ' front of the list-items
   in the sidebar, with moder browsers only :| */

/*#sidebar ul ul li:before { content: "\00BB \0020"; }*/

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}



#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }


#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.sidebarChart
{
	font-size: 1em;
	text-align: left;
}
/* *************** SEARCHFORM *************** */

#searchform
{
	margin: auto 0;
	padding: 5px 3px; 
	text-align: left;
}

form#searchform input:focus
{
	border: 2px solid #454C67;
	margin: 1px;
}

#searchform input { 

	font-size: 1em;
	border: 1px solid #399CC6;
	margin: 2px;
	background-color: #EEF8FE;
}

#searchform #s {
	width: 115px;
	padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

/* Form */

#respond { margin-top: 30px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #EEF8FE;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #EEF8FE;
}

#commentform textarea:focus
{
	border: 2px solid #454C67;
	margin: 1px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#commentform p { margin: 5px 0; }

/* Comments */

.commentEven
{
	background-color: #EEF8FE;
	border-top: 1px dotted #136284;
	border-bottom: 1px dotted #136284;
	color: #000000;
}

.commentOdd
{
	background-color: #FDFDFD;
	border-top: 1px dotted #136284;
	border-bottom: 1px dotted #136284;
	color: #000000;
}

.commentAuthor
{
	background-color: #CDEAFB;
/*	border: 1px dotted #104C65;*/
	border: 1px dotted #0C384A;
	color: #000000;
}

.commentMe
{
	background-color: #FFFFFF;
	border: 1px dotted #1362FF;
	color: #000000;
}


.alt
{
	background-color: #EEF8FE;
	border-top: 1px dotted #136284;
	border-bottom: 1px dotted #136284;
	color: #000000;
}

.commentlist {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: justify;
	text-size: 10px;
}

.commentlist li {
	margin: 5px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
	text-align: center;

	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
	padding-bottom: 8px;
	color: #002549;
}

.commenttext
{
	padding-top: 8px;
	margin-top: 4px;
	clear: both;
}

/* Advert class */
.advert
{
	margin: 20px 20px 20px 0px;
	padding: 6px;
}

.advert2
{
	margin: 0px 5px 10px 0px;
	padding: 6px;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.votio
{
	margin: auto;
	padding: 5px;
}

.votio .stars .vote
{
}

.votio .votes
{
	font-size: xx-small;
}

/* Download block */
div.download
{
	margin: 5px 15px 15px 15px;
	padding: 5px;
	float: right;
	width: 240px;
}

/* Download table */
div.download th.top
{
	border: 1px solid #C1DAD7;


	text-align: center;
	background: #fff;
	padding: 6px 6px 6px 12px;
	background: #F5FAFA;
}

div.download th.bottom
{
	text-align: center;
	background: #fff;
	padding: 6px 6px 6px 12px;
}

div.download td
{
	border: 1px solid #C1DAD7;
	background: #fff;
	padding: 12px 12px 12px 24px;
}


div.download td.alt
{
	background: #F5FAFA;
}

/* Link page */
.linkpage li
{
	list-style: none;
}

/* New link styles */
#links ul
{
	list-style: none;
	padding-left: 10px;
}
#links li
{
	padding-top: 5px;
}
#links ul li
{
	padding-left: 10px;
}

img.avatar
{
	float:left;
/*	margin-right:5px; */
	padding: 4px 4px 4px 4px;
	margin: 4px;
	display: inline;
	background-color: #f0f0f0;
}
