/*
Theme Name: Emmie Model
Theme URI: http://www.mellorweb.co.uk
Description: Site created especially for Emmie, a professional UK Glamour Model
Version: 1.0
Author: Steve Mellor
Author URI: http://www.mellorweb.co.uk
Tags: uk glamour model, Photographers Model, glamour model, models glamour, photographer model
*/



body{
	background:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	
	margin:120px 0px; 
	padding:0px;
	text-align:center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8c9eae;
	
	line-height:20px;
	
}

#content{
	width:760px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}


/* Text Styles
********************/

a:link, a:visited{
	color:#8c9eae;
	text-decoration:underline;
}

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

h2{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	font-weight:normal;
	text-transform:capitalize;
}

/* Navigation
********************/

ul#navigation{
	list-style:none;
	padding:0px;
	margin:0px;	
}

ul#navigation  li{
	display:block;
	list-style:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;	
}

a.navigation:link, a.navigation:visited{
	color:#8c9eae;
	text-decoration:none;
	font-size:17px;
	text-transform:lowercase;
}

a.navigation:active, a.navigation:hover{
	color:#ffffff;
	text-decoration:none;	
	font-size:17px;
	text-transform:lowercase;	
}


/* Main Holders
********************/

#left{
	float:left;
	width:203px;
}

#right{
	float:right;
	width:498px;
}


/* Left Styling
********************/

#left-top{
	width:203px;
	height:317px;
	background:url(images/Emmie-Image.png);
	background-repeat:no-repeat;
}

#left-middle{
	width:203px;
	background:url(images/middle-left.gif);
	background-repeat:repeat-y;
	padding:12px 12px 12px 12px;
}

#left-bottom{
	width:203px;
	height:17px;
	background:url(images/bottom-left.gif);
	background-repeat:no-repeat;
}


/* Right Styling
********************/

#right-top{
	width:498px;
	float:left;	
	height:16px;
	background:url(images/top-right.gif);
	background-repeat:no-repeat;
}

#right-middle{
	width:498px;
	float:left;
	background:url(images/middle-right.gif);
	background-repeat:repeat-y;
	padding:12px 12px 12px 12px;
}

#right-bottom{
	width:498px;
	float:left;	
	height:16px;
	background:url(images/bottom-right.gif);
	background-repeat:no-repeat;
}


/* Side Bar Styling
********************/

ul#side-bar{
	list-style:none;
	padding:0px;
	margin:0px;
}

ul#side-bar li{
	list-style:none;
	padding:10px 12px 10px 0px;
	margin:0px;
}


/* Gallery
********************/

.img_bdr{
	border:2px solid #182129;
}


/* Copyright
********************/

#copyright{
	text-align:right;
	padding-right:10px;
	font-size:10px;
	margin-top:3px;
}

a.copyright:link, a.copyright:visited{
	color:#8c9eae;
	text-decoration:none;
}

a.copyright:active, a.copyright:hover{
	color:#ffffff;
	text-decoration:none;	
}


/* Page Stylings
********************/

div#page-image{
	float:right;
	margin-left:10px;
	margin-right:25px;
}

textarea#comment{
	width:475px;
	background:#0f1317;
	color:#8c9eae;
	border:1px solid #8c9eae;
}