/*  
Theme Name: Empire Magazine Photoshoot
Description: Theme made exclusively for Rupert and Emma Fan.
Theme URI: http://rupert-emma.net
Copyright: Anna @ www.lunazul-graphics.com
Author: Anna Guevara
Author URI: http://www.lunazul-graphics.com
*/


* {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
text-align:center;
background: #d7dbdc url('images/bg.jpg') repeat-x;
} 

body, div, table {
color: #b2b2b2;
font: normal 11px 'Trebuchet MS';
vertical-align: top;
}

#box {
font: normal 10px 'Trebuchet MS';
color: #FFFFFF;
}

#container {
	background: #d7dbdc url('images/bg-content.jpg') repeat-y;
	margin: 0px auto;
	text-align: justify;
	width: 962px;
}

#content {
	color:#888888;
	z-index: 0px;
	position:relative;
	top: -165px;
	width: 580px;
	float: left;
	margin-left: 20px;
	padding: 0px;
} 
#sidebar { 
	color: #d7dbdc;
	width: 280px; 
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	padding: 3px;
	padding-bottom: 5px;
}

#footer {
	height: 10px;
	clear: both;
}


.news {
width: 580px;
margin:0px;
padding:0px;
}

.header {
width: 580px;
height: 28px;
border-bottom: solid 2px #7d9ba5;
}


.title {
width: 400px;
float: left;
color: #e18175;
font: normal 16px 'Trebuchet MS'; 
text-align: left;
padding-left:15px;
padding-top:5px;
}

.date {
float: left;
width: 150px;
background: url('images/date.jpg') no-repeat;
color: #FFFFFF;
font: bold 12px 'Trebuchet MS';
text-transform: uppercase;
text-align: center;
padding-top:10px;
padding-left:15px;
}


.meta {
color: #b1c3cf;
border-top: solid 2px #7d9ba5;
font: normal 10px 'Trebuchet MS'; 
text-align: left;
padding:10px;
}

.newsbody {
color:#888888;
width: auto;
vertical-align: top;
text-align: justify;
padding:10px;
}


#content h1 {
background: none;
border-bottom: solid 2px #7d9ba5;
font: normal 16px 'Trebuchet MS'; 
text-transform: none;
color: #e18175;
text-align: center;
padding: 10px;
margin-top: 10px;
}

h1 {
color: #FFFFFF;
background: #b1c3cf;
font: normal 12px Arial; 
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 5px;
margin-top: 10px;
margin-bottom: 5px;
}

h2 {
color: #b1c3cf;
font: bold 9px Verdana;
letter-spacing: 1px;
padding: 1px;
padding-right: 5px;
text-align: left;
padding-bottom:10px;
}

h3 {
font: normal 11px 'Trebuchet MS'; 
color: #808f96;
background: #c8cccd;
text-align: center;
padding: 3px;
}

h4 {
border-bottom: solid 2px #7d9ba5;
font: bold 10px 'Trebuchet MS'; 
text-transform: none;
color: #e18175;
text-align: left;
padding: 2px;
margin-top:20px;
margin-bottom:5px;
}

 
a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#b84743;}
a:hover{ color:#808f96; text-decoration:none; }
a:active { color:#b84743;}


blockquote {
	font: normal 11px Tahoma;
	background: #dfe2e7;
	text-align: justify;
	color: #adb8ce;
	border-top: 1px dotted #b84743;
	border-bottom: 1px dotted #b84743;
	padding: 15px;
	margin: 15px;

}


textarea, input, select, button, submit {
	border: 0px;
	color: #b84743;
	background: #dfe2e7;
	font: normal 10px Tahoma;
	padding:5px;
}

img {
       border: 0px;
}

a img{
        background-color: #dfe2e7;
        border:1px solid #b1c3cf;
        margin: 2px;
        padding: 3px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px;
       filter:alpha(opacity=100);
       -moz-opacity:1;
} 

a:hover img {
        background-color: #dfe2e7;
        border:1px solid #b84743;
        margin: 2px;
        padding: 3px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px;
       filter:alpha(opacity=70);
       -moz-opacity:0.7;
}

a img#link  {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
       filter:alpha(opacity=100);
       -moz-opacity:1;
}
a:hover img#link {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
       filter:alpha(opacity=70);
       -moz-opacity:0.7;
}

b { color: #617175;}

i { color: #b1c3cf; }

u { color: #d33b38;}

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE-IMAGE:url('images/bullet.png');}

.clearing {
clear:both;
}