@font-face {
	font-family: 'Grandesign Neue Serif';
    src: url("../fonts/Grandesign_Neue_Serif.eot");
    src: local('Grandesign Neue Serif'),
       url("../fonts/Grandesign Neue Serif.ttf") format('truetype');
}

body {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, sans-serif;
background: #ddd;
background: -moz-linear-gradient(#ddd, #ccc);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#ccc));
font-size: 62.5%;
color: #333;
margin: 0;
}

ul, ol {
font-size: 120%;
padding-left: 20px;
line-height: 160%;
margin-top: 0;
}

ul ul {
font-size: 100%;
padding-left: 20px;
}

ol li {
font-style: italic;
font-family: Georgia, serif;
color: #666;
}

ol li span {
font-style: normal;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, sans-serif;
color: #333;
}

a, a:link, a:visited, a:active, a:hover {
padding: 2px;
color: #09f;
}

a:hover {
text-decoration: none;
}

h1, h2, h3 {
font-family: 'Grandesign Neue Serif', Georgia, serif;
font-weight: normal;
margin: 0 auto 5px;
}

h1 {
font-size: 480%;
margin: 0;
}

h2 {
font-size: 240%;
color: #666;
}

h3 {
font-size: 180%;
color: #666;
margin-top: 15px;
}

h4 {
font-size: 140%;
line-height: 160%;
margin-bottom: 5px;
}

#content {
width: 540px;
margin: 30px auto;
background: #fafafa;
padding: 10px 20px;
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border: 1px solid #fafafa;
-moz-box-shadow: 1px 1px 10px rgba(155, 155, 155, 0.3);
-webkit-box-shadow: 1px 1px 10px rgba(155, 155, 155, 0.3);
position: relative;
}

p {
margin: 0 0 10px;
font-size: 120%;
line-height: 160%;
}

#footer {
margin: 10px 0 0;
padding: 10px 0 0;
width: 540px;
border-top: 1px solid #ccc;
color: #333;
list-style-type: none;
}


#footer, #contact {
font-size: 100%;
}

#footer li {
width: 145px;
margin: 0 10px 25px;
float: left;
padding: 0 10px;
border-left: 1px solid #ccc;
}

#footer li.two-column {
	width: 330px;
}

#footer h3 {
margin-top: 0;
}

#contact li {
width: auto;
margin: 5px 0;
padding: 0;
float: none;
font-size: 120%;
border: 0;
}

#contact {
margin: 0;
padding: 0;
width: auto;
border: 0;
list-style-type: none;
}

#footer li:first-child {
padding-left: 0;
margin-left: 0;
border: 0;
}

#footer li p {
font-size: 120%;
color: #333;
}

#copyright {
color: #ccc;
margin: 15px 0 0;
font-size: 100%;
}

#header {
width: 582px;
text-align: right;
margin: 0 auto;
padding: 25px 0 15px 0;
list-style-type: none;
font-family: 'Grandesign Neue Serif', Georgia, serif;
}

#header a {
padding: 5px 10px;
background: #333;
background: -moz-linear-gradient(#444, #333);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333));
color: #fafafa;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
font-size: 140%;
text-decoration: none;
}

#header a:hover {
color: #fafafa;
background: #444;
}

#header a:active {
	position: relative;
	top: 1px;
}

#header li {
	display: block;
	float: right;
	margin: 0 15px;
}

#header li:first-child {
	margin-right: 0;
}

#slider {
	list-style-type: none;
	width: 480px;
	margin: 0 auto;
	padding: 0;
}

#slider li {
	width: 480px;
	height: 360px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #eee;
	border: 1px solid #eee;
	display: block;
	cursor: pointer;
}

.caption {
	font-size: 100%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background: rgba(0,0,0,0.5);
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	color: #fafafa;
}

.img {
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
width: 165px;
height: 110px;
}

code {
font-size: 120%;
width: 510px;
display: block;
padding: 5px 15px;;
line-height: 170%;
background: #eee;
margin: 3px 0;
}