/*  
Theme Name: SimpleFolio
Theme URI: http://www.slimmity.com/
Description: Portfolio Theme based off SimpleBlog Theme
Version: 1.5
Author: Omar Corrales
Author URI: http://www.omarcorrales.com
*/

/* Include Reset File */
@import url("reset.css");

.videosPageLeft {
	float:left; 
	width:100%;
	max-width:520px;
	margin-right:30px;
}
.videosPageRight {
	float:left; 
	width:100%;
	max-width:320px;
}
.videosPageRight h4 {
	margin-bottom:20px;
	font-size:22px;
	line-height:28px;
}
body {
	font-size:15px;
	line-height:23px;
	color:#111111;
	margin:0px;
	background: #ECECEC url(images/bkg.jpg) top center;
	font-family: 'Droid Serif', serif;
	overflow-x:hidden;
	}	
a:link,a:visited,a:active {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
ul {
	list-style:square;
	margin-left:20px;
}
ul li {
	padding-top:15px;
}
.clear {clear: both;}
textarea,input {color:#777777}
strong { font-weight:800;}
em {font-style:italic;}
	
p img {padding: 0;max-width: 96%;}
img.centered,img.aligncenter {display: block;margin:0 auto;overflow:hidden;padding: 2%; -moz-border-radius: 7px; border-radius: 7px;}
img.alignright {padding: 1.5%;margin: 2px 0 2px 10px;display: inline;border:1px solid #cccccc; -moz-border-radius: 7px; border-radius: 7px;}
img.alignleft {padding: 1.5%;margin: 2px 10px 2px 0;display: inline;border:1px solid #cccccc; -moz-border-radius: 7px; border-radius: 7px;}
img.alignnone { -moz-border-radius: 7px; border-radius: 7px;}
.alignright {float: right;}
.alignleft {float: left}
acronym, abbr, span.caps {cursor: help;}
acronym, abbr {border-bottom: 1px dashed #999;}
.center {text-align: center;}
.hidden {display: none;}
.aligncenter,div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 5px;margin: 10px; max-width: 96%;}
.wp-caption img {margin: 0;padding: 0;border: 0 none; max-width: 98%;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

iframe {
	width:100%;
	max-width:500px;
}
	
#wrapper {
	width:96%;
	max-width:976px;
	margin:0px auto 0px auto;
}
.space {
	width:100%;
	height:0px;
	clear:both;
}
h1 {
	margin:5px 0px 15px 0px;
	font-size:43px;
	line-height:43px;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	color:#111111;
}
h2 {
	margin-bottom:10px;
	font-size:35px;
	line-height:35px;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	color:#111111;
}

h3 {
	font-size:27px;
	font-family: 'Droid Serif', serif;
	color:#999999;
	line-height:27px;
	font-weight:700;
	font-style:italic;
}
h4 {
	font-size:17px;
	font-family: 'Droid Serif', serif;
	color:#CC0000;
	line-height:22px;
	font-weight:700;
	font-style:italic;
}
h5 {
	margin-bottom:15px;
	font-size:36px;
	line-height:40px;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	color:#ffffff;
}
h6 {
	margin-bottom:5px;
	font-size:25px;
	line-height:28px;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
}
h6 a:link,h6 a:visited,h6 a:active {
	color:#111111;
	text-decoration:none;
}
h6 a:hover {
	color:#CC0000;
	text-decoration:none;
}
.italic {
	font-style:italic;
	font-weight:700;
}
p.introduction:first-letter {
    	font-family: 'Droid Serif', serif;
    	font-size: 50px;
    	float: left;
	margin:10px 1px 0px 0px;
}
.doubleLine {
	width:960;
	height:44px;
	background: url(images/double_lines.png) center center repeat-x;
	clear:both;
	margin:0px 8px 0px 8px;
	text-align:center;
	padding-top:16px;
}	
.pageTitle {	
	background: #ECECEC url(images/bkg.jpg) top center;
	padding:0px 10px 0px 10px;
}


/* Header */


.topLine {
	width:100%;
	height:3px;
	background-color:#ffffff;
}
.tagline {
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#222222;
	margin:40px 0px 7px 0px;
	letter-spacing:4px;
	line-height:17px;
}
.logo {
	text-align:center;
	font-size:72px;
	color:#CC0000;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	margin:0px 0px 13px 0px;
	line-height:68px;
}
.ribbon {	
	background: url(images/ribbon.png) top center no-repeat;
	height:31px;
	margin:0px 8px 30px 8px;
	font-size:14px;
	font-style:italic;
	color:#ffffff;
	text-align:center;
	padding-top:1px;
	font-weight:400;
}
.ribbonSmall {
	display:none;
}
.content {
	margin:8px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	filter: alpha(opacity=90);
	opacity: 0.90;
	padding:30px;
	
}
.contentLeft {
	width:637px;
	padding-right:35px;
	float:left;
}



/* Navbar */


.menu2 {
	display:none;
}
.col {
	width:226px;
	float:left;
	margin:8px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	font-size:12px;
	padding:18px 0px 0px 0px;
	text-align:center;
	height:295px;
}
.col:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor:pointer;
}
.col a:link,.col a:visited,.col a:active {
	color:#111111;
	text-decoration:none;
}
.col a:hover {
	color:#111111;
	text-decoration:none;
}
.colLink a:link,.colLink a:visited,.colLink a:active {
	color:#CC0000;
	text-decoration:none;
}
.colLink a:hover {
	color:#999999;
	text-decoration:none;
}
.subTitle {
	font-size:12px;
	color:#CC0000;
	margin-bottom:5px;
	font-style:italic;
}
.title {
	font-size:32px;
	color:#222222;
	font-family: 'Anton', sans-serif;
	font-style:normal;
}
.colPadding {
	padding:0px 20px 0px 20px;
	text-align:left;
	font-size:15px;
	line-height:20px;
}
.colPadding2 {
	padding:0px 20px 0px 20px;
	text-align:center;
	font-size:15px;
	line-height:20px;
}
.colSmall {
	width:226px;
	float:left;
	margin:8px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	font-size:12px;
	padding:18px 0px 10px 0px;
	text-align:center;
}
.colSmall:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor:pointer;
}
.titleSmall {
	font-size:32px;
	color:#222222;
	font-family: 'Anton', sans-serif;
	font-style:normal;
}
.colTiny {
	width:226px;
	float:left;
	margin:8px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	font-size:12px;
	padding:18px 0px 30px 0px;
	text-align:center;
}
.colTiny:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor:pointer;
}


/* Icons */

.aboutIcon {
	height:120px;
	background: url(images/about_icon.png) center center no-repeat;
}
.projectsIcon {
	height:120px;
	background: url(images/projects_icon.png) center center no-repeat;
}
.reportsIcon {
	height:120px;
	background: url(images/reports_icon.png) center center no-repeat;
}
.consultingIcon {
	height:120px;
	background: url(images/magnifying_icon.png) center center no-repeat;
}
.worksIcon {
	height:137px;
	background: url(images/works_icon.png) center center no-repeat;
}
.crimelockerIcon {
	height:137px;
	background: url(images/crimelocker_icon.png) center center no-repeat;
}
.epicplaygroundIcon {
	height:100px;
	background: url(images/epicplayground_icon.png) center center no-repeat;
}
.twitterIcon {
	height:137px;
	background: url(images/twitter_icon.png) center center no-repeat;
}
.shadowpulpIcon {
	height:137px;
	background: url(images/shadowpulp_icon.png) center center no-repeat;
}
.instagramIcon {
	height:137px;
	background: url(images/consulting_icon.png) center center no-repeat;
}
.facebookIcon {
	height:137px;
	background: url(images/facebook_icon.png) center center no-repeat;
}
.linkedinIcon {
	height:137px;
	background: url(images/linkedin_icon.png) center center no-repeat;
}


/* Sidebar */


.sidebar {
	width:190px;
	float:right;
	font-size:13px;
	padding-left:35px;
	border-left:1px solid #dddddd;
	line-height:19px;
}
.sidebar .widget {
	margin-bottom:25px;
}
.sidebar .widget h3 {
	margin-bottom:7px;
	font-size:25px;
	line-height:30px;
	font-family: 'Droid Serif', serif;
	color:#111111;
	font-weight:700;
	font-style:italic;
}
.sidebar .widget ul {
	list-style:square;
	margin-left:20px;
}
.sidebar .widget ul li {
	padding-top:2px;
}	

#sidebarsearch input {
	width:110px;
	float:left;
	height:14px;
}
#sidebarsearch input[type=submit] {
	width:60px;
	float:left;
	margin-left:4px;
	padding:0px 0px 10px 0px!important;
	height:20px;
	color:#000000;
	line-height:18px;
	background-color:#eeeeee;
	border:1px solid #dddddd;
}
#sidebarsearch input[type=submit]:hover {
	cursor:pointer;
}


