/*  
	Theme Name: 	dr.Sunny Web
	Theme URI: 	http://www.dr-sunny.info/
	Description:	A theme from our WebDev team
	Version: 		6.4
	Author: 		Sunny
	Author URL: 	http://www.dr-sunny.info/ 
*/


/*** Base ***/
* { 
	padding: 0px; 
	margin: 0px;
}

a:active, a:focus { /* NO DOTTED BORDER for browsers that understand */
	outline: 0;
}

html {
	font-size: 100.01%;
}

body {
	font-size: 62.5%; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background: #FFF; 
	color: #000;
}
	
.clear {
	clear: both;
}

table, td, div, img {
	border: 0px; 
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

ul {
	list-style: none;
}

p {
	padding: 0px 0px 18px 0px;
}
		
a {
	text-decoration: underline; 
	color: #47CAF0;
}

a:hover {
	text-decoration: none;
}

input, select, textarea { 
	vertical-align: middle; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#000;
}

input.text, select, textarea { 
	padding: 2px 0px 3px 6px;
}
	
html body textarea { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#000;
}
	
/*** Main ***/
.main { 
}

.main-width { 
	width: 934px; 
	margin: 0 auto;
}
	
.header { 
	height: 519px;
}
	
/*** Menu ***/
.main-menu { 
	clear: both; 
	background: url(images/menu-bg.png) repeat-x 0 0; 
	float: left; 
	width: 100%; 
}
	
.main-menu .corner-left { 
	background: url(images/menu-left.png) no-repeat 0 0; 
}

.main-menu .corner-right { 
	background: url(images/menu-right.png) no-repeat right 0; 
	height: 100%; 
	overflow: hidden; 
	padding: 10px 22px 9px 0px;
}
	
.menu { 
	float: left; 
	padding: 0px 0px 13px 13px;  
	overflow: hidden; 
}
	
.menu ul { 
	list-style: none; 
	width: 100%; 
	overflow: hidden;
}

.menu ul li { 
	float: left; 
	overflow: hidden; 
	background: url(images/ver.png) no-repeat 0 0; 
	margin: 0px 0px 0px -2px; 
	padding: 7px 24px 5px 24px;
}
	
.menu ul li a { 
	display: block; 
	float: left; 
	overflow: hidden; 
	cursor: pointer; 
	text-decoration: none;
}

.menu ul li a { 
	font-size: 1.3em; 
	color: #2A2A2A; 
	font-weight: bold; 
	text-transform: uppercase;
}

.menu ul li a:hover, .menu ul li.current_page_item a {
	text-decoration: underline;
}
	
.sub-menu { 
	float: right; 
	padding: 49px 15px 0px 0px;
	overflow: hidden;
}

.sub-menu a { 
	float: left; 
	font-size: 1.1em; 
	padding: 6px 39px 11px 41px; 
	color: #2a2a2a; 
	text-transform: uppercase; 
	text-decoration: none;
}	
	
.sub-menu a:hover { 
	text-decoration: underline;
}
	
.sub-menu .clients { 
	background: url(images/flag.png) no-repeat 0 0;
}
	
.sub-menu .rss { 
	background: url(images/rss.png) no-repeat 0 0; 
	padding-right: 0;
}
		
/*** Logo ***/
.logo { 
	float: left;
}

.logo .indent {  
	padding: 35px 0px 25px 7px; 
	overflow: hidden; 
	height: 100%;
}

.logo h1 { 
	float: left; 
	width: 164px; 
	height: 53px; 
	font-size: 2.1em; 
	display: block; 
	color: #fff; 
	cursor: pointer; 
	background: url(images/logo.png) no-repeat 0 0; 
	overflow: hidden; 
	text-indent: -1000em;
}

.logo h1:hover { 
	text-decoration: none;
}

.description { 
	font-size: 1.1em; 
	text-transform: uppercase; 
	color: #2a2a2a; 
	float: left; 
	padding: 17px 0px 0px 14px;
}
	
/*** Slogan ***/
.slogan { 
	clear: both;  
	background: url(images/header.png) no-repeat 0 0; 
	height: 463px;
}

.slogan .indent { 
	padding: 74px 25px 0px 0px; 
	text-align: right; 
	overflow: hidden;
}

.slogan h2 { 
	padding: 0px 0px 13px 0px;
}
	
/*** Rss ***/
.rss { 
	float: right; 
	padding: 6px 0px 0px 0px;
}
	
/*** Column ***/
.content { 
	clear: both; 
	overflow: hidden; 
	height: 100%; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 40px 0px; 
	background: url(images/widget-line.png) repeat-y right 0;
}
	
.column-left { 
	width: 265px; 
	float: left; 
	_margin:0px -16px 0px 0px;
}

.column-right { 
	width: 265px; 
	float: right; 
	margin: 0px 0px 0px 18px; 
	_margin:0px 0px 0px 15px;
}
	
/*** Widgets  ***/
.widget { 
	width: 247px; 
	height: 100%; 
	overflow: hidden; 
	padding: 0px 0px 20px 0px; 
	margin: 0px 0px 0px 0px;
}
	
.column-right .widget { 
	margin-left: 18px;
}
	
.widget-bg {
	overflow: hidden; 
	height: 100%; 
	padding: 0px 0px 0px 0px;
}
	
.widget .title { 
	height: 100%; 
	overflow: hidden;
}
	
.widget h2 { 
	height: 100%; 
	overflow: hidden;
}

.widget h2 {
	font-size: 3em; 
	color: #000; 
	font-weight: normal; 
	padding: 4px 0px 17px 3px;
}

.column-right .widget h2 { 
	padding: 4px 0px 10px 0px;
}
	
.widget ul { 
	height: 100%; 
	font-size: 1.3em; 
	color: #000; 
	margin: 0px 0px 0px 4px;
}

.widget ul li { 
	background: url(images/marker.png) no-repeat 0 7px; 
	padding: 0px 0px 2px 11px;
}

.widget ul li a { 
	color: #47B3D2; 
	height: 100%;
}
	
.widget a { 
	color: #47B3D2; 
	font-size: 13px; 
	text-decoration: none;
}

.widget a:hover { 
	text-decoration: underline;
}
	
.widget_ideas p { 
	padding:0px 0px 6px 0px;
}
		
/*** Other Staff ***/
#search form { 
	padding: 0px 0px 0px 0px;
}

