/* 
	Theme Name: Sezen
	Theme URI: http://flexithemes.com/themes/sezen/
	Description: 2 columns theme by <a href="http://flexithemes.ocom">FlexiThemes.com</a>
	Author: FlexiThemes
	Author URI: http://flexithemes.com
	Version: 1.0

*/

/******************************************************
    [ GENERAL ]
*******************************************************/

body {
    background: #efefef;
    color: #333333;
    padding: 20px 0;
}

#wrapper {
    background: #fff;
    border: 4px solid #d4d4d4;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: #111;
}

/* Links */
a {
    color: #21759B;
}

a:hover, a:focus {
    color: #D54E21;
}

/******************************************************
    [ LAYOUT ]
*******************************************************/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#main {
	margin: 20px;	
}

#wrap-content {
    overflow: hidden;
    float: left;
    width: 600px;
}

#wrap-sidebar-primary {
    overflow: hidden;
	float: left;
    width: 300px;
    margin-left: 20px;
}

/******************************************************
    [ HEADER ]
*******************************************************/

#wrap-header {}

#header {
    height: 60px;
    padding:20px;
}

#branding {}

#header-banner {}

.logo {}

h1.site-title {}

h1.site-title a, h1.site-title a:hover {
    color: #333;
}

h2.site-description {
    color: #999;
}

/******************************************************
    [ Menus ]
*******************************************************/

/**** Menu Primary ****/

.wrap-menu-primary {
    border-bottom: 1px solid #ADADAD;
    padding: 10px 10px 2px 0;
    margin: 0 20px;
}

.menu-primary {}

.menu-primary ul {}

/* First Level */
.menu-primary li a {
    color: #666666;
    background: #fff;
    font-weight: normal;
    border-color: #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 10px;
    letter-spacing: 1px;
    font-size: 11px;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #D54E21;
    background: #fff;
    border-color: #ADADAD;
    border-bottom: 1px solid #fff;
}


/* Child Levels */

.menu-primary li ul {
    margin-left: 10px;
    border-bottom: 1px solid #ADADAD;
}
.menu-primary li li a {
	color: #666666;
    background: #fff;
    border-left: 1px solid #ADADAD;
    border-top: none;
    border-right: 1px solid #ADADAD;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color: #D54E21;
    background: #fff;
    border-left: 1px solid #ADADAD;
    border-top: none;
    border-right: 1px solid #ADADAD;
    border-bottom: none;
}

.menu-primary li li ul {
    margin-left: -1px;
    margin-top: -1px;
    border-top: 1px solid #ADADAD;
}

/* Arrows */

.menu-primary .sf-sub-indicator {
    background: url(images/menu-primary-arrows.png) 0 0 no-repeat;    
}

/* Shadows */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right; 
}

/**** Menu Secondary ****/

.wrap-menu-secondary {
    background: #E5E5E5;
    height: 32px;
    padding: 0 10px;
    margin: 0 20px;
}

.menu-secondary {}

.menu-secondary ul {}

/* First Level */
.menu-secondary li a {
    color: #555555;
    text-shadow: 0 1px 0 #F8F8F8;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #fff;
    background: url(images/menu-secondary-hover.png) left top repeat-x;
    text-shadow: 0 1px 0 #bc520c;
}

/* Child Levels */

.menu-secondary li li a {
	color: #fff;
    background: #D45D0E;
    text-shadow:none;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #fff;
    background: #E47125;
    text-shadow:none;
}

/* Arrows */

.menu-secondary .sf-sub-indicator {
    background: url(images/menu-secondary-arrows.png) 0 0 no-repeat;    
}

/* Shadows */

.wrap-menu-secondary .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right; 
}

/******************************************************
    [ MAIN CONTENT ]
*******************************************************/

#main {}

#wrap-content {}

#wrap-content-fullwidth {}

.content {}

.wrap-post {
    border-bottom: 1px solid #ddd;
}

.wrap-post-single, .wrap-post-page {    
    border-bottom: 0;
}

.post {}

.title {
    color: #222222;
}

.title a {
    color: #222222;
}

.title a:hover {
    color: #d45d0e;
}

.featured_image {
    border-color: #DDDDDD;
}

.entry {
    font-family: Georgia, Times New Roman Times, Serif;
    color: #555;
}

.generic {
    color: #555;
}

.postmeta-primary {
    color: #999;
}

.postmeta-secondary {
    color: #666;
}

.meta_date {
    background-image: url(images/time.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/cat.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

.wrap-readmore {}

a.readmore {
    color: #575555;
    background: #EDEDED url(images/read-more-bg.png) 10px center no-repeat;
    padding-left: 20px;
}

a.readmore:hover {
    color: #fff;
    background: #D45D0E url(images/read-more-bg-hover.png)  10px center no-repeat;
}

.navigation {}

/******************************************************
    [ SIDEBAR(S) ]
*******************************************************/

#wrap-sidebar-primary {}
#sidebar-primary {}

#wrap-sidebar-secondary {}
#sidebar-secondary {}

.sidebar {}

/******************************************************
    [ WIDGET(S) ]
*******************************************************/

.widgetized {}

/*  General Widgets Styling */

.wrap-widget {}

h3.widget-title {
    color: #222222;
    background: #fff url(images/widget-title-bg.png) left top no-repeat;
    text-transform: uppercase;
    padding-top: 15px;
}

h3.widget-title a, h3.widget-title a:hover {
    color: #222222;
}

/*  Default Widgets */

.widget ul {}


.widget ul li {
    background: url(images/widget-list.png) left 4px no-repeat;
    margin-top: 15px;
}

.widget ul li:hover {
    background: url(images/widget-list-hover.png) left 4px no-repeat;
}

.widget ul li:first-child {
}

.widget ul li ul {
    margin-top: 15px;
}

.widget a {
    color: #666666;
}

.widget a:hover {
    color: #D54E21;
}

/* Search */

#wrap-search {
    width: 300px;
    padding: 20px 0;
}

#search {
    border: 1px solid #C3C3C3;
    background: #fff;
}

