/* === GENERAL STYLES === */

body {
	line-height: 20px;
	background: /* url(../img/screenPixels.png) */;
}

p {
	font-family: 'Roboto', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .25px;
	line-height: 24px;
}

a {
	color: #EEE;
	text-decoration: none;
}
 
a:hover {
	text-decoration: none; 
	/* color: #0f91ff; */
}

ul, ol {
	margin: 0;
	padding: 0;
}

em {
	font-style: italic;
}

ol li,ul li {	
	line-height: 20px;
	color: #787878;
}

ul.show-list {
	list-style-type: none;
}

#primary-content {
	background: none repeat scroll 0 0 #000;
	color: #BBB;
	margin-left: 340px;
}

#secondary-content {
	color: #404040;
}

.right-side-fixed {
	background: none repeat scroll 0 0 #000;
    height: 100%;
	top: 0;
	position: fixed;
	float: left;
	margin-left: 620px;
	padding: 16px 20px 0;
}

.left-side-fixed {
	background: none repeat scroll 0 0 #000;
    height: 100%;
	top: 0;
	position: fixed;
	float: left;
	margin-left: 0px;
	padding: 16px 20px 0;
}

/* === MAIN SECTION === */

.page-content {
	padding-bottom: 0px;
	min-height: 1200px;
	height: 90%;
	margin-bottom: 400px;
}
.page-content:last-child {
	margin-bottom: 0;
}

.main-content {
	margin-bottom: 0;
	margin-top: 0;
	padding: 36px 20px 34px;
}

.main-content ol {
	margin: 0 0 20px 20px;
}

.main-content ul {
	margin: 0 0 20px 10px;
}

.main-content ul li {
	padding: 0 0 0 5px;
	margin-left: 5px;
}

