/*  
Theme Name: 4cc
Theme URI: http://www.danielblackburn.com
Description: sort of based on 3cc
Version: 1.0.0
Author: Dan
Author URI: http://www.danielblackburn.co.uk/
*/


/************************** TEXT SIZE, STYLE, COLOUR & ALIGNMENT ***********************/


body {
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
	background-image: url("spec2.gif");
	text-align: left;
}

#content {
	font-size: 9pt;
}

.alt {
	background-color: f8f8f8;
	/*border-top: 1px solid #dddddd;*/
	/*border-bottom: 1px solid #dddddd;*/
}


#footer {
	background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.90);
	font-size: 70%;
}


small {
	font-size: 90%;
	/*line-height: 1.5em;*/
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 130%;
	/*text-align: center;
	text-transform: lowercase;*/
}

/

#sidebar {
	font-size: 80%;
}

#sidebar h2 {
	font-size: 80%;
}

#sidebar2 {
	
}
	
#sidebar2 h2 {
	font-size: 80%;
}

h3 {
	font-size: 80%;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: bold;
	color: #ffffff;
}

.description {
	text-decoration: none;
	color: #777777;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: bold;
}

.entry p a:visited {
	color: #F8A906;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666666;
}


acronym, abbr, span.caps {
	font-size: 90%;
	/*letter-spacing: .07em;*/
}

a, h2 a:hover, h3 a:hover {
        color: #F8A906;
	text-decoration: none;
}

a:hover {
	color: #F8A906;
	text-decoration: bold;
}
	
#wp-calendar #prev a {
	font-size: 90%;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 130% ;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/************************** LAYOUT + BACKGROUND COLOURS ************************/

body {
	margin: 0;
	padding: 0; 
}

#page {
	margin: 10px auto;*
	padding: 0;
	width: 960px;
}
	
#header {
	padding: 0;
	height: 15px;
	width: 100%;
}

#content {
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.90);
	
    /*float: left;*/
	margin: 0 10px 10px 10px;
	width: 465px;
}

.narrowcolumn {
	float: left;
	padding: 0 25px 20px 25px;
	/*margin: 0px 0 0;
	width: 420px;*/
}

.widecolumn {
	padding: 10px 0 20px 0;
	/*margin: 10px;
	width: 460px;*/
}

#sidebar {
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.90);
	
	padding: 10px 0 10px 0;
	margin-left: 745px;
	width: 200px;
}

#sidebar2 { 
	background: rgb(255, 255, 255); /* The Fallback*/
	background: rgba(255, 255, 255, 0.90);
	
	padding: 10px;
	margin-left: 10px;
	width: 180px;
    float: left;
}


#footer {
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.90);
	
	/*margin: 5px;*/
	margin-left: 220px;
	width: 515px;
	clear: both;
	
	text-align: center;
}


/*
.pagepost {
	margin: 0 0 30px;
	border-top: 1px solid dddddd;
}
	
.post {
	margin: 0 0 15px;
	text-align: justify;
	border-top: 1px solid dddddd;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}	
*/

/************************** MISCELLANEOUS ************************/


hr {
	display: none;
}

a img {
	border: none;
}


/*
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #dddddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	
hr {
	display: none;
}
 
.center {
	text-align: center;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.entry img, .entrytext img {
	margin: 7px;
}

.theme {
	font: 80% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
}
*/