/*
Theme Name: DiabetesCDE
Theme URI: http://www.diabetescde.com/
Design Name: DiabetesCDE
Description: Nested table wordpress theme for DiabetesCDE.
Version: 1.0
Author: Logan
Author URI: http://www.urbanixconsulting.com
*/


/******* structure and layout *******/
body 
{	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#EEE;
	background-position:center;
	background-repeat:repeat;
	background-attachment:fixed;
}

a, a:visited {
	color:#0022FF; 
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}


.header
{
	font-size:24px;
	background-color:#FFF;
	background-image: url(/header.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	text-align:left;
	vertical-align:bottom;
	padding-left:10px;
	color:#111;
}

.info-bottom
{
	padding-top:10px;
	font-size:12px;
}

.info-top
{
	font-color:#999;
}

.mainarea
{
	background-color:#FFF;
}

.post
{
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:10px;
	border-bottom-style:dashed;
  	border-bottom-color: #CCC;
	border-bottom-width:1px;
	/*background-image:url(http://www.lovebscott.com/bottomshade.gif);;
	background-position:bottom;
	background-repeat:repeat-x;*/
}

.post-title
{
	font-size:18px; 
	padding-bottom:20px;
	padding-top:20px;
}

.entry img
{
	float:right;
}

.sidebar
{
	font-size:12px;
}

.sidebar-header
{
	font-weight:bold;
}

.topnav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px; 
	font-weight: bold;
	border-style: solid;
  	border-color: #000;
	border-width: 1px;
	text-decoration: none;
	color: #FFF;
	background-image:url(/black35.gif);
	background-color:#000000;
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	
}
.topnav a, .topnav a:visited {
	color:#FFF;
	text-decoration:none;
}

.topnav a:hover, .topnav a:active {
	text-decoration:underline;
}

.topnav td { 
  	/*padding-left:15px;
	padding-right:15px;*/
	border-right-style: solid;
  	border-right-color: #000;
	border-right-width:1px;
}