/*
Theme Name: RedSky
Theme URI: http://.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.0
Author: Ross Phillips
Author URI: http://fingersdancing.com/
Tags: custom 

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background-color: #5C0C00;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	padding-top: 20px;
	margin-top: 0px;
}
img {
	border:none;
}

a {
	color:#FFF;
}

#content_holder {
	width:850px;
	background-color: #5C0C00;
}


/*
	LEFT COLUMN/MENU
*/
#leftcol {
	background-image: url('images/menu_background.png');
	float: left;
	width: 230px;
	height: 500px;
}
#leftcolmenu {
	float:right;
	min-height: 70px;
	margin-left: 10px;
}
#leftcoltitle {

	float:right;
	text-align:right;
	padding: 50px 20px 0px 0px;
	height:200px;
	width:210px;
}
#leftcoltitle img {
	display:none;
}

#leftcolmenu {
	padding-top: 160px;
	margin-right: 0px;
	float:right;
}
#leftcolmenusingle {
	padding-top: 100px;
	float:right;
}
#leftcolmenulibrary {
padding-top: 0px;
	float:right;
}
.leftcolmenuitem ul {
	padding-right: 35px;
	padding-left: 5px;
}
.leftcolmenuitem li {
	list-style-type:none;
	text-align:right;
	padding-bottom: 20px;
}
.leftcolmenuitem a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-style:normal;
}

#leftcollogo {
	float:right; position:absolute;
	width: 215px;
  	height: 133px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
}


/*
	CONTENT
*/
#content {
	background: url('images/menu_background.png') repeat-x;
	min-height: 500px;	
	width: 620px;
	margin: 0px;
	padding: 0px;
}
#contenttitle {
	margin: 0px;
	padding: 55px 10px 0px 10px;
	font-size:xx-large;
	font-weight:normal;
}
#contenttext {
	margin: 0px;
	padding: 10px 10px 0px 10px;
}
#contentlist h2 {
	font-size:x-large;
	font-weight:normal;
}
#contenttext p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#contentlist {
	padding: 0px 10px 10px 10px;
}
#contentlist a {
	color:#FFF;
	font-style:normal;
}
.pagetitle {
	margin:0px;
	padding: 10px 10px 0px 10px;
}
#contenthome {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
#contenthome td {
	margin:0px;
	padding:0px;
}
#contentImageRoll {
	width: 690px;
	height: 130px;
}
.contentImageItem {
	float:left;
	width: 206px;
	height: 130px;
	overflow:hidden;
}
#homepageslideshow {
	width: 620px;
	height:370px;
}
.navigation {
 	float:right;
	margin-right:5px;
	width:130px;
	height:20px;
}
.navigation a {
	color:#FFF;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
/*
	FOOTER
*/
#footer {
	text-align:right;
} 
#footer span {
	float:left;
	margin-left:240px;
	margin-top:14px;
	font-size:10px;
}

#smallli a {
	font-size:14px;
	list-style-type:none;
	text-align:right;
	padding-bottom:5px;
}

#smallli li {
	padding-bottom:10px;
}


#smallli {
	margin: 0px;
	padding: 0px;
}


