/**
Theme Name: levono
Author: wpthemesnow
Author URI: http://www.wpthemesnow.com/
*/ *

{
margin: 0; padding: 0;
}

body {
	text-align: left;
	font: 12px Arial;
	color: #444444;
	background: #4E5558 url(images/header.png) repeat-x;
	background: #42494C url(images/header.png) repeat-x\9;

}

a {
	color: #AA0303;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #444444;
}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; 
	height: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}


/* ......................... */
/* ........HEADER........... */
/* ......................... */


#header {

	height: 178px;
        
	
}



#header .isi {
	width: 980px;
	margin: 0 auto 0 auto;
	height: 100px;
}

#header .isi .pages {
	font-size: 10px;
	list-style-type: none;
	padding: 0 0 0 0;
	height: 0px;
	width: 955px;
}


#header .isi .pages p{
	float: right;
	padding-top: 10px;
}

		
#header .isi .pages  a {
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	color: #878889;
}

#header .isi .pages  a:hover {
	color: #9fa1a2;
	text-decoration: none;
}


#header .isi .logo {
	float: left;
	margin-top: 0px;
}
	

#header .isi .logo h1 {
	clear: both;
	font-size: 0;
	padding: 0px 0 0px;
}


#header .isi .logo h1 a {
	display: block;
	width: 977px; height: 135px;
	padding: 0px 0 0px;
	text-indent: -9999px;
	outline: none;
	background: url(images/logo.png) no-repeat 0 0;
}



#header .isi .search {
	float: right;
	padding: 10px 0px 10px 10px;
	margin-top: 6px;
	margin-right: -2px;
	background: url(images/search-bg.png) no-repeat;
	width: 285px;
}


#searchform {
	float: right;
	width: 285px;
	padding: 0px;
	margin-top: -5px;
	height: 25px;

}

#searchform .text-search {
	padding: 3px;
	width: 200px;
	border: none;
	margin-right: 5px;
	color: #000000;
        background: none;

}

#searchform .button-search {
	padding-bottom:3px;
	height: 23px;
	width: 60px;
	border: 0px solid #111111;
	background: none;
	font-size: 12px;
}

#header .menudropdown {
	height: 47px;
	width: 990px;
	margin: 27px auto 0 auto;
        
        padding: 15px 0 0 20px; 
     
}



#dropmenu { 
	
	padding:0; 
	margin-left:3px;
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width: 100%;  
}
#dropmenu ul {
	background:#151515;
	
}

#dropmenu a {
	display:block; 
	padding:0.25em 9px;  
	color:#cbcbcb;  
	text-decoration:none; 
	background:none; 
	font-family: Verdana;           
	font-size: 13px; 
       
}


#dropmenu a:hover {
	
	color:#ffffff;
       
}

#dropmenu li {
	float:left; 
	position:relative; list-style-type:none; 
        border-left: 1px solid #cccccc;
}

#dropmenu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	top:30px; 
	left:-1px

}

#dropmenu ul a {
	
}

#dropmenu li ul {
	
	width: 155px;
}

#dropmenu ul li:hover {
	
	width: 155px; 
        background: #343434; 
}

#dropmenu ul li {
	
	width: 155px; 
        background: #151515; 
	border-bottom: 1px solid #252525;
 	border-top: 1px solid #252525;
               
}

#dropmenu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
	
}

#dropmenu ul ul {
	top:auto;
}

#dropmenu li ul ul {
	left:12em; 
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}



/* ......................... */
/* ........Wrapper........... */
/* ......................... */

.imghome{
    height: 24px;
	width:20px;
	height: 5px\9; /*IE 8 and above*/
	*height: 5px; /*IE 7 and below*/
	_height: 5px; /*IE 6*/
}

#wrappertop {
	width: 988px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	
	height: 40px;
	background: url(images/breadcrumb.png) no-repeat;
}



#wrapperbottom {
	width: 988px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px 0px 0px 0px;	
	height: 35px;
	background: url(images/wrapper-bottom.png) no-repeat;
}

#wrapper {
	width: 988px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-left: 4px;
        background: url(images/wrapper.png) repeat-y;
        padding: 10px 0px 0px 0px;

}




/* ......................... */
/* ........content.......... */
/* ......................... */


