/* 
	Theme Name: OurBusiness
	Theme URI: http://flexithemes.com/themes/ourbusiness/
	Description: Elegant and clean business theme by <a href="http://flexithemes.ocom">FlexiThemes.com</a>
	Author: FlexiThemes
	Author URI: http://flexithemes.com
	Version: 1.0.2
*/

/******************************************************
    [ GENERAL ]
*******************************************************/

body {
    background: #424242;
    color: #555555;
    padding: 20px 0 20px 0;
}

#wrapper {
    background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: #555555;
}

/* Links */
a {
    color: #000000;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #0A648A;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

/******************************************************
    [ LAYOUT ]
*******************************************************/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#main {
	margin:  0 15px 15px 15px;	
    background: url(images/bg-widget-separator.png) 615px top repeat-y;
}

#main-widgetized {
	margin:  0 15px 15px 15px;	
    background: url(images/bg-main-widgetized.png) center top repeat-y;
}

#main-fullwidth {
    margin:  0 15px 15px 15px
}

.home-widgetized-left {
    width: 290px;
    float: left;
    padding-right: 15px;
}

.home-widgetized-center {
    width: 290px;
    float: left;
    padding: 0 15px;
}

.home-widgetized-right {
    width: 290px;
    float: left;
    padding-left: 15px;
}

#wrap-content {
    overflow: hidden;
    float: left;
    width: 600px;
}

#wrap-content-fullwidth {}

#wrap-sidebar-primary {
    overflow: hidden;
	float: left;
    width: 300px;
    margin-left: 30px;
}

/******************************************************
    [ HEADER ]
*******************************************************/

#wrap-header {}

#header {
    height: 105px;
    padding:20px;
    background: url(images/bg-header.png) left top repeat-x;
}

#branding {
    float: left;
}

#header-banner {
    float: right;
}

.logo {
    float: left;
    margin: 24px 0 0 0;
}

h1.site-title {
    float: left;
    margin: 25px 0 0 0;
    padding:0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:60px;
    line-height: 40px;
    font-weight: bold;
    text-shadow: 0 2px 0 #000;
}

h1.site-title a, h1.site-title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

h2.site-description {
    color: #9E9E9E;
    background: url(images/bg-tagline.png) left center repeat-x;
    border-left: 4px solid #302F2F;
    float: left;
    margin: 28px 0 0 20px;
    padding:10px 20px;
    font-family: Georgia, Times New Roman Times, Serif;
    font-size:20px;
    line-height: 20px;
    font-weight: normal;
}

/******************************************************
    [ Menus ]
*******************************************************/

/**** Menu Primary ****/

.wrap-menu-primary {
    padding: 15px 0 15px 0;
    position:relative;
    height: 36px;
    z-index: 400;
}

.menu-primary {
	float: none;
}

.menu-primary ul {
	min-width: 160px;
}

/* First Level */
.menu-primary li a {
    color: #555555;
    padding: 10px 15px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.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: #000000;
    outline: 0;
}

.menu-primary li {
    background: url(images/menu-primary-separator.png) left top repeat-y;
}

.menu-primary li:first-child {
    background: none;
}


/* Child Levels */

.menu-primary li ul {
    border: 1px solid #E1E1E1;    
}

.menu-primary li li ul {
    margin-top: -1px;
}

.menu-primary li li a {
	color: #555555;
    background: #F7F7F7;
    padding: 10px;
    margin: 0;
    font-size: 14px;
}

.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: #242323;
    background: #fff;
    outline: 0;
}



/* 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 {
    padding: 20px;
    position:relative;
    height: 30px;
    z-index: 300;
}

.menu-secondary {}

.menu-secondary ul {
    min-width: 160px;
}

/* First Level */
.menu-secondary li a {
    color: #555;
    background: #fff;
    padding: 10px 15px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.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: #333;
    background: #eaeaea;
    outline: 0;
}

/* Child Levels */

.menu-secondary li li a {
	color: #999999;
    background: #fff;
    padding: 10px;
    margin: 0;
}

.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: #333;
    background: #eaeaea;
    outline: 0;
}

/* 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 ]
*******************************************************/

.content {
    color: #555555;
}

.wrap-post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.wrap-post-single, .wrap-post-page {    
    border-bottom: 0;
    margin-bottom: 0;
}

.flexi-aboutus-title {
    color: #424242;
    margin: 0;
    padding: 0 0 10px 15px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}

.flexi-aboutus-content {
    padding: 0 0 20px 15px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    
}

.post {}

