/* Base.css */
/* by Carterdea <3<3 */

/* @group Layout */
*{
	margin: 0;
	padding: 0;
}

html{
}

body{
	height: 100%;
}

div#header,div#wrapper{
	width: 940px;
	margin: 0 auto;
}

div#header{
	padding: 20px 0 10px;
}

div#wrapper{
	padding: 10px 0;
}

div.about{
	width: 445px;
}

div.contact{
	width: 480px;
	float: right;
}

.clear{
	clear: both;
}
/* @end */

/* @group Backgrounds */
body{/*color of the header*/
	background: #555;
}

div#container{
	background: #000;
	border-bottom: 1px solid #666;
}

#header{
	background: url(../images/headerbg.gif) no-repeat top left;
}

#wrapper{
}

/* @end */

/* @group Header */

div#header h1#logo{
	padding: 40px 10px 5px;
	background: url(../images/logo.png) no-repeat left top;
}

div#header h1#logo span,div#header h2#tag span{
	visibility: hidden;
}

/* @end */

/* @group Headings */

h1#beautiful{
	padding: 0;
	background: url(../images/beautiful.gif) no-repeat left center;
}

h1#beautiful span{
	visibility: hidden;
}

h2#about{
	margin:5px 0 15px;
	padding: 5px 0;
	background: url(../images/about.gif) no-repeat left center;
}

h2#about span{
	visibility: hidden;
}

h2#contact{
	margin:5px 0 15px;
	padding: 5px 0;
	background: url(../images/contact.gif) no-repeat left center;
}

h2#contact span{
	visibility: hidden;
}

/* @end */

/* @group Text */
body{
	color: #b4b4b4;
	font: 130%/150% Georgia, "Times New Roman", Times, serif;
}

p{
	text-shadow: #444 1px 1px 0px;
}

a{
	color: #fff;
	text-shadow: #444 1px 1px 0px;
}

.input_placeholder{
	color: #aaa;
	font-style: italic;
}

.required{
	font-size: 70%;
}

#privacy{
	font-size: 65%;
}

#footer p{
	text-align: center;
	font-size: 70%;
}

.nohr{
	visibility: hidden;
}
/* @end */

/* @group Images */

#flying{
	float: right;
}

#cd{
	/*float: right;*/
	background: #fff;
	border-top: 1px solid #fcfcfc;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	padding: 12px;
	margin: 10px 40px;
}

/* @end */

/* @group Form */

/*label{
	display: none;
}*/

input{
	padding: 3px 4px;
	width: 400px;
	font: 130% Georgia, "Times New Roman", Times, serif;
}

input#name{
	margin-bottom: 5px;;
}

textarea{
	padding: 3px 6px;
	width: 465px;
	height: 200px;
	font: 130% Georgia, "Times New Roman", Times, serif;
}

button{
	font: 120% Georgia, "Times New Roman", Times, serif;
	width: 150px;
	padding: 5px 0;
}

fieldset{
	border: none;
}

.hide{
	display: none;
}

div#returnMessage{
	font-size: 80%;
	padding: 5px;
	margin: 5px 0;
	color: #333;
	background: #aaa;
	text-shadow: #cfcfcf 1px 1px 0px;
	border-top: 1px solid #ccc;
}

/* @end */



/* @group Slideshow */

#slideshow {
	background: url('../images/bg_shadow.gif') no-repeat top;
	position: relative;
	padding: 13px 0 15px;
	width: 940px;
	height: 350px;
}
#slideshow #menu, #slideshow #pictures{
	position: absolute;
}

#slideshow #loading {
	display: none;
	text-indent: -5000px;
	visibility: hidden;
}
#slideshow #pictures {
	background: url('../images/bg.jpg');
	width: 640px; 
	height: 350px;
	left: 0;
	overflow: hidden;
}

#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 640px;
}

#slideshow #pictures li img {
	display: block;
	position: relative;
	bottom: 0;
}
	
#slideshow #menu {
	background: url('../images/bg_side.jpg');
	list-style-type: none;
	width: 300px;
	height: 330px;
	right: 0;
	padding-top: 20px;
}

#slideshow #menu li {
	display: block;
	z-index: 1000;
	position: relative;
	zoom: 1;
}

#slideshow #menu li a {
	display: block;
	font-size: 70%;
	text-decoration: none;
	padding: 7px 0 7px 18px;
	z-index: 1000;
	color: #ccc;
	line-height: 14px;
	vertical-align:
	middle;
	zoom: 1;
}

#slideshow #menu li a:focus {
	outline: 0;
}

#slideshow #menu li a:hover {
	color: #fff;
}

#slideshow #menu li.current a {
	font-size: 100%;
	padding: 5px 0 5px 18px;
	line-height: 18px;
}

#slideshow #menu li.background {
	background: url('../images/arrow.gif') no-repeat left center;
	position: absolute;
	font-size: 1px;
	height: 7px;
	width: 4px;
	z-index: 5;
}

/* @end */
