/*
Theme Name: gtsculpture custom theme
Theme URI: http://gtsculpture.com/
Description: Custom theme for GT Sculpture based on WP's default theme.
Version: 0.1
Author: Michael Trauttmansdorff
*/



/*************************************************************** Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	/*background: #018DD1;*/
	background: #005f8d;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	position:relative;
	border-bottom:3px solid #F8CDAA;
	}
	#header_bg {	background-color:#FFF1D7; /*pinkish is FFF1D7*/
					filter:alpha(opacity=70); opacity: 0.7; -moz-opacity:0.7;
				}

	#header_content, #content_content, #footer_content{z-index:1; position:relative; height:100%;}
	#header_bg, #content_bg, #footer_bg, .post>.bg, .pagetitle>.bg {z-index:0; position:absolute; top:0px; left:0px; width:100%; height:100%;}


#header .description {
	font-size: 1.5em;
	text-align: center;

	}

#sidebar
{
	border-right:0px solid #001C2A;
	}

#content {
	font-size: 1.2em;
	z-index:0;
	border-left:0px solid #001C2A;
	padding-bottom:30px;
	}
/*	#content_content {	border:1px solid #444; 
						z-index:1; 
						padding:20px; 
						margin:10px 40px;
						color:white !important;
						}
	#content_content h2, #content_content h3, #content_content h2 a, #content_content h3 a{color:white;}
	#content_bg{	background-color:#000; 
					filter:alpha(opacity=90); opacity: 0.90; -moz-opacity:0.90;
					z-index:-1;
				}
*/
#footer {
	position:relative;
	border-top:0px solid #001C2A;
	background:#005f8d;
	color:#CCC;
	}
	#footer_bg {	/*background-color:#000;*/
					/*filter:alpha(opacity=20); opacity: 0.2; -moz-opacity:0.2;*/
					}
	#footer a, #footer a:hover{
		color:#999; 
	}


.post {
	z-index:0;
	padding:10px;
	}
	.post .content {	border:1px solid #444; 
						z-index:1; 
						padding:20px; 
						margin:10px 40px;
						color:black !important;
						}
	.post .content h2, .post .content h3, .post .content h2 a, .post .content h3 a{color:#333;}
	.post .bg, .pagetitle .bg  {		background-color:#FFF; 
					filter:alpha(opacity=80); opacity: 0.80; -moz-opacity:0.80;
					z-index:-1;
					
				}

.post_edit_hover{background:#888;}

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

.widecolumn {
	line-height: 1.6em;
	}

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

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

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

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/************************************************************** Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 900px;
	}

#header {
	margin: 0px;
	padding: 0;
	height: 90px;
	}

#content {
	position:relative;	float: right; 
	margin:0px 10px;
	width: 700px;
	}

#sidebar
{
	float:left;
	margin:0px;
	margin-right:-11px;
	padding:00px;
	width: 180px;
	}

#footer {
	position:relative;
	padding: 0;
	margin: 0 auto;
	clear: both;
	}


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

.post {
	position:relative;
	width:360px;
	margin: 30px auto 0px;
	text-align: justify;
	}
	.page .post{ width:480px;}

.post hr {
	display: block;
	}

.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: both;
}

.clear {
	clear: both;
}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/***************************************************************	Begin Headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding-top: 15px;
	margin: 0;
	font-size: 3.5em;
	text-align: center;
	color:#FFF;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	text-decoration: none;
	color:#000;
	}


h2 {
	margin: 0 0 20px;
	font-size: 1.6em;
	}

h2.pagetitle {
	position:relative;
	text-align: center;
	width:360px;
	margin:30px auto;
	padding:2px 10px;
}


h3 {
	padding: 0;
	margin: 0 0 20px;
	font-size: 1.3em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



/* End Headers */



/*************************************************************** Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */

.gallery {margin:20px 0px;}
.gallery .gallery-row {text-align:left; margin-bottom:6px;}
.gallery .gallery-item {float:none; display:inline; }
.gallery .gallery-item .gallery-icon {display:inline;}
.gallery .gallery-item .gallery-icon a{ margin:0px 3px; padding:0px;}
.gallery .gallery-item .gallery-icon a:hover{position:relative; top:1px; left:1px; }
.gallery .gallery-item .gallery-icon a img {border:1px solid #AAA; padding:2px; background:#FFF;}

/*************************************************************** 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;
	}


/* End Entry Lists */



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

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */




/*************************************************************** Begin Sidebar */

/*dark orange #E76C17*/
/*bright orange #ff8502*/

#sidebar form {
	margin: 0;
	}


#sidebar ul, #sidebar ul ol { /*auto-widget stuff*/
	margin: 0;
	padding: 0;
	}

#sidebar li.widget {			/*widget container*/
	position:relative;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	z-index:1;
	}
#sidebar li.widget .widget_bg{
	position:absolute; 
	height:100%; width:100%;
	z-index:-1;
	background:#f89831;
	border:0px solid #ff911b;
	/*filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8;*/
	}

#sidebar h2.widgettitle {		/*widget heading*/
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 14px;	color:white;
	font-variant:small-caps;
	font-weight:bold;
	padding:2px 5px;
	margin: 0px;
	background:#E76C17;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	color:white;
	}


#sidebar li.widget ul, #sidebar li.widget ol { /*widget content container*/
}


#sidebar li.widget ul li{			/*widget content item*/
	list-style-type:none;
	margin-bottom: 0px;
	padding:3px 10px;
}

#sidebar li.widget ul li>a			/*level 1 content*/
{	font-size: 12px;	color:#FFF;
	font-variant:small-caps;
	font-weight:bold;
}

#sidebar li.widget ul ul li{			/*level 2 content*/
	list-style-type:none;
	margin-bottom: 0px;
	padding:0px 10px;
}
#sidebar li.widget ul ul li>a		/*level 2 content*/
{	
	font-size: 12px;	color:#FFF;
	font-variant:small-caps;
	font-weight:bold;
}



#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


/* End Sidebar */



/*************************************************************** Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	}
/* End Various Tags & Classes*/


















/*************************************************************** Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*************************************************************** Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/*************************************************************** Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