.title {
    color: #424242;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}

.title a {
    color: #424242;
    text-decoration: none;
}

.title a:hover {
    color: #0A648A;
    text-decoration: underline;
}

.featured_image {
    border-color: #e4e7e8;
}

.entry {
    line-height: 20px;
}

.generic {
    color: #fff;
    margin: 0px 0 15px 0;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial, Helvetica, Sans-serif;
    text-decoration: none;
    background: #424242;
}

.postmeta-primary {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.postmeta-secondary {
    color: #666;
    font-size: 11px;
    padding: 0 0 20px 0;
}

.meta_author, .meta_comments, .meta_edit, .meta_tags {
    padding:3px 0 3px 10px;
    background-position:left center;
    background-repeat: no-repeat;
    background-image: url(images/post-meta-separator.png);
}

.meta_date, .meta_categories {
    padding:3px 0 3px 0;
}


.wrap-readmore {
    float: right;
    margin: 0 0 20px 0;
}

a.readmore {
    color: #111111;
    background: url(images/read-more-arrows.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 0 0 0 10px;
    float: right;
    font-weight: bold;
    text-decoration: none;
}

a.readmore:hover {
    color: #0A648A;
    background-position: left -105px;
}

.navigation {}

/* Featired Posts */

.featuredposts {
    margin: 0 0 15px 15px;
}

.fp-label {
    color: #606060;
    padding: 0 0 10px 0;
    margin: 0 15px 10px 0;
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}

.fp-slides {
    width: 930px;
    height: 300px;
    overflow:hidden;
}

.fp-post {
}

.fp-thumbnail {
    max-height: 300px;
    max-width: 930px;
}


.fp-content {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: url(images/featured-content-bg.png);
    padding: 10px;
    width: 480px;
}

.fp-content-no-title {
    top: 206px;
}

.fp-content-no-excerpt {
    top: 232px;
}

.fp-title {
    font-family: Georgia, Times New Roman Times, Serif;
    color: #1D1D1D;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #1D1D1D;
    text-decoration: none;
}

.fp-content p {
    color: #1D1D1D;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    color: #1D1D1D;
    font-weight: bold;
}

.fp-nav {
    margin-top: 10px;
    width: 930px;
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 2px 6px 0 0; 
    padding: 0;
    height: 16px; 
    display: block;
    float: left;
    width: 16px; 
    overflow: hidden; 
    text-indent: -999px; 
    background-position: 0 0;
}
.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -116px;
}


.fp-prev {
    float:right;
    margin-right: 4px;
    width:17px;
    height:22px;
    opacity: 0.7;
    background:url(images/featured-next-prev.png) top left no-repeat;
}

.fp-prev:hover {
    opacity: 1;
}

.fp-prev:active {
    opacity: 0.7;
}

 .fp-next {
    float:right;
	width:17px;
	height:22px;
    margin-left: 4px;
    opacity: 0.7;
    background:url(images/featured-next-prev.png) 0 -122px no-repeat;
}

 .fp-next:hover {
    opacity: 1;
}

.fp-next:active {
    opacity: 0.7;
}

/******************************************************
    [ SIDEBAR(S) AND WIDGET AREAS]
*******************************************************/

#wrap-sidebar-primary {}

.sidebar-primary, .home-widgetized-left, .home-widgetized-center, .home-widgetized-right {
    color: #737373;
    font-size: 13px;
}

.sidebar-primary a, .home-widgetized-left a, .home-widgetized-center a, .home-widgetized-right a {
    color: #737373;
    text-decoration: none;
}

.sidebar-primary a:hover, .home-widgetized-left a:hover, .home-widgetized-center a:hover, .home-widgetized-right a:hover  {
    color: #212121;
    text-decoration: none;
}

.sidebar {}

/******************************************************
    [ WIDGET(S) ]
*******************************************************/

.widgetized {}

/*  General Widgets Styling */

.wrap-widget {
    list-style-type: none;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

h3.widget-title {
    color: #606060;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #e7e7e7;
}

h3.widget-title a, h3.widget-title a:hover {
    color: #606060;
    text-decoration: none;
}


.home-widgetized-left h3.widget-title, .home-widgetized-center h3.widget-title, .home-widgetized-right h3.widget-title {
    border-bottom: 0;
    padding: 0;
}

/*  Default Widgets */

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 0 0 0 16px;
    margin: 15px 0 0 0;
    background: url(images/widget-list.png) left 4px no-repeat;
}

.widget ul li:first-child {
    margin-top: 0; 
}

.widget ul li ul {
    margin-top: 10px;
}

/* Search */

#wrap-search {
    width: 300px;
    padding: 20px 0;
}

#search {
    border: 1px solid #D9D9D9;
    background: #fff;
    height: 32px;
    padding: 0;
    text-align: left;
}

#search #s {
    background: none;
    color: #B9B9B9;
    border: 0;
    padding: 5px;
    margin:3px 0 0 2px;
    float: left;
}

#search .search-image {
    border:0; 
    vertical-align: top;
    float: right;
    margin: 6px 4px 0 2px;
}

.topsearch {
    padding-top: 15px;
    height: 37px; 
    width: 315px; 
    float: left;
}

.topsearch #search #s {
    width: 270px;
}

/* Wp Calendar */

#wp-calendar caption {
    background: none;
}

#wp-calendar th {
    background: none;
}

#wp-calendar td {
}

#wp-calendar td:hover, #wp-calendar #today {
    color: #0A648A;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #0A648A;
}

/* Flexi Ads */

.flexi-ads {
    text-align: center;
}

/* Flexi Banners 125 */

.flexi-banners {
    text-align: center;  
    margin-bottom: -10px;
}

