/*
Theme Name:     twentyten-thunderbolts
Description:    Child theme for the Twenty Ten theme, developed for use on the thunderbolts.info site.
Author:         Dave Smith
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");


/* =Layout
-------------------------------------------------------------- */


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


.home #container {
	margin: 0 -332px 0 0;
}
.home #content {
	margin: 10px 380px 0 20px;
}
.home #primary,
.home #secondary {
	width: 332px;
}
.home #wrapper {
	background: #000000;
	/*background: #7f7f7f;*/
}
.home #content {
	color: #f8f8f8 !important;
}
.home #content h1,
.home #content h2,
.home #content h3,
.home #content h4,
.home #content h5,
.home #content h6 {
	color: #f8f8f8;
}
.home #content .entry-title {
	color: #f8f8f8;
}
.home #content h2.entry-title {
	color: #f8f8f8;
}
.home .widget-title {
	background: #000000;
}
.home #primary {
	background: #191919;
}
.home #secondary {
	background: #191919;
}

.home blockquote {
	background: #000000;
	font-style: italic;
	color: #f8f8f8;
	padding: 0 3em;
	text-align: justify !important;
}
.home blockquote.black {
	background: #000000;
	font-style: normal;
	color: #f8f8f8;
	padding: 0 3em;
	text-align: justify !important;
}

.home blockquote.specialnotice {
	background: #f0f0f0 !important;
	font-style: normal !important;
	color: #000000 !important;
	padding: 1em 3em;
	text-align: justify !important;
}




.home a:link {
	color: #66A3E0;
}
.home a:visited {
	color: #BD9DCE;
}
.home a:active,
.home a:hover {
	color: #ff4b33;
}






#container {
	float: left;
	margin: 0 -332px 0 0;
	width: 100%;
}

#container.one-column {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}



#content {
	margin: 10px 380px 0 20px;
}
#primary,
#secondary {
	float: left;
	overflow: auto;
	width: 332px;
}

#primary,
#secondary {
	clear: right;
}





/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 800px;
}

.single-one-column #content {
	margin: 0 auto;
	width: 800px;
}

#container.single-one-column {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: arial, helvetica, verdana, sans-seriff;
}

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 {
	font-family: Arial, verdana, "Helvetica Neue", Helvetica, "Nimbus Sans L", sans-serif;
}



/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1080px;
}

#wrapper {
	margin: 0 auto;
	width: 1080px;
}
#wrapper {
	background: #fff;
	margin-top: 15px;
	padding: 0 0px;
}

/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	margin-left: 20px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	background: #f8f8f8;
}
body,
input,
textarea {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

hr.invis {
	background-color: #fff;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

hr.narrow {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	width: 33%;
}

/* Text elements */

p {
	margin-bottom: 18px;
}

blockquote {
	background: #eee;
	font-style: italic;
	color: #600000;
	padding: 0 3em;
	text-align: justify !important;
}
blockquote.black {
	background: #ffffff;
	font-style: normal;
	color: #000000;
	padding: 0 3em;
	text-align: justify !important;
}

blockquote.black2 {
	background: #ffffff;
	font-style: italic;
	color: #000000;
	padding: 0 60px;
	text-align: justify !important;
}







.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #ff0000;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}









/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
}
#site-title {
	display: none;
}
#site-title a {
	display: none;
}
#site-description {
	display: none;
}

/* This is the custom header image */
#branding img {
	border-top: 0; /* 1px solid #2C424F; */
	border-bottom: 0; /* 1px solid #000; */
	display: block;
	float: left;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	/* background: #000; */
	background: url(images/menubackground2.png) center left repeat;
	display: block;
	float: left;
	margin: 0 auto;
	width: 1080px;
}

#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 0px;
	width: 1080px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	background: url(images/menubackground6.png) center left repeat;
	border-right: 2px solid #2C424F;
	color: #d8d8d8;
	display: block;
	line-height: 30px;
	padding: 0 9px;
	text-decoration: none;
}




#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 320px;
	z-index: 99999;
}






