/*
Theme Name: Sclupture Center
*/
*{margin:0;padding:0;font-family:Garamond;color:#003b66;white-space:normal !important;}
/* Begin layout */
html{background:url(images/background.jpg);background-repeat:repeat-x;}
body {
	font: 100% Verdana, Granjon, Sabon, Garamond,  Stempel, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:url(images/headcolor.jpg); background-position:top; background-repeat:repeat-x;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	clear:both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}

.leftcolumn{float:left;width:380px;}
.rightcolumn{width:350px;}
#contact-content{padding: 15px 10px;margin: 0;}
#contactinfo{float:right;padding: 15px 10px;width:250px;}
#extrawide {width: 800px;text-align: left;margin: 0 auto;}
#homecopy{width:250px;margin-top:-40px;}
#homepage{float:right;padding: 15px 10px;width:600px;}
#homepage p{text-align:center!important;}
#homecopy {line-height:2em;font-size:1.2em;}
/* End Layout */

/* begin bsic styles */

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
margin-top:10px;margin-bottom:10px;
clear:both;
}
p,blockquote{line-height:2em;}
blockquote{padding-left:20px;padding-right:20px;}

/* End basic styles */

/* navagiton */

#navigation { list-style: none inside;text-align:center;padding-top:10px;}
#navigation  li{display:inline;padding-left:1.2em;font-size:1.1em;}
#navigation  li a:hover {color:#000;text-decoration:none;}
#navigation  li a {color:#000;text-decoration:underline;}
#navigation .current_page_item a {color:#000;text-decoration:none !important;}

/* end nag */

/* Custom Classes */

.logo{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.textwidget{line-height:2em!important;font-size:1.2em;}

/* End custom class */

img {
	border: none;
}
a {
	color: #156CB2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
.artistinfo{background:#FFFBF0;padding:25px;text-align:left;color:#000 !important;}
.artistinfo p{color:#000 !important;}
/* Centers the layout */
.centered {
	margin: 0 auto;
	width: 784px;
	background: url(images/page_bg.gif) repeat-y;
	padding: 4px 0px;
}

table, tr, td, {line-height:2em;font-size:1.2em;vertical-align:top;}

/* Container */
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}
/* Top ad */
.ad {
	text-align: center;
	margin-bottom: 20px;
}

/* Footer */
#footer {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.9em;
}
#col1{display:none;}

/* #col1 {
	float: right;
	padding: 15px 10px;
	width:150px;
} */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#content p {font-family:Arial, Helvetica, sans-serif;font-size:14pt;}
#sidebar{display:none!important;}
/* Override default plugin styles */
.slideshowlink, .piclenselink {display:none!important;}
