/*
Theme Name: Energy Medicine Florida
Theme URI: http://wordpress.org/
Description: This template is designed for energymedicineflorida.com
Author: Farhan Khan
Tags: custom header, fixed width, two columns
*/

body {
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	background-color:#CB2412;
	}

#main {
	background-color:#FFFFFF;
	border:solid 3px #000000;
	width:800px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	}

/* Header Begins Here */
#header {
	background-color:#cb2412;
	height:163px;
	width:790px;
	margin:auto;
	}

#animation {
	width:210px;
	height:163px;
	float:left;
	}

#menu {
	background:url(images/header_bg.gif);
	background-position:bottom;
	width:275px;
	height:173px;
	float:left;
	}

#menu ul{
	color:#FFFFFF;
	font-size:12px;
	list-style:none;
	font-weight:bold;
	text-decoration:underline;
	}

#menu li{
	padding:1px 0px 3px 0px;
	}
	
#menu a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	}
#menu a:link {
color: #FFFFFF;
text-decoration:none;
}
#menu a:visited { 
color: #FFFFFF;
text-decoration:underline;
}
#menu a:active {
color: #CC0000;
background-color:#FFFFFF;
}
#menu a:hover {
color: #CC0000;
text-decoration: none;
background-color:#FFFFFF;
}



#signup {
	background-color:#cb2412;
	width:295px;
	height:163px;
	float:left;
	padding:5px;
	margin:auto;
	}
/* Header Ends Here */	

#main_content {
	width:770px;
	margin:auto;
	}
	
#content {
	padding-top:10px;
	/* width:550px; */
	width: 500px;
	float:left;
	margin:auto;
	}
	
/* Post Content */
#post_content {
	/* width:540px; */
	width: 500px;
	margin:auto;
	}
	
#post_content h1{
	font-size:22px;
	color:#cb2412;
	}

#post_content h2{
	font-size:18px;
	color:#cb2412;
	}
	
#post_content h3{
	font-size:14px;
	color:#cb2412;
	}

#date{
	font-size:13px;
	font-weight:bold;
	}

#post_content p{
	font-size:12px;
	line-height:1.3;
	}

#post_content a{
	color:#cb2412;
	font-size:13px;
	text-decoration:underline;
	}

#title a{
	color:#cb2412;
	font-size:18px;
	text-decoration:underline;
	}

#post_content ul {

	}
#post_content li {
	font-size:12px;
	line-height:1.3;
	}
/* Post Content Ends Here */


/* Sidear Begins Here*/
#sidebar {
	padding-top:20px;
	width:210px;
	float:left;
	margin:auto;
	margin:0px 0px 0px 10px;
	}
#sidebar h1{
	font-size:22px;
	color:#cb2412;
	}

#sidebar h2{
	font-size:18px;
	color:#cb2412;
	}
	
#sidebar h3{
	font-size:14px;
	color:#cb2412;
	}

#sidebar p{
	font-size:12px;
	line-height:1.3;
	}

#sidebar a{
	color:#cb2412;
	font-size:13px;
	text-decoration:underline;
	}

#sidebar ul {
	list-style:none;
	width:190px;
	padding:0px;
	margin:0px;
	}
#sidebar li {
	width:195px;
	font-size:12px;
	line-height:1.3;
	padding:0px;
	margin:0px;	
	}
/* Sidear Ends Here*/

/* Footer Begins Here*/
#footer {
	width:790px;
	margin:5px;
	}

#footer_menu ul{
	text-align:center;
	list-style:none;
	}

#footer_menu li{
	background:url(images/bullet.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	padding:0px 6px 0px 12px;
	display:inline;
	text-decoration:underline;
	}

#footer_menu a { 
	color:#000000;
	font-size:14px;
	text-decoration:underline;
	}
/* Footer Ends Here*/
	
/* Miscellaneous */

#clear {
	clear:both;
	}
	
a {
	color:#FFFFFF;
	}
	
.navigation {
	width:100%;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	}
.alignleft {
	width:48%;
	float:left;
	}
.alignright {
	width:48%;
	float:right;
	}
