/*
Theme Name:Will Haywood Smith
Theme URI:http://www.willhaywoodsmith.com/
Description:The default theme of www.willhaywoodsmith.com
Version:1.0
Author:Lee Simpson
Author URI:http://www.mrleesimpson.co.uk
*/
@font-face {
    font-family: 'SansationRegular';
    src: url('js/Sansation_Regular-webfont.eot');
    src: url('js/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/Sansation_Regular-webfont.woff') format('woff'),
         url('js/Sansation_Regular-webfont.ttf') format('truetype'),
         url('js/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('js/Sansation_Light-webfont.eot');
    src: url('js/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/Sansation_Light-webfont.woff') format('woff'),
         url('js/Sansation_Light-webfont.ttf') format('truetype'),
         url('js/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('js/Sansation_Bold-webfont.eot');
    src: url('js/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/Sansation_Bold-webfont.woff') format('woff'),
         url('js/Sansation_Bold-webfont.ttf') format('truetype'),
         url('js/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
}

body {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
background:url(images/bg-main.jpg) repeat;
color:#494949;
}

a {
color:#9e0000;
text-decoration:none;
outline:none;
}

a:hover {
color:#9e0000;
border-bottom:2px solid #9e0000;
text-decoration:none;
}

#wrapper {
margin:0 auto;
width:780px;
position:relative;
}

#toppanel {
left:60px;
margin:0 auto;
position:absolute;
text-align:center;
top:38px;
width:660px;
z-index:25;
height:0;
display:none;
}

#panel {
width:660px;
position:relative;
top:1px;
height:0;
margin:0 auto;
z-index:10;
overflow:hidden;
text-align:left;
}

#panel_contents {
background:black;
filter:alpha(opacity=70);
-moz-opacity:0.7px;
-khtml-opacity:0.7px;
opacity:0.7px;
height:100%;
width:662px;
position:absolute;
z-index:-1;
}

.panel_button {
cursor:pointer;
float:right;
height:54px;
opacity:0.7px;
position:relative;
top:1px;
width:173px;
z-index:20;
}

.panel_button a {
text-decoration:none;
color:#545454;
font-size:20px;
font-weight:bold;
position:relative;
top:5px;
left:10px;
font-family:Arial,Helvetica,sans-serif;
}

.panel_button a:hover {
color:#999999;
}

.panel_button img {
position:relative;
top:10px;
border:none;
}

#header {
background:url(images/bg-header-trans.png) 0 0 no-repeat;
height:40px;
margin:0 auto;
width:662px;
color:#FFF;
}

#header .title {
color: #FFFFFF;
float: left;
font-family: 'SansationRegular';
font-size: 19px;
left: 13px;
position: relative;
top: 9px;
}

#header .tag-line {
color: #666666;
float: right;
font-family: 'SansationLight';
font-size: 15px;
position: relative;
right: 13px;
top: 11px;
}

.main-nav {
margin:0 0 20px;
overflow:auto;
padding:16px 0 0 14px;
}

.main-nav ul {
float:left;
}

.main-nav ul li {
float:left;
margin:0 15px 0 0;
}

.main-nav ul li a {
border:medium none;
color:#333333;
font-family:'SansationRegular';
font-size:15px;
}

.main-nav ul li a:hover {
border-bottom: 1px solid #333;
}

#page-hero {
display:block;
height:357px;
left:-41px;
margin:0 0 10px;
position:relative;
top:-10px;
width:724px;
}

#page-hero img {
border: 3px solid rgba(255,255,255,0.3);
}

#content {
background:url("images/bg-content-trans.png") repeat scroll 0 0 transparent;
border-left:1px solid #9B9A9A;
border-right:1px solid #9B9A9A;
height:auto;
margin:0 auto;
padding:0 0 20px;
width:642px;
}

.page-content {
clear:both;
padding:0 15px;
}

.page-content h1 {
font-family: 'SansationRegular';
font-size: 24px;
margin: 0 0 15px 0;
}

.page-content p {
line-height:19px;
padding:0 0 15px;
}

.page-content ul {
padding:0 0 20px 20px;
}

.page-content ul li {
margin:0 0 5px;
}

.page-content img.left {
border:4px solid #999999;
float:left;
margin:0 10px 10px -60px;
position:relative;
}

.page-content img.right {
border: 3px solid rgba(255,255,255,0.3);
float:right;
margin:0 -60px 10px 10px;
position:relative;
}

.home-content {
position:relative;
top:370px;
}

#footer {
color:#999999;
font-size:10px;
font-style:italic;
margin:0 auto 10px;
padding:0 0 0 15px;
width:625px;
}