.flexi-banners img {
    margin: 0 10px 10px 10px;
}

/* Flexi Comments */

.flexi-comments ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.flexi-comments ul li {
    list-style-type: none; 
    padding: 0; 
    margin: 10px 0 0 0;
}

.flexi-comments ul li:first-child {
    margin-top: 0;
}

.flexi-comments-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.flexi-comments-author:hover {}

.flexi-comments-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.flexi-comments-more {
    font-weight: bold; 
}

.flexi-comments-more:hover {}

.flexi-comments-avatar {
    border: 1px solid #ddd;
    padding: 4px;
}

.flexi-comments .alignleft {
    margin: 0 8px 0 0;
}

.flexi-comments .alignright {
    margin: 0 0 0 8px;
}

.flexi-comments .aligncenter {
    margin-bottom: 8px;
}

/* Flexi Posts */

.flexi-posts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.flexi-posts ul li {
    list-style-type: none; 
    padding: 0; 
    margin: 15px 0 0 0;
}

.flexi-posts ul li:first-child {
    margin-top: 15px; 
}

.flexi-posts-title {
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
}

.flexi-posts-title a {}

.flexi-posts-title a:hover {}

.flexi-posts-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
}

.flexi-posts-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.flexi-posts-more {
    font-weight: bold;
}

.flexi-posts-more:hover {}

.flexi-posts-featured-image {
    border: 1px solid #ddd;   
    padding: 4px;  
}

.flexi-posts .alignleft {
    margin: 0 8px 8px 0;
}

.flexi-posts .alignright {
    margin: 0 0 8px 8px;
}

.flexi-posts .aligncenter {
    margin-bottom: 8px;
}

/* Flexi Social Connect */

.flexi-social-connect {
    background: #eee;
    border: 1px solid #B7B7B7;
    padding: 10px;
}

.flexi-social-connect:hover {
    border: 1px solid #868585;
}

.flexi-social-connect a {
    color: #52575C;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
}

.flexi-social-connect a:hover {
    color: #353739; 
    text-decoration: underline;
}

.flexi-social-connect  img {
    vertical-align:middle; 
    margin-right: 5px;
}

/* Flexi Social Share */

.flexi-social-share ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.flexi-social-share ul li {
    text-align: center;
}

.flexi-social-share ul li a {
    width: 32px; 
    height: 32px; 
    margin: 0 2px; 
    padding: 0;
}

.flexi-social-share ul li a img {
    opacity: 0.7;
}

.flexi-social-share ul li a:hover img {
    opacity: 1;
}

/* Flexi Tabs */

.flexi-tabs {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 0;
    padding: 0; 
    height: 26px;
}

.flexi-tabs li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 4px; 
    padding: 0; 
    float: left;
}

.flexi-tabs li:first-child {
    margin: 0;
}

.flexi-tabs li a {
    color: #575757 !important;
    background: url(images/bg-tab.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 16px;
}

.flexi-tabs li a:hover, .flexi-tabs li a.flexi-tabs-current {
    color: #fff !important;
    background-position: 0 -126px;
}

.flexi-tabs-content {
    background: #fff;
}

/* Flexi Text */

.flexi-text {
    margin: 0; 
    padding: 0;
}

/* Flexi Tweets */

.flexi-tweets ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.flexi-tweets ul li {
    list-style-type: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.flexi-tweets ul li:first-child {
    margin-top: 5px;
}

.flexi-tweets li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.flexi-tweets a {}

.flexi-tweets a:hover {}

a.flexi-tweets-time {
    text-decoration: underline; 
}

a.flexi-tweets-time:hover {
    text-decoration: none; 
}


/* Flexi Info Box */

.flexi-infobox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.flexi-infobox ul li {
    list-style-type: none; 
    padding: 0; 
    margin: 5px 0 0 0;
}

.flexi-infobox ul li a {
    text-decoration: none;
}

.flexi-infobox-description {
    line-height: 20px;
}

.flexi-infobox-more {
    font-weight: bold;    
}

.flexi-infobox-more:hover {   
}


.flexi-infobox .alignleft {
    margin: 0 10px 10px 0;
}

.flexi-infobox .alignright {
    margin: 0 0 10px 10px;
}

.flexi-infobox .aligncenter {
    margin-bottom: 10px;
}

.flexi-infobox .inbottom {
    margin-top: 10px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/

#wrap-footer {}

#footer {
    background: url(images/bg-footer.png) left top repeat-x;
}

#copyrights {
    color: #B0B0B0;
    text-align: center;
    padding: 28px 0 24px 0;
}

#copyrights a {
    color: #B0B0B0;
} 

#copyrights a:hover {
    color: #B0B0B0;
    text-decoration: none;
} 

#credits {
    color: #A8A7A7;
    background: #424242;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 0 0;
}

#credits a {
    color: #A8A7A7;
} 

#credits a:hover {
    text-decoration: none;
    color: #A8A7A7;
} 

/******************************************************
    [ COMMENTS ]
*******************************************************/

#comments {
    margin-bottom: 20px;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}

.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}