/* CSS Document */

body { 
background:#111;
font-size:16px;
font-family: 'Open Sans', sans-serif; 
color:#EEE;
text-align:center; 
margin-top:70px
}

#logo { 
width:360px; height:130px;
margin-bottom:56px}

#content {
margin:0 auto;
width:820px;
}

#examples {
margin:10px 0 46px
}

h1 { font-family: 'Dancing Script', cursive; margin:0 0 20px 0; font-size:36px; color:#AB75BD; }
h2 { margin:0!important; font-size:20px; color:#AB75BD; }
p { margin:0 0 15px; line-height:30px }
a { color:#CAD600 }
a:hover { color:#AED9E4 }

#content ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content ul li {
	padding-left:30px;
	list-style:none;
	background:url(../img/bullet.png) no-repeat;
	line-height:24px;
}

#nav {
}

#nav ul {
	list-style:none;
}
#nav li {
	margin:4px 0;
}

.grey a { color:inherit; }