/*---------------------CSS----------------------
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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 {
background: transparent;
	border: 0;
	font-size: 99%;
font-family: 'Open Sans', sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/*---------------------TYPO-----------------------*/



ol, ul {
	margin-left: 3em;
}

body {
font-size: 85%;
color: #000;
background: #f5f5f5;
line-height: 145%;
text-align: left;
}

h1 {
	font-size: 90%;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}



h2 {
	font-size: 90%;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
margin-bottom: 11px;
}

h3 {
font-size: 92%;
font-weight: 400;
color: #999;
text-transform: uppercase;
letter-spacing: 0.14em;
word-spacing: 0.03em;
}

h4 {
font-family: 'Average', serif;
font-size: 90%;
font-weight: 400;
color: #999;
text-transform: uppercase;
letter-spacing: 0.25em;
word-spacing: 0.1em;
}

h5 {
	font-size: 95%;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}



blockquote {
color: #999;
}

.slide
{
color: #999;
text-decoration: none;
}

.slide :hover
{
color: #900;
text-decoration: none;

transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
text-decoration: none;
}
#ie{
display:none;
text-decoration: none;
}



a:link,
a:visited {
color: #999;
text-decoration: none;
}

a:link
 {
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
text-decoration: none;
}
#ie{
display:none;
text-decoration: none;
}

a:hover
 {
color: #900; url(/images/CCC_40x100.png) 50% 50% repeat-x; opacity: .75; filter:Alpha(Opacity=75);
}

a:active
 {
color: #900;
}

