/*
Theme Name: CHAS Atelier Website
Theme URI: http://www.carriageartatelier.com		
Description: Default theme for the CHAS Atelier Website
Author: Robert Nicklin
Version: 1.0
*/


/* --------------------------------------------------------------

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



body {
	background-image:url('images/bg-2x1.gif');
	background-position:top center;
	background-repeat: repeat-y;
	text-align:center;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color:#3d3b3f;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.screenwrap {
	position:absolute;
	z-index:-1000;
	width:100%; height:395px; top:0;
	background-image:url('images/bg-1x1.jpg');
	background-position:top center;
	background-repeat: repeat-x;
}

.contentwrap {
	position:absolute;
	width:920px; top:0px; left:50%;
	margin-left:-468px;
}

#sidebar {
	float:left;
	width:221px;
}

		#sidebar .header {
			width:100%;
			height:168px;
			background-image:url('images/carriage-house-art-studios-property.jpg');
			background-position:50% 50%;
			background-repeat:no-repeat;
			font-size:0;text-indent:-9999px;
		}

		#sidebar .logo {
			width:100%;
			height:85px;
			background-image:url('images/carriage-house-art-studios-atelier-program-logo.jpg');
			background-position:50% 50%;
			background-repeat:no-repeat;
			font-size:0;text-indent:-9999px;
		}

		#sidebar #navigation {
			margin:10px 0;
		}
		#sidebar #navigation ul li {
			text-align:left;
			padding:8px 12px;
		}

		#sidebar #navigation ul li a {
			color: #97a3b0;
			text-decoration:none;
		}

		#sidebar #navigation ul li a:hover {
			color: #e1eaf4;
		}

		#sidebar #navigation .small {
			font-size:11px;
		}

#main {
	float:right; 
	width:699px;
}

#main #top-images {
	width:100%;
	height:235px;
	background-position:100% 50%;
	background-repeat:no-repeat;
	font-size:0;text-indent:-9999px;
}

#main .home {
	background-image:url('images/top-images-home.png');
} #main .workshops {
	background-image:url('images/top-images-workshops.png');
} #main .workshops-schedule {
	background-image:url('images/top-images-workshops-schedule.png');
} #main .intensive {
	background-image:url('images/top-images-3month.png');
} #main .artbreakfast {
	background-image:url('images/top-images-artbreakfast.png');
} #main .localartists {
	background-image:url('images/top-images-localartists.png');
} #main .videopress {
	background-image:url('images/top-images-videopress.png');
} #main .explore {
	background-image:url('images/top-images-explore.png');
}body.page-id-88 #main  #top-images {	background-image:url('images/top-images-visiting.png');}

#main #content {
	text-align:left;
	margin:5px 15px;
	font: normal 12px/20px Georgia, Times New Roman, serif;
	color: #4c4e59;
}

#main #content h1 {
	font: italic 22px/40px Georgia, Times New Roman, serif;
	color: #607e9e;
	border-bottom: 1px solid #1b1b1b;
	margin-bottom: 15px;
}

#main #content a:link, #main #content a:visited, #main #content a:active, #main #content a:focus {
	color: #3a5c85;
	text-decoration:none;
}

#main #content a:hover {
	color: #93adcd;
	text-decoration:underline;
}

#main #content p {
	font: normal 12px/20px Georgia, Times New Roman, serif;
	color: #4c4e59;
	margin-bottom:15px;
}

#main #content ul, #main #content ol {
	margin-left:15px;
	font-size:11px;
}

#main #content big {
	font: normal 30px Georgia, Times New Roman, serif;
	color: #607e9e;
}

#main #content blockquote p {
	font: italic 12px/20px Georgia, Times New Roman, serif;
	margin: 15px;
	color: #868a8f;
}