#search #s {
    background: none;
    color: #aaa;
}

#search .search-image {}

/* Wp Calendar */

#wp-calendar caption {
    color: #666666;
    background: none;
}

#wp-calendar th {
    color: #666666;
    background: none;
}

#wp-calendar td {
    color: #666666;
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #DFDFDF;
    color: #111;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #111;
}

/* Flexi Ads */

.flexi-ads {}

/* Flexi Banners 125 */

.flexi-banners {}

.flexi-banners img {}


/* Flexi Comments */

.flexi-comments ul {}

.flexi-comments ul li {}

.flexi-comments-author {
    color: #666666; 
}

.flexi-comments-author:hover {
    color: #D54E21;
}

.flexi-comments-entry {
    color: #666; 
}

.flexi-comments-more {
    color: #555; 
}

.flexi-comments-more:hover {
    color: #D54E21; 
}

.flexi-comments-avatar {
    border: 1px solid #ddd;   
}

/* Flexi Posts */

.flexi-posts ul {}

.flexi-posts ul li {}

.flexi-posts ul li:first-child {}

.flexi-posts-title {}

.flexi-posts-title a {
    color: #666; 
}

.flexi-posts-title a:hover {
    color: #D54E21;
}

.flexi-posts-meta { 
    color: #999; 
}

.flexi-posts-entry {
    color: #333;
}

.flexi-posts-more {
    color: #555; 
}

.flexi-posts-more:hover {
    color: #D54E21; 
}

.flexi-posts-featured-image {
    border: 1px solid #ddd;   
}

/* Flexi Social Connect */

.flexi-social-connect {
    background: #e8e8e8;
    border: 1px solid #B7B7B7;
}

.flexi-social-connect:hover {
    border: 1px solid #9C9C9C;
    background: #F0F0F0;
}

.flexi-social-connect a {
    color: #52575C;
}

.flexi-social-connect a:hover {
    color: #353739; 
    text-decoration: none;
}

/* Flexi Social Share */

.flexi-social-share ul

.flexi-social-share ul li {}

.flexi-social-share ul li a {}

/* Flexi Tabs */

.flexi-tabs {
    border-bottom: 1px solid #AAAAAA;
}

.flexi-tabs li {}

.flexi-tabs li:first-child {}

.flexi-tabs li a {
    color: #555555;
    background: #fff;
    padding: 6px 16px 6px 16px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.flexi-tabs li a:hover, .flexi-tabs li a.flexi-tabs-current {
    color: #222222;
    background: #fff;
    border-left: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #fff;
}

.flexi-tabs li:first-child {
    margin-left: 5px;
}

.flexi-tabs-content {
    background: #fff;
}


/* Flexi Text */

.flexi-text {}

/* Flexi Tweets */

.flexi-tweets ul {}

.flexi-tweets ul li {}

.flexi-tweets ul li:first-child {}

.flexi-tweets li.tweets-bird {
    background: url(images/tweets.png) left 2px no-repeat;
}

.flexi-tweets a {
    color: #666;
}

.flexi-tweets a:hover {
    color: #D54E21;
}

a.flexi-tweets-time {
    color: #666;
}

a.flexi-tweets-time:hover {
    color: #D54E21;
}

/******************************************************
    [ FOOTER ]
*******************************************************/

#wrap-footer {
    background: #E1E1E1;
}

#footer {}

#copyrights {
    color: #525252;
}

#copyrights a {
    color: #525252;
} 

#copyrights a:hover {
    color: #525252;
    text-decoration: none;
} 

#credits {
    color: #777777;
}

#credits a {
    color: #777777;
} 

#credits a:hover {
    text-decoration: none;
    color: #777777;
} 

/******************************************************
    [ COMMENTS ]
*******************************************************/

#comments {}

h3#comments-title {}

.commentlist {}

.commentlist li.comment {}

.comment-author {}

.commentlist .avatar {
    border: 3px solid #ffffff;
}

.comment-author cite {}

.comment-author .says {}

.fn, .fn a:link, .fn a:hover, .fn a:visited {}

.comment-meta {}

.comment-meta a:link,
.comment-meta a:visited {}

.reply {}

.comment-reply-link {}

/* Comments form */

#respond {}

h3#reply-title {}

#respond .required {
    color:#FF4B33;
}

#respond label {}

#respond input {}

#respond textarea {}

#respond .form-submit {}

#respond .form-submit input {}

#respond dl {}

#respond dt {}

#respond dd {}