/*
	Theme Name: Child
	Theme URL: http://themecrunch.blogspot.com/2010/03/studiopress-genesis-theme-framework-and.html 
	Description: This is a child theme for the Genesis Framework
	Author: Studiopress
	Author URI: http://themecrunch.blogspot.com/2010/03/studiopress-genesis-theme-framework-and.html 
	Version: 1.0
	Template: genesis
*/

body {
	color: #4D4D4D;
	font:14px/1.5 Georgia,Times,Serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #317DC9;
	text-decoration: none;
	}
	
a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}



/***** Header  ********************/
#header {
    height: 80px;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
	position:relative;
}
	
#header .wrap {
	}

#title-area {
	width: 400px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a {
	color: #333333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 550px;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 400px;
	height: 80px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width #title-area h4 a {
	width: 960px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	background: url(images/arrow-down.png);
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 160px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
    background: #333333;
    clear: both;
    height: 31px;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

#nav .wrap {
    margin: auto;
    width: 1000px;
}

#nav ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 1000px;
}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
    color: #FFFFFF;
    display: block;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 2px 0 0;
    padding: 6px 10px 5px;
    position: relative;
    text-decoration: none;
	background:#333;
}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
    text-shadow: 1px 1px 0 #000;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
    background: #000000;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 0 0 -1px;
    padding: 6px 10px;
    position: relative;
    text-shadow: none;
    width: 158px;
}
	
#nav li li a:hover, #nav li li a:active {
    background: #555;
    color: #fff;
    text-shadow: none;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0; 
	border: none;
	background: none;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
    float: left;
    height: 31px;
    margin: 20px 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    width: 657px;
}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 0 #FFFFFF;
    background: none repeat scroll 0 0 #CDCDCD;
    color: #333333;
    display: block;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 11px 0 0;
    padding: 6px 12px 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 #EEEEEE;
}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #DCF3FF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	text-shadow: none;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #000000;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -33px 0 0 179px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
    background: none repeat scroll 0 0 #E6E6E6;
    border-left: 5px solid #F0F0F0;
    border-right: 5px solid #F0F0F0;
    border-top: 5px solid #F0F0F0;
    margin-top: 0;
    padding: 0;
    width: 1000px;
	margin:0 auto;
	overflow:hidden;
}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }

/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	/*width: 790px;*/
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 1000px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
    float: left;
    margin: 25px 0 0 21px;
    padding: 0;
    width: 470px;
}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 630px;
	}
	
.full-width-content #content {
	width: 960px;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
    background: url("images/blockquote.gif") no-repeat scroll 0 12px transparent;
    margin: 12px 0;
    padding: 10px 0 10px 30px;
}

#content blockquote div {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 28px;
    margin-top: 0;
    text-align: right; 
}
	

#content .post.description {
    background: #F4FAFF;
    border: 3px solid #D9E4EF;
    margin-bottom: 8px;
}

#content .post, #content .quotes {
	margin: 0 0 40px 0;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height:24px;
	}
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	clear:both;
	}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	}

.clear {
	clear: both;
	}
	
/*	
.full-content-width {
    left: -30px;
    position: relative;ad
    width: 628px;
}
*/
	
/***** Post Info ********************/
	
.post-info {
    color: #999999;
    font-family: "Arial","Helvetica",sans-serif !important;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 0 ;
    padding: 0;
    text-transform: uppercase;
}

.post-info .date{
	font-size: 11px;	
}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	margin: 30px 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #E6E6E6;
	clear:both;
	}

#content .post-meta ul li{
	list-style-type:none;
	margin:0;
}

#content .post-meta ul {
	padding:0;
}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

/* H1-H6 Elements */
h1, h2, h3, h4, h5, h6{font-family:"Trebuchet MS", Arial, sans-serif;}
#content h1 {} #content h2 {} #content h3 {} #content h4 {} #content h5 {} #content h6 {}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {margin: 24px 0 15px 0; font-family:"Trebuchet MS", Arial, sans-serif; color:#4D4D4D;}
#content h1, #content h2, #content h3{text-transform:uppercase;}
#content h3{font-size:20px;}
#content h4{font-size:14px;}
#content h5, #content h6{font-size:12px;}
#content h4 {margin-top:20px ;}
#content h3 a{text-decoration:none; color:#1D1D1D;}
#content h3 a:hover{text-decoration:none;}
#content .speaking{margin-bottom:35px;}	
	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}

.date {
    font-size: 15px;
    color:  #999;
}

.categories {
    background: url("images/icon-categories.png") no-repeat scroll left top transparent;
    margin: 0 0 0 3px;
    padding: 0 0 2px 20px;
}
	
.tags {
    background: url("images/icon-tags.png") no-repeat scroll left top transparent;
    margin: 0 0 0 3px;
    padding: 0 0 2px 20px;
}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}
	
