/*
Theme Name: Venture Atlanta
Author: eyespeak
Author URI: http://www.eyespeak.com
Version: 2.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
body, html {
	height:100%
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0;
	width: 700px;
	padding: 10px 0 0 11px;
}
#content {
	margin: 0;
}
.sidebar {
	float: left;
	overflow: hidden;
	width: 222px;
	padding: 0 0 50px 0;
	margin-top: 10px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Trebuchet MS", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Trebuchet MS", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Tour de Force Font Foundry
 * License URL: http://www.fontspring.com/fflicense/tour-de-force
 *
 *
 */

@font-face {
    font-family: 'OblikBold';
    src: url('fonts/Oblik_Bold-webfont.eot');
    src: url('fonts/Oblik_Bold-webfont.eot?iefix') format('eot'),
         url('fonts/Oblik_Bold-webfont.woff') format('woff'),
         url('fonts/Oblik_Bold-webfont.ttf') format('truetype'),
         url('fonts/Oblik_Bold-webfont.svg#webfontJQTyrIYD') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: url('images/wrapper_back.png') repeat-y;
	padding: 0 60px;
	width: 940px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 250px;
}
#site-generator {
	float: right;
	width: 550px;
	text-align: right;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: url("images/back_reg.jpg") repeat-x #9d9d9d;
}
body,
input,
textarea {
	color: #000;
	font-size: 13px;
	line-height: 17px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0092b2;
	text-decoration: none;
}
a:visited {
	color: #0092b2;
	text-decoration: none;
}
a:active,
a:hover {
	color: #0092b2;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	background: url('images/header_back.jpg') repeat-x scroll 0 0 transparent;
	height: 179px;
	width: 940px;
	font-family: 'OblikBold';
	color: #fff;
	position: relative;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}