#content {
	width: 634px;
	float: left;
	margin-left: 25px;
 	margin-top: -10px;
        font-family: Arial;
        font-size: 13px;
	
        
}




#content .articles {
       padding: 0px 0px 20px 10px;
}	

#content .articles h2 {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}

#content .articles h2 a {
	color: #ca0006; font-size: 16px;
}
#content .articles h2 a:hover {
	
	text-decoration: none;
}

#content .articles h3 {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.4em;
	text-decoration: none;
	color: #ffffff;
}

#content .articles h3 a {
	color: #ffffff;
}

#content .articles h3 a:hover {
	color: #8a8989;
	text-decoration: underline;
}

#content .articles .block {
	clear: both;
	font-size: 0.9em;
	height: 30px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #dddddd;
}

#content .articles .block h2 {
	padding: 0px 0 5px 0px;

}

#content .articles .block h3 {
	padding: 5px 0 0 5px;
}

#content .category {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

#content .articles .block .r {
	float: right;
	padding: 3px;
}

#content .articles .post {
	padding: 10px 15px 0px 3px;
	
}




#content .articles .post .judulpost{
	padding-top: 0px;
	

}



#content .articles .post .judulpost h2{
	font-size: 20px;
	font-weight: bold;
}



#content .articles .post .judulpost h3{
	color: #444444;
        font: bold italic 10px/1.2 Georgia, sans-serif;

}



#content .articles .post .judulpost h3 a{
	font: 10px/1.2 Georgia, sans-serif;
	color: #ef7b00;

}


#content .articles .post .details {
	margin-bottom: 0px;
	color: #999999;font-size: 10px;
}

#content .articles .post .details a {
	color: #999999;text-decoration: none;
}


#content .articles .post .readmore {
	text-indent: -9999px;
	width: 130px; height: 30px;
	outline: none;
	background: url(images/readmore.png) no-repeat 0 0;
	margin: 0px 0 0 470px;
	display: block;
}


#content .articles .post .readmore:hover {
	background: url(images/readmorehover.png) no-repeat 0 0;
}

#content .articles .post .thumb {
	margin: 0px 5px 5px 0;
}

#content .articles .post .thumb a {
	overflow: hidden; position: relative;
	width: 170px; height: 110px;
	border: none;
	overflow: hidden;
	float: left;
	margin: 5px 20px 5px 0;
        padding: 5px 0 0 5px;
        
}

#content .articles .post .thumb a {
	background: #ffffff;
        border: 1px solid #dadada;
}

#content .articles .post .thumb a:hover {
	
}

#content .articles .post .thumb img {
	width: 165px; height: 105px;
}

#content .articles .post .line {
	
}

#content .articles .post p {
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content .single {
	padding: 5px 10px 5px 5px;
}

#content .notfound {
	padding: 5px 15px 5px 20px;
}



#content .single h2 {
	margin-bottom: 6px;
	font-size: 1.8em;
	text-transform: none;
	color:#AA0303;
}

#content .single p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content .single ul, #content .single ol {
	list-style-position: inside;
	margin-bottom: 10px;
}

#content .single li {
	line-height: 1.5em;
	padding: 2px 0;
}

#content .single blockquote {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
	width:608px;
}

#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.2em;
	margin-bottom: 5px;
}




/* ........Navigation.......... */

#navigation { 
	position:relative; 
	float:left; 
	display: block; 
	width: 635px; 
	text-align: center; 
	margin-top: 20px; 
	margin-left: 1px; 
	margin-bottom: 20px; 
	border: 1px solid #ececec;
	background: #f2f2f2;
}

#navigation .align {
	float: left;
	padding-top: 13px; padding-bottom: 13px;
	margin: 6px 10px 6px 0;
}



#navigation .align a {	
	padding: 15px 20px 17px 17px;	
	background: url(images/pagenav.png) no-repeat;	
	color:#000000;	
	font-size:11px;	
	margin:0 5px 0px 0;
}





#navigation .align a:hover { 
	padding: 15px 20px 17px 17px;
	color:#ffffff; 
	background: url(images/navigationactive.png) no-repeat;	
	text-decoration:none; 
	font-size:11px; 
	margin:0 5px 0 0;
}


