/*
Theme Name: Oculus
Theme URI: http://www.rockettheme.com
Description: RocketTheme Oculus Theme for Wordpress
Version: 1.0
Author: RocketTheme, LLC
Author URI: http://www.rockettheme.com
*/
.wp-caption {
	background: -webkit-linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6)); /* Standard syntax */
	background: -ms-linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6));
	border: none;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:5px 4px;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

/*
  Not sure why gantry guys used !important - sigh
  But it would rather override it here with the same verses editing their master css
*/
h1 {
	font-size: 250%;
	font-weight: bold;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
}
h2 {
	color: #ffff00 !important;
}
h3 {
	color: #ffff80 !important;
}
h4 {
	color: #ffffd0 !important;
}
.box4 h3 {
	color: #ffffd0 !important;
}

.test-height {
	height: 250px;
}

.sprocket-features-img-container {
	height: 270px;
}

.alh_sideshow {
	height: 265px;
}


.projcat {
	color: #ffff80 !important;
	font-size: 110%;
}

.projval {
	text-align: right;
	font-weight: bold;
}

.rt-block #rt-mainbody {

	background: -webkit-linear-gradient(left,rgba(0,0,0,.4),rgba(0,25,0,.4)), -webkit-linear-gradient(rgba(0, 0, 0, .8), transparent 500px);
	background:    -moz-linear-gradient(left,rgba(0,0,0,.4),rgba(0,25,0,.4)),    -moz-linear-gradient(rgba(0, 0, 0, .8), transparent 500px);
	background:     -ms-linear-gradient(left,rgba(0,0,0,.4),rgba(0,25,0,.4)),     -ms-linear-gradient(rgba(0, 0, 0, .8), transparent 500px);
	background:      -o-linear-gradient(left,rgba(0,0,0,.4),rgba(0,25,0,.4)),      -o-linear-gradient(rgba(0, 0, 0, .8), transparent 500px);
	background:         linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,25,.4)),         linear-gradient(rgba(0, 0, 0, .8), transparent 500px);
}
body {
	background: #1d181a;
}
.rokajaxsearch .inputbox {
	background-color: rgba(0,0,0,.8) !important;
	border: 1px solid rgba(0,255,0,0.4);
}


/*
 * Override for main text style in Related Projects panels
 */
.sprocket-tabs-panel {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

/*
 * Override for h3 title tags in Related Projects panels
 */
.main-body-style-dark .box5 h3 {
	color: #ffff80 !important;
	text-shadow: 2px 2px 2px rgba(0,0,0,1) !important;
}


.project_top {
        background: -webkit-linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(transparent, rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, .8));
        background: -ms-linear-gradient(transparent, rgba(0, 25, 0, .2) 75%, rgba(0, 25, 0, .6));
}
.project_top h2 {
	font-size: 310%;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}	
