\/*
Theme Name: Hostme Premium Hosting Template
Author: http://themeforest.net/user/system32
Author website: http://www.aivahthemes.com
Tags: space, fixed width, two columns, widgets
*/


/* --- GENERAL CSS
________________________________________*/

html, body, div, span, small, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, blockquote, acronym, address, code, del, dfn, dl, dt, dd, em, img, q, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, b, p {
		margin:0;
		padding:0; 
		outline:none;
		}		
small 								{ font-size:10px; line-height:normal;}
body 								{ color:#5c5c5c; font:normal 12px/20px "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;} 
* html body 						{ margin:0;padding:0; }
		
.alignleft							{ float:left; margin:0 15px 15px 0;}
.alignright							{ float:right; margin:0 0 15px 15px;}
.aligncenter						{ text-align:center;  }

.textleft 							{ text-align:left;}
.textright  						{ text-align:right;}

.floatright 						{ float:right;}
.floatleft  						{ float:left;}
.clear								{ clear:both;}

p									{ margin: 0 0 20px 0;	}
a									{ text-decoration:none;	}
a:hover								{ text-decoration:underline; }

.img_border							{ background:#f8f8f8; padding:3px; border:1px solid #c6c6c6;       }

.ribbon 		{ position:absolute; top:0; right:0; z-index:9; width:70px; height:70px; }
.ribbon_large 	{ position:absolute; top:0; right:0; z-index:9; width:100px; height:100px; }

.thinframe				{ padding:3px;margin:2px;
border:1px solid #f1f1f1 !important;
	background-color:#fff;
	background:-moz-linear-gradient(bottom, #f2f2f2 0px, #fff 100%);
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #fff));
	-moz-box-shadow:0px 1px 1px #aaa;
	-webkit-box-shadow:0px 1px 1px #aaa;
	box-shadow:0px 1px 1px #aaa;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
/* --- DEFAULT LISTS
________________________________________*/
ul, ol				{ margin: 0 0 20px 5px;}
ol					{ padding-left: 2em;}

ul ul, ol ol,
ul ol, ol ul 			{ margin-top: 8px;}
ul li, ol li 			{ padding: 2px 5px;}

ul li 					{ padding-left: 15px;}
ol li 					{ list-style-type:decimal; list-style-position: outside;}


/* --- DIVIDERS / SEPARATORS
________________________________________*/
hr						{ border:1px solid transparent !important; background-color:transparent !important; height:1px; }
.divider_space			{ clear:both; padding-bottom:20px; width:100%;}
.divider				{ clear:both; border-bottom:1px solid #e1e1e3; background:#00CC33; padding:0; margin:0 0 20px 0; width:100%;height:0;}


/* --- HEADINGS
________________________________________*/

h1						{ font-size:28px; margin:0 0 20px 0; }
h2						{ font-size:24px; margin:0 0 15px 0; }
h3 						{ font-size:20px; margin:0 0 15px 0; }
h4						{ font-size:17px; margin:0 0 15px 0; }
h5 						{ font-size:14px; margin:0 0 10px 0; }
h6						{ font-size:11px; margin:0 0 10px 0; }

h1, h2, h3, h4, h5, h6	{ font-family: "Trebuchet MS", Arial, sans-serif; font-weight: normal; padding: 0; color:#000000; }

/* --- LAYOUT
________________________________________*/

#boxed #wrap_all					{ width:1000px; margin:0px auto 10px auto;  }
#stretched	#wrap_all				{ width:100%; margin:0 auto; }

#wrapper 							{ width:100%; margin:0 auto; }
.boxwrap							{ width:980px; margin:0 auto; overflow:hidden;  }
.inner								{ width:920px; margin:0 auto;  position:relative;   }
.boxwrap .inner						{ width:860px; padding:20px 30px; overflow:hidden; height:100%; background:#FFFFFF;}

#mainfull							{ position:relative; overflow:hidden; }

.fullwidth							{ width:860px; margin:0 auto; position:relative; }

.half_width 						{ width:47%;	}
.one_third 							{ width:30.66%;	}
.two_third 							{ width:65.33%;	}
.one_fourth							{ width:22%;	}
.one_fifth							{ width:16.7%;	}
.three_fourth						{ width:74%;	}
.four_fifth							{ width:79%;	}
.two_fifth							{ width:37.2%; 	}
.three_fifth						{ width:58%; 	}
.one_sixth 							{ width:13.3%;	}

.half_width, 
.one_third, 
.two_third,
.one_fourth, 
.one_fifth,
.four_fifth,
.two_fifth,
.one_sixth,
.three_fifth,
.three_fourth						{ float:left; position:relative; display:inline; margin-right:4%; }

.last 								{ margin-right:0 !important;}


/* --- SIDEBAR
________________________________________*/

#main .content						{ padding:20px 0px; }
#sidebar .content					{ padding:20px 0 0 0; position:relative; z-index:2;}

.leftsidebar #main					{ width:560px; float:right; padding-left:20px; overflow:hidden; position:relative;   }
.leftsidebar #sidebar				{ width:260px; float:left; padding-right:20px; overflow:hidden; position:relative;}

.rightsidebar #main					{ width:560px; float:left; padding-right:20px; overflow:hidden; position:relative; }
.rightsidebar #sidebar				{ width:258px; float:right; padding-left:20px; overflow:hidden; position:relative; }

.rightsidebar #sidebar				{ background:url(../images/sidebar_bg_center.png) 0 0 repeat-y; position:relative; }

#sidebar .sidebar_top				{ background:url(../images/sidebar_bg_top.png) 0 0 no-repeat; position:absolute; top:0;}
#sidebar .sidebar_bottom			{ background:url(../images/sidebar_bg_bottom.png) left bottom no-repeat; position:absolute; bottom:0;}

.sidebar_top, .sidebar_bottom 		{ display:block; height:100px; width:100%; left:0; z-index:1;} 

/* --- HEADER
________________________________________*/
#header								{ width:920px; height:100px; margin:20px auto 0px auto; position:relative; -moz-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; z-index:4}
#header .logo						{ float:left; padding-left:20px; padding-top:10px; }

/* --- SIDEBAR 
________________________________________*/
#sidebar ul								{ padding:0; margin:0; list-style-type:none; }
#sidebar .widget 						{ padding-bottom:30px; clear:both; float:none; overflow:hidden; height:100%;}


/* --- TOP MENU
________________________________________*/

.top_menu 							{ width:920px; height:41px; position:relative; margin:0 auto; padding:0px 0 0 0; z-index:100; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; 	}

/* --- NAVIGATIONS
________________________________________*/
.nav li a 							{ text-transform:uppercase; letter-spacing:1px; } /* Top Menu Bar*/
.sec-menu							{ float:right; padding-top:30px; padding-left:30px; z-index:5;} /* Secondary Menu Beside Logo*/

/* --- NAVIGATION LIST
________________________________________*/

.nav								{ height:41px;  }
.nav, .nav ul						{ margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:40px; }
.nav a								{ display:block; font-size:11px; font-weight:normal; float:left; line-height:18px; outline:medium none; padding:8px 13px 2px 20px;
text-decoration:none; width:auto; min-height: 35px; }
.nav li a strong 					{ display:block; font-weight:normal; }
.nav li								{ float:left; position:relative; z-index:20; margin-right:12px; background:none; list-style:none; padding:0; }
.nav ul 							{ display:none; position:absolute; top:35px; left:-0px; width:192px; padding-top:0px; }
.nav li ul a						{ width:148px; height:auto; float:left; text-align:left; line-height:24px; padding:4px 21px; min-height: 24px; }
.nav ul ul							{ top:auto; padding-top: 0px !important; }	
.nav li ul ul 						{ left:191px; top:0px;}
.nav li:hover ul ul, 
.nav li:hover ul ul ul, 
.nav li:hover ul ul ul ul			{ display:none;	}
.nav li:hover ul, 
.nav li li:hover ul, 
.nav li li li:hover ul, 
.nav li li li li:hover ul			{ display:block; }

 
/* --- SUBHEADER
________________________________________*/
#sub_header							{ margin:0 auto; padding:30px 0; z-index:3; overflow:hidden; height:100%; }
.teaser_text						{ margin:0; padding:0px 0 0 20px; font-size:17px; overflow:hidden;    }
.teaser_title	 					{ margin:0; padding:5px 20px 0 0; text-align:right; font-size:32px; }

	
/* --- FEATURED SLIDER
________________________________________*/

#featured_slider			{ width:100%; margin:20px auto 0px auto; padding:0 0 20px 0; position:relative; z-index:2; overflow:hidden; height:100%;}
.slider						{ width:920px; margin:0 auto; position:relative;  }

.plan_box					{ width: auto; height: 350px; overflow: hidden; position: relative; padding:0 0px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;  }

.plan_box .plan_info 		{ width:100%; position:absolute; height:350px;  top:0; left:0; text-align:center; cursor:pointer; z-index:1;  -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;  }
.plan_box .plan_details 	{ width:100%; margin:0 auto; height:350px; text-align:center; z-index:0;}
.plan_box .content			{ margin:0 10px; }

ul.boxlist					{ margin:10px 0 10px 0;  }
ul.boxlist li				{ list-style-type:none; text-align:left; line-height:18px; padding:10px 35px; margin:0px 0; list-style-position:outside; font-size:12px;}

.plan_box h2				{ font-weight:bold; background:none; border:none; margin:20px 0 0 0 ; padding:0; }
.plan_box h3.price			{ margin:0; font-weight:bold; padding:0;}
.plan_box h3.price span, 
.plan_box h4				{ margin:0; padding:0; font-size:90%; font-weight:normal; 
opacity: .8; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
.plan_box h4				{ font-size:100%; font-weight:bold; margin:10px 0;} 
.plan_box h5 				{ color:#fff; }

/* --- WIDGET ( for wordpress)
________________________________________*/

.widget ul				{ padding:0; margin:0;  }
.widget li				{ list-style-type:none; list-style-position:outside; padding:1px 0 1px 0;   }
.widget li a			{ text-decoration:none;   }
.widget li a:link, 
.widget li a:visited	{ display:block; }

/* --- SUB NAVIGATION
________________________________________*/

#sidebar li	p				{ margin-bottom:5px;}
#sidebar li	h5				{ margin-bottom:5px;}
#sidebar .widget h3			{ margin-left:5px;  }

#sidebar li					{ padding:7px 0 7px 5px; }

/* --- FRONTPAGE FEATURE BOXES
________________________________________*/

.featurebox						{ width:100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position:relative; margin:0 0 30px 0; }
.featurebox .content 			{ padding:15px; margin:0 0 0px 0; }

.featurebox .content h2 span	{ display:block; font-size:12px; margin:0; text-transform:uppercase; letter-spacing:0.08em;  }

.featurebox ul.lists			{ margin:20px 0; list-style-type:none; }
.featurebox ul.lists li			{ background:url(../images/box_tick.png) 0 16px no-repeat; list-style-type:none; list-style-position:outside; margin:0px; padding-left:25px; line-height:normal;    }


/* --- DOMAIN SEARCH
________________________________________*/
.domainsearch							{ margin:0;    }
ul.domain_finder li 					{ list-style:none; background:none;}
div.domain_finder 						{ width: 100%; position:relative; float: left; overflow: hidden; height:280px; 
	-moz-border-radius:5px;	-webkit-border-radius:5px; 	border-radius:5px;}
div.domain_finder fieldset, 
div.domain_finder form 					{ padding: 0; margin: 0; border: 0; }
div.domain_finder h2, 
div.domain_finder label.print 			{ display: none; }
div.domain_finder input#dsearch 		{ border: 0; background: none; font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 16px;	margin: 0px 0 0 10px;
width: 295px; position: absolute; top:-75px; }
div.domain_finder input#dsearch.light 	{color: #aaa; }
div.domain_finder ul 					{ list-style: none; margin: 220px 0 0 20px; padding: 0; }
div.domain_finder ul li 				{ float: left;color: #999; list-style-type:none; }
div.domain_finder form ul 				{ list-style: none;	margin: 130px 0 0 16px;	padding: 0;	position: absolute;}
div.domain_finder form ul li 			{ float: left; width: 57px;	color: #666;}
div.domain_finder form ul li input 		{ float: left; }
div.domain_finder input#dsubmit { border: 0; padding: 0; margin: 0;	background: url(../images/search_button.png) 0 0 no-repeat;	width: 103px; height: 44px;
cursor: pointer; position: absolute; margin: 80px 0 0 335px;}

div.domain_finder p 					{ margin: 166px 0 0 20px; width: 100%;	font-size: 16px; line-height: 1.3em; position: absolute; }
div.domain_finder p span 				{ font-size: 12px; color: #999;	width: 140px; }
div.domain_finder p.avail 				{ position: absolute; margin: 135px 0 0 20px; }

/* --- TESTIMONIALS
________________________________________*/
.testimonial							{ margin:0; padding:20px 15px; -moz-border-radius:5px;	-webkit-border-radius:5px; 	border-radius:5px; }
.testimonial blockquote 				{ padding:15px; margin:0; position:relative; overflow:hidden; }
.testimonial blockquote p 				{ font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-style:italic; }
.testimonial blockquote cite 			{ padding-right:10px; float:right; margin-top:15px; font-size:12px; line-height:normal; }
.testimonial blockquote cite strong 	{ color:#000; font-style:normal; display:block; }

/* --- PARTNERS
________________________________________*/
.partners								{ margin:0px auto; padding-top:10px; text-align:center;
border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;  }
.partners img							{ margin:0 5px }

/* --- HOSTING PRICE TABLE (singlepage.html)
________________________________________*/
.hosting_price table 					{ border:none; margin:10px 0; }
.hosting_price td,
.hosting_price th 						{ color:#000; border-collapse:collapse; border:1px solid #C5C5C5; padding:10px 15px; }
.hosting_price th 						{ color:#fff; padding-left:20px; text-align:left; font-size:14px; }
.hosting_price th.head 					{ background:#2A2C2C; background:-moz-linear-gradient(center top , #363636, #262829) repeat-x scroll 0 0 #262829; padding-left:15px; height:25px; text-align:left; }
.hosting_price table a 					{ text-decoration:none; }
.hosting_price tbody tr:hover 			{ background:#f8f8f8; }

/* --- COMPARE PLAN TABLE (plans.html)
________________________________________*/

table.compare_plan						{ border-collapse:collapse; margin:10px 0; position:relative;  }
.compare_plan .title					{ text-align:left;  }
.compare_plan th						{ text-align:center; padding:10px 0;  }
.compare_plan th h4						{ color:#fff; margin:0;	padding:0; }
.compare_plan th span					{ display:block; font-size:80%;}

.compare_plan td						{ text-align:center; padding:8px; border:1px solid #ddd; }
.compare_plan .highlight				{ border-bottom:1px solid #eed43b; background-color:#faeea6; }


.compare_plan .price_head_first 		{ 
	-moz-border-radius-topleft:5px; 
	-webkit-border-top-left-radius:5px; 
	border-top-left-radius: 5px; 
	}
.compare_plan .price_head_last			{ 
	-moz-border-radius-topright:5px; 
	-webkit-border-top-right-radius:5px; 
	border-top-right-radius: 5px; 
	}
.compare_plan .price_head_first,
.compare_plan .price_head,
.compare_plan .price_head_last
 { 	
	overflow:hidden;
	border:none; 
	background-color:#2D2E2F; 
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#777));
	background: -moz-linear-gradient(top,  #222,  #777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#777777');
}
.compare_plan tfoot { background:#000; }
.compare_plan tfoot td { vertical-align:middle; padding:15px 0; border:none; }


/* --- TOGGLE CONTENT
________________________________________*/
.toggle 					{ width:100%; background:url(../images/plus.png) 3px 3px scroll no-repeat;  margin-top:20px; padding:0 0 0 0; display:block;  line-height:20px;  }
h4.toggle a 				{ color: #888; text-decoration: none; display: block; text-transform: normal; padding-left:40px;}
h4.toggle a:hover 			{ color:#666;}
h4.toggle 					{ margin-bottom:10px; }
h4.active 					{ background:url(../images/minus.png) 3px 3px scroll no-repeat; display:block;}
h4.active a:link 			{ color:#666;}

.toggle_content 			{ clear:both; overflow:hidden; margin:0 0 0px 0px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius: 4px;  }
.toggle_content div.toggleinside		{ padding:0 0 0 40px;}

	/* --- FANCY TOGGLE ------ */

.fancytoggle 		{ position:relative; border:1px solid #ddd;	background-color:#f5f5f5; 
padding:10px; margin-bottom:10px; 
-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
 }

.fancytoggle h4		 			{ margin:0 0 0px 0; }
.fancytoggle .toggle_content 	{ padding-bottom:0; padding-left:15px; }
.fancytoggle  div.toggleinside	{ padding:10px 0 0 25px;}

/* --- NETWORK LIST
________________________________________*/
ul.network_list 						{ display:inline; margin:0; padding:0; }
ul.network_list li 						{ font-size:12px; font-weight:normal; display:block; overflow:auto; height:100%; vertical-align:bottom; margin:0 5px 20px 0; padding:10px 15px 20px 15px; }
ul.network_list li h4 					{ font-weight:bold; margin:0 0 0 250px; }
ul.network_list li	img 				{ padding-bottom:5px; padding-top:5px; float:left; }
ul.network_list li p 					{ font-weight:normal; color:#666666; margin:10px 0 0 250px; line-height:20px; }

/* --- BLOG POST
________________________________________*/

.post 									{ padding-top:0px; margin-bottom:10px; overflow:hidden; }
.post-content 	h2	 a:hover			{ text-decoration:none; }

.post-info 								{ padding:0; margin-bottom:20px; }
.post-info .date 						{ font-size:9px; text-transform:uppercase; letter-spacing:2px; padding:2px 6px; background:#eaeaea;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;   }
.post-info .comments 					{ text-align:right; float:right;   }

.authorbox 	h3							{ margin:10px 0 5px 0;  }						 
.authorbox  .avatar						{ float:left; margin:5px 20px 15px 10px; }
.authorbox								{ padding:15px; margin:10px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background:#eaeaea}


/* --- FOOTER
________________________________________*/
#footer_wrapper 		{ width:920px; margin:30px auto 10px auto; font-size:10px; line-height:normal;  }
#footer_wrapper h3 		{ color:#bbb; font-size:15px; text-transform:uppercase }	

/* --- Tweets
________________________________________*/
ul.tweets					{ margin:0; padding:0; }
ul.tweets li 				{ margin:0; list-style:none; list-style-position:outside; background:url(../images/tweet_small.png) 0 5px no-repeat;  padding-left:0px;}
ul.tweets p 				{ margin:0 0 10px 0; padding-left:25px;  }
ul.tweets span 				{ display:block; width:auto; font-size:10px; font-style:normal; font-style:italic; color:#999999; }
ul.tweets li:hover 			{ background:url(../images/tweet_small.png) 0 5px no-repeat;  padding-left:0px;}
ul.tweets a:hover 			{ text-decoration:underline;}

/* --- 27.COPYRIGHT
________________________________________*/

.copyright								{ margin:20px auto 20px auto; overflow:hidden; padding:5px 0 0 0;  }
.copyright p 							{ text-align:center; margin:0; padding:10px 0 0 0; }
.copyright .inner						{ border-top:1px solid #333;}


/* --- SOCIAL ICONS
________________________________________*/
ul.social								{ padding: 0px; margin: 0px;	}
ul.social li							{ float: left; margin: 0; background:none; list-style:none; padding:0; }
ul.social li a					{ border:0; margin-right:4px; margin-top:5px; }

/* --- PAGINATION
________________________________________*/
.pagination								{ clear:both; margin-top:30px; height:40px; width:100%; padding-top:5px;}
.pagination a, 
.pagination a:link, 
.pagination a:visited,
.pagination a:active,
.pagination span.current,
.pagination span.pages,
.pagination span.extend					{ font-size:11px; padding: 8px;  margin: 1px; color:#444; border: 1px solid #eee; background: #FFFFFF; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}

.pagination span.pages 					{ border:0; text-transform:uppercase }
.pagination a:hover 					{ border: 1px solid #ccc; background: #fff; }

.pagination span.current 				{ padding: 8px; margin: 1px; font-weight: bold; color:#777; border: 1px solid #ccc;}


/* --- 29.SOCIAL ICONS POPUP BOX
________________________________________*/

.tipsy 									{ padding: 5px; font-size: 10px; background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner 							{ padding: 5px 8px 4px 8px; background-color: #fff; color: #000; max-width: 200px; text-align: center; }
.tipsy-inner 							{ -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north 							{ background-position: top center; }
.tipsy-south 							{ background-position: bottom center; }
.tipsy-east 							{ background-position: right center; }
.tipsy-west 							{ background-position: left center; }

/* --- PULL QUOTES
________________________________________*/

span.inset-left 						{ display: block; border-left:1px solid #c4c4c4; padding: 15px; float: left; width: 20%; font:italic 12px/20px Georgia, Arial, Sans-serif; }
span.inset-right 						{ display: block; border-right:1px solid #c4c4c4; padding: 15px; float: right; width: 20%; font:italic 12px/20px Georgia, Arial, Sans-serif; }



/* --- COMMENT FORM
________________________________________*/
#commentform input, #commentform textarea		{ padding:4px; }
#commentform input[type=image]					{ width:auto !important; background:none; }

/* Comments Form ------*/

#respond:after									{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	
#respond 										{ padding: 15px 0; padding:10px; position:relative; clear:both; }
#respond p										{ margin-bottom: 0px;  }		
#respond label 									{ width: 30%; display: inline-block; margin-right: 0px;  }		
#respond textarea 								{ vertical-align: top; font: 1.1em Tahoma; line-height: 1.7em; padding: 9px; height: 100px; }
#respond .indent 								{ padding-left: 30%; padding-top: 15px; }
			
#respond input, 
#respond select, 
#respond textarea 								{ -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; border-style:solid; border-width:1px; margin-bottom: 9px !important;  border: 1px solid; width: 65%; padding: 4px;  background-color: #f5f5f5; border-color: #ccc #ddd #ddd #ccc;} 

#respond input:focus, 
#respond select:focus, 
#respond textarea:focus 						{ background:#fff;  }

#respond span 									{ font:normal 11px Tahoma, Arial, Sans-serif;}
#respond .submitbutton 							{ background:url(images/submit_button.gif) no-repeat; width: 85px; border:none; height:30px; }

/* --- ALERT MESSAGE BOXES
________________________________________*/

span.error 								{ color: #f7e4e4; border: 1px solid #fe7b7a; border-top:3px solid #d66b6b;border-bottom:3px solid #d66b6b; background: #ed9393 URL(../images/icons/error.png) 1% 50% no-repeat; }
span.info 								{ color: #008da6; border: 1px solid #7bc5d2; border-top:3px solid #7bc5d2; border-bottom:3px solid #7bc5d2;	
background: #9adae6 URL(../images/icons/info.png) 1% 50% no-repeat; }
span.alert 								{ color: #b79000; border: 1px solid #ded37b; border-top:3px solid #ded37b; border-bottom:3px solid #ded37b; background: #efe69d URL(../images/icons/alert.png) 1% 50% no-repeat; }
span.download 							{ color: #57861a; border: 1px solid #c3d466; border-top:3px solid #c3d466; border-bottom:3px solid #c3d466;	
background: #d9e78a URL(../images/icons/download.gif) 1% 50% no-repeat; }

span.error,
span.info,
span.alert,
span.download 							{ display: block; padding: 10px 10px 10px 15px; margin: 5px 0; }	
code, pre								{ background: #f3f3f3; border: 1px solid #dbdbdb; color: #333; font-size: 12px; padding: 10px;  }

/* --- LISTS
________________________________________*/

ul.lists								{ margin:20px 0; list-style-type:none; }
ul.lists li								{ background:url(../images/box_tick.png) 0 8px no-repeat; list-style-type:none; margin:0px; padding-left:25px; line-height:inherit;    }

ul.host li 								{ list-style-type: none; border-bottom: 1px solid #ddd; padding: 12px 0; }
ul.whyhost li 							{ list-style-type: none; border-bottom: 1px solid #ddd; padding: 12px 0; }

ul.host li  							{ overflow:hidden; height:100%;  }
ul.host li img 							{ float:left; margin-right:5px;  }

/* --- DROP CAPS
________________________________________*/

.dropcap1								{ display:block;  background:url(../images/dropcap.png) 50% 50% no-repeat; font-size:30px; float:left; width:40px; text-align:center; height:40px;  margin-bottom:-5px; margin-right : 10px; font-size: 2em; line-height:35px; color:#FFFFFF; padding-left:1px; padding-top:5px;}
.dropcap1 span							{ font-size: 2em; line-height:1.5em; color:#FFFFFF; }
.dropcap1 + span						{ margin-left  : -0.5em; }

.dropcap2								{ display:block; float:left; text-align:center; margin-top:0em; margin-left:0.1em; margin-right : 0.2em; font-size:3em; line-height:1em; color:#999;	}
.dropcap2 span							{ font-size:3em; line-height:1em; color:#999;}
.dropcap2 + span						{ margin-left  : 0em;}


/* --- BULLETS
________________________________________*/

ul.pages li a 	{ background:url(../images/bullet_page.png) left center no-repeat; }
ul.dot li a 	{ background:url(../images/bullet_dot.png) left center no-repeat; }
ul.arrow li a 	{ background:url(../images/bullet_arrow.png) left center no-repeat;}

ul.bullet-black li 		{ background: transparent url("../images/bullets/dot_black.gif") no-repeat 0 50%; }
ul.bullet-gray li 		{ background: transparent url("../images/bullets/dot_gray.gif") no-repeat 0 50%; }
ul.bullet-blue li 		{ background: transparent url("../images/bullets/dot_blue.gif") no-repeat 0 50%; }
ul.bullet-green li 		{ background: transparent url("../images/bullets/dot_green.gif") no-repeat 0 50%; }
ul.bullet-red li 		{ background: transparent url("../images/bullets/dot_red.gif") no-repeat 0 50%; }
ul.bullet-orange li 	{ background: transparent url("../images/bullets/dot_orange.gif") no-repeat 0 50%; }
ul.disc-black li		{ background: transparent url("../images/bullets/circle_black.gif") no-repeat 0 50%; }
ul.disc-gray li 		{ background: transparent url("../images/bullets/circle_gray.gif") no-repeat 0 50%; }
ul.disc-blue li 		{ background: transparent url("../images/bullets/circle_blue.gif") no-repeat 0 50%; }
ul.disc-green li	 	{ background: transparent url("../images/bullets/circle_green.gif") no-repeat 0 50%; }
ul.disc-red li 			{ background: transparent url("../images/bullets/circle_red.gif") no-repeat 0 50%; }
ul.disc-orange li 		{ background: transparent url("../images/bullets/circle_orange.gif") no-repeat 0 50%; }

ul.bullet-check li 		{ background: transparent url("../images/bullets/check.gif") no-repeat 0 8px;  padding-left: 25px; }


/* --- WIDGETS POSTS LISTS
________________________________________*/

.widget_postslist ul 				{ margin-left:0 !important; }
.widget_postslist ul li				{ overflow:hidden; height:100%; background:none; list-style-type:none; line-height:normal; padding-left:0 !important;  }
.widget_postslist ul li .thumb		{ float:left; padding-bottom:2px; margin:0 10px 0 0; }
.widget_postslist ul li span.wpldate{ font-size:9px; text-transform:uppercase; letter-spacing:2px; padding:2px 6px; background:#eaeaea;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;   }
.widget_postslist ul li:hover 		{ background:none; }
.widget_postslist ul li a.title		{ display:block; padding-top:5px;    }
.widget_postslist ul li br			{ height:0; }



/* --- 29.HIGHLIGHTS
________________________________________*/

.fancyheading		{ margin-bottom:18px; padding-bottom:0; }
.fancyheading span { text-transform: uppercase; padding: 4px 15px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color :#fff; font-size:12px; font-weight: normal; letter-spacing: 2px; line-height: 22px; background:#555; }

.red_hl,
.green_hl,
.yellow_hl,
.blue_hl		{ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding:1px 5px; margin: 0 2px; }

.red_hl			{ color: #fff !important; background-color: red; }
.green_hl		{ color: #fff !important; background-color: green; }
.yellow_hl		{ color: #000 !important; background-color: #ffcc00; }
.blue_hl		{ color: #fff !important; background-color: #0099d2; }
/*  ---- 30. Contact Form -------------------------------------------------------------------------------------------*/

#contactform 				{ padding: 15px 0;  }

#contactform label			{ width:30%; display: inline-block; vertical-align:text-bottom;  }
#contactform select 		{ margin-bottom: 15px; }
#contactform textarea 		{ vertical-align: top; height: 150px;	}	
#contactform .indent 		{ padding-left:30%;  }

#contactform p 				{ margin-bottom:0;}

#contactform input,
#contactform select,
#contactform textarea 		{ -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; margin-bottom: 9px !important; width: 65%; padding: 4px; vertical-align;top;}
			
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus { }

/* Contact button */
#contactform .submitbutton	{ border:0;  text-transform:uppercase; font-size:10px; width:80px; vertical-align:middle; 	}
#contactform .submitbutton:focus 		{ background:none;	}
#load		{ text-align:right; }

/* --- 31. ALERT MESSAGE BOXES
________________________________________*/

span.error 				{ color: #cc0000; border-top: 3px solid #fe7b7a; border-bottom: 3px solid #fe7b7a; background: #ffd6d6 url(images/error.png) 4% 50% no-repeat;}
span.success 			{ color: #57861a; border-top: 3px solid #c2df88; border-bottom: 3px solid #c2df88; }

#note { position:relative;}

span.error,
span.info,
span.alert,
span.success,
span.download 				{ position:relative; display: block; padding: 10px 10px 10px 55px; margin:10px 5px; }

#close { font-size:9px; position:absolute; right:10px; top:18px;	}
.close_note {font-size:9px; position:absolute; right:10px; top:18px;	}