#navigation .align .on { 
	padding: 15px 20px 17px 17px;		
	color:#ffffff;	
	background: url(images/navigationactive.png) no-repeat;	
	font-size:11px; margin:0 5px 0 0;}


#navigation .align span { 
	padding:8px 30px 8px 20px;	
	font: bold italic 14px/1.2 Georgia, sans-serif;
	margin:0 5px 0 0;
	color:#ff0000;
}











/* ......................... */
/* ........Sidebar.......... */
/* ......................... */

#sidebar {
	width: 282px;
	float: right;
	margin-right: 26px;
        margin-top: 5px;
}

#sidebar .box {
	margin-bottom: 0px;
	
}

#sidebar .box h2 {
	
	padding: 25px 0 0px 20px;
	background: url(images/sidebar-title.png) no-repeat; 
	color: #ffffff;
	height:35px;
	text-align: left;
	margin-bottom: 0px;
	width: 280px;
        font: bold italic 14px/1.2 sans-serif;
}

#sidebar .box .bottom {
	height: 50px;
	width: 300px;
	background: url(images/sidebarbottom.png) no-repeat;
}


#sidebar .box ul {
	list-style-type: none;
padding: 0px 12px 5px 17px;
}


#sidebar .box ul li {
	font-size: 11px;
	padding: 7px 10px 18px 35px;
        background: url(images/bullet.png) no-repeat; 
        border-bottom: 1.5px solid #eeeeee;
		margin-top: 10px;
}   

#sidebar .box ul li:hover {
}


#sidebar .box ul li a {
    color: #AA0303;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

#sidebar .box ul li a:hover {
	color: #444444;
	font-weight: bold;
}



#sidebar .box .video {
	padding: 0px 3px 0 18px;
}



#sidebar .popular {
	margin-bottom: 10px;
	background: url(images/sidebarbox.png) repeat-y;     
}


#sidebar .popular .bottom {
	height: 10px;
	width: 280px;
	background: url(images/sidebarbottom.png) no-repeat;
}

#sidebar .popular h2 {
	
	padding: 25px 0 0px 20px;
	background: url(images/sidebar-title.png) no-repeat; 
	color: #ffffff;
	height:35px;
	text-align: left;
	margin-bottom: 0px;
	width: 280px;
        font: bold italic 14px/1.2 sans-serif;
       
}


#sidebar .popular ul {
	list-style-type: none;
	padding: 5px 12px 5px 20px;
}


#sidebar .popular ul li {
	margin-bottom: 5px;
	font-size: 9px;
	padding: 0px 5px 15px 5px;
	line-height: 20px;
        font-family: Verdana;
         border-bottom: 1.5px solid #eeeeee;
	
}

#sidebar .popular ul li a{
	font-size: 11px;
	color: #ef7b00;
        font-weight: bold;
}



#sidebar .popular ul li a:hover{
	text-decoration: underline;
}


#sidebar .popular img {
	float: left;
	width: 40px; height: 40px;
	padding: 4px 4px 4px 4px;
	border:1px solid #d5d5d5; 
	background: #f4f4f4;
	margin: 0 10px 0px 0;
}


#sidebar .popular .bawah {
	height: 0px;
}


#wp-calendar caption {
	width: 230px; 
	text-align: left; 
	background: none; 
	color: #ef7b00; 
	border-bottom: 2px solid #e6eef7;
}


#wp-calendar { 
	border-collapse:collapse; 
	width: 250px; 
	text-align: left; 
	margin-left: 25px;
}

#wp-calendar thead tr {
	background: url(images/cal_bkg.gif) bottom right no-repeat;
}

#wp-calendar thead th {
	background: url(images/cal_single.gif) top left no-repeat;
}

#wp-calendar tbody td {
	background: url(images/cal_single2.gif) top left no-repeat; 
	padding: 2px 0;
}

#wp-calendar #today {
	background: url(images/cal_single_today.gif) top left no-repeat; 
	color: #000;
}

#wp-calendar tbody .pad { 
	background: url(images/cal_pad.gif) top left no-repeat;
}

#wp-calendar a {
	padding: 2px 0; 
	font-weight: bold;
}
#wp-calendar tfoot td {
	padding: 3px 0; 
	background: url(images/cal_pad.gif) top left no-repeat;
}

#wp-calendar #next {
	text-align: right; 
	padding-right: 10px;
}

