/******************** CAPRINA PHOTOGRAPHS ********************/
/* COLORS
#e2e0d8 light warm grey
#c4c3bb mid/light warm grey
#8a897c dark warm grey
#2f2f2b off black
#ca4b80; hot pink
#04a5bd; turquoise (navigation)
#027f92; teal (links/text)
*/

body {
	margin: 0;
	padding: 0;
	background: #e2e0d8;
	color: #2f2f2b;
	font-family: Arial;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 10px;
}
p, iframe {
	display: block;
	margin: 0 10px 15px 10px;
}
h1 { /* USED FOR LOGO */
	font-size: 175%;
	font-weight: bold;
	color: #8a897c;
	line-height: 90%;
}
h2 {
	font-size: 500%;
	font-weight: normal;
	text-transform: lowercase;
	color: #ffffff;
}
h2 i {
	font-size: 72%;
	font-style: normal;
}
h3 {
	font-family: Georgia;
	font-size: 200%;
	font-weight: normal;
	text-transform: lowercase;
}
h3 i {
	font-family: Arial;
	font-size: 65%;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #8a897c; /*dark warm grey*/
}
h4 {
	margin-bottom: 5px;
	font-size: 125%;
}
h4 i {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

/* FOR PROJECTS PAGES
h1 {
	margin-top: 30px;
	font-family: Georgia;
	font-size: 30pt;
	font-weight: bold;
	color: #8a897c;
	line-height: 90%;
}
h2 {
	font-family: Arial;
	font-size: 14pt;
	text-transform: uppercase;
	color: #aed0e8;
}
h3 {
	font-family: Georgia;
	font-size: 14pt;
	color: #3c67b1;
}
*/
h5 {
	font-size: 110%;
}
h6 {
	margin: 20px 15px;
	font-family: Georgia;
	font-size: 105%;
	color: #d5d3c9;
	text-align: right;
}
p, li {
	line-height: 140%;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin-top: 5px;
}

ul {
	margin: 0 10px 20px 10px;
}
ul.multicolumn {
	column-count: 2;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
}
ul ul {
	margin-left: 20px;
}
cite {
	display: inline;
	font-size: 76%;
	font-style: normal;
	text-transform: uppercase;
}
small {
	font-size: 72%;
}
a {
	color: #027f92; /* teal */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
}
img {
	border-radius: 5px;
}
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
hr {
	clear: both;
	margin: 20px 10px;
	border: 0;
	border-bottom: 2px dotted #8a897c;
}
hr.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}
table {
	border-collapse;
	margin: 0 10px;
}
td {
	padding: 0;
}
input, textarea, select {
	font-family: Arial;
	font-size: 12pt;
}
input[type=text], input[type=email], textarea {
	box-sizing: border-box;
	/*width: 100%;*/
	padding: 3px;
}
textarea {
	min-height: 150px;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.onnow {
	font-weight: bold;
	font-style: normal;
	color: #027f92; /* teal */
	color: #ca4b80; /*hot pink*/
}

/********** STRUCTURE **********/
.header {
	position: fixed;
	z-index: 1;
	padding: 1px 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
}
.body {
	position: relative;
	margin: 0;
	padding: 100px 0 0 0;
}
.content {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1px 10px;
	/*max-width: 1200px;*/
	max-width: 1200px;
	text-align: left;
}

.thirdcol, .quartercol, .sixthcol {
	font-size: 90%;
	color: #666666;
	text-align: center;
}
/*.thirdcol img, .quartercol img {
	display: block;
	margin: 10px;
}*/
.homefeature {
	margin: 20px 10px 0 10px;
	border: 10px solid #ffffff;
	padding: 0;
	width: 920px;
}
.sidebarbox {
	margin: 10px;
	border-radius: 5px;
	padding: 10px;
	background: #c4c3bb;
}
.sidebarbox p {
	margin-top: 5px;
}
.sidebarbox h3 {
	font-family: Georgia;
	font-size: 18pt;
	font-weight: normal;
}
.showslist li {
	margin-top: 10px;
}
.intro {
	font-size: 110%;
}
.quote {
	font-family: Georgia;
	font-size: 120%;
}

/********** HEADER **********/
.header h1.logo {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 180%;
	font-weight: bold;
	color: #333333;
	line-height: 90%;
}
.header h1.logo a {
	display: block;
	margin: 0;
	padding: 35px 20px 15px 20px;
	border: 0;
	width: 330px;
	height: 50px;
	background: url(images/caprinalogo.png) no-repeat 20px center;
	color: #333333;
	text-align: right;
	text-decoration: none;
}
.header h1.logo a i {
	font-family: Georgia;
	font-size: 70%;
	font-weight: normal;
	color: #8a897c;
	line-height: 90%;
}
.header h1.logo a:hover {
	text-decoration: none;
}
.nav {
	float: right;
	padding: 60px 20px 20px 0;
	width: auto;
}
.nav ul, .nav li, .nav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul {
	float: left;
}
.nav li {
	float: left;
	position: relative;
}
.nav a {
	display: block;
	padding: 8px 10px;
	height: 24px;
	font-size: 12pt;
	font-weight: bold;
	color: #8a897c;
	text-decoration: none;
	text-transform: lowercase;
}
.nav a:hover {
	background: #ca4b80; /* hot pink */
	background: #04a5bd; /* lighter turquoise */
	color: #ffffff;
}
.nav ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	/*background: #c4c3bb;*/
	background: rgba(47,47,43,0.75);
	color: #ffffff;
	padding: 5px 0;
	float: left;
	width: 150px;
	z-index: 99999;
}
.nav ul ul li {
	min-width: 120px;
}
.nav ul ul ul {
	left: 100%;
	top: 0;
}
.nav ul ul a {
	/*background: #b0cc66;*/
	background: none;
	color: #c4c3bb;
	line-height: 1em;
	padding: 5px 10px;
	font-size: 11pt;
	width: 120px;
	height: auto;
}
.nav ul ul a:hover {
	background: none;
	color: #ffffff;
}
.nav li:hover > a {
	/*color: #ffffff;*/
}
.nav ul ul :hover > a {
	/*background: #b0cc66;*/
	/*background: none;
	color: #ffffff;*/
}
.nav ul li:hover > ul {
	display: block;
}

