/*
Theme Name: Modern DNA
Theme URI: http://moderndna.com
Description: Modern DNA, 3 Columns, 2 Right Sidebars
Version: 1.1
Author: Andrew Ro
Author URI: http://moderndna.com
*/

/* START SECTION 1 - the main containers */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #3f3f3f;
	background: #e6e6e6 url(images/bg.png) no-repeat fixed center top;
}
#wrapper {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 1080px;
	height: 100%;
	background-color: white;
}
#header {
	margin-bottom: 0px;
	margin-top: 0px;
	height: 180px;
	width: 1080px;
	clear: both;
}
#main {
	width: 1080px;
	margin-left: 20px;
}
#content {
	margin-top: 10px;
	width: 502px;
	float: left;
	line-height: 16px;
	text-align: justify;
	background-color: white;
}
#sidebar-small {
	margin-left: 20px;
	margin-top: 10px;
	width: 300px;
	float: left;
	padding: 0px;
}
#sidebar {
	margin-top: 10px;
	width: 200px;
	float: right;
	margin-right: 40px;
}
/* END SECTION 1 */

/*===START SECTION 2 - general classes===*/
.adsense {
	text-align: center;
	padding: 5px 5px 25px;
	border-bottom: 1px dotted #7f7f7f;
}

.description {
	margin-right: 20px;
	margin-top: 25px;
	float: right;
	margin-bottom: 10px;
}
.logo {
	margin-top: 50px;
	float: left;
	border-style: none;
	margin-left: -10px;
}
.header-banner {
	float: right;
	margin-right: 20px;
}

.footer-banner {
	text-align: center;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
.side-banner {
	margin-bottom: 10px;
}

.about {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 12px;
}
.post {
	border-bottom-color: #7f7f7f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 20px;
	padding: 0 0 10px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
	width: auto;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

#content h2.pagetitle {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 5px;
	margin-top: 0;
}

#content h2.center {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 5px;
	margin-top: 0;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content img {
	border: 1px solid #e5e5e5;
}

.footer-banner img {
	border: 1px solid #e5e5e5;
	padding: 2px;
}

.header-banner img {
	border: 1px solid #e5e5e5;
	padding: 2px;
}

/* My Comment */

#content a:link, #content a:visited {
	color: #fb7e0b;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #fb7e0b;
}

#title a:link, #content a:visited {
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#title a:hover {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-style: normal;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	width: 1080px;
	clear: both;
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu ul {
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul, #sidebar-small ul {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	list-style-type: none;
	display: block;
	text-decoration: none;
	margin-bottom: 0.7em;
	color: #3f3f3f;
	font-size: 12px;
}
#sidebar li a:hover {
	text-decoration: underline;
	color: #3f3f3f;
}
#sidebar ul ul {
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 2px;
	padding-top: 10px;
}
.post h2 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
}
.post h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
	font-weight: normal;
	font-style: normal;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	display: inline;
	float: left;
}
.entry-month {
}
.entry-day {
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: 12px;
}
#commentform input {
}
#commentform textarea {
	width: 490px;
	padding: 5px;
	font-size: 12px;
}
#commentform {
	font-size: 11px;
}

#commentform p {
	padding: 5px 0;
	font-size: 1.2em;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 20px 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}

/* Begin Comments*/

/* Normal Bubble */

div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0;
	padding: 10px;
	border: 1px solid #c9c2c1;
	width: 480px;
}

div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: -7px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 10px;
	display: block;
	width: 470px;
	padding-right: 0px;
	padding-top: 7px;
	text-transform: uppercase;
	padding-left: 20px;
}

.alt {
	margin: 0;
	padding: 0;
}

#commentform p {
	padding: 5px 0;
	font-size: 1.2em;
}

#comment {

	width: 400px;
	height: 100px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	
#commentPreview {
	font-size: .8em;
}

/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  background: none no-repeat right bottom;
  padding: 0 10px 0 30px;
	font-size: 12px;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	display: inline;
	margin: 15px 10px 10px 0;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
}
a.image img {
}

#searchform input {
	color: black;
	width: 190px;
	margin-bottom: 10px;
	padding: 3px;
}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;	
	background: #0a5e72;
	color: white;
	width: 1080px;
	float: left;	
	display: inline;
	font-style: normal;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-top: 30px;
}
#footer-wrap h3 {
	color: white;
	font-style: normal;
	font-size: 14px;
	padding: 0;
	margin: 0 0 15px;
}
#footer-content {	
	margin: 0 auto;		
	width: 1010px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid grey;
	list-style: none; padding: 0;
	margin: 5px 0 0;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid grey;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: white;
	border: none;
	font-style: normal;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: white;
	font-style: italic;
	font-weight: normal;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#footer-content .space-sep {
	float: left;
	list-style-type: none;
	width: 300px;
	padding-right: 30px;
}

#footer-content .col {
	width: 300px;
	padding-right: 30px;			
	display: inline;
	float: left;
}
#footer-content .col2 {
	width: 350px;
	display: inline;
	float: right;
}


/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}clearer



/*===END SECTION 11===*/