/* Footer */	

					
.footer {
	font-size:14px;
	color:#888888;
	font-style:italic;
	text-align:center;
	margin-bottom:50px;
}
.footer img {
	width:100%;
	max-width:449px;
}
.contact2 {
	display:none;
}


/* Citizen Detectives */

.definitionsLeft {
	float:left;
	width:48%;
	border-right:1px solid #cccccc;
	padding-right:2.5%;
	font-size:14px;
	line-height:20px;
}
.definitionsRight {
	float:left;
	width:45%;
	padding-left:3.5%;
	font-size:14px;
	line-height:20px;
}
.redText {
	font-size:17px;
	color:#CC0000;
}
.contentBlack {
	margin:0px 8px 18px 8px;
	background-color:#222222;
	color:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:30px 30px 20px 30px;
	font-size:17px;
}
.contentBlackLeft {
	width:54.5%;
	margin:0px 4% 0px 2.5%;
	float:left;
}
.contentBlackRight {
	width:37%;
	float:left;
}
.contentBlackLeft iframe {
	width:575px; 
	height:324px;
}
.watchBtn {
	background-color:#CC0000;
	padding:5px 10px 5px 10px;
	color:#ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	
.watchBtn a:link,.watchBtn a:visited,.watchBtn a:active {
	color:#ffffff;
	text-decoration:none;
}
.watchBtn a:hover {
	color:#000000;
	text-decoration:none;
}
.videoColumn {
	margin:8px 8px 8px 8px;
	background-color:#ffffff;
	color:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:20px;
	font-size:17px;
	filter: alpha(opacity=90);
	opacity: 0.90;
	width:267px;
	float:left;
	height:360px;
	font-size:14px;
	line-height:17px;
	color:#222222;
}
.videoColumn iframe {
	width:267px; 
	height:165px;
	margin-bottom:10px;
}
.videoColumn img {
	width:267px; 
	height:165px;
	margin-bottom:10px;
}


/* News */


.blogpost {
	margin-bottom:40px;
	padding-bottom:40px;
	overflow:hidden;
	border-bottom:1px solid #dddddd;
}
.blogpost .comments {
	float:right;
	margin-left:10px;
	margin-top:0px;
	background:url(images/commentcount.png) top right no-repeat;
	font-weight:600;
	font-size:12px;
	width:35px;
	height:30px;
	text-align:center;
	padding-top:5px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.blogpost .comments a {
	color:#FFFFFF;
	text-decoration:none;
}
.blogpost h2 {
	margin:0;
	padding:0px 0px 0px 0px;
	margin-right:45px;
	line-height:43px;		
	font-family: 'Anton', sans-serif;
	font-size:43px;
	font-style:normal;
}
.blogpost h2 a{
	text-decoration:none;
	color:#111111;
}
.blogpost h2 a:hover{
	text-decoration:none;
	color:#CC0000;
}
.blogpost h2 a:visited{
	text-decoration:none;
	color:#111111;
}
.blogpost h2 a:active{
	text-decoration:none;
	color:#111111;
}
.blogpost .meta {
	font-size:12px;
	padding:5px 10px 5px 10px;
	background-color:#dfdfdf;
	margin-top:15px;
	line-height:16px;
}
.blogpost .metaSingle {
	font-size:12px;
	padding:5px 10px 5px 10px;
	background-color:#dfdfdf;
	margin-top:15px;
	line-height:16px;
}
.blogpost .entry {
	clear:both;
	overflow:hidden;
	margin-top:15px;
}

/* About */

.bioPicAbout2 img {
	width:50%;
	max-width:200px;
}

/* Selected Works */

.worksDivide {
	width:100%;
	margin:15px 0px 15px 0px;
	border-bottom:1px dashed #999999;
	clear:both;
}
.worksLeft {
	float:left;
	width:47.5%;
}
.worksRight {
	float:right;
	width:47.5%;
}
.contentArchives img {
	width:100%;
	max-width:958px;
	border:1px solid #ffffff;
	margin:8px;
}
.archivesTop {
	margin:8px 8px 16px 8px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	padding:10px 20px 10px 20px;
	font-size:14px;	
}
.archivesLeft {
	width:230px;
	float:left;
}
.archivesRight {
	width:150px;
	float:right;
	text-align:right;
}
.archivesTitle {
	text-align:center;
	margin-bottom:15px;
}
.crimeVideosRight {
	float:right;
}
.crimeVideosRight img {
	padding:13px;
}
.crimeVideosBottom {
	display:none;
}



/* WP-PageNavi Styles */		
.wp-pagenavi {
	clear:both;
	font-size:12px;
	padding:20px 10px 0;
	text-align:right;
	text-transform:uppercase;
	border-top:1px solid #e3e3e3;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4198D3;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4198D3;
}
.wp-pagenavi a:hover {	
	color: #333333;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4198D3;
}
.wp-pagenavi span.pages {
	color: #737373;
	float:left;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #303030;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #333333;
}




/* -------------------------- Responsive ----------------------------------*/


/* Size 1050px */

@media screen and (max-width:1050px) {

#wrapper {
	width:96%;
	max-width:488px;
	margin:0px auto 0px auto;
}
.contentLeft {
	width:100%;
	padding-right:0px;
	float:none;
}
.sidebar {
	display:none;
	width:100%;
	float:none;
	padding-left:0px;
	border-left:0px;
}

/* Citizen Detectives */

.contentBlack {
	margin:18px 8px 18px 8px;
	padding:20px 30px 20px 30px;
	font-size:16px;
}
.contentBlackLeft {
	width:100%;
	margin:0px 0% 20px 0%;
	float:none;
}
.contentBlackRight {
	width:100%;
	float:none;
}
.contentBlackLeft iframe {
	width:410px; 
	height:260px;
}
.watchBtn {
	padding:3px 7px 3px 7px;
}
.videoColumn {
	margin:8px 8px 8px 8px;
	padding:30px;
	width:410px;
	height:auto;
}
.videoColumn iframe {
	width:410px; 
	height:260px;
	margin-bottom:10px;
}
.videoColumn img {
	width:410px; 
	height:260px;
	margin-bottom:10px;
}


/* Selected Works */


.crimeVideosRight img {
	padding:6px;
}

.contentArchives img {
	width:100%;
	max-width:472px;
	border:1px solid #ffffff;
	margin:8px;
}
.worksLeft {
	float:none;
	width:100%;
}
.worksRight {
	float:none;
	width:100%;
}

.menu1 {
	display:none;
}	
.menu2 {
	display:block;
	z-index:999999;
	width:472px;
	margin-bottom:10px;
}
.buttonDivide {
	width:92%;
	border-bottom:1px dashed #bbbbbb;
	margin:7px 4% 7px 4%;
}		
.accordionButton {
	width:472px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	color:#cc0000;
	font-weight:700;
	cursor: pointer;
	font-size:16px;
	letter-spacing:1px;
	padding:4px 0px 4px 0px;
	background-color:#ffffff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	text-align:center;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin:0px 8px 0px 8px;
	}
	
.accordionContent {	
	width: 472px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background-image:url(../images/lt_bkg.png);
  	-webkit-border-bottom-right-radius: 7px;
  	-moz-border-bottom-right-radius: 7px;
        border-bottom-right-radius: 7px;
  	-webkit-border-bottom-left-radius: 7px;
     	-moz-border-bottom-left-radius: 7px;
        border-bottom-left-radius: 7px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	margin:0px 8px 8px 8px;
	padding:10px 0px 10px 0px;
	text-align:center;
	background-color:#ffffff;
	color:#2C2B38;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-top:0px;
	}

.on {	
  	-webkit-border-bottom-right-radius: 0px;
     	-moz-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
  	-webkit-border-bottom-left-radius: 0px;
     	-moz-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:0px;
	}
	
.menu2 a:link {color:#111111; text-decoration:none; font-weight:400; font-size:13px; letter-spacing:0px; padding:0px 0px 0px 0px;}
.menu2 a:visited {color: #111111; text-decoration:none; font-weight:400; font-size:13px; letter-spacing:0px; padding:0px 0px 0px 0px;}
.menu2 a:hover {color: #cc0000; text-decoration:none; font-weight:400; font-size:13px; letter-spacing:0px; padding:0px 0px 0px 0px; border-bottom:0px;}
.menu2 a:active {color: #111111; text-decoration:none; font-weight:400; font-size:13px; letter-spacing:0px; padding:0px 0px 0px 0px;}


}


/* Size 700 */

@media screen and (max-width:700px) {


/* Footer */

.footer {
	font-size:12px;
}
.contact1 {
	display:none;
}
.contact2 {
	display:block;
}
}


/* Size 520px */

@media screen and (max-width:520px) {

/* Header */

#wrapper {
	width:350px !important;
	margin:0px auto 0px auto;
	overflow:hidden !important;
}
.content {
	margin:8px 0px 8px 0px;
	padding:20px;
	
}
.tagline {
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#222222;
	margin:30px 0px 4px 0px;
	letter-spacing:2px;
	line-height:14px;
}
.logo {
	text-align:center;
	font-size:63px;
	color:#CC0000;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	margin:0px 0px 7px 0px;
	line-height:63px;
}
.ribbon {
	display:none;
}
.ribbonSmall {	
	display:block;
	background: url(images/ribbon2.png) top center no-repeat;
	height:24px;
	margin:0px 0px 16px 0px;
	font-size:14px;
	font-style:italic;
	color:#ffffff;
	text-align:center;
	padding-top:1px;
	font-weight:400;
}	

h1 {
	margin:5px 0px 15px 0px;
	font-size:35px;
	line-height:35px;
}
h2 {
	margin-bottom:10px;
	font-size:35px;
	line-height:35px;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	color:#111111;
}

h3 {
	font-size:24px;
	font-family: 'Droid Serif', serif;
	color:#999999;
	line-height:24px;
	font-weight:700;
	font-style:italic;
}

h5 {
	margin-bottom:10px;
	font-size:28px;
	line-height:32px;
}
h6 {
	margin-bottom:5px;
	font-size:22px;
	line-height:25px;
}
p.introduction:first-letter {
    	font-family: 'Droid Serif', serif;
    	font-size: inherit;
    	float: left;
	margin:0px 0px 0px 0px;
}


/* Navbar */

.col {
	width:100%;
	margin:8px 0px 8px 0px;
	font-size:12px;
	padding:18px 0px 0px 0px;
	height:auto;
}
.colSmall {
	width:100%;
	margin:8px 0px 8px 0px;
	font-size:12px;
	padding:18px 0px 10px 0px;
}
.colPadding {
	padding:0px 20px 20px 20px;
}
.colPadding2 {
	padding:0px 20px 20px 20px;
}
.doubleLine {
	margin:0px 0px 0px 0px;

}	
.menu2 {
	display:block;
	z-index:999999;
	width:100%;
}		
.accordionButton {
	width:100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	color:#cc0000;
	font-weight:700;
	cursor: pointer;
	font-size:16px;
	letter-spacing:1px;
	padding:4px 0px 4px 0px;
	background-color:#ffffff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	text-align:center;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin:0px 0px 0px 0px;
	}
	
.accordionContent {	
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background-image:url(../images/lt_bkg.png);
  	-webkit-border-bottom-right-radius: 7px;
  	-moz-border-bottom-right-radius: 7px;
        border-bottom-right-radius: 7px;
  	-webkit-border-bottom-left-radius: 7px;
     	-moz-border-bottom-left-radius: 7px;
        border-bottom-left-radius: 7px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	margin:0px 0px 8px 0px;
	padding:10px 0px 10px 0px;
	text-align:center;
	background-color:#ffffff;
	color:#2C2B38;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-top:0px;
	}

.on {	
  	-webkit-border-bottom-right-radius: 0px;
     	-moz-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
  	-webkit-border-bottom-left-radius: 0px;
     	-moz-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:0px;
	}


/* Citizen Detectives */

.definitionsLeft {
	float:none;
	width:100%;
	border-right:0px;
	border-bottom:1px solid #cccccc;
	padding-right:0%;
	padding-bottom:15px;
}
.definitionsRight {
	float:none;
	width:100%;
	padding-left:0%;
	padding-top:15px;
}
.contentBlack {
	margin:18px 0px 8px 0px;
	padding:10px 20px 10px 20px;
	font-size:15px;
	line-height:19px;
}
.contentBlackLeft {
	width:100%;
	margin:0px 0% 20px 0%;
	float:none;
}
.contentBlackRight {
	width:100%;
	float:none;
}
.contentBlackLeft iframe {
	width:308px; 
	height:200px;
}
.watchBtn {
	padding:3px 7px 3px 7px;
}
.videoColumn {
	margin:8px 0px 8px 0px;
	padding:20px;
	width:308px;
	height:auto;
}
.videoColumn iframe {
	width:308px; 
	height:195px;
	margin-bottom:10px;
}
.videoColumn img {
	width:308px; 
	height:195px;
	margin-bottom:10px;
}

/* Selected Works */

.crimeVideosRight {
	display:none;
}
.crimeVideosBottom img {
	width:70%;
}
.crimeVideosBottom {
	display:block;
	text-align:left;
}


/* News */

.blogpost h2 {
	margin-right:45px;
	line-height:35px;		
	font-size:35px;
}


/* Archives */

.contentArchives img {
	max-width:518px;
	margin:0px;
}
.archivesTop {
	margin:8px 0px 16px 0px;
	font-size:13px;	
}
.archivesLeft {
	width:100%;
	float:none;
	text-align:center;
}
.archivesRight {
	width:100%;
	float:none;
	text-align:center;
}

}


/* Retina Display Images */

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.ribbonSmall {
    background: url(images/ribbon2x.png) no-repeat;
    background-size: 290px 25px;
    background-position:center center;
}

.ribbon {	
	background: url(images/ribbon_large2x.png) top center no-repeat;
	background-size: 960px 31px;
}
.aboutIcon {
	background: url(images/about_icon2x.png) center center no-repeat;
	background-size:118px 74px;	
}
.projectsIcon {
	background: url(images/projects_icon2x.png) center center no-repeat;
	background-size:121px 77px;
}
.reportsIcon {
	background: url(images/reports_icon2x.png) center center no-repeat;
	background-size:166px 70px;
}
.consultingIcon {
	background: url(images/magnifying_icon2x.png) center center no-repeat;
	background-size:185px 92px;
}
.worksIcon {
	background: url(images/works_icon2x.png) center center no-repeat;
	background-size:146px 94px;
}
.crimelockerIcon {
	background: url(images/crimelocker_icon2x.png) center center no-repeat;
	background-size:189px 88px;
}
.epicplaygroundIcon {
	background: url(images/epicplayground_icon2x.png) center center no-repeat;
	background-size:189px 24px;
}
.twitterIcon {
	background: url(images/twitter_icon2x.png) center center no-repeat;
	background-size:179px 109px;
}
.shadowpulpIcon {
	background: url(images/shadowpulp_icon2x.png) center center no-repeat;
	background-size:170px 99px;
}
.instagramIcon {
	background: url(images/consulting_icon2x.png) center center no-repeat;
	background-size:193px 58px;
}
.facebookIcon {
	background: url(images/facebook_icon2x.png) center center no-repeat;
	background-size:155px 95px;
}
.linkedinIcon {
	background: url(images/linkedin_icon2x.png) center center no-repeat;
	background-size:98px 116px;
}

}