/**** Browser Reset ****/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/**** Universal ****/

body{
	text-align:center;
	line-height: 1.2em;
	font-size: 1.1em;
	background: url("../images/home/material_02_web.png");
}
body em {
	font-style: italic;
}
body a:link{
	color:#4c2424;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;

}
body a:visited{
	color:#4c2424;
}
body a:hover{
	color:#2c455d;
	text-decoration: underline;
}
body a:active{
	color:#291313;
}
/**** outerWrapper ****/
#skip a:link{
	display:none;
}

#outerWrapper{
	width:100%;
	float:none;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
}

/**** Content ****/
#contentWrapper{
	width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5%;
	margin-bottom: 1%;
	overflow:auto;
	font-family: 'Open Sans', sans-serif;

}
#main {
	width:60%;
	float:left;
	margin-left: 5%;
	text-align:left;
	color:#222222;
	
}
#main h2{
	font-size:1.6em;
	font-variant: small-caps;
	padding:20px 0px;
}
#main h3 {
	font-size: 1.3em;
	font-variant: small-caps;
	padding-top:20px;
	font-family: 'Open Sans';
}

#main p{
	padding:5px 0;
	font-size:1em;
	line-height:1.5em;
}
#main img{
	float:left;
	margin-top:10px;
	padding-right: 20px;
	padding-bottom:10px;
}
#text {
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	padding: 1em 2.2em;
}
#text h3 {
	padding-bottom: 20px;
}
#text p {
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 1em;
	line-height: 1.8em;
}

#text a:link{
	color: #a66464;
}
#text a:visited {
	color: #a66464;

}
#text a:hover {
	color: #2c455d;
	text-decoration: underline;
}
#text ol{
	line-height: 1.6em;
	padding-left: 2.2em;
}
#text ul{
	line-height: 1.4em;
	padding-left: 2.2em;
	padding-top:10px;
	padding-bottom: 15px;
}
#text li{
	padding-bottom:10px; 
}
.recent#text p {
	font-size: .95em;
}
.ui-widget {
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 1.1em;
}
/**** Sidebar ****/
#sidebar {
	width: 35%;
	float:left;
	overflow:auto;
	text-align:left;
	font-size:1.2em;
	color:#111111;
}
#sidebar h1{
	font-family: 'Libre Baskerville', serif;
	font-size: 2.5em;
	text-align: center;
	line-height: 1.25em;
	padding-bottom: 10px;
}
#sidebar h1 a{
	color:#222222;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	line-height: 1.25em;
	padding-bottom: 10px;
}
#sidebar h1 a:hover{
	color: #222222;
	text-decoration: none;
}


@media only screen and (max-width: 1200px){
	#sidebar h1{
	font-family:'Libre Baskerville', serif;
	font-size: 170%;
	text-align: left;
	line-height: 1.25em;
	padding-left: 7%;

}
}
@media only screen and (max-width: 850px){
	#sidebar h1{
	font-family:'Libre Baskerville', serif;
	font-size: 135%;
	text-align: left;
	line-height: 1.25em;
	padding-left: 7%;

}

}
@media only screen and (max-width: 675px){
#sidebar h1{
	font-family:'Libre Baskerville', serif;
	font-size: 100%;
	text-align: left;
	line-height: 1.25em;
	padding-left: 7%;

}
}

}
@media only screen and (max-width: 550px){
#sidebar h1{
	font-family:'Libre Baskerville', serif;
	font-size: 85%;
	text-align: left;
	line-height: 1.25em;
	padding-left: 7%;

}
}

#sidebar img {
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 7%;
	max-width:150px;
	float:left;
}
#sidebar ul{
	width: 35%;
	float:left;
	text-align: left;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom:20px;
	padding-left:10%;
	line-height: 1.5em;
}
#sidebar li{
	list-style-type: none;
	padding-bottom: 5px;
	font-variant: small-caps;
}


/**** Footer ****/
#footer{
	width:75%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-bottom:10px;
	padding-top:10px;
}

#footer img{
	padding-bottom: 10px;
	padding-top:5px;
	padding-right:10px;
	float:right;

}
#footer p {
	text-align:right;
	padding-top: 5px;
	padding-left:20px;
	font-size: .9em;
	font-family: 'Open Sans', sans-serif;

}
#footer p a:link{
	text-decoration: none;
	padding-right:10px;

}
	