/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

body {
	margin: 0; 
	padding: 0;
	background-image: url("img/frank-background.jpg");
	background-attachment: fixed;
	background-position: top;
	

}


a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}

/* Menu */
#menu {
	float: right;
	display: block;
	margin-top: 80px;
	text-align: right;
	margin-right: 20px;
	}

.menuItem {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	}


/* Slide Show Style */
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Arial";
}

	li.framed {
		border: solid gray 1px;
		margin: 5px;
		padding: 5px;
	}
ul#portfolio li {
	list-style: none;
	list-style-type: none;
}
ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
	margin-left: 20px;
}

.spacer {
	width: 100%;
	height: 10px;
}

#wrapper {
	margin: 0 auto;
	margin-top: 0px;
	display: block;
	width: 922px;
	height: 100%;
	padding: 0;
}

#header{
	background-image: url("img/frank-header.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
	width: 922px;
	height: 165px;
	
}


#content {
	padding-top: 5px;
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	min-height: 500px;	
}


/* Text */

p {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 20px;
}

	p.caption {
		font-size: 14px;
		line-height: normal;
		font-variant: small-caps;
		font-weight: bold;
	}

h2 {
	font-size: 22px;
	font-variant: small-caps;
	font-family: "Arial";
	color: red;
}

	h2 a {
		color: red;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: black;
		text-decoration: none;
	}
	
	h2 a:visited {
		color: red;
		text-decoration: none;
	}
	
h3 {
	font-family: "Arial", sans-serif;
}

h4 {
	font-family: "Arial", sans-serif;
}

h5 {
	font-family: "Arial", sans-serif;
}
	
	
/* Latest News Block */
#Latest-Posts {
	display: block;
	float: right;
	overflow: hidden;

}

	#Latest-Posts a {
		color: white;
		font-variant: small-caps;
	}
	
	#Latest-Posts a:hover {
		color: red;
		font-variant: small-caps;
	}
	

.Latest-Posts-Background {
	margin-top: -20px;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 13px;
	width: 300px;
	height: 243px;
	background-image: url("img/latestPost-bg.jpg");
	background-repeat: repeat-x;
}

.subscribe-icon {
	position: absolute;
	top: 880px;
	
}

.city-icon {
	position:absolute;
	right:265px;
	top:630px;
}

#main-block {
	width: 550px;
	height: auto;
}

/* Side Bar */

#sidebar-single {
	display: block;
	float: right;
	border: thin double #999999;
	padding: 10px;
	width: 130px;
	height: 425px;
	margin-left: 5px;
	margin-bottom: 20px;
}

/* Footer */

#footer {
	padding-top: 5px;
	width: 922px;
	background-color: black;
	background-image: url('img/frank-footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	height: 120px;
}

.clear {clear: both;}

/*
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
*/