#calendar_wrap {display: block; 
	width: 157px; 
	background: url(images/cal_bkg.gif) bottom right no-repeat; 
	padding: 0 1px 1px 0; 
	margin: 0 0 18px 18px;
}






/* ......................... */
/* .....Comment............. */
/* ......................... */



#comments {

	padding-left: 5px;



}

#main_content .comment_list {

	float: left;

	display: inline;

	padding: 15px 15px 0 0px;

}



.comment_list h4 {

	float: left;

	padding: 0 14px 0 0px;

	margin: 0px 0px 15px 0px;

	color: #ef7b00;

	font: bold italic 12px/1.2 Georgia, sans-serif;

	letter-spacing: 1px;

}



.comment_list .comment_boxtop {
	float: left;
	width: 594px;
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
	display: inline;
        background: #f4f4f4;
        border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
        height: 5px;

}

.comment_list .comment_box {
	float: left;
	width: 594px;
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
	display: inline;
        margin-bottom: 0px;
        background: #f4f4f4;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}
.comment_list .comment_boxbottom {
	float: left;
	width: 594px;
	margin-bottom: 10px;
	padding: 0px 0px 5px 10px;
	display: inline;
        background: #f4f4f4;
        border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;

}



.comment_box .comment_avatar {

	float: left;

	width: 60px;

	display: inline;

	margin-left: 10px;

}



.comment_box img {

	width: 50px;

	height: 50px;

	padding: 3px;

	background-color: #f1f1f1;

	border: 1px solid #ccc;

}



.comment_box .comment_content {

	float: right;

	width: 400px;

	display: inline;

	line-height: 1.5;

	margin-right: 50px;

}



.comment_content a {

	color: #898a8a;

	text-decoration: none;	

}



.comment_content a:hover, .comment_content a:active, .comment_content a:focus {

	text-decoration: underline;

}



.comment_content .comment_title {

	float: left;

	width: 550px;

	display: inline;
}
.comment_content .comment_title a{

	float: left;

	width: 550px;

	display: inline;

	font: bold italic 9px/1.2 Georgia, sans-serif;
        color: #ef7b00;

}








/* .....Comment FOrm........ */

#main_content .comment_form {

	float: left;

	width: 545px;

	display: inline;

	background: url(images/box-bg.gif) repeat-x top left !important;

	margin: 3px 5px 10px 10px;

	padding: 15px 15px 15px 15px;

}





.comment_form a {

	color: #ef7b00;

	text-decoration: none;

}

.comment_form a:hover, .comment_form a:active, .comment_form a:focus {

	text-decoration: underline;

}

.comment_form p {

	float: left;

	width: 545px;

	display: inline;

	margin: 0 0 0 10px;

	padding: 0px;

}

.comment_form .comment_item_full {

	float: left;

	width: 545px;

	display: inline;

	margin: 0 0 0 10px;

	padding: 5px 0px;

}

.comment_form .comment_item {

	float: left;

	width: 545px;

	display: inline;

	margin: 0px;

	padding: 5px 0px 10px 0px;

	overflow: hidden;

}

.comment_form .comment_control {

	float: left;

	width: 545px;

	display: inline;

	margin: 0px;

	padding: 5px 0px 0px 0px;

}

.comment_item .comment_item_title {

	float: left;

	display: inline;

	width: 70px;

	padding: 3px 0px 0px 0px;
}

.comment_item .comment_item_title2, .comment_item_full .comment_item_title2 {

	float: left;

	display: inline;

	width: 545px;

	padding: 3px 0px 3px 0px;
}

.comment_item .text_area_style {

	background: none;

	border: 1px solid #eae8e8;

	margin: 0px 0px 0px 0px;

	padding: 2px 3px 0px 2px;

	width: 182px;

	height: 18px;

	outline: none;

	color:#666666;

	font-size:12px;

}

.comment_item .text_area_style2, .comment_item_full .text_area_style2 {

	background: none;

	border: 1px solid #eae8e8;

	margin: 0px 0px 0px 0px;

	padding: 2px 3px 0px 2px;

	width: 535px;

	height: 120px;

	outline: 0;

	color:#666666;

	font-size:12px;

}