/********** CATEGORIES + PROJECTS **********/
.category a, .project a {
	display: block;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	background: #ffffff;
	color: #8a897c;
	text-decoration: none;
	overflow: hidden;
	transition: background 0.5s, color 0.5s;
}
.category a:hover, .project a:hover {
	background: #2f2f2b; /* off black */
	color: #e2e0d8;
}
.category a img, .project a img {
	margin: 0;
}
.category b {
	display: block;
	padding: 5px 0;
	text-transform: uppercase;
}
.project a b {
	display: block;
	padding: 5px 0;
	font-size: 110%;
}


#page_gallery .sidebar {
	width: 225px;
}
#page_gallery .main {
	width: 680px;
}
.gallery_header {
	margin: 0 15px;
	padding: 1px 0;
	width: 675px;
}
.gallery_header h1 {
	margin: 15px;
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
	color: #FFFFFF;
	text-transform: uppercase;
}
.gallery div {
	float: left;
	width: 120px;
}
.gallery a {
	display: block;
	margin: 5px;
	padding: 5px;
	width: 100px;
	background: #ffffff;
	transition: background 0.5s;
}
.gallery a:hover {
	background: #2f2f2b;
}
.gallery a img {
	
}


.photo {
	margin: 20px 10px 0 10px;
}
.caption {
	margin: 0 10px 10px 10px;
	font-family: Georgia, Times, serif;
	font-size: 90%;
	font-style: italic;
	color: #666666;
}


#prints {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}
.photoH, .photoV {	
	text-align: center;
}
.photoH a, .photoV a {
	display: block;
	margin: 10px 10px 5px 10px;
	border: 19px solid #000000;
	border: 19px solid #ffffff;
}
.photoH a:hover, .photoV a:hover {
	display: block;
	border: 19px solid #333333;
}
.photoH img, .photoV img {
	display: block;
	border: 1px solid #ffffff;
}