#site-title {
	float: left;
	width: 220px;
	height: 179px;
}
#conf-menu {
	height: 31px;
	background: url("images/orange_header_left.png") no-repeat scroll 0 0 transparent;
	float: right;
	text-align: right;
	font-size: 13px;
	line-height: 31px;
}
#conf-menu-back {
	background: url('images/orange_header_back.png') repeat-x;
	margin-left: 21px;
	text-transform: uppercase;
}
#conf-menu ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#conf-menu li {
	display: inline;
	padding: 0 18px 0 5px;
}
#conf-menu li:hover {
	border-left: 2px solid #000;
	padding: 0 18px 0 3px;
}
#conf-menu li.conf-home-link {
	display: none;
}
#conf-menu .conference-area li.conf-home-link {
	display: inline;
}
#conf-menu 
#conference-head {
	position: absolute;
	width: 712px;
	height: 179px;
	right: 59px;
}
#big-conf-menu {
	height: 179px;
	overflow: hidden;
	font-size: 14px;
	line-height: 179px;
	width: 711px;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	top: 0;
	left: 0;
}
#big-conf-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
}
#big-conf-menu li {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 125px;
	float: left;
}
#big-conf-menu li:hover,
#big-conf-menu .current-menu-item {
	background: url('images/big_conf_menu_back.jpg') repeat-x;
}
#big-conf-menu a {
	width: 125px;
	display: block;
}
#year {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	color: #343131;
	font-size: 143px;
	line-height: 143px;	
}
#main-menu {
	padding-top: 74px;
	height: 105px;
	overflow: hidden;
	font-size: 13px;
	line-height: 14px;
	width: 600px;
	text-transform: uppercase;
	padding-left: 10px;
}
#main-menu ul {
	list-style: none;
	margin: 0;
}
#main-menu li {
	padding-left: 10px;
	margin-bottom: 8px;
}
#main-menu li:hover,
#main-menu .current-menu-item,
#main-menu .current-page-ancestor {
	padding-left: 8px;
	border-left: 2px solid #e09334;
}
#main-menu-left,
#main-menu-right,
#main-menu-far-right {
	height: 105px;
	width: 200px;
	float: left;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 80px;
	margin: 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #4D4E4D;
	font-size: 13px;
	line-height: 17px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin: 0 0px 18px 0;
	line-height: 20px;
	text-align: justify;
}
#content ul,
#content ol {
	margin: 0 0 18px 3.5em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 24px 0 10px;
	font-family: 'OblikBold';
	font-weight: normal;
	text-transform: uppercase;
}
#content h2 {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
#content h2 a,
#content h2 a:visited {
	color: #FF8533;
	text-decoration: none;
}
#content h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 40px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-top {
	margin-bottom: 40px;
}
.sub-navigation {
	background: #000000;
	min-height: 26px;
}
.sub-navigation ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
.sub-navigation ul li {
	margin: 0 0 0 30px;
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: 'OblikBold';
	float: left;
}
.sub-navigation ul li a:link,
.sub-navigation ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.sub-navigation ul li a:hover,
.sub-navigation ul li.current-menu-item a {
	color: #f27c20;
}
.sub-navigation ul li.conf-home-link {
	display: none;
}
img.page-header {
	display: block;
	margin-bottom: 4px;
}
.page-title {
	font-size: 26px;
	margin: 0 0 1em !important;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content {
	width: 460px;
	float: left;
	margin: 0 0 80px 30px;
}
.entry-content-full {
	width: 640px;
	margin: 0 0 80px 30px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.archive-post-container {
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
}
.archive-meta {
	float: left;
	width: 88px;
	font-family: 'OblikBold';
	color: #000;
}
.archive-meta .archive-meta-date {
	font-size: 46px;
	line-height: 52px;
}
.archive-meta .archive-meta-month {
	font-size: 14px;
	line-height: 16px;
}
.archive-post {
	float: left;
	width: 372px;
}
.archive-post h2 a {
	color: #000 !important;
}
/* =Homepage
-------------------------------------------------------------- */
.home-image {
	width: 700px;
	height: 314px;
	margin-bottom: 20px;
}

#carouselPager{
	display:block;
}
#carouselPager a{
	background-color:#ffffff;
	text-decoration:none;
	color:#ffffff;
	font-size:8px;
	margin-left:14px;
	height:10px !important;
	width:10px !important;
	line-height:10px;
	display:block;
	float:left;
}
#carouselPager a.activeSlide{
	background-color:#0092B2;
	color:#0092B2;
}
a.video-close {
	display: block;
	z-index: 2500;
	height: 34px;
	width: 34px;
	background: url('images/x.png') no-repeat top right #000000;
	padding: 0 44px;
	width: 612px;
	color: #ffffff;
	font-family: 'OblikBold';
	font-size: 13px;
	line-height: 34px;
	overflow: hidden;
	text-align: right;
	
}
a.video-close:hover {
	text-decoration: none;
}

