/*  
Theme Name: Medical Blog
*/



/* General */

body {
	margin: 0;
	background: #ffffff;
	font-family:Verdana;
	font-size:12px;
}

h1, h2, h3, h4 {
	margin: 0;
}
.children {
display:none;
}
img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	padding:auto;
	width: 1024px;
}


/* Header Logo */

#header {
	width: 985px;
	height: 321px;
	float:left;	
	background: url("images/header.jpg") no-repeat;
	position: relative;
	
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 200px;
		left: 120px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: bold 14px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 14px Verdana;
	}
	
        /* thumb pic */
	#header #datedescription {
		position: absolute;
		top: 150px;
		width:1024px;
		color: #000000;
		font: bold 14px Verdana;
		border-bottom:1px solid #000000;
	}
	#header #datedescription .title {
		float:left;
	}
	#header #datedescription .date {
		float:right;
	}
	
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		border-bottom: 1px solid #000000;
		top: 175px;
		left: 0px;
		width:1024px;
		height: 32px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 30px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 27px;
		margin-right: 6px;
		font: bold 12px/27px Verdana;
		color: #000000;
		background: #218438;
		padding: 0 10px;
	}
	
	#header #header-menu ul li a {
		background:#218438; /* cccccc; */
		color: #ffffff;
		text-decoration: none;
	}
	#header #header-menu ul li .current_page_item a:link,
	#header #header-menu ul li .current_page_item a:visited,
	#header #header-menu ul li .current_page_item a:hover,
	#header #header-menu ul li .current_page_item a:active {
		background: #ffffff;
	}

	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menuspc {
		position: absolute;
		/* border-bottom: 1px solid #000000; */
		top: 220px;
		left: 0px;
		width:1024px;
		height: 100px;
	}
	
	#header #header-menuspc .cat{
		float:left;
		width:256px;
	}
	#header #header-menuspc .cat a{
		color:#666666;
		text-decoration:none;
	}

	#header #header-menuspc .cat a:hover{
		color: #000000;
		text-decoration:none;
	}

	#header #header-menuspc .menuspc{
		float:left;
		width:70px;
		padding-right:5px;
	}
	
	#header #search {
		position: absolute;
		top: 160px;
		left: 730px;
		width:1024px;
		height: 70px;
	}


/* Main */

#main {
	width: 1024px;
	float:left;
	
}
	/* Main - Content */
	
	#content {
		float: left;
		width: 610px;
		padding: 12px 16px 0 16px;
		font-size:11px;
	}
	#content .cover {
		float: left;
		margin-bottom: 25px;
		padding: 10px 10px 0 10px;
		text-align:justify;
		width: 620px;
		border: 1px solid #cccccc;
	}
	#content .embed {
		float: left;
		margin-bottom: 25px;
		padding: 10px 10px 0 10px;
		text-align: center;
		width: 620px;
	}

	/* Main - Content - Post */
	#content .head {
		float: left;
		margin-bottom: 25px;
		text-align:justify;
		width: 640px;
		border: 1px solid #cccccc;
	}
			#content .head .head-title{
			width: 610px;
			background: url("images/sidebar_title.gif") repeat-x;
			height:29px;
			color: #ffffff;
			font: bold 15px Verdana;
			padding: 3px 15px;
			}
			#content .head .head-title .left{
			float :left;
			}
			#content .head .head-title .right{
			float :right;
			}
			#content .head .head-content{
			width: 610px;
			padding: 5px 15px;
			}
			#content .head .head-content a {
			color: #000000;
			text-decoration: none;
			}
			#content .head .head-content a:hover{
			background-color:#cccccc;
			text-decoration: none;
			}
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 640px;
		border:1px solid #cccccc;
	}

	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 640px;
		border:1px solid #cccccc;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			float:right;
			text-align: center;
			padding: 15px 0;
		}

		/* Post - Title */
		
		#content .post .post-title {
			width: 610px;
			float:left;
			border-bottom: 1px solid #cccccc;
			color: #000000;
			font: bold 10px Verdana;
			padding: 0 15px;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 15px/45px Verdana;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #000000;
			padding: 0 15px;
			//width: 465px;
			background: #FFFFFF;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #000000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			clear: both;
			font: bold 10px/19px Verdana;
			color: #000000;
			/* background: url("images/post_info.gif") no-repeat; */
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Verdana;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #F6F6F6;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #000000;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 170px;
		font: normal 11px/18px Verdana;
		color: #000000;
	}
	
	.sidebar a {
		color: #000000;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 12px 3px 15px 0;
		}
		
		.sidebar-right {
			float:right;
			padding: 12px 0 15px     3px;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 10px;
			font: bold 12px/26px Verdana;
			color: #FFFFFF;
			width: 159px;
			height: 29px;
			background: url("images/sidebar_title.gif") repeat-x;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0 5px;
			list-style-type: none;
			background-color:#cccccc;
			opacity:0.7;
			-moz-opacity:0.7;
		}
		
		.sidebar ul li {
			padding-left: 11px;
			color: #000000;
			font: bold 10px/25px Verdana;
		}
		
		.sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
			
		}


/* Footer */

#footer {
	width: 1024px;
	float:left;	
	position: relative;
	//border-top:3px solid #fffccc;
	background: #cccccc;
	font-size:10px;
	color: #555555;
	text-align: center;
}

#footer a {
	font-weight:bold;
	color:#555555;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

hr{
	color:#cccccc;
}

/* Classifieds */
#classifieds{
		text-align:center;
		font-family:tahoma;
		font-size:9px;
		color:#333;
		float:left;
	}
ul.class-list{
	list-style:none; float:left;
	padding:0;
	}
ul.class-list li{
		width:190px; 
		padding:6px; 
		float:left; list-style:none; display:block; text-align:center;
		background:none!important;
	}
ul.class-list li h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	font-weight:normal;
	text-align:center;
	display:block;
	padding:5px;
	height:50px;
	background:#F2F2F2;
	border:dotted 1px #333;
	}
ul.class-list li h5{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	color:#333;
	font-weight:normal;
	text-align:left;
	border:none!important;
	border-bottom:dotted 1px #333!important;
	margin:0px!important; padding:5px 0px 5px 0px!important;
	background:none!important;
	width:100%!important;
	}	
ul.class-list li h5:hover,ul.class-list li h5:focus{
	background:#f4f4f4;
	}		
ul.class-list li img{
		filter:(opacity=80);
		opacity:0.8;
		-moz-opacity:0.8;
		border:solid 1px #eee;
		padding:5px;
		width:175px;
	}
ul.class-list li img:hover,ul.class-list li img:focus{
		filter:(opacity=100);
		opacity:1;
		-moz-opacity:1;
		border:solid 1px #000;
		padding:5px;	
		width:175px;	
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	}
.left {
	float: left;
	margin: 0 15px 10px 0;
	}