.main-content .image-left {
	float: left;
	border: 2px solid #3c3c3c;
	margin: 5px 39px 29px 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.main-content .image-right {
	float: right;
	border: 2px solid #ccc;
	margin: 0 0 18px 20px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

h2.title {
	font-family: 'Roboto Condensed', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 2.5px;
	border-bottom: 1px solid #222;
	padding: 0 0 12px;
	margin-bottom: 25px;
	margin-top: 40px;
}

.main-content a {
	text-decoration: none; 
}

.main-content p a:hover {
	border-bottom: 1px dotted #0F91FF; 
}

.eventcal {
	height: 12px;
	width: 12px;
	margin-bottom: -1px;
	opacity: .8;
}

.eventcal:hover {
	opacity: 1;
	cursor: e-resize;
}

/* === NIVO SLIDER RELATED STYLES === */

.theme-default .nivoSlider {
	position: relative;
	background: #fff url(../img/loading.gif) no-repeat 50% 50%;
	margin: 0 20px;
	box-shadow: 1px 1px 5px #000;
	border: 0px solid #333;
	
	/* CHANGE THESE VALUES IF YOU ARE CHANGING THE SIZE OF IMAGES */
	width:580px;
	height:300px;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.theme-default .nivoSlider a {
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav {
	position: absolute;
	right: -4px;
	bottom: -32px;
	margin-left: -40px; /* Tweak this to center bullets */
}

.theme-default .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.theme-default a.nivo-prevNav {
	left: 15px;
}

.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
	color: #fff;
}

.nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}


/* === GALLERY RELATED STYLES === */

.images-gallery {
	margin-left: -10px;
	margin-bottom: 7px;
	padding-top: 1px;
}

.images-gallery img {
	margin: 0 0 14px 14px;
	width: 180px;
	height: 140px;
	opacity: .85;
	overflow: hidden;
}

.images-gallery img:hover {
	text-decoration: none !important;
	opacity: 1;
}

.images-gallery a {
	text-decoration: none;
}

.images-gallery img a:hover {
	text-decoration: none;
}

.video-grid {
	width: 620;
	height: 300;
	float: left;
}

.video-embed {
	padding: 0 8px 8px 0;
}


/* === STYLES FOR SIDEBAR === */

.sidebar-container {
	padding: 20px 0;
	border-bottom: 1px solid #222;
}

.sidebar-content {
}

.sidebar-container:first-child {
	padding-bottom: 36px;
}

.sidebar-content:last-child {
}

.site-info {
	color: #989898;
	text-align: center;
	padding-top: 28px;
	margin-bottom: -28px;
}

.site-info .site-title {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	letter-spacing: 15px;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	text-shadow: 1px 1px 1px #000000;
}

/* === STYLES FOR NAVIGATION === */

.site-navigation {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 700;
}

.site-navigation ul {
	list-style: none;
}

.site-navigation ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0px;
}

.site-navigation ul li:hover {
	background-color: rgba(255,255,255,0.1);
	width: 300px;
	padding-left: 20px;
	margin-left: -20px;
}

.site-navigation ul li a {
	color: #989898;
	text-transform: uppercase;
}

.site-navigation ul li:hover a, .site-navigation ul li a:hover {
	color: #dadada;
	text-decoration: none;
}

/* The Menu icon styles */
/*
.site-navigation .menu-item-home {
	background: url(../img/homeIcon.png) 0 7px no-repeat;
}

.site-navigation .menu-item-about {
	background: url(../img/aboutIcon.png) 0 7px no-repeat;
}

.site-navigation .menu-item-disc {
	background: url(../img/discIcon.png) 0 7px no-repeat;
}

.site-navigation .menu-item-pictures {
	background: url(../img/picturesIcon.png) 0 7px no-repeat;
}

.site-navigation .menu-item-contact {
	background: url(../img/contactIcon.png) 0 7px no-repeat;
}

.site-navigation .menu-item-portfolio {
	background: url(../img/portfolioIcon.png) 0 7px no-repeat;
}

.site-navigation .menu-item-heart {
	background: url(../img/heartIcon.png) 0 7px no-repeat;
}

.site-navigation .menu-item-calendar {
	background: url(../img/calendarIcon.png) 0 7px no-repeat;
}
*/


/* === STYLES FOR SOCIAL LINKS ICONS === */

.social-links {
	height: 24px;
	padding-left: 36px;
}

.social-links ul {
	list-style: none;
	margin: -8px 0 0 -3px;
}

.social-links ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.social-links ul li img {
	width: 24px;
	height: 24px;
	padding: 3px;
	border-radius: 4px;
	border: 0px solid rgba(0,0,0,0);
	opacity: .45;
}

.social-links ul li img:hover {
	border: 0px solid rgba(255,255,255,0.4);
	opacity: .95;
}

.copyright-container {
	padding: 20px 0;
}

.copyright-container p {
	font-size: 12px;
}

/*=== STYLE for paragraphs and Drop Cap === */

.main-content .content-left {
	float:left;
	width:280px;
	padding-right:10px;
}

.main-content .content-right {
	float:right;
	width:280px;
	padding-left: 10px;
}

/* === BUTTON STYLES === */

button:hover {
	text-decoration: underline;
}

.white-button,.white-button-slim,.blue-button,.blue-button-slim {
	margin:4px 0;
}

.white-button, .white-button-slim, a.white-button, a.white-button-slim {
	border-radius: 4px;
	padding: 8px 8px 7px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	font-weight: 500;
	color: #404040;
	background: #bababa;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bababa));
	background: -moz-linear-gradient(#e0e0e0, #bababa);
	background: -webkit-linear-gradient(#e0e0e0, #bababa);
	background: linear-gradient(#e0e0e0, #bababa);
	border: 1px solid #424242;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .7) inset;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
}

.white-button:hover,.white-button-slim:hover{
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#e0e0e0));
	background: -moz-linear-gradient(#bababa, #e0e0e0);
	background: -webkit-linear-gradient(#bababa, #e0e0e0);
	background: linear-gradient(#bababa, #e0e0e0);
	text-decoration: none;
}

.blue-button, .blue-button-slim, a.blue-button, a.blue-button-slim {
	border-radius: 4px;
	padding: 8px 8px 7px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	font-weight: 500;
	color: #03192f;
	background: #0966c6;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b93dd), to(#0966c6));
	background: -moz-linear-gradient(#4b93dd, #0966c6);
	background: -webkit-linear-gradient(#4b93dd, #0966c6);
	background: linear-gradient(#4b93dd, #0966c6);
	border: 1px solid #06396d;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
}

.blue-button:hover, .blue-button-slim:hover {
	background: #4b93dd;
	background: -webkit-gradient(linear, left top, left bottom, from(#0966c6), to(#4b93dd));
	background: -moz-linear-gradient(#0966c6, #4b93dd);
	background: -webkit-linear-gradient(#0966c6, #4b93dd);
	background: linear-gradient(#0966c6, #4b93dd);
	text-decoration: none;
}

.white-button-slim, a.white-button-slim, .blue-button-slim, a.blue-button-slim, {
	padding: 4px 8px 3px;
	font-weight: normal;
}


/* === STYLES FOR TEXT-HIGHLIGHTS === */

.highlight-blue {
	background: none repeat scroll 0 0 #62A5E3;
    color: #0B1F34;
    padding: 0 3px;
}

.highlight-grey {
	background: none repeat scroll 0 0 #333;
    color: #AAA;
    padding: 0 4px;
}

.highlight-white {
	background: none repeat scroll 0 0 #EEE;
    color: #555;
    padding: 0 4px;
}

.highlight-geo-blue {
	background: none repeat scroll 0 0 #0F91FF;
    color: #333;
    padding: 0 4px;
}

.highlight-orange {
	background: none repeat scroll 0 0 #FF7700;
    color: #333;
    padding: 0 4px;
}

.highlight-green {
	background: none repeat scroll 0 0 #008000;
    color: #333;
    padding: 0 4px;
}

.home-message {
	font-family: 'Roboto Condensed', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #DDD;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* === Styles for Tables === */

table {
    background: none repeat scroll 0 0 #353535;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #000;
    color: #999;
    float: left;
    font-size: 12px;
    width:100%;
}

table th {
	background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(#333, #222);
	background: -webkit-linear-gradient(#333, #222);
	background: linear-gradient(#333, #222);
	
    border-bottom: 1px solid #111;
    padding: 10px 15px;
    
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
}

table th:first-child {
    padding-left: 20px;
    text-align: left;
}

table tr:first-child, table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

table tr:first-child, table tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

table tr {
    padding-left: 20px;
    text-align: center;
}

table tr td:first-child {
    border-left: 0 none;
    padding-left: 20px;
    text-align: left;
}

table tr td {
	background: #353535;
    background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#353535));
	background: -moz-linear-gradient(#3a3a3a, #353535);
	background: -webkit-linear-gradient(#3a3a3a, #353535);
	background: linear-gradient(#3a3a3a, #353535);	
    border-bottom: 1px solid #181818;
    border-left: 1px solid #272727;
    border-top: 1px solid #444;
    padding: 10px 15px;
	text-align: left;
	text-shadow: none;
	vertical-align: middle;
}

table tr.even td {
	background: #292929;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#292929));
	background: -moz-linear-gradient(#333, #292929);
	background: -webkit-linear-gradient(#333, #292929);
	background: linear-gradient(#333, #292929);
}

table tr:last-child td {
    border-bottom: 0 none;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

table tr:hover td {
    background: #424242;
    background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#424242));
	background: -moz-linear-gradient(#474747, #424242);
	background: -webkit-linear-gradient(#474747, #424242);
	background: linear-gradient(#474747, #424242);
}

/*=== ICON Boxes ===*/

.featured-box {
	background: #222222;
    background: -moz-linear-gradient(#373737, #222222) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#222222));
	background: -moz-linear-gradient(#373737, #222222);
	background: -webkit-linear-gradient(#373737, #222222);
	box-shadow: 1px 1px 5px #000;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    margin:33px 0 37px 0;
}

.featured-box .iconbox-left {
    float: left;
    padding: 88px 20px 0;
    width: 249px;
}

.featured-box .iconbox-right {
    float: right;
    padding: 88px 20px 0;
    width: 249px;
}

.iconbox p{
	margin-bottom:15px;
}

.iconbox h5 {
	margin-bottom: 20px;
}

.iconbox-title {
	text-align: center;
}

.iconbox-left{
	padding-left: 68px;
	width:212px;
	float:left;
}

.iconbox-right{
	background: rgba(255,255,255,0.04);
	padding-left: 68px;
	width:212px;
	float:right;
}