.ad-space {
	width: 700px;
	margin-bottom: 65px;
}
.ad-space a {
	text-decoration: none;
}
.ad-space img {
	width: 220px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 14px;
}
.ad-space .h3-wrapper {
	padding-bottom: 8px;
	padding-top: 5px;
	margin-bottom: 14px;
	border-bottom: 1px dashed #D1D2D4;
}
.ad-space h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0!important;
	font-family: 'OblikBold';
	text-transform: uppercase;
	padding-left: 10px;
}
.ad-space .orange a.more,
.ad-space .orange h3 a {
	color: #000 !important;
}
.ad-space .orange p a {
	color: #FF6600;
}
.ad-space .orange h3 {
	border-left: 2px solid #FF6600;
}
.ad-space .orange a:hover,
.ad-space .orange h3:hover {
	color: #FF6600 !important;
}
.ad-space .blue a.more,
.ad-space .blue h3 a {
	color: #000 !important;
}
.ad-space .blue p a {
	color: #0092b2;
}
.ad-space .blue h3 {
	border-left: 2px solid #0092b2;
}
.ad-space .blue a:hover,
.ad-space .blue h3:hover {
	color: #0092B2 !important;
}
.ad-space .gray a.more,
.ad-space .gray h3 a {
	color: #000 !important;
}
.ad-space .gray p a {
	color: #4D4E4D;
}
.ad-space .gray h3 {
	border-left: 2px solid #4D4E4D;
}
.ad-space .gray a:hover,
.ad-space .gray h3:hover {
	color: #4D4E4D !important;
}
.ad-space p {
	margin: 0 0 8px !important;
}
.ad-space p a,
.ad-space p a:hover,
.ad-space p a:visited {
	text-decoration: none;
	color: #0092b2;
	font-size: 13px;
}
.ad-space p a:hover {
	text-decoration: underline;
}
.ad-space #first-ad,
.ad-space #second-ad,
.ad-space #third-ad {
	float: left;
	width: 200px;
}
.ad-space #first-ad,
.ad-space #second-ad {
	margin-right: 30px;
}
#highlights {
	float: right;
	width: 700px;
	padding: 10px 0 0 11px;
	margin: 0 0 36px;
	color: #4D4E4D;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
}
#ventures {
	width: 940px;
	height: 230px;
	background: url('images/ventures.jpg') no-repeat 0 0;
	margin-bottom: 20px;
}
#ventures .successful-ventures {
	float: left;
	height: 52px;
	padding: 26px 50px 42px 80px;
}
#ventures h3 {
	color: #f27c20;
	font-size: 24px;
	line-height: 26px;
}
#ventures .intro-paragraph {
	height: 100px;
	padding-top: 20px;
	width: 470px;
	float: left;
}
#ventures .intro-paragraph p {
	color: #fff;
	font-size: 13px;
	line-height: 1.5em;
}
#ventures .funding {
	float: left;
	height: 94px;
	padding-top: 26px;
	text-align: center;
	width: 229px;
}
#ventures .funding p {
	color: #777777;
	font-size: 12px;
	line-height: 1.5em;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	max-width: 100%;
	height: auto;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px !important;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #4d4d4d;
	text-decoration: none;
	display: block;
}
.navigation a:active,
.navigation a:hover {
	color: #4d4d4d;
	text-decoration: none;
	background: #ccc;
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a {
	padding-left: 20px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next a {
	padding-right: 20px;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
	line-height: 40px;
	background: #e7e7e7;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	border-top: 1px solid #E7E7E7;
	margin-top: 20px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
	margin: 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	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 p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #0092B2;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #0092B2;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	/*border-top: 1px solid #e7e7e7;*/
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 20px 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0 0;
	text-transform: uppercase;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	display: none;
}
#respond label {
	color: #888;
	font-size: 12px;
	width: 100%;
	float: left;
}
#respond input {
	margin: 0 0 9px;
	width: 30%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Page Specific Areas
-------------------------------------------------------------- */
.new-quote {
	width: 200px;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	float: right;
	color: #444444;
	margin: 0 0 2em 2em;	
}
.new-quote h3 {
	font-family: 'OblikBold';
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.5em;
}
.conference-links {
	margin-left: 2em;
	width: 
}
.conference-links h4 a:link, 
.conference-links h4 a:visited {
	color: #F27C20;
	font-family: 'OblikBold';
	font-weight: lighter;
	font-size: 14px;
	line-height: 32px;	
	padding-left: 42px;
	display: block;
	background-image: url('images/conf_sprite_2.png');
	background-repeat: no-repeat;
}
.conference-links h4 a:hover {
	color: #000;
	text-decoration: none;
}
.conference-links h4.attendee-reg a {
	background-position: 0 0;
}
.conference-links h4.hotel a {
	background-position: 0 -100px;
}
.conference-links h4.apply-to-present a {
	background-position: 0 -200px;
}
.conference-links h4.sponsorship a {
	background-position: 0 -293px;
}
.conference-links h4.faq a {
	background-position: 0 -397px;
}
.conference-links h4.schedule-icon a {
	background-position: 0 -495px;
}
.conference-links h4.no-back a {
	background: none;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 12px;
}
#keynote-speakers {
	margin-bottom: 40px;
}
a.conference-keynote-speaker {
	width: 189px;
	margin: 0 10px 20px;
	float: left;
	text-decoration: none;
	overflow: hidden;
}
a.conference-keynote-speaker:hover {
	text-decoration: none;
}
a.conference-keynote-speaker h4 {
	text-align: center;
	margin: 5px 0 !important;
}
a.conference-keynote-speaker h4 span {
	color: #F27C20;
}
.resource-areas {
	border-top: 1px dashed;
}
.resource-areas a {
	width: 82%;
	min-height: 80px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url('images/resources_sprite.png');
	padding-left: 18%;
}
.resource-areas a:hover h2 {
	color: #f27c20 !important;
}
.resource-areas a p {
	color: #000;
}
.resource-areas .investor {
	background-position: 0 0;
}
.resource-areas .investor:hover {
	background-position: -800px 0;
}
.resource-areas .newsletter {
	background-position: 0 -200px;
}
.resource-areas .newsletter:hover {
	background-position: -800px -200px;
}
.resource-areas .blog {
	background-position: 0 -400px;
}
.resource-areas .blog:hover {
	background-position: -800px -400px;
}
.resource-areas .press {
	background-position: 0 -600px;
}
.resource-areas .press:hover {
	background-position: -800px -600px;
}
.profile {
	clear: both;
	padding-top: 20px;
}
.profile h2 {
	line-height: 16px !important;
	margin: 0 0 8px !important;
}
.profile h3 {
	font-size 14px;
	line-height: 14px !important;
	margin: 0 0 4px !important;
}
.profile p,
.profile ul {
	color: #4d4e4d;
	margin: 0 0 16px !important;
}
.profile ul {
	margin: 0 0 16px 1.5em !important;
}
.profile-pic {
	float: left;
	width: 116px;
	overflow: hidden;
	margin-right: 23px;
}
.profile-pic img {
	padding: 2px;
	border: 1px solid #d4d4d4;
}
.profile-description {
	float: left;
	width: 321px;
}
.profile-description span {
	margin: 0 0 16px !important;
}
.presenting-img {
	float: left;
	width: 205px;
	height: 90px;
	border: 4px solid #fff;
	text-align: center;
	margin-bottom: 50px;
}
.presenting-img:hover {
	border: 4px solid #e7e7e8;
}
.presenting-img a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.presenting-img a:hover {
	text-decoration: none;
}
.shade,
.shade:hover {
	background-image: url('images/shade.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.shade {
	background-position: center top;
}
.shade:hover {
		background-position: center bottom;
}
.sponsor-class {
	margin-top: 20px;
	padding: 10px 20px;
	font-size: 20px !important;
	border-bottom: 1px solid #4D4E4D;
	color: #4D4E4D !important;
}
.sponsor-img {
	float: left;
	width: 166px;
	height: 133px;
	border: 4px solid #fff;
	text-align: center;
}
.sponsor-img:hover {
	border: 4px solid #e7e7e8;
}
.sponsor-img a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.sponsor-img a:hover {
	text-decoration: none;
}
.shade2,
.shade2:hover {
	background-image: url('images/shade-sponsor.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.shade2 {
	background-position: center top;
}
.shade2:hover {
		background-position: center bottom;
}

.shade-all {
	background: url('images/shade-back.png') repeat-x;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
.register1 a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 40px;
	background: #F79424;
	color: #4d4d4d;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	float: right;
	width: 150px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.register2 a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 80px;
	background: #F79424;
	color: #4d4d4d;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	float: right;
	width: 415px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.register1 a:active,
.register2 a:active {
	background: #bd6900;
	text-decoration: none;
}
.register-buttons {
}
.register-button-left {
	float: left;
	text-align: left;
	padding-left: 41px;
}
.register-button-right {
	float: right;
	text-align: right;
}
.funding-amount {
	font-family: 'OblikBold';
	font-size: 80px;
	line-height: 80px;
	text-align: right;
	margin-bottom: 20px;
}
.funding-amount ul {
	list-style: none;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.funding-amount li {
	display: inline;
}
.board {
	width: 155px;
	float: left;
	text-align: center; 
	margin: 20px 0;
	padding: 0;
	height: 180px;
	position: relative;
}
.board,
.board a {
	color: #4D4E4D;
	text-decoration: none;
	text-transform: uppercase;
}
.board img {
	padding: 2px;
	border: 1px solid #D4D4D4;
}
.board a img:hover {
	text-decoration: none !important;
}
.profile-name {
	z-index: 2;
	position: absolute;
	top: 136px;
	left: 8px;
	padding-top: 14px;
	width: 138px;
	height: 31px;
	overflow: hidden;
}
.profile-name span {
	color: #888888;
}
.resource {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.resource h2 {
	margin: 0 0 10px !important;
	padding-left: 55px;
}
.resource p {
	padding: 0 0 0 55px;
	margin: 0 !important;
}
.resource a {
	display: block;
}
.both {
	background: url('images/both.png') no-repeat;
}
.investors {
	background: url('images/investors.png') no-repeat;
}
.entrepreneurs {
	background: url('images/entre.png') no-repeat;
}
.funding-widget {
	margin-left: 14px;
	background: url('images/funding_back.png') no-repeat;
	height: 120px;
	width: 200px;
	position: relative;
	margin-bottom: 30px;
}
.funding-widget ul {
	padding: 0 !important;
	margin: 4px 0 0 11px !important;
}
.funding-widget li {
	margin: 0 !important;
	padding: 0 3.3px 0 !important;
	display: inline;
	text-align: center;
}
.funding-widget .spaced {
	width: 19px;
	text-align: center;
	float: left;
	margin-right: 1px;
	height: 100%;
}
.funding-number {
	height: 120px;
	width: 200px;
	font-family: Helvetica;
	font-size: 24px;
	line-height: 118px;
	color: #e47f00;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.funding-shadow {
	background: url('images/funding_shadow.png') no-repeat;
	height: 120px;
	width: 200px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
}
.calendar-add {
	float: right;
	margin-bottom: 20px;
}
.calendar-soket-promo {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #a9bccb;
	text-align:right;
}
.calendar-soket-promo a {
	color: #a9bccb;
}
/* =Widget Areas
-------------------------------------------------------------- */
.back-to-main {
	height: 30px;
}
.back-to-main a {
	font-size: 11px;
	line-height: 30px;
	display: block;
	text-transform: uppercase;	
	padding: 0 5px;
	color: #000;
}
.back-to-main a:hover {
	background: #CCC;
	color: #fff;
	text-decoration: none !important;
}
.menu-pop h3 {
	background: #000;
	color: #fff;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 45%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 40px 0;
}
.widget-container input {
	margin-left: 13px;
}
.widget-title {
	color: #000;
	text-transform: uppercase;
	font-family: "OblikBold";
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 26px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #d1d2d4;
}
.widget-title a {
	color: #000;
	text-decoration: none !important;
	display: block;
}
.widget-title a:hover {
	text-decoration: none;
	color: #F27C20;
}
.textwidget h3 {
	font-size: 12px;
	font-weight: bold;
}
.textwidget h3 a,
.textwidget h3 a:hover {
	color: #c56a19;
}
.textwidget h3 a:hover {
	text-decoration: underline;
}
.textwidget p {
	font-size: 10px;
	color: #4d4e4d;
	font-family: Arial, Helvetica, sans-serif;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 18px;
	padding: 24px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	list-style: none;
}
#main .widget-area ul ul li a {
	padding: 0;
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #4d4e4d;
	text-decoration: none;
}
#main .widget-area ul ul li a:hover {
	background: #CCC;
	color: #4d4e4d;
	text-decoration: none;
}
#main .widget-area ul ul li li {
}

#registration-top {
	height: 40px;
	width: 222px;
	margin:0;
}
#registration-information {
	background: url('images/registration-bottom-alt.png') no-repeat 0 0;
	width: 222px;
	overflow: hidden;
	margin:0;
}
.registration-box {
	width: 100%;
	overflow: hidden;
	padding-top: 2px;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
}
#registration-information .highlight1{
	color: #999;
}
#registration-information .highlight2{
	color: #f17d00;
}
#early {
	margin-top: 55px;
}
.registration-box .leftbox {
	padding-left: 80px;
	float: left;
	width: 94px;
	padding-top: 10px;
}
.registration-box .rightbox {
	float: left;
	padding-top: 24px;
}
.registration-box .fullbox {
	clear: both;
	padding: 20px 10px;
}
.home .side-ad-space {
	margin-bottom: 0;
}
.quick-links a {
	color: #000;
	text-transform: uppercase;
	font-family: "OblikBold";
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 30px;
	padding-left: 40px;
	display: block;
	background-image: url('images/quick_links.png');
	background-repeat: no-repeat;	
}
.quick-links a:hover {
	text-decoration: none;
	color: #F27C20;
}
h4.quick-blog a {
	background-position: 0 0;
}
h4.quick-blog a:hover {
	background-position: 0 -800px;
}
h4.quick-twitter a {
	background-position: 0 -200px;
}
h4.quick-twitter a:hover {
	background-position: 0 -1000px;
}
h4.quick-linkedin a {
	background-position: 0 -400px;
}
h4.quick-linkedin a:hover {
	background-position: 0 -1200px;
}
h4.quick-youtube a {
	background-position: 0 -600px;
}
h4.quick-youtube a:hover {
	background-position: 0 -1400px;
}
p.subscribe-form-intro {
	color: #F27C20;
}
#subscribe-form {
	border: 1px solid #d1d2d4;
	width: 202px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#subscribe-form input[type=text] {
	float: right;
	width: 20px;
	padding: 0 8px;
	border-left: 1px solid #ececec;
	border-top: none;
	border-right: none;
	border-bottom: none;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin: 4px 0;
	background: none;
	width: 151px;
	box-shadow: none;
}
#subscribe-form input[type=image] {
	float: left;
	margin-left: 0;
}

