/*
Theme Name: Genetic Disease Foundation
Description: Genetic Disease Foundation website theme.
Version: 1
Author: Strike Interactive
Author URI: http://strikeinteractive.com/

	Based on Kubrick v1.5
	http://binarybonsai.com/kubrick/
*/


html, body {
	height: 100%;
  margin: 0;
  padding: 0;
}

body {
	font-size: 62.5%; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dae5f0;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x;
	color: #666;
	text-align: center;
	min-width: 985px;
}

.for_print {
	display: none;
}

.clear {
	clear: both;
}

.narrowcolumn .entry {
	line-height: 1.6em;
}

a {
	color: #003768;
/* 	text-decoration: none; */
}

a:hover {
	color: #00aeef;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	margin: 0;
	font-weight: bold;
	color: #003768;
}

h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	font-weight: bold;
	color: #003768;
}

h2.pagetitle {
	text-align: center;
}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	font-weight: bold;
	color: #003768;
}

h3.comments {
	margin: 40px auto 20px;
}

h1 a, h1 a:visited {
	text-decoration: none;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #003768;
}

h2 a, h3 a, cite {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	color: #003768;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */

.post hr {
	display: block;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.postmetadata {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: square;
	padding-left: 10px;
/* 	text-indent: -10px; */
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

/* End Entry Lists */


/* Begin Comments*/

.post-comments ol {
	margin: 0 !important;
	padding: 10px 0 !important;
	text-align: justify;
	list-style: none;
	float: left;
}

.post-comments .comment {
	background-image: url(images/bg_comment.png);
	width: 590px;
	position: relative;
	float: left;
	clear: both;
	padding: 10px;
	margin: 0 0 15px 0 !important;
}

.post-comments .navigation {
	border: 0;
	float: left;
}

.comment-body em {
	font-weight: normal;
}

.comment-body a {
	text-decoration: none;
}

.comment-body a:hover {
	text-decoration: underline;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist li {
	list-style: none;
	font-size: 1em !important;
}

.commentlist .comment-author,
.commentlist .comment-meta {
	font-size: 0.9em;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 20px 10px;
	padding-left: 20px;
	padding-right: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* content */

#content .heading {
	padding-bottom: 10px;
	height: auto;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

#content .post.maincontent {
	padding-left: 14px;
	*padding-left: 0px;
	width: 610px;
	text-align: left;
}

#content .post .post-meta {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 8px;
}

#content .post .post-meta a {
	text-decoration: underline;
	color: #666;
}

#content .post .post-meta a:hover {
	color: #003768;
}

#content .share-options {
	padding-top: 10px;
	padding-bottom: 35px;
	color: #bbb;
}

#content .share-options a {
	text-decoration: none;
}

.page #content .share-options {
	/* sharing for content at the top of archives */
	padding-bottom: 10px;
	position: relative;
	float: left;
	padding-left: 15px;
}

#content .share-options .share-this {
	position: relative;
	float: left;
}

#content .share-options span.divider {
	position: relative;
	float: left;
	display: block;
}

#content .share-options .share-fb,
#content .share-options .fb_share_link {
	display: block;
	position: relative;
	float: left;
}

.single #content .entry {
	padding-top: 10px;
}


#content .p-head h1,
#content .post h1,
#content .entry h1,
#content.archive h1 {
	text-align: left;
	color: #002648;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 1.09em;
}

#content .post .post_image {
	margin-left: -20px;
}

#content .post h2,
#content .page h2 {
	color: #002648;
	font-size: 1.3em;
	text-align: left;
	margin-top: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

#content .post h3,
#content .page h3 {
	font-size: 1.1em;
	text-align: left;
	margin-top: 1em;
	font-weight: bold;
	color: #002648;
	text-transform: uppercase;
}


#content .entry h1,
#content .entry h2,
#content .entry h3 {
	margin: 5px 0;
}

ul.no_bullets {
	list-style-type: none !important;
}

.event_date {
	font-size: 0.9em;
	color: #006ab6;
}

.event_date_detail {
	color: #006ab6;
}

a.view_all {
	display: block;
	clear: both;
	padding-top: 5px;
}

/* ARCHIVES, SEARCH RESULTS */

#content .list_wrap {
	padding-left: 10px;
	position: relative;
	float: left;
	clear: both;
	width: 620px;
	margin-top: 10px;
}

#content .list_wrap .post,
#content .list_wrap .page {
	width: 590px;
	padding: 8px 10px;
	clear: both;
	position: relative;
	float: left;
	text-align: left;
	margin-bottom: 10px !important;
	background-image: url(images/bg_comment.png);
}

#content .list_wrap p {
	margin: 1em 0;
}

#content .list_wrap h2 {
	margin-top: 0em;
}

/* END ARCHIVES */

/* END SEARCH RESULTS */

/* NAVIGATION & PAGING */
.pagenavi, 
.wp-pagenavi {
	height: auto;
	min-height: 30px;
	*height: 30px;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 3px 0;
	*margin-top: 5px;
}

#content .wp-pagenavi span.current,
#content .wp-pagenavi a {
	border-color: transparent !important;
	background-color: transparent !important;
}

#content .wp-pagenavi a {
	color: #003768 !important;
}

#content .wp-pagenavi span.current {
	color: #00aeef !important;
}

#content .wp-pagenavi a:hover {
/* 	border-color: #00aeef !important; */
	background-color: white !important;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #dadada;
	padding-top: 10px;
}

#content.archive .navigation {
	border: none;
}

/* END NAVIGATION & PAGING */