/*
	Theme Name: digihum
	Theme URI: http://opencuny.org/jmurray
	Description: Based on HTML5 Blank WordPress Theme by Todd Motto (@toddmotto)
	Version: 1.4.3
	Author: Jessica Murray (@jekaanne)
	Author URI: http://opencuny.org/jmurray
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	position: relative;
	min-height: 100%;
}
body {
	font:300 14px/1.4 'PT Serif', serif;
	background-color:#635959;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img, embed, object, video {
	max-width: 100%;
}
a {
	text-decoration:none;
	color: #8d0d12;
}
a:hover, a:active {
	color: #8d0d12;
	text-decoration:underline;
}

a:focus {
    outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p { width:95%;
font-size:1.6rem;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/*homestyle*/
.homestyle {
	background-color:#000;
	color:#fff;
}
/* wrapper */
.wrapper {
	max-width:1160px;
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	background: #fff;
	height: 100%;
	display: table;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
}

.wrapper-home {
	max-width: 1000px;
    	width: 100%;
   	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}
.wrapper-menu {
	max-width:500px;
	width: 100%;
	display: block;
	float: right;
	padding-top:15%;
}
.home-image {
	max-width:480px;
	width: 100%;
	display: block;
	margin-right:20px;
}

/* header */
.header {
}

.main-header {
	background-color: black;
	display: block;
	max-width:1160px;
	width:100%;
	height:200px;
}
.rosa2 {
	float:left;
	display: block;
	max-width:320px;
	width: 100%
}
.site-title{
	display:block;
	float:left;
	font-family: 'Open Sans', sans-serif;
	background-color: #000;
	width: 100%;
	max-width: 840px;
	padding-left: 10px;
	padding-top: 5%;
}

.site-title.home {
	display:block;
	font-family: 'Open Sans', sans-serif;
	max-width:480px;
	width:100%;
}

.site-title.home > h1 {
	font-size: 3.5rem;
	font-weight:800;
  	display: block;
   	float: left;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}
.site-title.home > h2 {
	font-size: 2.5rem;
	font-weight: 300;
	display: block;
	float: left;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
.site-title.theme > h1 {
	font-size: 3.5rem;
	font-weight:700;
	padding-left: 10px;
  	display: block;
   	float: left;
	color:#fff;
	width:100%;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.site-title.theme > h2 {
	font-size: 2.5rem;
	font-weight: 300;
	padding: 0 10px;
	display: block;
	float: left;
	color:#fff;
	margin:0;
}
.site-title > h1 a:link, .site-title > h1 a:visited, .site-title > h1 a:hover, .site-title > h1 a:active{
	color:#fff;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
}
	
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */

.photo-caption {
	padding: 10px 0px 0px 20px;
	font-size: 1rem;
	margin: 0;
	color:#666;
}

.sidebar, .sidebar:before {
	max-width: 290px;
	width:100%;
	padding-right:20px;
}
.sidebar {
    display: block;
    float:left;
    background: #fff;
}
.sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.sidebar-widget{
    width: 98%;
    margin:0 15px;
    display: block;
    float: left;
    margin-bottom: 25px;
}
/* footer */
.footer {
  text-align: center;
  color: #fff;
  width:100%;
  display: block;
  margin: 0;
  padding: 0.3rem;
}
.copyright {
	width:100%
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* content */

.content {
	display:block;
	float:left;
	margin-left:20px;
	background: #fff;
	line-height:2.8rem;
	max-width: 850px;
	width: 70%;
}
.content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    z-index: -1;
    left: 0;
}
.content > h1 a {
    color: #645959;
    letter-spacing: 2px;

}
.content > h1 a:hover,
a:active {
	color: #645959;
}
.content > a {
    color: #8d0d12;
    text-decoration:none;

}
.content > a:hover {
    color: #8d0d12;
    text-decoration:none;

}
.content > a:focus {
    outline:0;
    color: #8d0d12;
    text-decoration:underline;
}
.content > a:hover,
a:active {
	outline:0;
}
.accordion-content {
	padding-bottom:40px;
}

/* footer */
.footer {
  text-align: center;
  color: #fff;
  width:100%;
  display: block;
  margin: 0;
  padding: 0.3rem;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	color:#fff;
	background-color:#8d0d12;
}
::-webkit-selection {
	color:#fff;
	background-color:#8d0d12;
}
::-moz-selection {
	background-color:#8d0d12;
	color:#fff;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background-color : transparent;
	max-width:100%;
	padding:5px 3px 5px;
	text-align:left;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 5px 5px 5px 0;
}
.wp-caption.alignright {
	margin:5px 5px 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin:0;
	padding:8px 4px 0px;
	width:100%;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