.marginleft {
	margin-left: 10px !important
}

.marginbottom {
	margin-left: 10px !important
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: auto;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #F7F7F7;
	color: #2255AA;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #F7F7F7;
	color: #2255AA;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 300px;
	float: right;
	margin: 26px 23px 0 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border: 1px solid #E6E6E6;	
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	background: #F7F7F7;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #E6E6E6;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: square;
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	margin: 0;
	padding: 0;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
	
	 

/* ********************************************** */
/* Posts, Post-Meta, Breadcrumbs */
/* ********************************************** */
.post, #content .page, #content .quotes, #content .portfolio  {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    margin: 0 0 20px;
    padding: 30px 30px 25px;
    position: relative;
	overflow: hidden;
}

.cap {font-family:"Georgia",serif; color:#4D4D4D; font-size:50px; line-height:50px; float:left; margin:0 10px 0 0;}

/* Post Title */
.entry-title {width:360px;color: #4D4D4D; line-height:30px ; font-size: 25px; text-transform:uppercase; font-family:'Trebuchet MS',Arial,Verdana,sans-serif; margin:0 0 30px !important;}
.entry-title a:link, .entry-title a:visited {color:#666;}
.entry-title a:hover {text-decoration: none; color: #000;}




/**** stats ****/

#stats{
	float:right;	
}
.comment-count, .view-count {
    background: none repeat scroll 0 0 #F4F4F4;
    color: #B7B7B7;
    display: block;
    float: right;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0;
    min-height: 21px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 84px;
}

/*** more ***/

.more-link {
    background: #E6E6E6;
    color: #333333 !important;
    float: right;
    font-size: 12px;
    margin-top: -5px;
    padding: 3px 10px 2px;
    text-shadow: 1px 1px 0 #FFFFFF;
}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 10px 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F7F7F7 ;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 195px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	}

.searchsubmit:hover {
	background: #000000;
	border: 1px solid #000000;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	margin: 0;
	padding: 0;
	}

#sidebar .enews h4 {
	background: url("images/enews-sidebar.png") no-repeat scroll 270px 50% #F7F7F7;
}
	
#sidebar .enews p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 ;
	width: 230px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	}
	
.enews #subbutton:hover {
	background: #000000;
	border: 1px solid #000000;
	}

/***** Latest Tweets Widget********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 ;
	color: #F7F7F7 ;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #333333;
	}
	
.gform_footer .button:hover {
	background: #000000;
	border: 1px solid #000000;
	}
	
.gform_footer input.button {
	color: #FFFFFF ;
	}
	
.gform_wrapper .gform_footer {
	border: none;
	}

/***** Footer ********************/
#footer {
    background: none repeat scroll 0 0 #333333;
    border-color: #F0F0F0;
    border-style: solid;
    border-width: 10px 5px 5px;
    clear: both;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 auto 70px;
    overflow: auto;
    padding: 5px 0;
    text-transform: uppercase;
    width: 1000px;
}

#footer .wrap {
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

#disqus_thread {
    background: #FFFFFF !important;
    margin-bottom: 10px !important;
    padding: 30px !important;
}


.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 ;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 ;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	}
	
#submit:hover {
	background: #000000;
	border: 1px solid #000000;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F7F7F7;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #333333;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}
	
/** Other **/

#nrelate_related {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    float: left;
    margin: 30px 0 0;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

a.nr_rc_panel {
 margin: 5px !important;	
}

span.capital {
    color: #4D4D4D !important;
    float: left;
    font-family: "Georgia",serif !important;
    font-size: 50px !important;
    line-height: 50px;
    margin: 0 10px 0 0;	
}

.getsocial {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    background: #E6E6E6 !important;
	border:none !important;
    padding: 10px;
    width: 56px!important;
}

.sharebutton {
    padding: 5px 1px;
    width: 70px !important;
}

#greet_block{
	margin-bottom: 30px;	
}


/*** social ***/

#share {
	background: #EEEFFF;
	bottom: 10px;
    float: right;
    height: 20px;
    margin: 0 20px 0 0;
    padding: 10px;
    position: fixed;
    right: 0;
}

.like-button {
    width: 80px;
}

#share li {
    display: inline-block;
    margin-left: 15px;
}

.gplus {
    position: relative;
    top: -1px;
}




#social-nav {
    background: #EEEFFF;
    bottom: 10px;
    display: block;
    height: 30px;
    left: 0;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 10px;
    position: fixed;
    width: 362px;
}

.subscriberCount {
    color: #7C9BDE;
    font-family: arial;
    font-size: 26px;
    line-height: 29px;
    margin-left: 0;
}
.subscriberStats div {
    float: left;
    list-style: none outside none;
    margin-left: 10px;
}
.subscriberStats div a {
    display: block;
    height: 28px;
    width: 29px;
}

