/*
THEME NAME: SOMArts
DESCRIPTION: Wordpress theme for SOMArts cultural center, based on Sandbox
VERSION: 0.2
AUTHOR: Dan McKinley
AUTHOR Uri: http://www.iamdanmckinley.com
TEMPLATE: sandbox
*/

* { text-rendering: optimizeLegibility; }

body {
	line-height: 24px;
	font-size: 15px;
	color: #3f3f3f;
	font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, sans-serif;
	margin: 0px;
}

#bgrd {
	z-index: -999999;
	height: 100%;
	width: 100%;
	position: fixed;
	background-image: url(images/bgrd.gif);
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 888px;
}

#header {
	padding-bottom: 36px;
	border-bottom: 1px solid #999999;
	margin: 0 0 36px 24px;
	height: 84px;
	width: 840px;
}

#footer-wrapper {
	padding-top: 48px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 420px;
	width: 100%;
	background-color: #eef6ec;
	background-image: -moz-linear-gradient(top, #f0f4d0, white); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0f4d0),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f4d0', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f4d0', EndColorStr='white')";
}

#footer {
	line-height: 18px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 864px;
}

#container {
	float: right;
	width: 480px;
	margin-right: 24px;
}

#content { }

#calendar {
	width: 840px;
	margin-left: 24px;
}



/* Sidebar */

#sidebar {
	color: #e5a02f;
	margin-left: 24px;
	float: left;
	width: 264px;
}

#sidebar .item {
	padding: 24px 24px 48px 24px;
	margin-bottom: 24px;
	width: 216px;
	float: left;
	background-color: #fffcdf;
	background-image: -moz-linear-gradient(top, #fdebb6 30%, white); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.3, #fdebb6),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdebb6', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdebb6', EndColorStr='white')";
}

#sidebar ul {
	padding: 0;
	list-style-type: none;
}

#sidebar li {
	min-height: 0px;
	border-top: 1px dotted #edbf28;
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
	background-image: none;
}

#sidebar .img-flickr {
	padding-right: 12px;
	max-width: 204px;
	opacity: 0.8;
	-webkit-transition: opacity 0.25s;
}

#sidebar .img-flickr:hover {
	opacity: 1.0;
	-webkit-transition: opacity 0.25s;
}

#sidebar a {
	color: #e5a02f;
}

#sidebar a:hover {
	color: #3f3f3f;
}

#sidebar p {
	padding: 0px;
	margin: 0px;
}

#sidebar ul.children li {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
}



/* Links */

a img {
	border: none;
	text-decoration: none;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #017490;
	-webkit-transition: color 0.25s;
}

a:hover { 	 
	color: #c53f45;
	-webkit-transition: color 0.25s;
}




/* Headers */

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: "proxima-nova-extra-condensed-1", "proxima-nova-extra-condensed-2", Impact, sans-serif;
}

/* Homepage headers */
h1 {
	margin: 0px;
	padding: 0px;
	line-height: 51px;
	font-size: 60px;
}

/* Post Titles */
h2 {
	margin-top: 0px;
	margin-bottom: 21px;
	line-height: 36px;
	font-size: 38px;
}

/* Sidebar headers */
h3 {
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 30px;
	font-size: 30px;
}

/* Text callouts */
h4 {
	margin-bottom: 12px;
	margin-top: 6px;
	text-transform: capitalize;
	padding: 3px 6px 0 0;
	line-height: 24px;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, serif;
}

/* Intratext headers */
h5 {
	margin-bottom: 12px;
	margin-top: 12px;
	line-height: 20px;
	font-size: 20px;
}



/* Navigation */

#logo {
	display: block;
	margin-top: 44px;
	background-repeat: no-repeat;
	height: 33px;
	width: 190px;
	background-image: url(images/logo.gif);
	float: left;
	background-position: 0px -33px;
	opacity: 0.8;
	-webkit-transition: opacity 0.25s;
}

#logo:hover {
	background-position: 0px -33px;
	opacity: 1.0;
	-webkit-transition: opacity 0.25s;
}

#logo span {
	display: none;
}

#menu {
	float: right;
	margin-top: 54px;
	font-weight: bold;
	z-index: 30;
}

#menu ul {
	display: inline;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#menu li { 
	z-index: 30; 
	color: white; 
	padding: 0 12px 0 0;
	display: block;
	position: relative;
	left: 15px;
	margin: 0px;
	float: left;
}

#menu ul li a { 
	margin: 0px; 
	padding: 0px; 
	color: #666666; 
	text-decoration: none; 
	display: block; 
	border-bottom: 3px solid #666666; 
}

#menu ul a:hover { 
	border-bottom-color: #017490; 
	color: #017490; 
}

#menu ul li.hover,
#menu ul li:hover { 
	text-decoration: none; 
	position: relative; 
}

#menu ul ul { 
	margin: 5px 0 0 0;
	display: inline;
	position: absolute;
	top: 83%;
	left: 0px;
	list-style-type: none; 
	visibility: hidden;
	padding: 0px;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
}

