/*  
Theme Name: Medical
Theme URI: http://med.qualitywordpress.com
Description: Medical blog that is clean, simplistic and modern.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 0;
	background: url("images/ba.gif") repeat;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 907px;
}


/* nav */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-vertical {
 width: 160px;
}

ul.dropdown-vertical ul {
 top: 1px;
 left: 99%;
}

ul.dropdown-vertical li {
 float: none;
}
ul.dropdown-vertical-rtl {
 float: right;
}

ul.dropdown-vertical-rtl ul {
 left: auto !important;
 right: 99%;
}

ul.dropdown-vertical-rtl li {
 text-align: right;
}
ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #ffffff #d9d9d9;
	 background-color: #f6f6f6;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}

/* Header */

#header {
	width: 907px;
	height: 166px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 30px;
		right: 80px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		text-shadow: #336600 20px -12px 2px;
		font: bold 33px Verdana;
		padding-bottom: 10px;
	}
	
	#header #header-info h1 a {
		color: #336600;
		text-decoration: none;

	}
	
	#header #header-info .description {
		color: #336600;
		font: bold 15px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0px;
		left: 15px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		margin-right: 11px;
		font: 10px/32px tahoma;
		color: #003366;
		background: url("images/header_menu.gif") repeat-x;
		border: 1px solid #c0c0c0;
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #003366;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}

/* Main */

#main {
	width: 907px;
	background: #262626 url("images/main.gif") repeat-y;
}

#main-top {
	width: 907px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 907px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 495px;
		padding: 12px 16px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: right;
		margin-bottom: 25px;
		width: 495px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			width: 380px;
			height: 25px;
			color: #006600;
			text-align: left;
			font: 10px/25px tahoma;
			padding: 20px 0px;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 463px;
			height: 45px;
			border: 1px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #006600;
			text-align: center;
			font: bold 10px Verdana;
			padding: 0 15px;
		}
		
		#content .post .post-title a {
			color: #006600;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			color: #cc0000
		}
		
		#content .post .post-title h2 {
			color: #006600;
			font: bold 15px/45px Verdana;
			float: right;
		}
		
		#content .post .post-title h2 a {
			color: #006600;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			color: #cc0000;
		}
		
		#content .post .post-title .post-title-info {
			float: right;
			line-height: 45px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px tahoma;
			border: 1px solid #c0c0c0;
			color: #000000;
			padding: 0 15px;
			width: 463px;
			background: #FFFFFF;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			color: #cc0000

		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px tahoma;
			color: #51668D;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #51668D;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			color: #cc0000

		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			height: 19px;
			clear: both;
			font: bold 10px/19px tahoma;
			color: #51668D;
			background: url("images/post_info.gif") repeat-x;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #51668D;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #51668D;
			font: bold 14px tahoma;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px tahoma;
			color: #51668D;
			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: #51668D;
			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 tahoma;
		color: #51668D;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #51668D;
		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: #51668D;
	}
	
	.sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 12px 3px 15px 16px;
		}
		
		.sidebar-right {
			padding: 12px 0 15px 3px;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-right: 10px;
			font:  12px/26px tahoma;
			color: #006600;
			width: 159px;
			height: 26px;
			background: url("images/sidebar_title.gif") repeat-x;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 25px 0;
            padding-right: 5px;
			list-style-type: none;

		}
		
		
		.sidebar ul li {
			padding-right: 11px;
			color: #51668D;
			font: 10px/25px tahoma;
		}
		
		.sidebar ul li a {
			color: #51668D;

			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			color: #ff7200;
			text-decoration: none;
			
		}
		
			/* 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: 160px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: center;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: center;
		}
		
		.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: 907px;
	height: 83px;
	background: #51668D;
	color: #ffffff;
	font: 10px/83px Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}