.comment_control .submit_btn {

	width:120px;

	height:30px;

	float: left;

	border:none;

	background: url(images/commentbutton.png) no-repeat; 

	cursor:pointer;

	position:relative;

	display: inline;

	margin: 0px 10px 0px 15px;

	color: #ffffff;

	font-size: 10px;

	text-transform: uppercase;

}



.comment_control .reset_btn {

	width:120px;

	height:30px;

	float: left;

	border:none;

	background: url(images/commentbutton.png) no-repeat; 

	cursor:pointer;

	position:relative;

	display: inline;

	margin: 0px 10px 0px 15px;

	color: #ffffff;

	font-size: 10px;

	text-transform: uppercase;

}



	




	





/* ......................... */
/* .....Footer.............. */
/* ......................... */


#footer {
	clear: both;
	padding-top: 0px;
	height: 100px;
	
}


#footer .top {
	padding-top: 13px;
	height:140px;
	width: 988px;
	margin: auto;
    background: url(images/footer.png) no-repeat;
	color: #4E4E4E;
}


#footer .top p{
	font-size: 13px;
}


	
#footer .top .box {
	width: 195px;
	float: left;
	padding: 0 0px 20px 32px;
	color: #ffffff;           
}

#footer .top .box a{
	color: #ef7b00;
}



#footer .top .newsletter{
	background: url(images/newsletter_bg.gif) repeat-x center top; 
	margin: 0 auto; 
	height: 170px; 

}

#footer .top .newsletter p{
	
color:#4E4E4E;
}
		
#footer .top form { 
	border-top: 0; 
	margin-top: 10px; 
	margin-bottom: 10px;  
	height: 35px;
	font-size: 11px;
	font-weight: bold; 
	padding: 6px;
	background: url(images/newslater.png) no-repeat;
}
	
#footer .top form input { 
	float: left; 
	margin: 3px 0 0 0px; 
	width: 184px;  
	border: 1px solid #f8f7f5; 
	height: 17px; 
	color:#808080; 
	font-family:times new roman; 
	font-size: 11px;
	padding:5px; 
	background: none;
}
	

#footer .bottom {
	width: 950px;
	margin: 0 auto 0 auto;
	clear: both;
	height: 30px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

#footer .bottom a {
	color: #252525;
	text-decoration: none;
}


#footer .box h2 {
	color: #ffffff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font:bold italic 13px Arial, sans-serif; 
        
}

#footer .box ul {
	list-style-type: none;
}

#footer .box ul li {
	line-height: 1.4em;
	padding: 5px 0 5px 25px;		
	font-size: 11px;
	border-bottom: 1px dashed #e9e7e5;  
        background: url(images/bullet-footer.png) no-repeat   
                          
}

#footer .box ul li a {
	color: #adadad; text-decoration: none;
}

#footer .box ul li a:hover {
	color: #727171;
	
}

#footer .top .gravatar {
	width: 195px;
	float: left;
	padding: 20px 0px 20px 0px;
	color: #4E4E4E; 
	font: 14px Arial, sans-serif;              
}

#footer .gravatar h2 {
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
         
}

#footer .gravatar ul {
	list-style-type: none;
}

#footer .gravatar ul li {
	line-height: 1.4em;
	padding: 4px 0 4px 0px;		
	font-size: 11px;
	border-bottom: 1px dashed #e9e7e5;              
}


.widget_recentcomments_gravatar {
	width: 230px;
	list-style-type: none;
	clear: both;
        height: auto;
	padding: 0;
	background-image: none;
	margin: 0px;
}

.widget_recentcomments_gravatar .noarrow {
	background-image: none;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	clear: both;
}