#search .text { 
	margin: 0px 8px 0px 0px;
}
		
.widget_calendar table { 
	margin: 0px 0px 0px 0px;
}
		
.widget table a {
}

.widget_text h2 {
}

.widget_text { 
	background: none;
}
		
.widget_text div {
	background: none;
}
		
.widget_text .widget-bg {
	background: none;
}
		
.textwidget { 
	padding: 0px 0px 0px 0px; 
	font-size: 13px; 
	line-height: 1.5em;
}

.textwidget {
}

/*** Content  ***/
.column-center { 
	overflow: hidden; 
	height: 100%; 
	padding: 125px 0px 0px 0px;
}
	
.column-center .indent { 
	clear: both; 
	overflow: hidden; 
	height: 100%; 
	background: url(images/line.png) repeat-x 0 bottom; 
	padding: 0px 0px 0px 0px; 
	margin:0px 0px 20px 0px;
}
		
.column-center .title { 
	overflow: hidden; 
	height: 100%; 
	padding: 0px 0px 0px 1px;
}

.column-center .title h2 { 
	font-size: 3em; 
	color: #000; 
	font-weight: normal; 
	overflow: hidden; 
	height: 100%; 
	padding: 0px 0px 13px 0px;
}
		
.column-center .title h3 { 
	font-size: 2.4em; 
	color: #000; 
	font-weight: normal; 
	overflow: hidden; 
	height: 100%; 
	padding: 0px 0px 0px 0px;
}
		
.column-center .title h2 a, .column-center .title h3 a { 
	color: #000; 
	text-decoration: none;
}

.column-center .title h2 a:hover, .column-center .title h3 a:hover { 
	text-decoration: underline;
}
		
.column-center .date {  
	font-size: 1.3em; 
	color: #000; 
	padding: 0px 0px 0px 2px;
}

.column-center .date span { 
	font-size: 12px; 
	color:#A5A5A5;
}

.column-center .date em { 
	color: #47CAF0; 
	font-style: normal;
}
			
.column-center .categories { 
	font-size: 1.3em; 
	padding: 3px 0px 0px 3px;
}

.column-center .categories a { 
	color: #47CAF0; 
	text-decoration: none;
}

.column-center .categories a:hover { 
	text-decoration: underline;
}	

.title-page * {  
	font-size: 1.8em; 
	color: #000; font-weight: normal; 
	text-transform: uppercase; 
	padding: 0px 0px 0px 0px;
}
		
.text-box { 
	clear: both; 
	overflow: hidden; 
	height: 100%; 
	font-size: 1.3em; 
	line-height: 1.3em; 
	padding: 10px 0px 0px 4px; 
	margin: 0px 0px 0px 0px;
}
		
.text-box p { 
	padding: 0px 0px 18px 0px;
}

.text-box p.img { 
	padding: 0px 0px 15px -2px;
}

.text-box p.img img { 
	margin: 0px 24px 0px 0px;
}
	
.text-box .line { 
	height: 1px; 
	background: url(images/line.png) repeat-x 0 0; 
	overflow: hidden; 
	margin: 1px 0px 16px 0px;
}
	
.text-box .fleft { 
	padding: 0px 0px 0px 0px; 
	display: inline; 
	overflow: hidden; 
	height: 100%;
}

