/*
Theme Name: MedCom Consultants
Theme URI: http://www.medcomconsultants.com
Description: Theme for MedComConsultants.com
Version: 1.0
Author: Daniel W. Streicher
*/

/* !TODO retina graphics everywhere */

body {
	background-image: url(/wp-content/themes/medcom/img/bg/sculpture.jpg);
	background-color: black;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

a {
	color: #1f0276;
}

#container {
	margin: 20px auto 60px auto;
	width: 655px;
	position: relative;
	background:#F5FDEC;	
    box-shadow: 3px 5px 14px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 3px 5px 14px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: 3px 5px 14px rgba(0, 0, 0, 0.54);
    /* !TODO ie shadows go here */
}

#header {
 
}

#header h2 {
	font-weight: 100;
	font-size:1.8em;
	position: relative;
	z-index: 1;
}

#ribbon {
	position:absolute;
	background-color: #dcebec;
	width:655px;
	height:125px;
	top:63px;
	left:0px;
	z-index: 0;
}


#header_pic {
	position:relative;
	float:left;
	margin: -10px 10px 2px -25px;
	width: 228px;
	height: 224px;
	background-image: url(/wp-content/themes/medcom/img/headshot.png);
	z-index: 1;
}

#header_pic img {
	margin-left:21px; 
	margin-top:17px;
}

#header_content {
	width:427px;
	float:right;
	margin-right: 15px;
	padding: 0px;
	height: 195px;
}

#header_top {
	width:427px;
	height:53px;
	float:right;
	margin-top:-5px;	
}

#header_top h3 {
	font-size:14px;
	font-weight:400;	
}

#header_top h3.right {
	float: right;
	text-align: right;
	font-weight:200;
}

#header_bottom {
	text-align:center;
	height: 80%;
}


#navigation {

	width: 600px;
	margin: auto;
	text-align: center;
}

#navigation ul {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	display: block;
	float: left;
	padding: 5px 10px;
	color:#000;
	text-decoration: none;
	border-right: 1px solid#dcebec;
	font-family: cursive;
	font-size: 1.1em;
}

#navigation li #current { 
	text-decoration: underline; 
}

#navigation li a:hover { 
	text-decoration: underline; 
}

li.current_page_item a{
color:#124d9c !important;
}

#content {
	clear: left;
	padding: 5px 20px 0px 20px;
	margin-bottom:0px;
	font-weight: 100;
}

#content h2 {
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#content li {
	padding-bottom:10px;
}

#story_strip {
	width: 653px;
	height: 91px;
	background-image: url(/wp-content/themes/medcom/img/highlight.png);
	position:relative;
	margin-top: 10px;
}

#story_strip img {
	margin-top:12px; 
	margin-left:19px;
	border: 1px solid rgba(246,246,246,1);
}

#story_label {
	position:absolute;
	left:-15px;
	top:-10px;
	background-color: white;
	padding: 4px;
	font-size: 12px;
	
	 box-shadow: 1px 5px 14px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 3px 5px 14px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.54);
    /* !TODO ie shadows go here */

}

#paragraphs {
height:auto;
margin:0px;
}

#paragraphs p {
	text-align:justify;
	margin:0px;
}

#graf_left, #graf_right {
	float: left;
	font-weight:200;
	width: 270px;
	padding: 0px 17px;
	margin:0px;
}

#publist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#publist li 
{
padding-left: 20px;
padding-bottom: 10px;
background-image: url(/wp-content/themes/medcom/img/el/arrow.png);
background-repeat: no-repeat;
background-position: 0 .16em;
}

#publist li a
{
color:black;
}

#publist ul li
{
font-size:.8em;
text-decoration:none !important;
list-style: none;
background-image:none;
margin-left: -25px;
}

#publist li ul li a
{
color:#1f0276;
}

#loop h3 {
	margin:0px;
	padding:0px;
}

#loop h4 {
	margin:0px;
	padding:0px;
}

.bold
{
font-weight: 500;
}

.clear {
	clear:both;
}

#copyright {
	width:100%;
	text-align:center;
	font-size: .6em;
	font-weight: 300;
	padding-top:15px;
	padding-bottom:5px;
}