.widget_recentcomments_gravatar ul {
	height: auto;
	width: 230px;
	clear: both;
	background: none;
	display: block;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.widget_recentcomments_gravatar ul li {
	clear: both;
	height: 50px;
	list-style-type: none;
	background-image: none;
	margin: 0px;
}

.widget_recentcomments_gravatar img {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;   
        background: #dddada;
        border: 1px solid #cccccc;
}

.widget_recentcomments_gravatar .com-info {
	margin-top: 5px;
	padding: 0px;
	height: auto;
	width: 72%;
	float: left;
	clear: right;
}

.widget_recentcomments_gravatar .com-info .comy {
	color: #ef7b00;
	display: block;
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
	font-size: 13px;
}

.widget_recentcomments_gravatar .com-info .comy span {
	color: #ef7b00;
	text-decoration: none;
	font-weight: bold;
}

.widget_recentcomments_gravatar .com-info .comy a {
	color: #555555;
	text-decoration: none;

}
.widget_recentcomments_gravatar .com-info .comy a:hover {
	text-decoration: underline;

}
.widget_recentcomments_gravatar .com-info .comtext {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;


}
.widget_recentcomments_gravatar .com-info .comtext a {
	text-decoration: none;
	color: #333333;

}

.widget_recentcomments_gravatar .com-info .comtext a:hover {
	text-decoration: underline;
}



.rssfeed{
	margin:0px;
	height:30px;
        padding: 15px 0 0 0;
	background:url(images/rss.png) no-repeat left;
	list-style-type: none;
}
.rssfeed a{
	padding: 25px 0 0 40px;
        font-family: Verdana;
        font-size: 10px;
        
}

.twitter{
	padding: 15px 0 0 0;
	margin:0px;
	height:30px;
	background:url(images/twitter.png) no-repeat left;
	list-style-type: none;
}
.twitter a{
	padding: 25px 0 0 40px;
 	font-family: Verdana;
        font-size: 10px;
}
.facebook{
	padding: 15px 0 0 0;
	margin:0px;
	height:30px;
	background:url(images/facebook.png) no-repeat left;
	list-style-type: none;
}
.facebook a{
	padding: 25px 0 0 40px;
 	font-family: Verdana;
        font-size: 10px;
}


/* -----------------------------------
	Featured Posts Styles 
-----------------------------------*/
#featurecontent {
	height:305px; 
	width:653px; 
	padding: 14px 0 10px 9px;  
        margin: 0 0 20px 0px;
        
        
        
}


#featured-posts {
	height: 315px;
	position: relative;
        padding-left: 4px;
}

#featured {
	float: left;
	width: 695px;
	height: 295px;
	position: relative;
        margin-left: 0px;
        
        
}

#featured .slider {
	position: relative;
}

#featured .featured-image{

     
}

#featured .featured-image img {
	width: 615px;
	height: 298px;
	border: 3px solid #cccccc;	
        
        
}

#featured div.text {
	float: left;
	width: 463px;
	height: 85px;
	color: #ffffff;
	padding: 10px 10px 10px 75px;
	position: absolute;
	top: 0;
        background: url(images/shade.png) repeat;
        font: bold italic 10px/1.2 Georgia, sans-serif;
        margin: 196px 0 0 70px;
}

#featured div.text h3 {
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 90%;
	margin: 0 0 10px 0;
	padding: 0;
        color: #ffffff;
        
}

#featured div.text a {
	color: #ffffff;
	text-decoration: none;
}


#featured div.text .readmore {
	text-indent: -9999px;
	width: 130px; height: 40px;
	outline: none;
	background: url(images/readmore.png) no-repeat 0 0;
	margin: 0px 0 0 180px;
	display: block;
}

#featured div.text .readmore:hover {
	background: url(images/readmorehover.png) no-repeat 0 0;
}


ul#featured-thumbs {

	margin: 5px 10px 0px 4px;

	padding: 0;

	position: absolute;

	left: 0;

	bottom: 11px;

	z-index: 100;

        width: 50px;
        

}



ul#featured-thumbs li {

	float: left;

	list-style: none;

	margin: 0 5px 0 0;

	padding: 11px 80px 8px 12px;
	background: url(images/ul-featured.png) no-repeat;
	
}

ul#featured-thumbs li:hover {

	background: url(images/ul-featured-hover.png) no-repeat;

}


ul#featured-thumbs li.activeSlide{

	background: url(images/ul-featured-hover.png) no-repeat;

}



ul#featured-thumbs li:hover img{

border: 2px solid #ff0000;	

}



ul#featured-thumbs li img {

	border: 2px solid #4b4b4b;

}



ul#featured-thumbs li:hover img{

border: 2px solid #c1c0c0;	

}



ul#featured-thumbs li.activeSlide img {

	border: 2px solid #c1c0c0;

}







/*...........bookmark.......*/
#bookmark {
	padding: 5px 0px 5px 5px;
	text-align: left;
   
}

#bookmark a {
        margin-right: 10px;

}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}





