/* @import url('../twentyten/style.css'); */

/*
Theme Name: corradodick.net
Theme URI: http://www.corradodick.net
Description: custom theme for corradodick.net - scenographers portfolio
Author: mathias lutz
Author URI: http://www.mathiaslutz.com
Version: 1.0
Template: twentytwelve
Tags: twentytwelve, child, corrado dick, scenographer, portfolio
*/



* {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
	font-size: 1em;
	line-height: 1.1em;
	color: #000;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

#main {
	max-width: 1160px;
}

#primary {
	float: left;
}

#secondary {
	float: right;
	margin-top: 15px;
}

#contact p {
	font-size: 1.2em;
	line-height: 1.2em;
}

#contact a:hover {
	text-decoration:underline;
}

#navigation {
	margin-top: 60px;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
}

#navigation .current_page_item {
	text-decoration:underline;
}

#navigation a:hover {
	text-decoration:underline;
}

#work-content {
	width: 820px;
	height: 540px;
	cursor: pointer;
}

#work-text {
	padding: 10px 0 0 5px;
}

#work-text p, #work-text strong {
	font-family: "Times New Roman", serif;
	font-size: 1.5em;
	font-style: normal;
}

#work-text strong {
	font-family: "Times New Roman", serif;
	font-size: 1em;
	font-style: normal;
}

#work-text em {
	font-family: "Times New Roman", serif;
	font-size: 1em;
}



.work-documents {
	width: 820px;
	margin: 5px 0 10px 5px;
	font-size: 0.7em;
	line-height: 1.2em;
}

.work-documents .current_document {
	text-decoration:underline;
}

.work-documents a:hover {
	text-decoration:underline;
}







/* iphone / ipad */
	 @media only screen 
		and (max-device-width:1024px) { 
			#wrapper {
			  top: 0;
			  left: 0;
			  margin-top: 0;
			  margin-left: 0;
			  text-align: center;
			  padding: 100px;
			}
			 
			#wrapper:before {
			  content: '';
			  display: inline-block;
			  height: 100%;
			  vertical-align: middle;
			  margin-right: -0.25em; /* Adjusts for spacing */
				
			  /* For visualization
			  background: #808080; width: 5px;
			  */
			 }
			 
			 #wrapper-inner {
				position: absolute;
				top: 100px; /* half of padding .block padding */
				left: 100px;
				display: inline-block;
				vertical-align: middle;
				text-align: left;
				width: 1105px;
				height: 737px;
			}
			

		}