
/*
File:			layout.css
Description:	Custom layout styles for Your Theme
Author:         You ;)

        IMPORTANT NOTE:
	
	    If you wish to make custom changes to your theme, DO NOT EDIT THIS FILE. 
	    Instead, use the Theme Design Options in your theme administration to 
	    define custom layout styles.
*/

/*--------- GENERAL STYLING Options --------- */

        

body { 
    font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	background:; 
	color:#666666; 
}
a { 
    color:#2a4baf; 
}
a:hover { 
    color:#2a4baf; 
}

h1 { font:normal 25px Georgia, "Times New Roman", Times, serif; color:#222222; }
h2 { font:normal 23px Georgia, "Times New Roman", Times, serif; color:#222222; }
h3 { font:normal 21px Georgia, "Times New Roman", Times, serif; color:#222222; }
h4 { font:normal 19px Georgia, "Times New Roman", Times, serif; color:#222222; }
h5 { font:normal 17px Georgia, "Times New Roman", Times, serif; color:#222222; }
h6 { font:normal 15px Georgia, "Times New Roman", Times, serif; color:#222222; }

a.button { 
    background-color:; 
    border:1px solid #000000; 
	font:normal 14px Georgia, "Times New Roman", Times, serif; color:#ffffff;
    height:1%; line-height:45px;	
}
a.button:hover { 
    background-color:; 
}

/*--------- LAYOUT STRUCTURE ---------  */
.mainbar { 
    border-right:1px solid #e9e9e4; 
}
.mainbar.mainbar_right { 
    border-left:1px solid #e9e9e4;
}
.box, .widget { 
    border-bottom:1px solid #e9e9e4; 
}

/*--------- NAVIGATION STYLING Options --------- */

.navigation-area { 
    background-color:; 
}
.sf-menu a  { 
    font:  ; color:;
	line-height:25px;
}
.sf-menu li:hover, .sf-menu li.current_page_item, .sf-menu li ul li:hover { 
    background-color:;
}
.sf-menu li.current_page_item a { 
    background-color:; 
	color:; 
}
.sf-menu li ul { 
    background-color:; 
}
.sf-menu li ul { 
    width:px; 
}
.sf-menu li ul li a { 
    width:-30px; 
}

.feed-spot a.rss-button img { 
    background-color:; 
}
.feed-spot a.rss-button img:hover { 
    background-color:; 
}

/*--------- LOGO Options --------- */

.logo-area { 
    background-color:;
}

.logo-spot .blog-title { 
    font:  ; color:;
}
.logo-spot .blog-description{ 
    font:  ; color:;
}

/*--------- SLIDER Area ---------  */

.slider-area { 
    background-color:; 
}
#loopedSlider .slides .format_text, #loopedSlider span.cat { 
    background-color:;
}

#loopedSlider span.cat a { 
    font:  ; color:; 
}
#loopedSlider h2 a { 
    font:  ; color:; 
}

/*--------- PAGINATION Options ---------  */

ul.lpag li a, ul.lpag li.name span, ul.lpag li a.name { 
    font:  ; color:; 
}
ul.lpag li a { 
    font-family: Tahoma; 
}
ul.lpag li a:hover { 
    background-color:;
}
ul.lpag li.active a, ul.lpag li.current span { 
    background-color:;
	color:;
}

/*--------- FOOTER NAVIGATION Options --------- */

.footer-area { 
    background-color:; 
	font:  ; color:; 
}
.footer .fr li a { 
    font:  ; color:; 
}

/*--------- CONTENT BOX STYLING Options --------- */

.cbox-area { 
    background:; 
}
.title-area { 
    background-color:; 
}
.breadcrumbs-area { 
    background-color:; 
}
#breadcrumb p { 
    font:  ; color:; 
}
h2.title, h1.title { 
    font:  ; color:;
}
.headline h2 { 
    font:  ; color:; line-height:25px; 
}
.meta, .meta a, .meta span, .meta abbr { 
    font:  ; color:;
	line-height:23px;
}
span.read-more a { 
    background-color:; 
    font:  ; color:;
}
span.read-more a:hover { 
    background-color:;  
}
.single-sep, .sing { 
    border-bottom:  ; 
}


/*--------- COMMENTS Options ---------  */

h3.tcomm, h2.post-form { 
    font:  ; color:;
}
#comments .comment .avatar-wrap img, #comments .comment .text-right .comm-reply, #comments .comment .text-right .comment-entry ,
.cancel-comment-reply a#cancel-comment-reply-link { 
    border:  ;
}
#comments .comment .authcomment {
    border:  ;
}

/*--------- WIDGET Area ---------  */

.widget h3 { 
    font:  ; color:;
}
.widget { 
    font:  ; color:;
	line-height:23px;
}

/*--------- ADDITIONAL INFO Area ---------  */
.addinfo, .addinfo a { 
    color:; 
}
.addinfo { 
    background-color:;
	border:  ;
}


        
