/*
Theme Name: MedLitera
Theme URI: http://www.christineestrada.com
Description: WordPress theme for MedLitera
Version: 1.1
Author: Christine Estrada
Author URI: http://www.christineestrada.com/

	This theme was designed and built by Christine Estrada
	whose blog you will find at http://www.christineestrada.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #262626;
	background: #fff;
}

img {
	border: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
	padding: 0;
}

a {
	font-weight: bold;
  	color: #364E70;
	text-decoration:none;
}

a:hover {
  	color:#5d7aae;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}




/* PAGE STRUCTURE */

#page_container {
	width: 1024px;
	height: auto;
	margin: 0 auto 0 auto;
}

#header_container {
	float: left;
	background: #6c89a0;
	width: 100%;
	height: 96px;
}

#logo_container {
	float: left;
	position: relative;
	top: 0px;
	left: 84px;
}

#slogan_container {
	float: right;
	position: relative;
	top: 10px;
	right: 90px;
}

#nav_container {
	float: left;
	position: relative;
	top: 25px;
	left: 95px;
	width: 700px;
}

#content_container {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	background: #fff;
}

#content {
	padding: 0 84px;
}

#left_content_txt {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#right_content_txt {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
}

#footer_img_container {
	float: right;
	position: relative;
	margin: 140px 0 30px 0;
	top: 0px;
	right: 165px;
}

#footer_container {
	float: left;
	width: 100%;
	height: 60px;
	background-color: #6c89a0;
}

#footer_content {
	width: 100%;
	padding: 20px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
}




/* NAVIGATION STYLING */

div#nav_container ul.nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

div#nav_container ul.nav li {
	display: block;
	float: left;
	margin: 0 5px;
	list-style: none;
}

div#nav_container ul.nav li a {
	display: block;
	padding: 10px 10px;
	color: #fff;
	height: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

div#nav_container ul.nav li:hover {
	background-color: #364e70;
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px;
}

div#nav_container ul.nav li.current_page_item {
	background-color: #364e70;
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px;
}

div#footer_container ul.nav {
	width: 450px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	font-size: 10px;
}

div#footer_container ul.nav li {
	float: left;
	margin: 0;
	padding: 0 2px;
	list-style: none;
}

div#footer_container ul.nav li a {
	color: #fff;
	text-decoration: none;
}

div#footer_container p {
	clear: both;
	margin: 0;
	padding: 0;
}




/* CONTENT STYLING */

div.post {
	position: relative;
	width: 620px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	z-index: 100;
}

div.post ul {
	width: 500px;
}

div.post ul li {
	padding: 5px 0;
}

div.post ul.column {
	float: left;
	width: 240px;
}

img.alignleft {
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

img.alignright {
	float: right;
	margin: 0 0 0 10px;
}




/* BLOG STYLING */

.commentlist li {
	list-style-type: none;
	margin: 0;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	margin: 2px 10px 2px 0;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

.timestamp {
	font-size: 11px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #3a4b81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
	border: 1px solid #3a4b81;
	font-size: 12px;
}

#respond {
	border-top: 1px dotted #6a747c; 
	margin: 20px 0 0 0;
}

#respond h2 {
	margin: 20px 0 0 0;
}