#menu ul ul li { 
	z-index: 10; 
	top: 0px; 
	font-size: 11px; 
	text-transform: capitalize; 
	width: 150px; 
	float: none; 
	margin: 0;
	padding: 0;
	left: 0;
}
									 
#menu ul ul li a { 
	height: 24px; 
	padding: 3px 3px 3px 6px;
	margin: 0px;
	background-color: #f5f4f3; 
	border-bottom: 1px #cdcecd solid; 
	border-right-style: none; 
	display: block;
} 

#menu ul ul li a:hover { 
	color: #017490; 
	background-color: #eeedec; 
	border-bottom-color: #f5f4f3; 
} 

#menu ul li:hover > ul { 
	visibility: visible; 
}

#menu ul ul ul li {
	visibility: hidden;
	display: none;
}

#menu .current_page_item,
#menu .current_page_ancestor,
#menu .current_page_item a,
#menu .current_page_ancestor a,
#menu .current_page_parent,
#menu .current_page_parent a {
	color: #017490; 

}

#sidebar .current_page_item,
#sidebar .current_page_ancestor,
#sidebar .current_page_item a,
#sidebar .current_page_ancestor a,
#sidebar .current_page_parent,
#sidebar .current_page_parent a {
	color: #3f3f3f; 
}





/* Homepage Rows and Columns */

#homepage {
	width: 888px;
	float: left;
}
.row {
	clear: both;
	margin: 0 0 24px 24px;
}

.row .one-column {
	background-color: #dbf0f5;
	min-height: 300px;
	color: #017490;
	padding: 12px 24px 48px 24px;
	width: 792px;
	background-image: -moz-linear-gradient(top, #cae8f1 30%, white);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.3, #cae8f1),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cae8f1', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cae8f1', EndColorStr='white')";
}

.row .two-column {
	background-color: #fbddcd;
	color: #c53f45;
	padding: 24px 0 48px 24px;
	margin: 0 24px 24px 0;
	float: left;
	width: 384px;
	background-image: -moz-linear-gradient(top, #f0c2b5 30%, white); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.3, #f0c2b5),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0c2b5', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0c2b5', EndColorStr='white')";
}

.row .two-column-headlines {
	background-color: #fbddcd;
	padding-right: 24px;
	color: #c53f45;
	padding: 24px 0 48px 24px;
	margin: 0 24px 24px 0;
	float: left;
	width: 384px;
	background-image: -moz-linear-gradient(top, #f0c2b5 30%, white); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.3, #f0c2b5),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0c2b5', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0c2b5', EndColorStr='white')";
}

.row .three-column {
	color: #e5a02f;
	padding: 24px 24px 48px 24px;
	margin: 0 24px 24px 0;
	float: left;
	width: 216px;
	background-color: #fffcdf;
	background-image: -moz-linear-gradient(top, #fdebb6 30%, white); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.3, #fdebb6),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdebb6', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdebb6', EndColorStr='white')";
}

.row ul {
	padding: 0px;
	list-style-type: none;
}

.row ul li {
	font-weight: bold;
	line-height: 24px;
	font-size: 21px;
}

.row .two-column img {
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	-khtml-opacity: .80;
	opacity: .80;
	-webkit-transition: opacity 0.25s;
}

.row .two-column img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.25s;
}

.attachment-post-thumbnail {
	margin: 0 0 24px 24px;
	max-height: 300px;
	max-width: 420px;
	float: right;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 0px 3px #ccc;
	filter:alpha(opacity=90);
	-moz-opacity: .90;
	-khtml-opacity: .90;
	opacity: .90;
	-webkit-transition: opacity 0.25s;
}

.attachment-post-thumbnail:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.25s;
}

.row .two-column img {
	margin-bottom: 18px;
	margin-right: 18px;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 0px 3px #ccc;
}

.row .two-column-headlines ul li {
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px dotted #c53f45;
	padding: 12px 24px 12px 0;
	margin: 0px;
}

.row .two-column a:link,
.row .two-column a:visited,
.row .two-column a:active,
.row .two-column-headlines a:link,
.row .two-column-headlines a:visited,
.row .two-column-headlines a:active {
	color: #c53f45;
	-webkit-transition: color 0.2s;
}	

.row .three-column a:link,
.row .three-column a:visited,
.row .three-column a:active {
	color: #e5a02f;
	-webkit-transition: color 0.2s;
}

.row .one-column a:hover,
.row .two-column a:hover,
.row .two-column-headlines a:hover,
.row .three-column a:hover {
	color: #3f3f3f;
	-webkit-transition: color 0.2s;
}



/* Posts */

.post {
	background-color: #dbf0f5;
	padding: 24px;
	margin-bottom: 66px;
	background-image: -moz-linear-gradient(top, #cae8f1 40%, white); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.4, #cae8f1),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cae8f1', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cae8f1', EndColorStr='white')"; 
}

.metadata {
	text-transform: capitalize;
	margin: 0px;
	padding-top: 21px;
	color: #017490;
	border-top: 1px dotted #017490;
	line-height: 18px;
	font-size: 12px;
}





/* Image and image-related tags */

.size-thumbnail {
	margin-bottom: 24px;
	float: left;
	margin-right: 24px;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 0px 3px #ccc;
}

.size-medium {
	max-width: 432px;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 0px 3px #ccc;
}

.size-full {
	max-width: 432px;
	margin-top: 6px;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 0px 3px #ccc;
}

.wp-caption-text {
	font-family: sans-serif;
	color: #666666; 
	font-style: italic; 
	margin: 22px 24px 24px 0px;
	line-height: 15px;
	width: 120px;
	font-size: 12px;
	float: left;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, "Times New Roman", serif;
}




/* Blockquotes */

blockquote {
	border: 1px solid #ccc;
	padding: 24px 24px 12px 24px;
	color: #017490;
	margin: 0 0 24px 0;
	font-size: 12px;
	-webkit-transition: 0.25s;
	-webkit-box-shadow: 3px 3px 0px #ccc;
	-moz-box-shadow: 3px 3px 0px #ccc;
	box-shadow: 3px 3px 0px #ccc;
}

blockquote:hover {
	border-color: #999;
	color: #3f3f3f;
	-webkit-transition: 0.25s;
	-webkit-box-shadow: 3px 3px 0px #999;
	-moz-box-shadow: 3px 3px 0px #999;
	box-shadow: 3px 3px 0px #999;
}




/* Forms */

#form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#form ul li {
	background-color: #fffcdf;
	padding: 12px;
	margin-bottom: 12px;
	clear: both;
}

#form ul li:hover {
	background-color: #fffbc8;
}

#form label {
	float: left;
	width: 150px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

#form input {
	width: 230px;
	padding: 5px;
	border: 2px solid #ccc;
}