.text-box .fleft img { 
	float: left; 
	margin: -11px 26px 22px 8px;
}
	
.text-box .fright { 
	padding: 0px 0px 0px 0px; 
	display: inline;
}

.text-box .fright img { 
	float: right; 
	direction: inherit; 
	margin: 4px 2px 4px 20px;
}
	
/*** Other Staff ***/
.more-link { 
	font-size: 13px; 
	color: #47CAF0; 
	padding: 0px 0px 0px 0px;
}
		
.more-link { 
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
}

.more-link:hover { 
	text-decoration: underline;
}
		
.comments { 
	float: right; 
	font-size: 1.8em; 
	color: #343A49; 
	margin: -7px 10px 0px 0px; 
	text-align: center; 
	text-align: center; 
	background: url(images/comments.png) no-repeat right 8px; 
	width: 44px; 
	height: 55px; 
	line-height: 52px;
}

.comments a { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none;
}
		
.link-edit a, .navigation a { 
	font-size: 1.1em; 
	color: #038ea4; 
	font-weight: bold;
}
		
.link-edit { 
	clear: both; 
	padding: 0px 0px 10px 3px;
}
		
.navigation { 
	clear: both; 
	font-size: 1.1em; 
	color: #038ea4; 
	padding: 12px 0px 10px 5px;
}
		
.navigation a { 
	text-decoration: none;
}

.navigation a:hover { 
	text-decoration: underline;
}
		
/*** Text Box  h* ***/
.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5 { 
	color: #000; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
}

.text-box h1 { 
	font-size: 1.8em; 
	font-weight: normal;
}

.text-box h2 { 
	font-size: 1.7em; 
	font-weight: normal;
}

.text-box h3 { 
	font-size: 1.4em;
}

.text-box h4 { 
	font-size: 1.3em;
}

.text-box h5 { 
	font-size: 1.2em;
}
	
/*** ol ul ***/
.text-box ul { 
	padding: 2px 0px 5px 2px;
}

.text-box ul li { 
	background: url(images/marker.png) no-repeat 0 5px; 
	padding: 0px 0px 4px 20px; 
	list-style-image: none; 
	list-style: none; 
	font-weight: normal;
}

.text-box ul li ul { 
	margin-left: 10px;
}

.text-box ul li ol { 
	margin-left: 15px;
}

.text-box ul li ol li { 
	list-style-type: decimal;
}
	
.text-box ol { 
	padding-left: 2px;
}

.text-box ol li { /*background:none;*/ 
	padding: 0px; 
	margin-left: 13px;  
	font-weight: normal; 
	list-style-type: decimal;
}

.text-box ol li ul { 
	padding: 2px 0px 5px 2px;
}

.text-box ol li ul li { 
	font-weight: normal; 
	background: url(images/marker.png) no-repeat 0 5px; 
	padding: 3px 0px 9px 20px;
}
	
.text-box ul li { 
	list-style-image: none; 
	list-style: none;
}
	
.text-box ul li a {
}

.text-box ul li a:hover {
}

.text-box ul li ul { 
	margin-left: 15px;
}

.text-box ul li ol {
	margin-left: 20px;
}

.text-box ul li ol li { 
	list-style-type: decimal;
	background: none;
}

.text-box ul li ol li a { /*background:none;*/
}
	
.text-box ol { 
	padding: 5px 0px 5px 2px;
}

.text-box ol li{ /*background:none;*/ 
	padding: 0px; 
	margin-left: 20px;
}

.text-box ol li a { 
	padding-left: 0px; 
	text-decoration: none; 
	font-weight: normal;
}

.text-box ol li a:hover{ 
	text-decoration: underline; 
}

.text-box ol li ul li a { 
	font-weight: normal; 
	text-decoration: underline;
}

.text-box ol li ul li a:hover {
	text-decoration: none;
}

/*** Footer ****/
.footer { 
	clear: both; 
	overflow: hidden; 
	height: 100%; 
	font-size: 1.3em; 
	line-height: 1.4em; 
	background: url(images/line.png) repeat-x 0 0;
}

.footer .indent { 
	padding: 32px 0px 90px 0px; 
	text-align: center;
}

.footer a { 
	text-decoration: none;
}

.footer a:hover { 
	text-decoration: underline;
}

/*** Typography & Colors ***/
small {	
	font-size: 1em; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

small * {
	font-size: 0.9em;
}
	
small p {
	font-size: 0.9em;
}
	
select { 
	width: 130px;
}
	
/*** Various Tags & Classes ***/
acronym, abbr, span.caps {
	cursor: help;
}
	
acronym, abbr {
	border-bottom: 1px dashed #999;
}
	
blockquote {
	border: 1px solid #D6D6CF;
	background: #F4F3ED; 
	padding: 15px 10px 10px 20px; 
	margin: 5px 0; 
	color: #000;
}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
}