/* Right Page Sidebar */
#right-sidebar {
	float: right;
	width: 170px;
	margin-top: 10px;
}
#search {
	border: 1px solid #d1d2d4;
	width: 168px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#search fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#search input[type=text] {
	float: right;
	width: 20px;
	padding: 0 8px;
	border-left: 1px solid #ececec;
	border-top: none;
	border-right: none;
	border-bottom: none;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #f27c20;
	margin: 4px 0;
	background: none;
	width: 109px;
	box-shadow: none;
}
#search input[type=image] {
	float: left;
}
#right-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#right-sidebar ul li {
}
#right-sidebar ul li ul {
}
#right-sidebar ul li ul li,
#right-sidebar a#arch-more {
	font-family:'OblikBold';
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.8em;
}
#right-sidebar ul li ul li a,
#right-sidebar a#arch-more {
	color: #666666;
	text-decoration: none;
}
#right-sidebar ul li ul li a:hover,
#right-sidebar a#arch-more:hover {
	color: #000;
	text-decoration: none;
}
/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	height: 80px;
	color: #fff;
	font-size: 10px;
	line-height: 22px;
	position: absolute;
	width: 940px;
	bottom: 0;
}
#footer.footer-drop {
	height: 140px;
}
#footer p {
	margin-bottom: 0;
}
#sponsors {
	width: 700px;
	float: right;
	height: 60px;
	color: #000;
	text-decoration: none;
}
#sponsors ul {
	list-style-type: none;
	display: inline;
	height: 36px;
	width: 700px;
	margin: 0;
	padding: 0;
}
#sponsors li {
	display: inline;
	padding: 0 4px 0 3px;
	width: 90px;
	height: 36px;
}
#footertop {
	height: 10px;
	background: #FF9933;
	width: 100%;
	clear: both;
}
#colophon {
	overflow: hidden;
	padding: 18px 0 0;
	height: 52px;
	background: #FF8000;
}
#site-info {
	padding: 0 12px;
}
#site-generator {
	padding: 0 12px;
}
#site-info a,
#site-generator a {
	color: #fff;
	text-decoration: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
