/*
Theme Name: VivienShotwell.com Red Velvet Triad
Theme URI: http://icWebStuff.com
Description: Wordpress theme built by Roman Skaskiw of icWebStuff.com for Vivien Shotwell using Elliot Jay Stocks' naked "Starkers" Theme as a starting point

Version: 1.5
Author: Roman Skaskiw
Author URI: http://icWebStuff.com
Tags: singer, centered, single column, one column, simple, minimalistic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*************HEADING*****************/

#heading {
	width: 700px;
	margin-left: 50px;
	height: 90px;
	background-color: #DEDDD8;
	color: black;

	font: 20px bookman, palatino, times, serif;
	text-shadow: 2pt 2pt 4pt white;
	text-transform: uppercase;
	font-style: italic;

	padding: 13px 0;
	text-align: center;
	border: 2px solid #FFFFFF;
}

#heading h1 {
	font: 45px bookman, palatino, times, serif;
	font-style: italic;
	text-transform: none;
	color: white;
}

#heading h1 a {
	color: black;
	text-decoration: none;
}

/********NAVIGATION************/

#navigation {
	width: 800px;
	align: center;
	padding: 10px 0 0 120px;
}

#navigation ul {
	padding: 0;
	list-style: none;
	text-align: left;
}

#navigation li {
	display: inline;
}

#navigation li a{
	background-color: #DEDDD8;
	color: black;
	text-shadow: 1pt 1pt 2pt white;
	text-decoration: none;
        font-style: italic;
	padding: 5px 15px 5px 15px;
	font-size: 120%;
	border: 2px solid #FFFFFF;
}

#navigation li a:hover {
	background-color: #FFFFFF;
}

#navigation li.current_page_item a {
	background-color: #FFFFFF;
}

/*************BODY*****************/

body {
	padding: 0 0 0 10%;
	background-color: #634140;
	background-image: url("images/bg2.jpg");
	color: white;
	font: small Arial, Helvetica, Verdana, sans-serif;
	height: 100%;
}

html {
 height: 100%;
}

#wrapper {
	padding-top: 10px;
	min-width: 960px;
	float: left;
}

#main {
	background-color: #DEDDD8;
	color: black;
	width: 760px;
	min-height: 450px;
	padding: 20px;
	position: relative;
	top: 0;
	margin-top: 2px;
	margin-bottom: 5px;
	align: center;
	border: 2px solid #FFFFFF;
}

#main #attention {
	
	font-size: 175%;
}

/************FOOTER*************/

#footer {
	width: 800px;
	height: 40px;
	background-color: #433D4A;
	position: relative;
	top: 0;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	clear: both;
	font-size: 80%;
	border: 2px solid #433D4A;
}

#footer a {
	color: white;
}

