
/*
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:; 
	font-size:; 
	background:#ffffff; 
	color:; 
}
a { 
    color:; 
}
a:hover { 
    color:; 
}

h1 { font:  ; color:; }
h2 { font:  ; color:; }
h3 { font:  ; color:; }
h4 { font:  ; color:; }
h5 { font:  ; color:; }
h6 { font:  ; color:; }

a.button { 
    background-color:; 
    border:  ; 
	font:  ; color:;
    height:1%; line-height:45px;	
}
a.button:hover { 
    background-color:; 
}

/*--------- NAVIGATION STYLING Options --------- */

/*=== Top Navigation ===*/
.navigation-area { 
    background:; 
}
.main_menu { 
    background:; 
}
.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:;
}
.sf-menu li.current_page_item { 
    background:; 
}
.sf-menu li.current_page_item a { 
    color:; 
}
.sf-menu li ul { 
    background:; 
}
.sf-menu li ul li a { 
    width:px; 
}

/*=== Footer Navigation ===*/
.footer-area { 
    background:; 
}
.footer { 
    background:; 
    border-top:  ;
}
.footer .fr li a { 
    font:  ; color:; 
}

/*=== Breadcrumbs Navigation ===*/
.breadcrumbs-area { 
    background-color:; 
}
.breadcrumbs-in { 
    background:; 
}
#breadcrumb p { 
    font:  ; color:; 
}

/*--------- CONTENT BOX STYLING Options --------- */

.cbox-area { 
    background:; 
}
.cbox-in { 
    background:; 
}
.cbox h3 { 
    font:  ; color:; 
}
.cbox .ccontent { 
    font:  ; color:; 
	line-height:23px; 
}

.cbox a.button { 
    background-color:; 
	font:  ; color:; line-height:20px; 
}
.cbox a.button:hover { 
    background-color:; 
}
.fsidebar { 
    background-color:; 
	border:  ;
}

/*--------- SLIDER Area ---------  */

.slider-area { 
    background-color:; 
}
#loopedSlider { 
    background-color:; 
	border-top:  ;
	border-bottom:  ;
}
#loopedSlider .slides div.slide, #loopedSlider .slides div.slide a,
#loopedSlider h1, #loopedSlider h2, #loopedSlider h3, #loopedSlider h4, #loopedSlider h5, #loopedSlider h6 { 
    color:; 
}

/*--------- Post and Page Styling ---------  */

.title-area { 
    background-color:; 
}
.title-in { 
    background-color:; 
	border-top:  ;
	border-bottom:  ;
}
h2.title, h1.title { 
    font:  ; color:;
}
.front { 
    background-color:; 
	border:  ;
}
.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:;  }
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;
}

/*--------- ADDITIONAL INFO Area ---------  */
.addinfo, .addinfo a { 
    color:; 
}
.addinfo { 
    background-color:;
	border:  ;
}


        
