/*  
Theme Name: beatworm.co.uk
Theme URI:  http://beatworm.co.uk
Description: beatworm site rebuilt by hand
Version: 1.0
Author: Colin M. Strickland 
Author URI: http://beatworm.co.uk/

	beatworm.co.uk - redesigned entirely in CSS , page structure left alone

*/
a {text-decoration: none ;}
body {
    font-size: 1.1em;
    background-color: gray;
}

div#page { 
    font-family:  helvetica, arial , sans-serif; 
    line-height: 1.4em;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: -2em; 
    background-color: blue;
    padding-left: 2em;
    padding-right: 0.5em;
    color: black; 
}

h1 { padding-top:0.5em; margin-right: -1em; font-size:2.9em; margin-left:0em; 
     color: white ; text-align: right; padding-bottom: 1em; 
     font-family: eurostile, gill sans, helvetica, arial, sans}


div.contentblock { 
font-family:  times, serif;
width: 61%; margin-top: -8em; float: left; }
div.contentblock a:hover{ color: red; }
div.contentblock a:visited{ color: #5050a0; }
div.date { font-size: 0.5em; 
           margin-left: -7em;
           margin-top: -1em;
	   padding-top: 1em;
           background-color: gray; 
           padding-left: 0.4em;
           word-spacing: 0.6em;
           letter-spacing: 0.3em;
           font-family: eurostile, sans;
           color: white;

         }       

.contentblock .storyblock { padding-left: 1em; 
                            padding-top: 0.2em;
			    margin-top: 1.7em;
                            width: 92%;
                            background-color: white;
                            padding-right: 1em;
                            padding-bottom: 0.6em;
                            -webkit-border-radius: 0.8em;
                            -moz-border-radius: 0.8em;
                           border-radius: 0.8em;}
.contentblock .storyblock h3 {
	padding-left: 1.5em;
}

.contentblock .post { padding-left: 1em; 
			margin-top: 3.5em;
                            padding-top: 0.2em;
			    margin-bottom: 1em;
                            width: 94%;
                            background-color: white;
                            padding-right: 1em;
                            padding-bottom: 0.6em;
                            -webkit-border-radius: 0.8em;
                            -moz-border-radius: 0.8em;
			    border-radius: 0.8em; 
                            color: black;}
.contentblock .post h3 {
        padding-left: 1.5em;
}


.contentblock .storynav {
    font-size: 0.8em;
    font-family: helvetica, arial, sans;
    line-height: 1.1em; 
}
.post .postmetadata {
	font-family: helvetica, arial, sans;
	font-size:0.7em;
	line-height: 1.1em;
	}	

.storyblock h3 {
    margin-left: -1.5em;
    font-family: helvetica, arial, sans;
}
.post h3 {
	margin-left: -1.5em;
	font-family: helvetica, arial, sans;
        color: blue;
}	

.post p { color: black; }

.nav-menu { border: 0px solid black; margin-left:62%; margin-top: 1%;}
.nav-menu h2 { color: #414141 ; padding: -5em; }
.nav-menu a { color:#c1c1c1; }
.nav-menu a:hover { color: yellow;}
.nav-menu ul li { list-style: none; padding-left:1em; }
.nav-menu ul p { padding-left: 0.5em; }
.nav-menu ul ul { display: inline; }
.nocss { display : none }
.navigation a { color: #c1c1c1 ; }
.commentlist li  {
	font-size: 0.8em;
	-webkit-border-radius: 0.5em;
	margin-top: 0.6em ;
	background-color:#c1c1c1;
	padding: 0.6em;
	width:85%;
}
#sidebar { margin-top: 1em;}
#archives {padding-bottom: 2em;}
ul.blogroll  li { padding-left: 1em; font-size: 0.9em;  }
h4#respond { font-family: eurostile, helvetica, arial, sans ;
	     color:#414141;}
#commentform { color:#c1c1c1;
		font-family: helvetica, arial, sans;
	padding: 0.3em;
	width: 90%;
}

#s { margin : 1px; 
     width  : 10em;}
