 /*  
 Theme Name: BioCor
 Theme URI: http://www.hungrydogmedia.com/
 Description: A website framework for Biocor.
 Author: Hungry Dog Media
 Author URI: http://www.hungrydogmedia.com/
 Version: 1.0
 Tags: 
 */

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }
  
a {
	color:#57412F;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

a:hover {
	color:#96C93E;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

blockquote {
	width:500px;
  margin: 5px 80px;
  padding: 10px 10px;
  background: #E6FAC4;
  border: 1px solid #2E5119;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

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;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* POST CONTENT */

#content {
}

.post {	
	text-align:left;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
}

#content h2 {
	font-size: 24px;
}

#content h3 {
	font-size: 18px;
}

#content h4, #content h5, #content h6 {
	font-size: 14px;
}

p.comments {
	clear: both;
	padding: 5px 10px 5px 10px;
}

p.comments a {
	padding-left: 20px;
	background: url(images/comment.gif) left top no-repeat;
	font-size: 12px;
	text-decoration: none;
}

.comments h4 {
	padding: 20px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #57412F;
}

.commentlist {
	margin: 5px 0;
	font-size: 12px;
	list-style: none;
}

.commentlist li {
	margin: 0 0 5px 25px;
	width: 510px;
}

.commentlist cite {
	padding: 0px 0px;
	font-size: 14px;
}

.commentlist cite a {
	font-weight:bold;
}

.comment-meta {
	font-size:11px;
	padding:0px 10px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	margin; 0px 25px 0px 0px;
	clear: both;
}

.meta {
	font-size: 12px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
	font-style:normal;
}


.meta a {
	color: #57412F;
	font-weight: normal;
	font-style:normal;
	text-decoration:underline;
}


.meta a:hover {
	color: #000;
	font-weight: normal;
	text-decoration:underline;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}

.storytitle a:hover {
	color:#96C93E;
	text-decoration:none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
/* Reset Defaults Ends */

body {
	position: relative; /* Fixes browser resizing bug in IE6 */
	margin: 0 auto;
	font-family: Arial;
	text-align: center; /* IE Centering Technique */
	background:url(images/bg-footer.gif) bottom right repeat;
}

#wrapper {
	text-align: left; /* IE Centering Technique */
}

#container {
	margin: 0 auto;
	background:url(images/bg-container2.gif) top right repeat-x;
}

#pg-container {
	width:1050px;
	margin:0px auto;
	background:url(images/bg-container4.gif) top center no-repeat;
}

#header-nav {
	width:1000px;
	height:57px;
	margin:0px 10px 0px 40px;
	padding:0px;
}

#header-nav .logo {
	width:164px;
	height:32px;
	margin:15px 20px 10px 2px;
	padding:0px;
	float:left;
}

#menu-nav {
	width:814px;
	padding:0px;
	margin:25px 0px 0px 0px;
	color:#FFF;
	font-size:20px;
	text-align:left;
	float:left;
}
#menu-nav ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

#menu-nav li {
	display:inline; 
	list-style-type:none; 
	padding-left:0.5em; 
	margin-left:0.5em; 
	border-left:1px solid #96C93E;
}

#menu-nav li:first-child {
	border-left:none
}

#menu-nav ul li a {
	text-decoration:none;  
	color:#96C93E;
	font-style:normal;
	font-weight:bold;
}

#menu-nav ul li a:hover {
	color:#FFF;
}

#header {
	clear:both;
	width:1050px;
	height:192px;
	margin:0px;
	padding:0px;
}

#header #nav1 {
	width:270px;
	height:192px;
	margin:0px;
	padding:0px;
	float:left;
}

#header #nav2 {
	width:177px;
	height:57px;
	padding:135px 0px 0px 537px;
	margin:0px;
	float:left;
}

#page-container {
	clear:both;
	width:1050px;
	margin:0px;
	padding:0px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
}

#page {
	width:1018px;
	margin:60px 14px 0px 18px;
	background:url(images/bg-page-mid.gif) top center repeat-y;
	
}

#page #top {
	width:1018px;
	margin:0px;
	padding:0px;
	background:url(images/bg-page-top.gif) top center no-repeat;
}

#page #bottom {
	width:1018px;
	margin:0px;
	padding:0px;
	background:url(images/bg-page-bottom.gif) bottom center no-repeat;
	min-height:600px;
}

/* Column 1 */
#left {
	width:219px;
	padding:0px 10px 0px 19px;
	margin:20px 0px 0px 10px;
	float:left;
}

#left .sidelogo {
	width:210px;
	margin:0px 4px 30px 5px;
	padding:0px;
	display:block;
}


#searchform {
	width:200px;
	margin:20px 9px 0px 10px;
	height:55px;
	padding:20px 0px 0px 0px;
}

