/* 
	Theme Name: FlexiBusiness
	Theme URL: http://flexithemes.com/themes/flexibusiness/
	Description: Business theme by <a href="http://flexithemes.ocom">FlexiThemes.com</a>
	Author: FlexiThemes
	Author URI: http://flexithemes.com
	Version: 1.0
*/

/******************************************************
    [ LAYOUT ]
*******************************************************/

body {
}


#wrapper {
}


#home-wrapper {
}

#container { 
}

a:focus { 
    outline:none 
}

/******************************************************
    [ HEADER ]
*******************************************************/

#header {
	height: 108px;
}

#header h1 {
	margin: 0px !important;
	padding: 20px 0 0 0px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:46px;
    font-weight: bold;

}

#header h1 a, #header h1 a:visited {
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
	}

#header h2 {
	font-size: 14px;
    font-family: Arial, Helvetica, Sans-serif;
}

.logo {
    margin: 35px 0 0 0;
}


/******************************************************
    [ NAVIGATION ]
*******************************************************/

.navwrapper {
	height: 28px;
    margin-top: 40px;
    float: right;
    z-index: 999;
}

/* Superfish Nav styles */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			160px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			28px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
}

.sf-menu {
	float: left;
    z-index: 300;
    position:relative;
}

/* Superfish First Level */
.sf-menu li {
    margin-left: 6px;
}

.sf-menu li a {
    text-decoration: none;
    padding: 8px 12px;
    font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    font-family: Arial, Helvetica, Sans-serif;
}

.sf-menu li:hover a, .sf-menu li a:hover, .sf-menu li.current_page_item a {
	text-decoration: none;
}


/* Superfish Seccond Level */
.sf-menu li li {
    margin-left: 0 !important;
}

.sf-menu li li a {
    text-decoration: none;
    margin: 0;
    padding: 8px 10px;
    font-size: 12px;
	font-weight: normal;
	text-transform:  none;
    font-family: Arial, Helvetica, Sans-serif;
}

.sf-menu li li:hover a, .sf-menu li li a:hover, .sf-menu li li.current_page_item a {
	text-decoration: none;
}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/*** ARROWS **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			10px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			8px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

.sf-menu li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			8px;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/******************************************************
    [ CONTENT ]
*******************************************************/

/* Featired Posts */

#featured {
    margin: 10px 0 10px 0;
    height: 320px;
    overflow:hidden;
    position:relative;
    z-index: 0;
}

#featured .featuredslide {
    margin: 12px 0;
}

#featured .featuredpost {
    width: 950px;
    
}

#featured .featuredpost h1 {
    padding: 5px 0 15px 0;
    margin: 0;
    font-size: 32px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
}

#featured .featuredpost p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    margin-bottom: 0;
}


#featured .more {
    margin: 4px 0 0 0;
    padding: 0 !important;
    height: 26px;
}

#featured .more  a {
	padding: 5px 14px 5px 20px;
    font-size: 12px;
    font-weight: bold;
	text-decoration: none;
}

#featured .more a:hover {
    text-decoration: none;
    background-position: 0 -26px;
}

#featured .featuredpost img {
    float: right;
    padding: 10px;
    margin-left: 20px;
}

.dotcontrols a { 
    cursor:pointer;  
    margin: 0 8px 0 0; 
    padding: 0;
    display: block; 
    float: left; 
    height: 16px; 
    width: 16px; 
    overflow: hidden; 
    text-indent: -999px; 
    background-position: 0 0;
}
.dotcontrols a:hover, .dotcontrols a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -16px;
}



#featuredcontrol .prev{
    margin-left: 10px;
    float:left;
	width:24px;
	height:20px;
    opacity: 0.7;
	}
#featuredcontrol .prev:hover{
    opacity: 1;
}

#featuredcontrol .prev:active{
    opacity: 0.7;
}

#featuredcontrol .next{
    float:right;
	width:24px;
	height:20px;
    opacity: 0.7;
	}

#featuredcontrol .next:hover{
    opacity: 1;
}

#featuredcontrol .next:active{
    opacity: 0.7;
}

#featuredcontrol {
    height: 38px;
}

/* Homepage */

#homepage-wrpapper {
}


.homepage-content {
}

.homepage-content-wrap {
    padding-left: 10px;
}
.featuredbox {
	width: 280px;
    float: left;
    padding: 0 15px 10px 15px !important;
    margin: 15px 0 0 0;
}

.featuredbox h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 0 12px 0;
    margin: 0;
}

.featuredbox h2 a {
    text-decoration: none;
}

.featuredbox h2 a:hover {
    text-decoration: none;
}


.featuredbox .featuredimg {
    margin-bottom: 14px;
}

.featuredbox p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}


.featuredbox .featuredmore {
    text-align: left;
    margin-bottom: 8px;
}