#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #2C424F;
	background: url(images/menubackground6a.png) center left repeat;
	border-top: 1px solid #031720;
	line-height: 1em;
	padding: 10px;
	width: 300px;
	height: auto;
}
#access li:hover > a {
	background: #2C424F;
	background: url(images/menubackground5a.png) center left repeat;
	color: #fff;
	font-weight: bold;
}

#access ul ul :hover > a {
	background: #2C424F;
	background: url(images/menubackground5a.png) center left repeat;
	color: #fff;
	font-weight: bold;
}
#access ul li:hover > ul {
	display: block;
}
#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: #fff;
}
* 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: #fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}
#content {
	margin-bottom: 50px;
}

#content,
#content input,
#content textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}



#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 15px 0 10px 0;
}




#content h5 {
	color: #333 !important;
	line-height: 12px !important;
	margin: 0 0 0 0 !important;
	text-align: center !important;
	padding: 0 0 0 0 !important;
	font-size: 12px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
}


#content h1 {
	font-size: 20px !important;
}

#content h2 {
	font-size: 16px !important;
	font-weight: bold !important;
}

#content h3 {
	font-size: 16px !important;
	font-weight: normal !important;
}

#content h4 {
	font-size: 12px !important;
	font-weight: bold !important;
}

#content .entry-title {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
}

#content h2.entry-title {
	font-size: 20px !important;
	font-weight: normal !important;
}

#content .thumbcat {
	width: 120px;
	height: auto;
	float: left;
	margin: 5px 20px 5px -17px;
}

.page-title {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #000000;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

span.wpcf7-list-item { 
	display: block;
}

#content table {
	border: none;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: none;
	padding: 6px 10px;
}
#content tr.odd td {
	background: #f2f7fc;
}





.one_half {
	width: 49% !important;
	margin-right: 2% !important;
}
.one_half.last_column {
	width: 49% !important;
	margin-right: 0px !important;
}
.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}
.one_third.last_column {
	width: 32% !important;
	margin-right: 0px !important;
}
.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}
.two_third.last_column {
	width: 66% !important;
	margin-right: 0px !important;
}
.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}
.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0px !important;
}
.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}
.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0px !important;
}
.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}
.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0px !important;
}
.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}
.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0px !important;
}
.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}
.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0px !important;
}
.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}
.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0px !important;
}
.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}
.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0px !important;
}








/* Images 
-------------------------------------------------------------- */

.wp-caption {
	background: #f8f8f8;
	line-height: 14px;
	margin-bottom: 0;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: left;
}
.wp-caption img {
	background: #f8f8f8;
	margin: 5px 5px 0;
	text-align: left;
}
.wp-caption p.wp-caption-text {
	background: #f8f8f8;
	color: #333;
	font-size: 12px;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
	text-align: left;
}

.gallery .gallery-caption {
	color: #666;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.csc_post_thumbnail img {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	width: 120px;
	height: 120px;
}


/* =Widget Areas
-------------------------------------------------------------- */


.widget-area ul {
	list-style: none;
	margin: 0;
}


.widget-area ul ul {
	list-style: square;
	color: #f8f8f8;
	margin: 5px 10px 5px 12px !important;
	/* margin-left: 20px; */
	/* margin-top: 5px; */
	font-size: 12px;
}

.widget-container {
	margin: 10px 10px 10px 10px;
}

.widget-title {
	background: #2c424f; /* url(images/backgroundimage_5.png) repeat; */
	color: #f8f8f8;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
	margin: 10px 0 10px 0;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #f8f8f8;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	color: #ff0000;
}



img.imglink {
	background:  url(images/eu2013_imglinkbackground.png) no-repeat;
}

img.imglink:hover {
	background:  url(images/eu2013_imglinkbackgroundhover.png) no-repeat;
}

/* Main sidebars */




/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}



#primary {
	background: #808e95; /* url(images/backgroundimage_6a.png) repeat; */
	text-align: center;
}

#secondary {
	background: #808e95; /* url(images/backgroundimage_6a.png) repeat; */
	color: #ffffff !important;
}