#searchform .searchBox{
	width:199px;
	height:39px;
	background:url(images/bg-input.gif) no-repeat;
	border:none;
	padding:6px 0px 0px 0px;
	text-align:center;
	color:#868282;
	font-size:20px;
	font-family:Arial;
	font-style:italic;
} 

#left .txtcontent {
	width:180px;
	padding:35px 19px 35px 20px;
	margin:0px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
	text-align:left;
}

/* SIDE BAR */


#sidebar {
	width:180px;
	padding:10px 19px 10px 20px;
	margin:0px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:left;
}

#sidebar h2 {
	font-size:16px;
	color:#57412F;
	font-weight:bold;
	padding:0px;
	margin:15px 0 10px 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 5px 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 5px 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 5px 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar a {
	color:#000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

#sidebar a:hover {
	color:#57412F;
	text-decoration:underline;
}

/* Column 2 */
#right {
	width:722px;
	padding:20px 24px 20px 14px;
	margin:0px;
	float:left;
}

#box1 {
	width:722px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:url(images/box1-mid.gif) top center repeat-y;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
}

#box1-top {
	width:722px;
	height:47px;
	background:url(images/box1-top.gif) top center no-repeat;
}

#box1-top h2 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	padding:14px 0px 0px 20px;
}

#box1-top a {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}

#box1-top a:hover {
	color:#96C93E;
	text-decoration:none;
}

#box1-btm {
	width:692px;
	margin:0px;
	padding:30px 15px 10px 15px;
	background:url(images/box1-btm.gif) bottom center no-repeat;
}

#box1-btm .img1 {
	margin:0px 15px 0px 0px;
	float:left;
}

.pg {
	min-height:950px;
}

#box-wrapper {
	width:343px;
	margin:10px 0px 20px 0px;
	padding:0px;
	float:left;
}

#boxsm {
	width:343px;
	margin:0px;
	padding:0px;
	background:url(images/boxsm-mid.gif) top center repeat-y;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
}

#boxsm-top {
	width:343px;
	height:36px;
	background:url(images/boxsm-top.gif) top center no-repeat;
}

#boxsm-top h2 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	padding:10px 0px 0px 20px;
}

#boxsm-top a {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}

#boxsm-top a:hover {
	color:#96C93E;
	text-decoration:none;
}

#boxsm-btm {
	width:313px;
	margin:0px;
	padding:25px 15px 5px 15px;
	background:url(images/boxsm-btm.gif) bottom center no-repeat;
}

#boxsm-btm .img-sm {
	margin:0px 10px 5px 0px;
	float:left;
}

#box2 {
	width:722px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:url(images/box2-mid.gif) top center repeat-y;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
}

#box2-top {
	width:722px;
	height:47px;
	background:url(images/box2-top.gif) top center no-repeat;
}

#box2-top h2 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	padding:14px 0px 0px 20px;
}

#box2-top a {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}

#box2-top a:hover {
	color:#96C93E;
	text-decoration:none;
}

#box2-btm {
	width:692px;
	margin:0px;
	padding:15px 15px 15px 15px;
	background:url(images/box2-btm.gif) bottom center no-repeat;
}

#box2-btm .img2 {
	margin:0px 15px 0px 0px;
	float:left;
}

#box2-btm .cols {
	width:250px;
	margin:0px;
	padding:0px 20px 0px 20px;
	text-align:left;
	display:inline;
	float:left;
}

#maincontent{
	width:662px;
	padding:0px 15px 0px 15px;
	margin:0px;
}

#post-data {
	font-size:12px;
	line-height:16px;
	padding:0px;
	margin:10px 5px 5px 10px;
}

#box2-btm h3 {
	color:#000;
	font-size:20px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px;
}

#box2-btm ul {
	margin: 10px 0 5px 30px;
	padding:0px;
	list-style:none;
}

#box2-btm li {
	margin: 0px 0 10px 15px;
	display:block;
}

#box2-btm li a {
	color:#57412F;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
}

#box2-btm li a:hover {
	color:#96C93E;
	text-decoration:none;
}

/* Footer */
#footer {
	clear:both;
	width:1050px;
	margin:25px 0px 15px 0px;
	padding:0px;
	color:#FFF;
	font-size:12px;
	text-align:center;
}

#footer ul {
	margin: 0px 0px 15px 0px; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

#footer li {
	display:inline; 
	list-style-type:none; 
	padding-left:1em; 
	margin-left:1em; 
	border-left:1px solid #96C93E;
	letter-spacing:1px;
}

#footer li:first-child {
	border-left:none
}

#footer ul li a {
	text-decoration:none;  
	color:#96C93E;
	font-style:normal;
	font-weight:bold;
}

#footer ul li a:hover {
	color:#FFF;
}

#footer a {
	text-decoration:none;  
	color:#FFF;
	font-style:normal;
	font-weight:normal;
}

#footer a:hover {
	color:#96C93E;
}

.btn-input {
	padding:2px;
	font-size:14px;
}

form {
	margin:0px;
	padding:0px;
}