
/*
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:Tahoma, Geneva, Verdana, sans-serif; 
	font-size:12px; 
	background:; 
	color:#222222; 
}
a { 
    color:; 
}
a:hover { 
    color:; 
}

h1 { font:normal 25px Tahoma, Geneva, Verdana, sans-serif; color:#222222; }
h2 { font:normal 23px Tahoma, Geneva, Verdana, sans-serif; color:#222222; }
h3 { font:normal 21px Tahoma, Geneva, Verdana, sans-serif; color:#222222; }
h4 { font:normal 19px Tahoma, Geneva, Verdana, sans-serif; color:#222222; }
h5 { font:normal 17px Tahoma, Geneva, Verdana, sans-serif; color:#222222; }
h6 { font:normal 15px Tahoma, Geneva, Verdana, sans-serif; color:#222222; }

a.button { 
    background-color:; 
	font:normal 12px Tahoma, Geneva, Verdana, sans-serif; color:#8d8aaa;
    height:1%; line-height:25px;	
}
a.button:hover { 
    background-color:; 
}

/*=== Logo Options ===*/
.logo-bgr { 
    background-color:; 
}
.logo-spot .blog-title { 
    font:normal 37px Georgia, "Times New Roman", Times, serif; color:#000000;
}
.logo-spot .blog-description{ 
    font:normal 17px Georgia, "Times New Roman", Times, serif; color:#000000;
}

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

/*=== Top Navigation ===*/
.top-menu-bgr { 
    background:; 
}
.top_menu { 
    background:; 
}
.sf-menu a  { 
    font:  ; color:;
	line-height:20px;
}
.sf-menu li li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { 
    background:;
}
.sf-menu li.current_page_item a { 
    background-color:;
	color:; 
}
.sf-menu ul li { 
    background-color:; 
}

.sf-menu li ul li a { 
    border-top:  ;
}

/*=== Footer Navigation ===*/
.credentials { 
    background-color:;
    font:  ; color:; 	
}
.credentials .fr li a { 
    font:  ; color:; 
}

/*=== Breadcrumbs Navigation ===*/
#breadcrumb p { 
    background:;
	font:  ; color:; 
}

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

.front-bgr { 
    background:; 
}
.front-bgr .fblock { 
    background:; 
	font:  ; color:; 
	line-height:23px;
}
.front-bgr .fblock h3 { 
    font:  ; color:; 
}
.front-bgr .fblock a.button { 
    background-color:; 
	font:  ; color:; line-height:20px; 
}
.front-bgr .fblock a.button:hover { 
    background-color:; 
}

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

.slider-bgr { 
    background-color:; 
}
#featured .featured_item img { 
    border:  ; 
}

.folio-buttons a { 
    background-color:;
	font:  ; color:; 
	border:  ;
}
.folio-buttons a:hover { 
    background-color:;
	font:  ; color:; 
	border:  ; 
}
#loopedSlider ul.pagination span.slit-big { 
    font:  ; color:; 
}
#loopedSlider ul.pagination span.slit-small { 
    font:  ; color:;
	line-height:23px  
}

/*--------- Post and Page Styling ---------  */

.title-area { 
    background-color:; 
	border-bottom:  ;
}
.title-in { 
    background-color:; 
}
h2.title, h1.title { 
	font:  ; color:;
}
.title-in { 
    background-color:; 
}
.single { 
    background-color:; 
}
.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:;  }
h3.tcomm, h2.post-form { 
    font:  ; color:;
}
.wp-pagenavi { 
    background-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:;
	border-bottom:  ;
}
.widget { 
    font:  ; color:;
	line-height:23px;
}

.foot-widgets-out { 
    background-color:; 
}
.foot-widgets { 
    background-color:; 
}
.foot-widgets .widget a { 
    color:; 
}
.foot-widgets .widget { 
    font:  ; color:;
	line-height:23px;
}
.foot-widgets .widget h3 { 
    font:  ; color:;
	border-bottom:  ;  
}

/*--------- ADDITIONAL INFO Area ---------  */
h1.about, h1.about a { 
    font:  ; color:;
}
.about-bgr { 
    background-color:;
}

        