#social-nav li {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 200px 200px 200px 200px;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-bottom: 13px;
    text-align: justify;
    width: 20px;
}


#social-nav li:hover {
    background: rgba(255, 0, 0, 1);
    border-radius: 200px 200px 200px 200px;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-bottom: 13px;
    text-align: justify;
    width: 20px;
	color: #ff0000;
}
.subscriberStats .rss a {background:url(images/gsocial-media-icons.png) 0 0 ;}
.subscriberStats .email a {background:url(images/gsocial-media-icons.png) -50px 0 ;}
.subscriberStats .twitter a {background:url(images/gsocial-media-icons.png) -100px 0 ;}
.subscriberStats .linkedin a {background:url(images/gsocial-media-icons.png) -200px 0 ;}
.subscriberStats .stumbleupon a {background:url(images/gsocial-media-icons.png) -250px 0 ;}
.subscriberStats .youtube a {background:url(images/gsocial-media-icons.png) -300px 0 ;}
.subscriberStats .facebook a {background: url(images/gsocial-media-icons.png) repeat scroll -150px 0 transparent;}

/** ads **/
.ad {
    clear: both;
    padding-bottom: 15px;
    padding-top: 15px;
	/*
	background: #EEF4FF;
    text-align: center;
	*/
    border: 1px solid #DDDDDD;
	padding: 10px;
}

.Advman_Widget, #text-423479776, #text-423479777, #text-423479778, #text-423479780 {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}
.Advman_Widget h4, #text-423479776 h4, #text-423479777 h4, #text-423479778 h4, #text-423479779 h4, #text-423479780 h4, #text-423479781 h4 {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    padding: 0 !important;
}

#text-423479779 {
	padding:0!important;	
}

/*buy sell ads*/
#text-423479781 {
    overflow: hidden;
    padding: 0 !important;
}

/*hide stats block*/
#text-423479775{
	display:none;
}

/** press **/

#press li {
    list-style: none;
    float: left;
    margin-right: 64px;
    margin-bottom: 30px;
} 

/** filebase **/

.wpfilebase-fileicon {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wpfilebase-attachment {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #999999;
    clear: both;
    margin: 10px 0;
    padding: 10px 10px 0;
}

.download {
    background: #DCF3FF;
    padding: 10px;
    border: 1px solid #C5E9FF;
    font-weight: normal;
	margin: 10px 0;
}


/* social count */

/*
.subscriberStats {
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
    width: 300px;
}

.socialIcon{
	float:left;
	height:32px;
	width:32px;
}

.subscriberCount{
	border-bottom:1px dotted #CCCCCC;
	color:#999999;
	float:left;
	font-size:28px;
	line-height:32px;
	margin-right:10px;
}
*/

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}







/** carousel **/

.tubepress_thumb {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}


#apc_carousel_0{
	margin: auto;
}


.apc_out_container{
	width:960px !important;
	height:140px;
	overflow:hidden;
	margin: auto;		
}


.apc_item {
    border: none !important;
    height: 157px;
    margin: 0 auto !important;
    padding: 0 0 17px !important;
    width: 330px;
}


.apc_item:hover a{
   color:#000000
}

.apc_item img {
margin:0 auto;	
}

.apc_post_link {
    background: #EEEEEE;
    height: 75px;
    overflow: hidden;
    width: 260px;
}
.apc_item h5 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    text-align: center;
    width: 300px;
	text-transform:uppercase;
}

.apc_item a {
    display: block;
    margin: 0 20px;	
	color:#666666;
}

.apc_next {
    border-color: transparent transparent transparent #848282;
    border-width: 30px 0 30px 12px;
    margin-top: -10px;
}

#header {
    border-bottom: 6px solid #EEEEEE;
    height: 80px;
    margin: 0 auto 30px;
    padding: 0;
    width: 1000px;
}

.apc_prev {
    border-color: transparent #848282 transparent transparent;
    border-width: 30px 12px 30px 0;
    margin-top: -10px;
}

.apc_prev:hover{
    border-color: transparent #000000 transparent transparent;
}

.apc_next:hover {
    border-color: transparent transparent transparent #000000 ;
}


.apc_thumb {
border:none;	
}


.roundbox {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* portoflio back button */
#portfolio-back {
    background: #DFE7EE;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#portfolio-back a {
    color: #3D5DB8;
    text-decoration: none;
}
#portfolio-back:hover a {
    color: #1A3B99;
}
#portfolio-back:hover {
    background: #ADCFEE;
}

/** like box **/
#likebox-frame {
    border: 1px solid #D5D5D5;
    height: 163px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    top: -1px;
    z-index: 10;
}
#likebox-frame iframe {
    left: -1px;
    overflow: hidden;
    position: relative;
    top: -1px;
}