/*
Theme Name:     twentyten-holoscience
Description:    Child theme for the Twenty Ten theme, developed for use on the holoscience.com 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
*/

#container {
	float: left;
	margin: 10px -240px 0 0;
	width: 100%;
}

#container.one-column {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}

#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: left;
	overflow: auto;
	width: 220px;
}

#primary,
#secondary {
	clear: right;
}





/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 800px;
}

/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: verdana, arial, helvetica, sans-seriff;
}


h1,h2,h3,h4,h5,h6,
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 */

#wrapper {
	box-shadow: 0px 0px 8px #5A6673;
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 2px;
	margin-bottom: 20px;
	padding: 0 0;
}

/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-left: 350px;
	margin-right: 20px;
	width: 220px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	margin-left: 20px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 420px;
}
#site-generator {
	float: right;
	width: 220px;
}

#site-stattags {
	float: left;
	width: 20px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	background: #ffffff;
}
body,
input,
textarea {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

hr {
	background-color: #bbb;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 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 20px;
	margin: 0 3em;
	text-align: justify !important;
}
blockquote.black {
	background: #ffffff;
	font-style: normal;
	color: #000000;
	padding: 0 3em;
	text-align: justify !important;
}

span.qq {
	font-style: italic;
	color: #600000;
}


blockquote h3 {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #600000 !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: #292929;
}


/* =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 #000; */
	/* border-bottom: 2px solid #d4d4ff; */
	display: block;
	float: left;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000196;
	background: url(images/menubackground7.png) center left repeat;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #909090;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 0px;
	width: 878px;
}
#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 {
	border-left: none;
	border-right: 1px solid #8080CA;
	color: #ffffff;
	display: block;
	line-height: 26px;
	padding: 0 10px;
	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: 26px;
	left: 0;
	float: left;
	width: 220px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #000196;
	background: url(images/menubackground6.png) center left repeat;
	line-height: 1em;
	padding: 6px 10px 6px 10px;
	width: 200px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #8080CA;
	background: url(images/menubackground5.png) center left repeat;
	color: #fff;
}
#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 .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;
}

.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 .thumbcat {
	width: 120px;
	height: auto;
	float: left;
	margin: 5px 20px 5px -17px;
}






#content table {
	border: 1px solid #e7e7e7;
	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 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}









/* Images 
-------------------------------------------------------------- */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 5px;
}



.wp-caption {
	background: #d6d6d6;
	line-height: 14px;
	margin-bottom: 5px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 0;
	text-align: justify;
}
.wp-caption img {
	padding: 0;
	text-align: justify;
}
.wp-caption p.wp-caption-text {
	background: #d6d6d6;
	color: #333;
	font-size: 11px;
	padding: 5px;
	margin: 5px;
	text-align: justify;
}

.gallery {
	margin: 0;
}


.gallery .gallery-caption {
	color: #666;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.csc_post_thumbnail img {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	width: 125px;
	height: 125px;
}









/* =Widget Areas
-------------------------------------------------------------- */


.widget-area ul ul {
	list-style: square;
	color: #000000;
	margin-left: 1.3em;
	margin-top: 5px;
	font-size: 12px;
	font-family: arial, helvetica, sans-seriff, verdana;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 63%;
}

.widget-container {
	margin: 20px 15px 20px 15px;
}
.widget-title {
	background: #000196;
	box-shadow: 2px 2px 3px #808080;
	/* url(images/backgroundimage_5.png) repeat; */
	color: #f8f8f8;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #000000;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	color: #ff0000;
}

img.imglink:hover {
	border-width: 1px;
	border-style: dotted;
	border-color: #ffffff;
}

/* Main sidebars */

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

#primary {	
	/* background: url(images/backgroundimage_14.png) no-repeat; */
	background: #d4d4ff;
	box-shadow: 0px 0px 8px #5A6673;
	margin-top: 20px;
	text-align: left;
}

#secondary {
	/* background: url(images/backgroundimage_6.png) repeat; */
	background: #d4d4ff;
	color: #ffffff !important;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0;
}
#colophon {
	border-top: 2px solid #d4d4ff;
	margin-top: 0px;
	overflow: hidden;
	padding: 5px 0 20px 0;
}






/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 850px;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 850px%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}