/*
Theme Name: Orange Street Studio
Theme URI: 
Description: This is the theme for OrangeStreet Studio, as developed by Alex Amerri with the collaborative aesthetic judgements of Meredith Hall.  Coding is fun. Really. 
Version: SuperDuper
Author: Alex Amerri
*/



/* Begin Entire Site formatting */
body { 
	font-family: Helvetica, Sans-Serif; 
	background-color: #ffffff; 
	color: #1f1400; 
	font-size: 12px; 
	line-height: 150%; 
	margin: 0;
	padding: 0; 
	}

/* Begin link behavior */
a img {
	border: none;
	}
	
a, a:visited, a:link, a:active {
	color: #f37021;
	text-decoration: none;
	}
		
a:hover {
	text-decoration: underline;
	}
	
/* End link behavior */

/* Begin Heading styles */

h2 a:hover, h3 a:hover {
	color: #f37021;
	text-decoration: none;
	}
	
h2, h3 {
	text-decoration: none;
	}

h1 { font-size: 160%; font-weight: normal; padding-top: 20px; margin: 0; text-decoration : none; text-transform: uppercase; }

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}
	
h2 {
	font-size: 120%;
	margin: 30px 0 0;
	}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #333;
	}

h2 a:hover {
	text-decoration: none;
	}
	
h3 {
	font-size: 100%;
	padding: 0;
	margin: 30px 0 0;
	}

h3 a, h3 a:visited {
	text-decoration: none;
	color: #333;
	}

h3 a:hover {
	text-decoration: none;
	}
/* End Heading styles */

/* Begin Various Tags & Classes */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation { font-size: 92%; text-transform: uppercase; display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }
	
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}	
	
.nocomments, .postmetadata, strike, small {
	color: #777;
	}
	
.widecolumn {
	line-height: 1.6em;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}


/* End Various Tags & Classes*/

/* End Entire Site formatting */




/* Front Page */

#frontmain { 
	position: relative; 
	top: 100px; 
	width: 600px;
	left: 15%; 
	}
#frontorange { background: #f37021 url(images/frontimgs/random.php); width: 600px; height: 300px; }
#frontlogo { 
	position: absolute; 
	top: 52px; 
	left: 75px; 
	width: 196px; 
	height: 196px; 
	z-index: 1; 
	}
#fronttext {
	color: #1f1400;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 92%;
	}
#fronttext p {
	display: inline;
	margin: 0 10px 0 10px;	
	}
.readmore {
	text-transform: uppercase;
	font-weight: bold;
	}
#frontmenu {
	width: 100%;
	margin: 2px;
	}

.menu-links {
	text-transform: uppercase;
	text-align: right;
}

.menu-links ul, .menu-links li {
	display: inline;
	margin: 0;
	padding: 4px 4px 2px 4px;
	}
.menu-links li {
	border-right-color: gray;
	border-right-style: dotted;
	border-right-width: 1px;
	}
.menu-links ul {
	border-left-color: gray;
	border-left-style: dotted;
	border-left-width: 1px;
	}

/* End Front Page */

/* Begin Parent Page Menu */
/* End Parent Page Menu */

/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}

#sidebar { color: white; font-size: 92%; background-color: #f37021; text-transform: uppercase; position: absolute; top: 0; left: 15px; width: 100px; z-index: 100; padding-top: 80px; padding-right: 10px; padding-left: 10px; }
	

#sidebar a { color: white; text-decoration: none; }
	
#sidebarlogo { 
	text-align: center; 
	margin-bottom: 40px; 
	}
	
	
#sidebarweb { 
	background-color: white; 
	text-align: center; 
	position: absolute; 
	left: 0; 
	width: 120px; 
	padding-top: 4px; 
	}
	
#sidebaraddress { 
	text-align: center; 
	margin-top: 40px; 
	padding-bottom: 4px; 
	}	


/* Begin Sidebar lists */

#sidebar ul, #sidebar ul ol, #sidebar ul ul, #sidebar ul ul ol { margin: 0; padding: 0; list-style-image: none; list-style-type: none; }
	
#sidebar ul li { list-style-type: none; list-style-image: none; border: dotted 1px white; text-align: center; font-weight: bold; margin-top: 8px; padding: 2px 0 0; }
#sidebar ul ul { color: #f37021; background-color: #fff; margin: 0; border-color: white #000 #000; border-style: dotted none none; border-width: 1px 0 0; list-style-type: none; list-style-image: none; }

#sidebar ul ul a { color: #f37021; }
#sidebar ul ul li { color: white; line-height: 100%; text-align: left; left: -10px; margin: 0; padding: 4px 0 10px; border-top: 0 dotted #f37021; }
	
#sidebar ul ul ul li { color: white; font-size: 90%; margin: 2px 0; padding: 4px 2px; font-weight: normal; line-height: 100%; text-align: right; border-bottom: 1px dotted #666; border-top-width: 0; border-right-width: 0; border-left-width: 0; }
#sidebar ul ul ul { margin: 0; padding-top: 1px; padding-right: 0; padding-bottom: 0; border-top: 1px solid #f37021; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; list-style-type: none; }
#sidebar ul ul ul a { color: #f37021; }
/* old
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ol li {
	list-style: decimal outside;
	}
	
*/






/* End Sidebar lists */

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	
/* End Sidebar */


/* Begin Header */
#header {
	background: url(images/headerimgs/rotate.php) no-repeat center bottom; 
	height: 190px;
	width: 640px;
	}
#headerimg {
	margin: 0;
	height: 100px;
	width: 640px;
	}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;
	}
	
.pagetitle { color: #f37021; font-size : 200%; font-weight: bold; line-height: 100%; text-decoration : none; text-transform: lowercase; margin-left: 0; }
/* End Header */

/* Begin Publications Page */
/* End Publications Page */

/* Begin Content Pages and Posts */

#page { /* This contains everything to the right of the sidebar */
	text-align: left; 
	position: absolute; 
	left: 150px; 
	width: 640px; 
	padding-right: 3px; 
	padding-left: 3px; 
	border-right: 1px solid gray; 
	border-bottom: 1px solid gray; 
	border-left: 1px solid gray; 
	}

#content { /* This contains everything below the header, within #page */
	line-height: 175%; padding-top: 7px; padding-right: 15px; padding-left: 15px; }

.posttext {
	padding: 10px 0 40px 0;
	}
	
.narrowcolumn {
	float: right;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 640px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 0;
	
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Content Pages and Posts */


/* Begin Footer */
#footer { 
	color: gray; 
	font-size: 80%; 
	text-transform: uppercase; 
	float: right; 
	margin-top: 8px; 
	margin-right: 2px; 
	}
/* End Footer */






/* Begin Images */
p img {
	padding: 4px;
	max-width: 100%;
	}
#post-41 ul ul { margin: 0; padding: 12px 2px; display: table-cell; }
#post-41 ul li { font-size: 20px; float: left; margin: 0; padding: 10px; list-style-type: none; list-style-image: none; }
#post-41 ul { padding: 0; list-style-type: none; list-style-image: none; }
#gallerycontainer { position: absolute; left: -10px; }
#post-41 ul ul li { font-size: 11px; width: 240px; height: 200px; float: left; margin: 2px; padding: 5px; border: dotted 1px gray; display: table-cell; }
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li {
	list-style: decimal outside;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */

