/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Import styles for Memories Gallery */
@import url('library/styles/basic.css');
@import url('library/styles/black.css');
@import url('library/styles/galleriffic-5.css');


/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

img.sponsor {
    padding: 10px;
}

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
/*-----------------SummerCamp Styles-------------------------*/
/*-----------------SummerCamp Styles-------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label, textarea,
table, caption, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}

body {
	/*line-height: 1.5;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 1;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************/
/* END CSS RESET */
/*****************************/
/*****************************/
/* BASE STYLES */
/*****************************/
/* Use ems for font size */




/*************************************** LISTS */





ul,
ol {
margin:0px;
padding:0px;
	list-style-position: inside;
}
li{
list-style-position:inside;
margin:0px;
padding:0px;
}

ul {
	list-style-type: disc;
	margin:0px;
margin-bottom:10px;
}

ul ul {
	list-style-type: circle;
	margin-top: 0;

}

ol {
	list-style-type: decimal;
	margin:0px;
margin-bottom:10px;
list-style-position: inside;

}

ol ol {
	list-style-type: lower-alpha;
	margin-top: 0;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}

ul.contentLi li{ 
    padding: 2px;
}

ul.arrowList { margin-left:0em; padding-left:0.2em; margin-bottom:1em; list-style-position:outside;}
ul.arrowList li { background:url(images/bullet.gif) 0em 0.3em no-repeat; /* change background em accordingly */ padding-left: 0.8em; list-style: none;list-style-position:outside; }
.arrowList ul li { background-image:url(images/bullet_child.gif); }

ol.arrowList li, ul.niceList li { margin-bottom:0.5em; }

ol.arrowList { margin-left:1.5em; padding-left:0px; }
.arrowList ol li { list-style:decimal; background-image:none; padding-left:0em; }
/*************************************** TABLES */

table {
	margin: 2em 0;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

thead th {
	background-color: black;
	color: white;
}

/* for alternate rows */
tr.shaded {
	background-color: #ddd;
}

th,
td {
	padding: 0.3em;
}

td {
	vertical-align: top;
}



/*************************************** FORMS */
.submit input
{
color: #ffffff;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
font-weight:bold;
}
.submit input:hover
{
color: #024c7d;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
}
fieldset {
	border: dotted 1px #999;
	padding: 1em;
	margin: 1em auto;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	background-color: white;
	padding: 0 0.25em;
}

label {
	font-weight: bold;
}

div.formcontainer input {
	border: thin solid #ccc;
	width: 50%;	
}

div.formcontainer textarea {
	border: thin solid #ccc;
	background: #fff;
	width: 100%;
}

/* For inline labels and inputs, enclose both in <div class="row"> */
.row {
	margin: 0.5em 0;
}

.row label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 0.75em;
}

.required {
	color: red;
}

textarea {
	border: solid 1px #999;
}



/* INLINE ELEMENTS */

strong {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

acronym,
abbr {
	border-bottom: dotted 1px #666;
	cursor: help;
}

sup,
sub {
	font-size: 75%;
	line-height: 0;
}

q:lang(en) {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

kbd,
pre {
	font-family: Courier, monospaced;
}


/*************************************** LINKS */

a:link {
	color:#009900;
	text-decoration:underline;
}

a:visited {
	color:#009900;
	text-decoration:underline;
}

a:focus,
a:hover,
a:active {
	color:#990033;
	text-decoration:none;
	background-color:none;
}

a#footerlink:link {
	color: #ffffff;
	text-decoration:underline;
}

a#footerlink:visited {
	color: #ffffff;
	text-decoration:underline;
}

a#footerlink:focus,
a#footerlink:hover,
a#footerlink:active {
	color: #eb2d2e;
}

a.contest:link {
	color: #ffffff;
	text-decoration:underline;
}

a.contest:visited {
	color: #ffffff;
	text-decoration:underline;
}

a.contest:focus,
a.contest:hover,
a.contest:active {
	color: #eb2d2e;
}

a.myhc:link {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:visited {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:focus,
a.myhc:hover,
a.myhc:active {
	color: #ffffff;
font-weight:bold;
font-size:1.2em;
}

/* ACCESSIBILITY */

a#skipnav:link,
a#skipnav:visited {
	position: absolute;
	width: 100%;
	left: -999em !important;
	margin; 1em auto;
	text-align: center;
	background-color: white;
}

a#skipnav:focus,
a#skipnav:active {
	left: 0 !important;
}

/*************************************** BLOCK ELEMENTS */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.25;
}

h1 {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.4em;
	color:#f6963d;
	margin:0;
	padding-bottom:.6em;
}

h2 {
	margin: 0;
	font-size:1.3em;
	font-weight:bold;
	color:#082e4c;
	margin:0;
	padding-bottom:.3em;
}

h3 {

	margin: 0;
	font-size:1.2em;
	font-weight:bold;
	color:#082e4c;
	margin:0;
	padding-bottom:.3em;
}

h1.LightHead {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.8em;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}
h2.LightHead  {
	margin: 0.5em 0 0.25em 0;
	font-size:1.5em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}

h3.LightHead  {

	margin: 0.25em 0 0.25em 0;
	font-size:1.2em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}

p {
	margin: 0 0 1.5em 0;
		font-family: arial, verdana, ms sans serif;
	font-size:12px; 
	margin: 0px; 
	padding-bottom:1em;
}

blockquote {
	margin: 1em 8em;
}

address {
	margin: 1em 0 1em 2em;
}

/*-----------------SummerCamp Styles-------------------------*/
/*-----------------SummerCamp Styles-------------------------*/
/*-----------------SummerCamp Styles-------------------------*/
/*-----------------SummerCamp Styles-------------------------*/

body { 
	font-family: arial, verdana, ms sans serif;
	font-size:12px; 
	background-color:#132113;
	margin:0;
	padding:0;
	height:100%; 
	background-image:url(http://www.summercampfestival.com/2010/images/WoodBackNav.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	color:#402e00;
	line-height: 1.1;
	}

/*-----------------SummerCamp Styles-------------------------*/
/*-----------------SummerCamp Styles-------------------------*/
/*-----------------SummerCamp Styles-------------------------*/
/*-----------------SummerCamp Styles-------------------------*/

body { 
	font-family: arial, verdana, ms sans serif;
	font-size:12px; 
	background-color:#132113;
	margin:0;
	padding:0;
	height:100%; 
	background-image:url(http://www.summercampfestival.com/2010/images/WoodBackNav.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	color:#402e00;
	}

.container { 

	
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:912px;
	padding-top:0px;
	padding-left:35px
	
	
	}
	
	.blogContainer { 

	
	background-repeat:no-repeat;
	margin-left: -32px;
	margin-right:auto;
	width:912px;
	padding-top:0px;
	padding-left:35px
	
	
	}
	
	#header {
margin-left:auto;
margin-right:auto;
width:1040px;
text-align:center;
height:185px;
}
#headercol1{
float:left;
display:inline;
overflow:hidden;
width:410px;
padding-top:8px;
}

#headercol2{
float:left;
display:inline;
overflow:hidden;
text-align:center;
}
#headercol3{
float:left;
display:inline;
overflow:hidden;
text-align:center;
padding-top:0px;
height:180px;

}
#headercol3a{
margin-left:175px;
padding-top:8px;
}
#headercol3b{
margin-left:65px;
padding-top:8px;
}
#headercol3c{
margin-left:28px;
padding-top:8px;
}
#headercol1a{
	position: relative;
margin-left:20px;
padding-top:8px;
z-index:1;
}

#headercol1b{
margin-left:45px;
padding-top:18px;

}
.fullcontain{
width:875px;
padding-left:3px;
padding-top:3px;
padding-bottom:3px;
background-color:#327a7c;
margin-bottom:10px;

}
.fullcontain2{
width:866px;
background-color:#e2dada;
padding-left:3px;
padding-right:3px;
padding-top:3px;
height:100%;
}
	
.leftcontain{
float:left;
display:inline;
overflow:hidden;
width:486px;

}	

.leftcontainbox1{
width:483px;
padding:0px;
padding-left:3px;
padding-top:3px;
padding-bottom:3px;
background-color:#327a7c;
margin-bottom:10px;

}	

.leftcontainbox2{
width:474px;
background-color:#e2dada;
padding-left:3px;
padding-right:3px;
padding-top:3px;
height:100%;
}

.leftcontainbox3 {
background-color:#E2DADA;
height:2200px;
overflow:auto;
padding-left:3px;
padding-right:3px;
padding-top:3px;
width:474px;
}

.overflow {
background-color:#E2DADA;
height:442px;
overflow:scroll;
padding-left:3px;
padding-right:3px;
padding-top:3px;
width:474px;
}

.hlcontainheader {
width:469px;
height:28px;
background-image:url(http://www.summercampfestival.com/2010/images/HeaderBack.jpg);
padding-top:10px;
padding-left:5px;

}
.hlcontaincopy {
width:464px;
padding-top:10px;
padding-left:5px;
/*background-color:#FF00FF;*/

}

.rightcontain{
margin-left:10px;
width:377px;
float:left;
display:inline;
overflow:hidden;

}
.rightcontainbox1{
width:374px;
background-color:#327a7c;
float:left;
display:inline;
overflow:hidden;
padding-left:3px;
padding-top:3px;
padding-bottom:3px;
padding-right:3px;
margin-bottom:10px;
}
.rightcontainbox2{
width:365px;
background-color:#e2dada;
padding-top:3px;
padding-left:3px;
padding-right:3px;
padding-bottom:3px;
}

.rightcontainbox2 p{
padding-left:5px;
padding-right:5px;
}
.rightcontainbox2 ul{
padding-left:5px;
padding-right:5px;
}
	
.newsheader {
width:363px;
height:28px;
background-image:url(http://www.summercampfestival.com/2010/images/HeaderBack.jpg);
padding-top:10px;
padding-left:5px;

}
.rightcopy {
width:359px;
/*background-color:#FF00FF;*/
}
.BannerHalf{
margin-right:5px;
}

.content{
background-color:#327a7c;
width:878px;
}
	


h1 {
width:auto;
height:10px;
background-image:url(http://www.summercampfestival.com/2010/images/HeaderBack.jpg);
padding-top:10px;
color:#f6963d;
margin:0px;
padding:0px;
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
height:28px;	
padding-top:10px;
padding-left:3px;
margin-bottom:5px;
}
.footer{
border-top:1px solid #132113;
width:883px;
padding-top:10px;
height:50px;
text-align:center;
}

.socialback{
width:354px;
height:67px;
background-image:url(http://www.summercampfestival.com/2010/images/SocialConnect.jpg);
padding-left:11px;
padding-top:33px;
margin-bottom:5px;
}

.emailback{
width:360px;
height:28px;
background-image:url(http://www.summercampfestival.com/2010/images/JoinEmail.jpg);
margin-bottom:5px;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
padding-top:8px;
text-align:center;
padding-left:5px;
}
.emailleft{
	float:left;
margin-right:10px;
margin-top:2px;
}
.emailinput{
height:14px;
border:1px solid #000000;


}

.emailbutton{
background-color:#f16921;
font-weight:bold;
border:1px solid #000000;
height:20px;
color:#FFFFFF;
}

.halfimg{
margin-right:5px;
}

.socialimg{
margin-right:6px;
}

/*-------NAV--------*/

#scl {
	list-style: none;
	padding: 0;
	margin: 0;
	float:none;
	z-index:5;
}



li#sc {
	float: left;
	list-style: none;
	cursor: default;
	border-width: 1px 0;
	z-index:auto;
	
}
li#sc2 {
	float: right;
	position: relative;
	list-style: none;
	cursor: default;

}

#sc1 li:hover, #sc1 li.hover {
    position:static;
    }
li#sc ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width:10em;
	font-weight: normal;
	background-color:#675027;
	padding: 0em .5em .5em .5em;
	border-right: solid 1px #2d1510;
	border-left: solid 1px #2d1510;
	border-bottom: solid 1px #2d1510;
	background-image:url(http://www.summercampfestival.com/2010/images/NavDrop.jpg);
		color: #ffffff;
font-weight:bold;
font-size:1em;
z-index:5;
height:auto;
}

li#sc2 ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width:3em;
	font-weight: normal;
	background-color:#675027;
	padding: 0em .5em .5em .5em;
	border-right: solid 1px #2d1510;
	border-left: solid 1px #2d1510;
	border-bottom: solid 1px #2d1510;
	background-image:url(http://www.summercampfestival.com/2010/images/NavDrop.jpg);
		color: #ffffff;
font-weight:bold;
font-size:1em;
z-index:5;
background-position: 0 0;”

}

a.navlink:link {
	color: #023c3e;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.navlink:visited {
	color: #023c3e;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.navlink:focus,
a.navlink:hover,
a.navlink:active {
	color: #ffffff;
font-weight:bold;
font-size:1.2em;
}


li#sc>ul {
	top: auto;
	left: auto;
}

li#sc li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	margin-top:3px;
}

li#sc:hover ul, li.over ul {
	display: block;
}

ul#art li
{
	float: left;
	position: relative;
	list-style: none;
	cursor: default;
padding-right:10px;
color:f6963d;
font-size:20px;
font-weight:bold;
text-align:center
	
}

.artimg{
	padding-right: 160px;
	margin-right:5px;
}
.ticket{
	float:left; margin-right:15px;
}
ul#art
{
	text-align:center;
	list-style-image::url(http://www.summercampfestival.com/2010/images/artcircle.jpg);
	line-height: 3em;


}
ul#art a {
	text-align: center;
}
/*-------NAV--------*/
/*-----------------SummerCamp Styles-------------------------*/
/*-----------------SummerCamp Styles-------------------------*/

/*-----------------Contests Styles-------------------------*/
/*-----------------Contests Styles-------------------------*/


.voteContainer {
    height: 200px;
    background: #ccc;
    padding: 5px;
    border: thin solid #999;
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
}

.voteInfo {
    position: relative;
    width: 50%;
    float: left;
}

p.description {
    height: 76px;
    overflow: auto;
}

.voteInfo h2 {
    border-bottom: thin solid #999;
    margin-bottom: 10px;
    font-size: 1.5em;
    text-shadow: 0px 0px 4px #fff;
}

.voteImg {
    width: 50%;
    position: relative;
    float: right;
}

.voteImg img {
    position: relative;
    border: thin solid #999;
    padding: 3px;
    float: right;
}

.voteImg img:hover {
	cursor: pointer;

}

.player {
    width: 200px;
    height: 16px;
}

.submit {
    width: 50%;
}

.submit input {
    background: #333;
    margin-left: 110px;
}

.textbox {
    border: thin solid #ccc;
    padding: 3px;
    width: 219px;
}

p#email {
    position: relative;
	width: 50%;
}

p#name {
    position: relative;
	width: 50%;
}

/*-----------------End Contests Styles-------------------------*/
/*-----------------End Contests Styles-------------------------*/

/************ARTIST PAGE********************/

#art ul
{
margin: 0;
padding: 0;
list-style-type: none;
	font-size:18px;
	font-weight:bold;
text-align:center;
line-height:30px;
}

#art ul li { 
/*display: inline;*/ 
padding: .2em .8em;
background-image: url(http://www.summercampfestival.com/2010/images/artli.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
line-height:20px;
padding-right:2px;
}

#art ul li a
{

text-decoration: none;
text-decoration:underline;
}

#art ul li a:hover
{
color: #ef4036;


}
/************ARTIST PAGE********************/


/*-----------------Blog Styles-------------------------*/
/*-----------------Blog Styles-------------------------*/


h2.postTitle a {
	text-decoration: none;
	color: #082E4C;
	font-weight: bold;
}

h2.postTitle a:hover {
	text-decoration: underline;
}

.post {
	border-bottom: thin dashed #c0c0c0;
	padding-bottom: 5px;
	padding-top: 5px;
}

.post small {
	color: #999;
	font-style: italic;
	font-size: x-small;
}

p.postmetadata {
	color: #999;
	font-style: italic;
	font-size: x-small;
}

.entry {
	padding-top: 10px;
	text-align: justify;
}


/*-----------------end Blog Styles-------------------------*/
/*-----------------end Blog Styles-------------------------*/