/*content only contains content*/
body {
	background-image: url("../image/kubrick/kubrickbgcolor.gif");
	background-image1: url("../image/waiting.jpg");
	background-repeat: repeat;
}

.screen-window {
	background-color: transparent;
}

.screen-window-body {
	border: 0;
}

.main-window {
	width: 760px;
	border-width: 0;
	margin-left: auto;
	margin-right: auto;
}

* {
	color: black;
}

#header {
	margin: 1px;
	padding: 0;
	width: 758px;
	height: 200px;
	background: #73a0c5 url('../image/kubrick/kubrickheader.gif') no-repeat
		bottom center;
	text-align: center;
}

#headerimg {
	margin: 7px 9px 0;
	height: 192px;
}

#headerimg h1 {
	padding-top: 70px;
	margin: 0px;
}

#headerimg h1 a,#headerimg .description {
	text-decoration: none;
	color: white;
}

#header a:hover {
	text-decoration: none;
}

#header #logo {
	float: left
}

#header #logo a {
	text-decoration: none;
}

#header #nav-global a {
	font-weight: bold;
	border-right: thin solid;
	padding-right: 1em
}

#header #nav-global {
	float: right;
	color: green
}

#header #nav-global li {
	display: inline;
}

#content-wrap {
	background-image: url("../image/kubrick/kubrickbg.gif");
	background-repeat: repeat-y;
	padding: 0px;
	width: 760px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#subwrap {
	float: left;
	width: 65%;
	margin-top: 1em;
	margin-left: 1em;
	padding: 10px;
}

#fullBlogView {
	margin-top: 2em;
}

.blogItem {
	margin: 2px
}

.blogItem .title {
	
}

.blogItem .title a {
	text-decoration: none;
	color: black;
}

.blogItem .foot {
	color: #0099CC;
}

.blogItem .foot span {
	color: black;
}

.sidebar {
	margin-right: 20px;
	float: right;
	width: 25%;
	border1: 1px solid grey;
}

#footer {
	background-image: url("../image/kubrick/kubrickfooter.gif");
	height: 63px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer p {
	padding-tSop: 10px;
}

.clear {
	clear: both
}

.social {
	list-style-type: image;
}

.social li a {
	text-decoration: none;
}

.social .icon-digg {
	list-style-image: url("../image/social_icons/digg.png");
}

.social .icon-twitter {
	list-style-image: url("../image/social_icons/twitter.png");
}

.social .icon-facebook {
	list-style-image: url("../image/social_icons/facebook.png");
}

.social .icon-delicious {
	list-style-image: url("../image/social_icons/delicious.png");
}

.social .icon-flickr {
	list-style-image: url("../image/social_icons/flickr.png");
}

.social .icon-lastfm {
	list-style-image: url("../image/social_icons/lastfm.png");
}

#rsslink {
	text-decoration: none;
}