.clearfloat {
	clear: both;
}
/* 2011-09-07 */
table p {
	margin: 0 0 16px 0px !important;
}
.inputcount,
#li-9-12_counter,
#li-9-5_counter,
#li-10-5_counter,
#li-10-17_counter,
#li-10-18_counter {
	text-align: right;
	background: none !important;
	border: none !important;
	margin: -18px 5px 7px 98px !important;
}
/*
 	cforms override
*/
.linklove a,
.linklove a:hover {
	color: #fff !important;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:35px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-33px; background: #000; left:0; color:#fff; text-transform:uppercase; font-family:'OblikBold'; font-size: 25px; line-height: 33px; padding: 0 6px;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}


/* Blog Updates March/April 2014 */
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
#wrapper.blog #main {
	padding: 0 0 80px;
}
#wrapper.blog #footer {
	height: 80px;
}
#new-blog {
	padding-top: 11px;
}
#new-blog-top {
	margin-bottom: 20px;
}
#new-blog-top .widget-container {
	margin: 0;
	float: left;
}
#new-blog-top img.page-header {
	float: right;
	margin: 0;
}
#new-blog-content {
	padding-left: 32px;
	overflow-y: hidden;
}
#new-blog-left {
	width: 548px;
	float: left;
}
#new-blog-left .archive-title {
	line-height: 1.4em;
	margin-bottom: 20px;
}
#new-blog-right {
	width: 278px;
	padding: 20px 16px 0;
	float: right;
	background-color: #e0e0e0;
	padding-bottom: 4000px;
	margin-bottom: -4000px;
	font-size: 12px;
	line-height: 18px;
}
#new-blog-right h6 {
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}
#new-blog-right img {
	max-width: 278px;
	height: auto;
}
#new-blog-right a {
	color: #000000;
}
#new-blog-right > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#new-blog-right > ul > li {
	margin: 0 0 30px;
	padding: 0;
}
#new-blog-right > ul > li > h3 {
	color: #000;
	text-transform: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	margin: 0 0 12px;
	line-height: 22px;
	padding: 0;
	border-bottom: none;
	font-weight: normal;
}
#new-blog-right > ul > li ol,
#new-blog-right > ul > li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#new-blog-right > ul > li ol li,
#new-blog-right > ul > li ul li {
	margin: 0 0 14px;
}
#new-blog-subscribe-form {
	margin-bottom: 50px;
	position: relative;
	height: 40px;
}
#new-blog-subscribe-form input {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	float: left;
	display: block;
	background: #ffffff;
	color: #000000;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 18px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 238px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#new-blog-subscribe-form button {
	background-color: #fab000;
	color: #ffffff;
	border: none;
	float: left;
	font-size: 20px;
	text-align: center;
	width: 40px;
	height: 40px;	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}