#form input:hover {
	border: 2px solid #4b4b4b;
	-webkit-transition: 1.0s;
}

#form input:focus {
	border: 2px solid #c53f45;
	-webkit-transition: 1.0s;
}

#form .required {
	padding: 0px;
	margin: 0px;
	color: #c53f45;
}
	
#form input[type="radio"]	{
	border: 0;
}





/* Footer */

#footer .four-column-first,
#footer .four-column,
#footer .four-column-last {
	padding: 24px 36px 24px 24px;
	min-height: 264px;
	border-right: 1px dotted #999999;
	margin-right: 12px;
	float: left;
	width: 144px;
}

#footer .four-column-first {
}

#footer .four-column-last {
	padding-right: 0px;
	border-right-width: 0px;
}

#footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footer a {
	color: #3f3f3f;
}

#footer a:hover {
	color: #017490;
}

#copyright {
	text-transform: capitalize;
	margin-left: 24px;
	margin-top: 48px;
	font-size: 11px;
	clear: both;
	color: #cccccc;
	padding-bottom: 48px;
	list-style-type: none;
}

#copyright a {
	color: #cccccc;
}

#footer p {
	margin-bottom: 3px;
}




/* Post navigation */

#menu-below {
	background-color: #7f7f7f;
}

.nav-previous,
.nav-next {
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	width: 180px;
	font-size: 12px;
	padding: 0px 24px 60px 24px;
}

.nav-previous {
	float: left;
}

.nav-next {
	text-align: right;
	float: right;
}




/* Bios */
.archive-meta {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 24px;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
}





/* Paypal button */

#paypal {
	text-align: center;
	font-weight: bold;
	padding: 4px 6px 3px 6px;
	width: 72px;
	border: 1px solid #e1e1e1;
	margin-top: 6px;
	display: block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 1px #e1e1e1;
	-moz-box-shadow: 0 0 1px #e1e1e1;
	box-shadow: 0 0 1px #e1e1e1;
	background-image: -moz-linear-gradient(top, #fdebb6, white); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdebb6),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdebb6', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdebb6', EndColorStr='white')"; 
	-webkit-transition: 0s;
}

#paypal:hover {
	color: #3f3f3f;
	display: block;
	background-color: #cccccc;
background-image: -moz-linear-gradient(top, #ccc, white); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ccc),color-stop(1, white)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ccc', EndColorStr='white'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ccc', EndColorStr='white')";
	-webkit-transition: 0s;
}

#sidebar #paypal:active,
#paypal:active {
	color: #999999; 
	background-color: #dddddc;
	background-image: none;
}

#paypal span {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}



/* Enews button */

#enews {
	padding: 24px 18px 24px 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-left: 684px;
	position: absolute;
	float: right;
	color: white;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	z-index: 20;
	background-color: #60bcdf;
	top: 96px;
	height: 54px;
	width: 66px;
	-webkit-border-radius: 102px;
	-moz-border-radius: 102px;
	border-radius: 102px;
	-webkit-transition: 0.25s;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	-moz-transform: rotate(7.5deg); -o-transform: rotate(7.5deg); -webkit-transform: rotate(7.5deg); filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104); -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104)"; zoom: 1;
}
 
#enews:hover {
	background-color: #3f3f3f;
	-webkit-transition: 0.25s;
}

#enews span {
}



/* Facebook and Twitter */

.social {
	margin-bottom: 18px;
	clear: both;
	height: 24px;
}

.social-buttons {
	float: left;
}

.gallery img {

	margin-bottom: 2px;

	margin-right: 10px;

}