.featuredbox .featuredmore a {
	padding: 3px 12px;
    font-size: 12px;
    font-weight: bold;
	text-decoration: underline;
}

.featuredbox .featuredmore a:hover {
    text-decoration: none;
    
}

#content-wrpapper {
}

#content-wrpapper-nosidebar {
}

#contenthead {
    height: 70px;
}

#contenthead h1 {
    padding: 18px 0 0 0;
    margin: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}

#content {
	margin: 20px 15px 10px 20px;
}

h1, h2, h3, h4, h5, h6 {
}

.post_thumbnail {
    padding: 6px;
    margin: 0 10px 10px 0;
}

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.noline {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    padding-right: 5px !important;
}

.post p {
	margin-bottom: 10px;
}

.title {
	margin: 0px 0 8px 0;
    padding: 0;
	font-family: Arial, Helvetica, Sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
}

.pagetitle {
	margin: 0px 0 10px 0;
	padding: 6px 12px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}

h2.generic {
	margin: 0px 0 10px 0;
	padding: 6px 12px;
    font-size: 18px;
}

.postdate {
	font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.postdate a {
    text-decoration: none;
}
.postmeta {
	font-size: 11px;
    padding-bottom: 8px;
}

.postdate img, .postmeta img {
	border: none;
	vertical-align: top;
    margin: 0 2px 0 0;
}
    
.readmorecontent {
	text-align: right;
    margin-bottom: 8px;
}

a.readmore {
	padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 12px;
	text-decoration: underline;
}

a.readmore:hover {
    text-decoration: underline;
}
    
.entry {
	text-align: justify;
	line-height: 20px;
    font-size: 14px;
}
.navigation {
	padding: 10px 0;
}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
}
	
.post img {
	max-width: 680px;
}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
	
/******************************************************
    [ SIDEBAR(S) ]
*******************************************************/

.banner125 {
	margin: 6px;
	}
    
#sidebar {
    padding: 15px;
}
	
#sidebar a {
	text-decoration: none;
    font-size: 14px;
}

#sidebar a:hover {
	text-decoration: underline;
}
	
    	
#search {
    height: 30px;
    padding: 0;
    text-align: right;
}

#search input {
	border: 0;
}
	
	
#s {
	width: 230px;
	padding: 4px;
    margin:3px 0 0 0;
}

#topsearch 	#s {
  width: 240px;  
}

#topsearch #search {
    margin: 0 0 0 0;
}

/* Social icons */
.addthis_toolbox {
	margin: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
	
    
#sidebar h2 {
	margin: 10px 0 4px 0;
	padding: 6px 0 6px 6px;
	font-size: 24px;
    line-height: 24px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#sidebar ul li li {
	padding: 5px 0px 5px 8px;
	margin: 0px;
}
	
#sidebar ul li ul li {
	padding: 5px 0px 5px 8px;
	margin:0;
}

#sidebar ul li ul li:hover, #sidebar ul li li:hover{
    padding-bottom: 4px;
}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
    font-weight: bold;
}

#wp-calendar td {
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td:hover, #wp-calendar #today {
}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
}


/******************************************************
    [ FOOTER ]
*******************************************************/

#footer-wrapper {
}

#fcontainer {
    font-size: 13px;
}


#fcontainer a {
    text-decoration: none;
}

#fcontainer a:hover {
    text-decoration: underline;
}

#fcontainer h2 {
	margin: 14px 0 0 0;
	padding: 0;
	font-size: 24px;
	font-family: Arial;
	font-weight: normal;
}

#fcontainer ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
	
#fcontainer ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#fcontainer ul ul {
	list-style-type: none;
	margin: 0px 10px 0 0;
	padding: 0px;
}
	
	
#fcontainer ul li ul li {
	padding: 6px;
	margin: 0;
}


#footer {
	padding: 10px;
	text-align: center;
    font-size: 12px;
}

#footer a {
} 

#footer a:hover {
	text-decoration: none;
} 

.footer-credits {
    text-align: center;
    padding: 4px;
    font-size: 11px !important;
}

.footer-credits a {
} 

.footer-credits  a:hover {
	text-decoration: none;
} 

/* wp-pagenavi style overriding */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
}	

/******************************************************
    [ COMMENTS ]
*******************************************************/


#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 5px;
	text-align: justify;
    margin:0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -22px 0 0 63px;
	display: block;
    font-size: 11px;
    padding:0;
}

.comment-body {

}

.avatar { 
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
}

.reply {
    text-align: right;
}
.comment-reply-link  {
	padding: 4px 15px;
    font-size: 12px;
	text-decoration: none;
    border-radius: 12px;
}

.comment-reply-link:hover {
}
	
.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;
}

.says {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px; 
}

.commentmetadata a, .commentmetadata a:hover {
    text-decoration: none;
}
/******************************************************
    [ MISC (WP GENERATED) ]
*******************************************************/

.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}
		