@charset "utf-8";
/* Main stylesheet for XtortYa.com */
/* by Paul Brzeski */

body {
margin:0;
padding:0;
background:url(background.png) right top no-repeat #000000;
font: normal 16px normal "Arial", Arial, sans-serif;
}
#content {
background:url(content_background.png) top;
margin: 0 auto 0 auto;
width:1000px;
color:#FFF;
border-left: solid 1px #111000;
border-right: solid 1px #111000;
}
#header {
background:url(xbanner.png) left no-repeat;
text-align:right;
height:95px;
}
#menu {
border-top: solid 1px #111000;
border-bottom: solid 1px #111000;
background:url(menu_back.png) left repeat #000000;	
height:40px;
padding-top:30px;
width:1000px;
}
a {
text-decoration:none;
color:#FFFFFF;
}
#menu_items a {
font-family: Impact, "Impact";
font-size: 30px;
padding:20px 5px 0px 5px;
color: #6F1000;
background-image:url(menu_item.png);
}
#menu_items a:hover {
padding:25px 5px 0px 5px;
color: #FF1000;
text-transform: uppercase;
}
#media_space {
border: solid 1px #111000;
padding:20px;
background:url(content_background.png) top;	
text-align:center;
width:300px;
float:right;
}
#item_space {
padding:10px 10px 10px 10px;
width:620px;
float:left;
}
h1 {
font-family: Impact, "Impact";
font-size: 36px;
font-weight:normal;
}
.item {
text-align:left;	
background:url(content_background.png) top #111000;	
margin-bottom:10px;
border: solid 1px #111000;
padding:5px;	
}
.item .date {
font-style:italic;
font-size:12px;
font-weight:bold;
}
.item .heading {
font-family: Impact, "Impact";
font-size:24px;
}
.item .story {
font-size:14px;
}
.item .author {
font-size:12px;
font-style:italic;
font-weight:bold;
}
#footer {
border-top: solid 1px #111000;
border-bottom: solid 1px #111000;
background:url(menu_back.png) left repeat #000000;	
height:50px;
width:1000px;
clear:both;
}
