body {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #CC33FF;
	font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


#header {
width: 100%;
max-width: 732px;
	margin-right: auto;
	margin-left: auto;
height: 160px;
background-image: url(/wp-content/themes/default/images/kubrickheader.jpg); no-repeat;
 background-position: center bottom;

border: solid white;
border-width:5px 4px 0px 4px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
#header-text {
float: right;
margin-right: 30px;
margin-top: 50px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
background: rgba(16, 16, 16, 0.58);
padding: 10px;
color: white;
}
#header-text h1 {
margin: 0px;
}
#header-text h1 a {
color: white;
}
#wrap {
width: 100%;
max-width: 732px;
	margin-right: auto;
	margin-left: auto;
border: solid white;
border-width:0px 4px 5px 4px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
background-color: #FECCFF;
}
#posts {
float: left;
width: 70%;
padding-top: 20px;
}
#side {
float: left;
width:28%;
margin-left: 2%;
background: rgba(16, 16, 16, 0.20);
}
#side h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
.clear {
clear: both;
width: 100%;
display: block;
}
h2 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
margin-bottom: 0px;
margin-top: 0px;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
text-decoration: none;
}
.pagetitle {
margin-top: 0px;
margin-left: 20px;
}
.navigation {
display: block;
margin: 10px;
text-align: center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.post {
margin: 15px;
text-align: justify;
font-family: Verdana, Arial, Sans-Serif;
}
.postmetadata {
text-align: center;
color: #777;
padding-top: 5px;
} 

#posts img {
width: 100%;
height: auto;
}
#posts img.wp-smiley {
width: 15px;
height: 15px;
}


#side ul {
margin: 10px;
padding: 0px;
list-style-position: inside;
list-style-type: none;
}
#side li {
list-style-type: none;
font-size: 11px;
font-family: Verdana, Arial, Sans-Serif;
}
.entry ul li:before, #side ul ul li:before {
	content: "\00BB \0020";
}

	/* ------------------mobile tweek--------------- */ 
@media screen and (max-width: 450px){

#posts {
float: none;
width: 100%;
}
#side {
float: none;
width: 100%;
margin-left: 0%;
background: rgba(16, 16, 16, 0.20);
}
#side li {
display: block;
padding: 10px;
list-style-type: none;
font-size: 11px;
font-family: Verdana, Arial, Sans-Serif;
}
}