/********** SIDEBAR **********/
.sidebar p, .sidebar li {
	font-size: 95%;
}
#mailchimp {
	background: #04a5bd; /*turquoise*/
	color: #ffffff;
}
#mailchimp form {
	margin: 10px;
}
#mailchimp input {
	border: 0;
	border-radius: 5px;
	padding: 3px;
	font-family: Arial;
	font-size: 11pt;
}
#mailchimp input[type=email] {
	background: #ffffff;
}
#mailchimp input[type=submit] {
	background: #027f92; /*teal*/
	color: #ffffff;
	font-weight: bold;
	cursor: hand;
}
#mailchimp input[type=submit]:hover {
	background: #333333;
	cursor: hand;
}

/********** MERCH **********/
.iphoneskins {
	margin: 0 auto;
	width: 960px;
}
.iphone {
	float: left;
	padding: 10px;
	width: 172px;
	text-align: center;
	color: #8a897c;
}

/********** HIRED **********/
.package {
	float: left;
	width: 66.6%;
}
.package i {
	font-family: Georgia;
	font-weight: normal;
	font-size: 105%;
	color: #666666;
}
.packageprice {
	float: left;
	margin: 20px 0;
	padding: 15px 0 20px 0;
	width: 33.3%;
	/*margin: 10px auto;*/
	border-radius: 5px;
	/*padding: 10px;*/
	background: #c4c3bb;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
.packageprice p {
	margin: 15px;
}
.packageprice b {
	font-family: Georgia;
	font-size: 250%;
	color: #2f2f2b;
}
table.pricetable, table.formtable {
	margin: 10px 0;
}
table.pricetable td, table.formtable td {
	padding: 2px 5px;
}
table .price {
	width: 40px;
	text-align: right;
}
a.button {
	border-radius: 5px;
	padding: 10px 15px;
	background: #027f92; /* teal */
	color:  #ffffff;
}
a.button:hover {
	background: #ca4b80; /* pink */
	text-decoration: none;
}

.fineprint {
	font-size: 85%;
}
.ordernote {
	margin: 20px 10px;
	padding: 15px;
	border-radius: 5px;
	background: #c4c3bb;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

/********** FOOTER **********/
.footer {
	margin: 0 auto;
	padding: 1px 0;
	/*background: #2f2f2b;
	color: #C4C3BB;*/
}
.footer a {
	/*color: #C4C3BB;*/
	text-decoration: none;
	white-space: nowrap;
}
.footer a:hover {
	/*color: #FFFFFF;*/
}
.footer ul, .footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact {
	float: left;
	width: 600px;
}
.social {
	margin: 0 5px;
}
.footer .social {
	float: right;
	text-align: right;
}
.social .icon {
	display: inline-block;
	padding-right: 5px;
	width: 40px;
}
.social .icon a img {
	opacity: 0.5;
	transition: opacity 0.3s;
}
.social .icon a:hover img {
	opacity: 1;
}
.credit {
	color: #999999;
}
.credit a {
	color: #999999;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 600px) {
	.quartercol {
		float: left;
		width: 50%;
	}
	.quartercol:nth-of-type(2n+1) {
		clear: left;
	}
}

@media screen and (min-width: 800px) {
	.main {
		float: left;
		width: 66.66%;
		max-width: 620px;
	}
	.sidebar {
		float: right;
		width: 33.33%;
	}
	.halfcol, .colhalf {
		float: left;
		width: 50%;
	}
	.thirdcol, .colthird {
		float: left;
		/*width: 320px;*/
		width: 33%;
		/*font-size: 80%;*/
		text-align: center;
	}
	.quartercol {
		width: 33.33%;
	}
	.quartercol:nth-of-type(2n+1) {
		clear: none;
	}
	.quartercol:nth-of-type(3n+1) {
		clear: left;
	}
	.sixthcol {
		float: left;
		width: 160px;
	}
	.photoH {
		float: left;
		width: 33.33%;
	}
	.photoV {
		float: left;
		width: 25%;
	}
}
@media screen and (min-width: 960px) {
	
}
@media screen and (min-width: 1200px) {
	.quartercol {
		width: 25%;
	}
	.quartercol:nth-of-type(3n+1) {
		clear: none;
	}
	.quartercol:nth-of-type(4n+1) {
		clear: left;
	}
}