/*

Theme Name: Twenty Ten CFD

Theme URI: http://clapfordaylight.com

Description: The 2010 default theme for WordPress extended for clapfordaylight.com

Author: Greg Vilines

Template: twentyten

Version: 0.1

*/



@import url("../twentyten/style.css");


/* SITE STRUCTURE  -------------------------------------------------------------- */


#main {

	padding: 40px 0px 0px;

}

#wrapper {

	margin-top: 10px;

}


/* HEADER STYLES  -------------------------------------------------------------- */


#branding img {
	
	border: none;
	clear: none;
	display: inline;
	margin-top: 10px;
	
}

#site-description {
	
	clear: none;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#header {

	padding: 0px 0px 0px;

}

/* MENU STYLES  -------------------------------------------------------------- */


#access {

    background: none;

}

#access .menu-header,
div.menu {
	
	font-size: 20px;
}

#access a {
	
	color: #333;
	padding: 0px 15px;
	
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #333333;
	text-decoration: underline;
}

#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

/* GLOBAL FONTS  -------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

#content, #content input, #content textarea {
	font-size: 14px;
	line-height: 22px;
}

h1, h2 {
	height: 30px;
	padding-left: 40px;
	background-image:url('http://clapfordaylight.com/wp-content/themes/twentyten-CFD/images/bomb_postit_30.gif');
	background-repeat: no-repeat;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* PAGE STYLES  -------------------------------------------------------------- */

#content table {
	border: none;
	margin: 0px;
	text-align: left;
	width: 100%;
	padding: none;
	vertical-align: top
}

#content tr td {

	padding: none;
	border: none;
	vertical-align: top;

}

.smalltext span {
	font-size: 10px;
	color: #666;
}

.entry-content {
	padding: 20px 0 0 0;
}
