@import url(http://fonts.googleapis.com/css?family=Walter+Turncoat);
@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);
@import url(http://fonts.googleapis.com/css?family=Slackey);

html {
	background: url("http://rocketsnail.com/images/backgrounds/blueprint.png");
	background-color: #000000;
}

a:link 		{ color: #005fa3; }
a:hover 	{ color: #0067b0; }
a:visited	{ color: #005fa3; }

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 680px;
	background: url("http://rocketsnail.com/images/theme/page.png");
}

#header {
	position: absolute;
	z-index: 100;
	width: 680px;
	height: 140px;
	top: 0px;
}

#logo {
	position: absolute;
	z-index: 110;
	top: 10px;
	left: 20px;
}

#navbar {
	position: relative;
	width: 680px;
	height: 60px;
	background-color: #222222;
}

#navbar ul {
	position: absolute;
	list-style: none;
	top: 0px;
	right: 20px;
}

#navbar li {
	float:left;
}

#navbar a:link, #navbar a:visited {
	display:block;
	font-family: 'Walter Turncoat', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 16px;
	text-align:center;
	text-decoration: none;
	padding: 8px 10px 6px;
	width:80px;
	border-left: 1px solid #343434;
	color: #b0c053;
	background-color:#222222;
}

#navbar a:hover, #navbar a:active {
	color: #cbda65;
	background-color:#000000;
}

#navbar a.highlight {
	color: #cbda65;
	background-color:#000000;
}

#main {
	min-height: 600px;
}

#main_top {
	height: 140px;
	background: url("http://rocketsnail.com/images/headers/games.jpg") no-repeat left bottom;
}

#main_content {}
#main_bottom {}
	
#featured {}

.content {
	position: relative;
	width: 600px;
	padding: 20px 40px 40px;
}

#main h1 { 
	font-family: 'Permanent Marker', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 8px;
}

#main h2 {
	font-family: 'Permanent Marker', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
	padding-bottom: 8px;
}

#main h3 { 
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}

#main p  { margin-bottom: 20px; }
#main ul { margin: 0 40px 20px; }
#main ol { margin: 0 40px 20px; }

#main .title h2 {
	margin-bottom: 0;
}

#main .title a {
	text-decoration: none;
	color: #000000;
}

#main .date { 
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
	color: #888888;
}

#main a:link { color: #005fa3; }
#main a:hover { color: #0067b0; }
#main a:visited { color: #005fa3; }

#main img {
	padding: 20px;
	margin: 0;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 4px #888888;
	-webkit-box-shadow: 0px 0px 4px #888888;
	box-shadow: 0px 0px 4px #888888;
}

#main iframe {
	padding: 20px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 4px #888888;
	-webkit-box-shadow: 0px 0px 4px #888888;
	box-shadow: 0px 0px 4px #888888;
}

#main blockquote {
	font-family: 'Walter Turncoat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 100%;
	color: #888888;
	padding: 0 20px;
	margin-bottom: 20px;
}

#main .comments {}


#footer {}
#footer_top {
	position: relative;
	padding: 10px 0 10px;
	background: url("http://rocketsnail.com/images/footers/rocketsnail.jpg") no-repeat right bottom;
	background-color: #222222;
}
#footer_bottom {}

#action {
	poistion: relative;
	list-style: none;
}

#action ul { 
	list-style: none;
}

#action a:link, #action a:visited {
	display:block;
	font-family: 'Walter Turncoat', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 10px 6px;
	width: 280px;
	color: #b0c053;
}

#action a:hover, #action a:active {
	color: #cbda65;
	background-color:#000000;
}

#action li {
	width:300px;
	border-top: 1px solid #343434;
}

#action li.bottom {
	width:300px;
	border-bottom: 1px solid #343434;
}

#social {
	position: absolute;
	width: 160px;
	height: 36px;
	top: 20px;
	right: 0;
}

#twitter {
	position: absolute;
	width: 36px;
	height: 36px;
	left: 0;
}

#facebook {
	position: absolute;
	width: 36px;
	height: 36px;
	left: 40px;
}

#youtube {
	position: absolute;
	width: 36px;
	height: 36px;
	left: 80px;
}

#copyright {
	position: relative;
	color: #555555;
	font-weight: 400;
	font-size: 11px;
	width: 320px;
}

.warning {
	background-color: #FFFFCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 12px;
	padding: 20px;
	color: #888888;
}

.flash {
	padding-bottom: 20px;
	text-align: center;
}

.twitter-follow-button {
	position: absolute;
	right: 20px;
    top: 40px;
}

.tile1 { background: url("http://rocketsnail.com/images/theme/tile1.png"); }
.tile2 { background: url("http://rocketsnail.com/images/theme/tile2.png"); }
.border_top { border-top: 1px solid #343434; }
.border_bottom { border-bottom: 1px solid #343434; }

.wp-caption {
    background: #EEEEEE;
    border: none;
    max-width: none;
    padding: 0 15px;
	margin: 0;
    text-align: center;
}

.wp-caption p.wp-caption-text {
	color: #555555;
	font-weight: 400;
	font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 8px 8px;
}

.wp-caption img {
	position: relative;
    left: -15px;
}

.disqus {
	width: 560px;
}