/*  
Theme Name: Ford Mustang
Theme URI: http://www.ineedafordmustang.com
Description: I Need A Ford Mustang
Version: 1.0
Author: Janno Stern
Author URI: http://www.janno.ee
*/

body
{
	margin: 0;
	padding: 0;
	color: #aaa;
	font-size: 11px;
	background-color: #252525;
	background-repeat: repeat-y;
	background-position: 50% 50%;
	background-image: url('images/bg.jpg');
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}

img
{
	border: none;
}

hr
{
	clear: both;
	border: none;
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #393939; 
}

#content hr
{
	margin: 30px 0px;
	border-color: #666; 
}

td
{
	font-size: 11px;
}

a
{
	outline: none;
}

b, strong
{
	color: #ddd;
}

a:link, a:visited
{
	color: #4ba6d1;
	text-decoration: none;
}

a:hover, a:active
{
	color: #f7a621;
	text-decoration: underline;
}

h1
{
	padding: 0px;
	color: #eeeeee;
	font: normal 25px Arial;
	margin: 0px 0px 25px 0px;
}

h2
{
	margin: 0px;
	padding: 0px;
	color: #eeeeee;
	font: normal 20px Arial;
}

input,select,textarea
{
	margin: 2px 0px;
	padding: 2px;
	color: #4ba6d1;
	font-size: 12px;
	border: 1px solid #000;
	background-color: #060606;
}

#content textarea
{
	width: 550px;
}

#container
{
	left: 50%;
	width: 850px;
	height: 500px;
	position: absolute;
	margin-top: 20px;
	margin-left: -425px;
}

#header
{
	position: relative;
}

#menu
{
	padding: 20px 0px 0px 0px;
	margin-left: 15px;
	float: right;
	width: 240px;
	height: 400px;
	position: relative;
	background-image: url('images/bg2.png');
	background-repeat: no-repeat;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	text-transform: uppercase;
}

#menu ul li
{
	text-align: center;
	padding: 3px;
}

#separator
{
	float: left;
	position: relative;
}

#content
{
	padding-top: 8px;
	text-align: justify;
	float: left;
	width: 590px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	position: relative;
	line-height: 17px;
	font-size: 11px;
}

#content img
{
	margin: 0px 5px 0px 5px;
	border: 5px solid #fff;
	border-bottom: 15px solid #fff;
}

#content p
{
	margin: 15px 0px;
}

#quote_left
{
	background-image: url('images/quotes.png');
	background-repeat: no-repeat;
	font-family: Georgia;
	text-align: left;
	font-size: 18px;
	float: left; 
	width: 215px;
	height: 50px;
	padding: 30px 10px 20px 25px;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 25px;
	color: #eeeeee;
}

#quote_right
{
	background-image: url('images/quotes.png');
	background-repeat: no-repeat;
	font-family: Georgia;
	text-align: left;
	font-size: 18px;
	float: right; 
	width: 200px;
	height: 50px;
	padding: 30px 25px 20px 25px;
	margin-left: 10px;
	margin-top: 5px;
}

#footer
{
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

#gallery
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gallery li
{
	margin: 0;
	padding: 0;
}


.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}
