/*
Theme Name: Stp Theme
Version: 1.0
Description: Child theme for default.
Author: Frank
Author URI: myURL
Template: default
*/

@import url("../default/style.css");

#page {
    width:900px;
    margin:0;
    background:transparent url(images/kubrickbg-ltr.jpg) repeat-y scroll left top;
    border:none;
}

html {
    background:url(images/kubrickbg-ltr.jpg) repeat-y left;
}
body {
    background:url(images/bgr.jpg) repeat-x top;
}

#header {
    background-color:#73A0C5;
    height:232px;
    margin:0 0 0 1px;
    padding:0;
    width:900px;
}

#header {
background:url(images/kubrickheader.jpg) no-repeat scroll center bottom;
}

#footer {
    background:none;
}

#sidebar {
margin-left:700px;
padding:20px 0 10px;
width:190px;
}

.narrowcolumn {
float:left;
margin:0 0 0;
padding:0 0 20px 45px;
width:550px;
}

.homebox {
	width:526px;
	height:55px;
	background:url(images/box.jpg) no-repeat;
	text-align:center;
	
	padding-left:11px;
	padding-top:30px;

	position:relative;
	left:10px;
}

.homebox a {
color:black;
font-family:Arial;
font-size:16px;
font-weight:bold;
text-decoration:none;
}

.boxcontent {
width:490px;
}

.homebox a:hover {
color:#d4450d;
text-decoration:underline;
}

.nocomments {
display:none;
}

.entry form {
text-align:left;
}
