/*
Theme Name: Sarcasmo
Theme URI: http://wordpress.org/
Description: The default theme for sarcasmo.co.uk
Version: 2.22
Author: Ian Wootten

Default Sarcasmo.co.uk by Ian Wootten || http://niftydigits.com
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
body{
	font-size:93%;
	background-color:#000;
	margin-top:10px;
}

.t4{
	padding:0px 10px 10px 10px;
	margin:0px;
	color:#fff;
	background-color:#FF8500;
}

#hd{
	padding-top:5px;
}

#title a, #title a:hover{
	border:none;
	margin:0px;
	padding:0px;
}

#title h1
{
	background: transparent url(title.gif) no-repeat scroll 0%;
	margin:0px;
	padding:0px;
	width:729px;
	height:134px;
}

.entry p
{
	margin:10px 0px 10px 0px;
}
#title h1 span
{
	display:none;
}

.post
{
	padding:10px;
	margin-top:12px;
	background-color:#FFA300;
}

.post h1{
	font-size:146.5%;
}

.post h1, .post h1 a{
	margin:5px 0px 10px 0px;
	background-color:#000;
	padding:5px;
}

.post_meta
{
        margin-bottom:4px;
}

#respond, #comments
{
	margin-top:10px;
	background-color:#000;
	padding:5px;
}

.commentmetadata
{
        font-size:77%;
}

#commentform, .commentlist li, .commentlist li p
{
	margin:10px 0px 10px 0px;
}

#commentform p
{
	margin:5px 0px 5px 0px;
}

.commentlist li
{
	list-style-type:decimal;
	list-style-position:inside;
	border-bottom:1px solid black;
}

.commentlist li
{
	font-size:100%;
}

#submit
{
	font-size:100%;
	padding:2px;
}
a, a:hover
{
	text-decoration:none;
	margin:0px;
        padding:2px;
}

h1 a, h1 a:hover
{
	color:#fff;
}

a{
	background-color:#FFE000;
	color:#000;
}

.post a img
{
	border:0px;
	padding:0px;
	margin:0px;
}

a:hover
{
	background-color:#000;
	color:#FFE000;
}

.meta, #story_submit
{
	font-size:77%;
}

.meta
{
	background-color:#FFE000;
	border:1px solid #FFB800;
	color:#000;
	padding:5px;
}

.author, .date, .commentlist cite
{
	background-color:#FFB800;
	padding:2px;
}

.comments
{
	margin-bottom:0px;
}

#menu_bar h1
{
	font-size:146.5%;
	margin:5px 0px 5px 0px;
	padding:0px;
}

.menu , .menu li 
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline;
}

.menu li a
{
	display:block;
	padding: 3px;
	margin:0px;
	background-color: #FFA300;
	border:1px solid #FFB800;
	color:#fff;
}

.menu a:hover
{
	background-color: #FFE000;
	color:#FFA300;
}

.menu a:visited
{
	text-decoration:none;
}

#past
{
        float:left;
}

#next
{
        float:right;
}

.tags
{
       padding:2px;
       margin-bottom:2px;
}

#ft{
	color:#fff;
}

#ft p
{
	padding:10px;
	font-size:77%;
}