#new-blog-subscribe-form input:focus,
#new-blog-subscribe-form button:focus {
	outline: none;
}
#blog-ads a {
	display: block;
	width: 100%;
	margin: 0 0 18px;
}
#blog-ads img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.guest-post-button {
	text-align: center;
	padding-top: 20px;
}
.guest-post-button a {
	display: inline-block;
	background-color: #fab000;
	padding: 14px 20px;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.new-blog-header {
	background-color: #fab000;
	padding: 14px 20px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000000;
}
.new-blog-header a,
.new-blog-header a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
}
.new-blog-header h2,
.new-blog-header h1 {
	color: #000000;
	display: inline;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.new-blog-header span {
	padding-left: 10px;
	padding-right: 10px;
}
.new-blog-featured-image img {
	max-width: 548px;
	height: auto;
}
.new-blog-content {
	margin-top: 20px;
	font-size: 15px;
	line-height: 24px;
}
.new-blog-content p {
	margin-bottom: 24px;
}
.new-blog-content blockquote {
	font-size: 21px;
	line-height: 1.5em;
	position: relative;
}
.new-blog-content blockquote:before {
	position: absolute;
	height: 1px;
	width: 100px;
	top: -13px;
	left: 50%;
	content: '';
	display: block;
	margin-left: -50px;
	background-color: #e1e1e1;
}
.new-blog-content blockquote:after {
	position: absolute;
	height: 1px;
	width: 100px;
	bottom: -13px;
	left: 50%;
	content: '';
	display: block;
	margin-left: -50px;
	background-color: #e1e1e1;
}
.new-blog-excerpt {
	margin-bottom: 80px;
}
/*a.new-blog-more-link:link,
a.new-blog-more-link:visited {
	color: #000000;
}
*/
#new-blog-nav {
	margin: 20px 0;
}
#new-blog-nav .new-previous {
	float: left;
}
#new-blog-nav .new-next {
	float: right;
}
#new-blog-nav span.chevron {
	display: inline-block;
	background-color: #fab000;
	text-align: center;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	float: left;
}
#new-blog-nav span.text {
	display: inline-block;
	background-color: #e0e0e0;
	text-align: center;
	color: #000000;
	width: 122px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: left;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
}
.new-previous:hover span.text,
.new-next:hover span.text {
	background-color: #c7c7c7 !important;
}
#new-blog-nav .new-previous span.chevron,
#new-blog-nav .new-next span.text {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#new-blog-nav .new-next span.chevron,
#new-blog-nav .new-previous span.text {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#guest-post {
	font-size: 16px;
	line-height: 28px;
}
#guest-post h1 {
	line-height: 1em;
	margin: 0 0 30px;
}
#guest-post h3 {
	display: none;
}
#guest-post .gform_body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#guest-post input,
#guest-post textarea {
	background: #e0e0e0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	padding: 10px 16px;
	font-size: 16px;
	line-height: 28px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
}
#guest-post .gfield_error textarea,
#guest-post .gfield_error input {
	background-color: #c9c9c9;
	margin-bottom: 0;
}
#guest-post .gfield_error .validation_message {
	margin-bottom: 30px;
	color: #fab000;
}
#guest-post input[type=submit] {
	background-color: #fab000;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
}
#guest-post input[type=submit]:hover,
#guest-post input[type=submit]:focus {
	background-color: #e3a104;
}
#side-social {
	background-color: #000000;
	height: 50px;
	width: 310px;
	margin-left: -16px;
	margin-top: 80px;
}
#side-social span {
	float: left;
	padding: 0 0 0 16px;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 100;
	line-height: 50px;
}
#side-social ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-social ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#side-social ul li a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: transparent;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
    background-image: url('images/blog_social_sprite.png');
    background-repeat: none;
    text-indent: -999999px;
}
#side-social ul li a.rss {
	background-position: 0 0;
}
#side-social ul li a.rss:hover {
	background-position: -50px 0;
}
#side-social ul li a.twitter {
	background-position: 0 -50px;
}
#side-social ul li a.twitter:hover {
	background-position: -50px -50px;
}
#side-social ul li a.linkedin {
	background-position: 0 -100px;
}
#side-social ul li a.linkedin:hover {
	background-position: -50px -100px;
}
#side-social ul li a.youtube {
	background-position: 0 -150px;
}
#side-social ul li a.youtube:hover {
	background-position: -50px -150px;
}
#side-social ul li a:hover {
	background-color: #54abf4;
}
/* April 30, 2014 addition */
#apply-button a {
	text-align: center;
	width: 100%;
	background-color: #FF8533;
	padding: 10px 0;
	margin: 0 0 30px;
	display: block;
	color: #ffffff !important;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
}
#apply-button a:hover {
	background-color: #FF9933;
}
#guest-post input[type="submit"] {
    position: relative;
    z-index: 100;
}
.button,
.button:link,
.button:visited {
	background-color: #fab000;
	color: #ffffff;
	border: none;
	font-size: 20px;
	line-height: 26px;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}
/* new sponsor */
.sponsor-header {
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	background-color: #F27C20;
	color: #fff;
}
.spansor-header h2 small {
	font-size: 0.4rem;
}
.sponsor-header h4 {
	margin-top: 0 !important;
}
.opp-contain {
	padding: 0.5rem;
	background-color: #ececec;
	margin-bottom: 30px;
}
.opp-contain h4,
.opp-contain ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}