/* 
	For WordPress Style Competition
	(www.alexking.org)

	by Jim Amos www.graphikjunkie.com
	
	no box model hacks here :)
	
	very cool photoshop brushes from www.antibrush005.tripod.com/
	
*/

html, body {
				margin: 0;
				padding: 0;
				background: #fff;
				font: 12px/14px sans-serif;
				color: #000;
				text-align: left;
				background: transparent url(images/bgrepeat.jpg) repeat-y;
				}
				
#rap {
		width: 760px;
		padding: 0;
		margin: 0;
		text-align: left;
		background: transparent url(images/bgrepeat.jpg) repeat-y;
		clear: right;
		}	
		
#rap h1#header { 
			width: 760px;
			height: 140px;
			padding: 0;
			margin: 0;
			text-align: center;
			padding: 30px 0 0 0;
			}			
		
h1#header a:link, h1#header a:hover	
 { color: #8C98A8; font: sans-serif;
			font-weight: bold; }
			
h1 { font-size: 30px; }			

/* leftside content */

#content {
			width: 430px;
			
			padding: 0;
			margin: 0 0 0 40px;
			background: #B9C5D3;
			display: block;
			}
			
		
div.post {
		background: #eeeeee url(images/postbgrepeat.jpg) repeat-y;
		}		
		
.storytitle {
					display: block;
					margin: 0;
					padding: 0;
					width: 430px;
					height: 24px;
					background: transparent url(images/subhead.jpg) no-repeat;
					}
					
#content h2 {
				display: block;
				background: #B9C5D3;
				padding: 5px 0 5px 10px;
				font-size: 14px;
				margin: 0;
				}


h3 storytitle a,
h3.storytitle a:link,
h3.storytitle a:visited { 
					display: block;
					margin: 0 0 0 10px;
					padding: 5px 0 0 0;
					color: #fff;
					text-decoration: none;
					}	
					
h3.storytitle a:hover { text-decoration: underline; }					
					
div.meta { margin: 0 0 0 10px; padding: 10px 0 0 0; letter-spacing: 0; } 		

ul.post-categories {	
							list-style-image: none;
							list-style-type: none;
							display: inline;			
							letter-spacing: 0;
							padding: 0;
							margin: 0;
							}		
							
ul.post-categories li { display: inline; }								
ul.post-categories li a,
ul.post-categories li a:link { 
									padding: 0; 
									margin: 0 5px 0 5px; 
									text-decoration: none; 
									background: #DCDCDC; 
									border-top: 1px solid #B9C5D3;
									border-bottom: 1px solid #B9C5D3;
									color: blue;
									}	
								
									
ul.post-categories li a:hover { color: red; text-decoration: none; }
									


div.storycontent {
						background: transparent;
						padding: 0 0 20px 0;
						margin: 0;
						}
						
.storycontent ul {
						display: block;
						position: relative;
						list-style-type: none;
						list-style-image: url(images/bullet1.gif);
						list-style-position: outside;
						padding: 10px 0 10px 0;
						margin: 0 10px 0 30px;
						}		
						
.storycontent ul li {
						padding: 0;
						margin: 5px 0 0 0;
						}										
						
.feedback { 
				margin: 0 0 0 10px;
				padding: 0 0 20px 0;
				}						
									
/* rightside menu */					
					
#menu {
		width: 220px;
		position: absolute;
		right: 60px;
		top: 170px;
		clear: both;
		margin: 0;
		padding: 0;
		background: #B9C5D3 url(images/menubgrepeat.jpg) top left repeat-y;
		text-align: center;
		}		

#menu ul, #menu ul ul {
			width: 220px;
			background: transparent;
			position: relative;
			padding: 0;
			margin: 0;
			list-style-type: none;
			list-style-image: none;
			line-height: 100%;
			white-space: normal;
			} 		


			
#menu ul li, #menu ul ul li {
width: 220px;
background: transparent;
padding: 0;
display: block;
float: left;
border: 0;
color: #000; 
font-weight: bold; 
font-size: 14px;
			}
						
#menu ul li { margin: 10px 0 0 0; }
#menu ul li ul li { margin: 0; }			
			
#menu ul ul li a { font-weight: normal; font-size: 12px; background: transparent; border-bottom: 1px solid #fff; display: block; margin: 0; padding: 5px 0 5px 0;}	
#menu ul ul li a:hover { background: #708090; color: #fff; text-decoration: none; }
	
/* general */		

a, a:link { color: blue; text-decoration: none; background: transparent; padding: 0; margin: 0;}
a:visited { color: purple; }
a:hover { color: red; text-decoration: underline; }		

p { padding: 10px 0 0 0; margin: 0 10px 0 10px; }

acronym, abbr { border-bottom: 1px dashed red; }

/* calender etc */

#commentform textarea { width: 430px; }


#commentform textarea {
	font: 10px sans-serif;
	width: 400px;
}

#feedback, form#commentform {float: left;  width: 430px; background: #B9C5D3; padding: 0 0 20px 0;  }

form#commentform input, textarea#comment { width: 250px; }
/* footer */

p.credit {  
			margin: 0 0 0 50px; 
			padding: 20px  0 0 0;
			background: transparent url(images/creditbg.jpg) no-repeat;
			width: 220px; 
			height: 200px; 
		
			clear: both;
			
			}	
			


/*   p.credit { margin: 0; text-align: center; clear: both; }		*/	