/* @group global */

* {
margin: 0;
padding: 0;
}

body {
font-family: verdana, sans-serif;
font-size: 13px;
color: #231f20;
background: #222;
}

img {
border-width: 0;
display: block;	
}

.clean {
clear: both;
}

/* @end */

/* @group tags */

small {
font-size: 11px;
font-style: italic;
}

h2, h3, h4 {
font-family: Georgia, serif;
padding-bottom: 10px;
font-weight: bold;
}

h2 {
font-size: 23px;
line-height: 26px;
letter-spacing: -0.04em;
}

h2 a:link, h2 a:visited {
text-decoration: none;
}

h3.catheading {
border: 1px solid #222;
font-size: 20px;
line-height: 20px;
font-weight: normal;
margin-bottom: 20px;
padding: 10px;
color: #666
}

#sidebar-a h3, #sidebar-b h3 {
margin: 0;	
letter-spacing: -0.05em;
color: #333;
font-size: 16px;
}

/* @end */

/* @group layout */

#master {
width: 1000px;
margin: 0 auto;
background: #fff url(/design/sidebar.png) repeat-y right;
}

#header {
height: 100px;
position: relative;
background: #c60000 url(/design/kick-ass-tranny.png) no-repeat;
}

#header h1 a {
display: block;
position: absolute;
top: 0;
left: 0;
height: 90px;
width: 1000px;
text-indent: -4000px;
background: none;
}

#content {
width: 540px;
float: left;
margin-left: 20px;
}

#sidebar-a, #sidebar-b {
width: 180px;
float: left;
color: #222;
font-size: 12px;
}

#sidebar-a {
margin-left: 50px;
}

#sidebar-b {
margin-left: 10px;
}

/* @end */

/* @group nav */

#nav {
font-family: verdana, sans-serif;	
overflow: hidden;
background: #000 url(/design/nav.png) repeat-x bottom;
margin-bottom: 20px;
}

#nav ul {
list-style: none;
}

#nav li {
float: left;
}

#nav a {
display: block;
padding: 10px 20px;
border-right: 1px solid #570f10;
color: #aaa;
font-size: 14px;
text-decoration: none;
}

#home #nav-home {
background: #fff;
color: #333;
}

#nav a:hover {
background: #000 url(/design/nav.png) repeat-x -30px;
color: #fff;
}

/* @end */

/* @group post */

.post {
margin-bottom: 30px;
}

.post p {
margin-bottom: 10px;
line-height: 22px;
color: #444;
}

.post p strong {
color: #333;
}

.post h2 {
padding-bottom: 0;
}

.post h2 a {
color: #c60000;
}

.post h2 a:hover {
color: #c60000;
background: none;
}

.pics {
overflow: hidden;
margin-bottom: 10px;
padding-top: 10px;
}

.pics img {
display: block;
float: left;
margin: 0 10px 10px 0;
border: 1px solid #666;
}

.pics img:hover {
border-color: #00c;
}

p.meta {
font-family: Georgia, serif;
font-size: 11px;	
font-weight: bold;
margin-bottom: 15px;
color: #999;
}

p.tags {
padding: 5px 5px 5px 45px;
margin-bottom: 0;
margin-top: 20px;
border: 1px solid #aaa;
background: url(/design/tag.png) no-repeat scroll 5px center
}

.action {
font-weight: bold;
font-size: 16px;
}

/* @end */

/* @group anchors */

a {
color: #00c;
outline: none;
font-weight: bold;
}

a:hover {
color: #fff;
text-decoration: none;
background: #00c;
}

/* @end */

/* @group footer */

#footer {
padding: 20px;
position: relative;
clear: both;
background: #c60000;
}

#footer p {
margin: 0;
color: #fff;
font-size: 13px;
line-height: 17px;
text-align: center;
}

#footer a, #footer a:hover {
color: #fff;
background: none;
text-decoration: underline
}

/* @end */

/* @group sidebar */

.banner {
margin-bottom: 10px;
}

.box {
margin-bottom: 10px;
overflow: hidden;
padding: 10px;
background: #fff5bf;
}

.box p {
margin-bottom: 10px;
line-height: 18px;
}

.box p:last-child {
margin-bottom: 0;
}

.box ul {
list-style: square;
list-style-position: inside;
line-height: 18px;
}

.box li {
padding-bottom: 3px;
}

.teaser {
margin-bottom: 10px;
padding: 9px;
border: 1px solid #fff;
background: #f2e5ff;
}

.teaser img {
margin-bottom: 5px;
}

.teaser h3 {
margin: 0;	
font-size: 20px;
letter-spacing: -0.05em;
}

.teaser  ul {
list-style: square;
list-style-position: inside;
margin-bottom: 10px;
}

.box li {
padding-bottom: 3px;
}

.teaser p,
.teaser li {
line-height: 18px;
}

ul#screenshots {
list-style-type: none;
margin: 0;
padding: 0;
}

ul#screenshots li {
margin-bottom: 5px;
}

ul#screenshots li.last {
margin-bottom: 0;
}

/* @end */

/* @group pagination */

#pagination {
text-transform: uppercase;
overflow: hidden;
font-size: 12px;
margin-bottom: 0;
padding-bottom: 0;
text-align: right;
padding: 20px 0 40px;
color: #666;
}

#pagecount {
float: left;
}

#pagination a {
background: #222;
padding: 4px 8px;
font-weight: bold;
color: #fff;
text-decoration: none
}

#pagination strong {	
background: #c60000;
color: #fff;
padding: 4px 8px;
}

#pagination a:hover {
background: #000;
color: #fff;
text-decoration: none;
}

/* @end */