
/*
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:#222222; 
}
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:; 
	font:normal 17px Georgia, "Times New Roman", Times, serif; color:#ffffff;
    height:1%;	
}
a.button:hover { 
    background-color:; 
}

/*--------- LOGO & SEARCH FORM Options --------- */

.logo-area { 
    background-color:;
}

/*=== Logo ===*/
.logo-spot .blog-title { 
    font:  ; color:;
}
.logo-spot .blog-description{ 
    font:  ; color:;
}

/*=== Search Form ===*/


/*=== Top Navigation ===*/
.navigation-area { 
    background:; 
}
.main_menu { 
    background:; 
}
.sf-menu a  { 
    font:  ; color:;
	line-height:35px;
}
.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 Widgets ===*/
.footer-area { 
    background:; 
}

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

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

.slider-area { 
    background-color:; 
}
#loopedSlider { 
    background-color:; 
}
#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 ---------  */

.front { 
    background-color:;
	border:  ;
}

h2.title, h1.title { 
    background-color:;
	font:  ; color:;
	border-bottom:  ;
}

#breadcrumb p { 
    background-color:;
	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:25px;
}


        
