/* =================================

CSS Document for Edible Accolades DNN skin 
Author: Rick Beddie
Email: rick@thenewdesigner.co.uk
Skype: r.beddie
Website: www.thenewdesigner.co.uk
Twitter: @thenewdesigner

---------------------------------

1. General

================================= */


/* -- 1. General -- */

*{
outline:none;
}

.clear{
height:0px;
clear:both;
}

.title{
margin-top:0;
}

.left{
float:left;
}

img.left{
margin:0 10px 10px 0;
}

.right{
float:right;
}

img.right{
margin:0 0 10px 10px;
}

a:link, a:visited, a:hover, a:active{
text-decoration:none;
color:#000;
font-weight:normal;
}

a:hover{
text-decoration:underline;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
margin:0 0 1em 0;
line-height:1.2em;
}

p.note{
font-size:11px;
font-style:italic;
}

h1, h2, h3, h4, h5, h6{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#000;
}

h1{
margin:0 0 0.4em 0;
font-size:30px;
}

h2{
font-size:24px;
margin:0.8em 0 0.6em 0;
}

h3{
font-size:22px;
margin:0.8em 0 0.6em 0;
}

h4{
font-size:18px;
margin:0.8em 0 0.6em 0;
}

h5{
font-size:16px;
margin:0.8em 0 0.6em 0;
}

h6{
font-size:14px;
margin:0.8em 0 0.6em 0;
}

table{
}

tfoot, thead{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#666;
}

th, td{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#666;
}

th{
font-weight:bold;
}

td{
font-weight:normal;
}

blockquote, pre{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style:italic;
color:#666;
padding:2px;
}

li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#666;
line-height:1.2em;
}

ul{
margin-top:0.8em;
margin-bottom:0.6em;
}

ul li{
list-style:disc;
}

ol{
margin-top:0.8em;
margin-bottom:0.6em;
}

ol li{
list-style-type:decimal;
}

dl{
margin:0.8em 0 0.6em 0;
font-size:13px;
color:#666;
}

dt, dd{
font-family:Georgia, "Times New Roman", Times, serif;
margin-left:40px;
margin-right:40px;
font-size:12px;
}

dt{
font-weight:bold;
color:#000;
}

hr{
color:#666;
background-color:#666;
border:none;
height:1px;
clear:both;
}

strong{
color:#000;
}

/* -- Body -- */

body{
margin:0;
padding:0;
background:#1e1e1e url(images/background.jpg) fixed no-repeat top;
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:14px;
}

/* -- Wrapper -- */

#floralwrapper{
margin:0 auto;
width:800px;
padding-top:15px;
}

/* -- White Backgrounds -- */

#floralheader, #floralbanner, #floralcontent{
background-color:#fff;
}

/* -- Navigation -- */

#floralnav{
float:right;
width:320px;
padding-right:10px;
}

#floralnav ul{
margin:0;
padding:66px 0 0 0;
}

#floralnav li{
margin:0 0 0 0;
padding:0 20px 0 0;
list-style:none;
float:left;
line-height:35px;
}

#floralnav a{
display:block;
float:left;
height:35px;
text-indent:-9999px;
background-attachment:scroll;
background-position:bottom;
background-repeat:no-repeat;
}

#floralnav a:hover, #floralnav li.active a{
background-position:top;
}

#floralnav li.about a{
background-image:url(images/nav-about.gif);
width:71px;
}

#floralnav li.examples a{
background-image:url(images/nav-examples.gif);
width:104px;
}

#floralnav li.contact a{
background-image:url(images/nav-contact.gif);
width:85px;
}

/* -- Logo -- */

#florallogo{
padding:30px 0 20px 30px;
}

/* -- Content -- */

#floralcontent{
padding:25px 30px;
}

/* -- Footer -- */

#floralfooter{
text-align:center;
background:url(images/shadow.png) scroll no-repeat top;
padding:10px 0 15px 0;
}

/* -- Copyright -- */

#floralcopyright{
padding-top:10px;
}

/* -- Link to TheNewDesigner -- */

#floraldesigner{
padding-top:10px;
font-size:12px;
color:#fff;
}

#floraldesigner a{
color:#fff;
}

/* -- Gallery Layout -- */

#gallery{
}

.galleryitem{
float:left;
width:355px;
margin-bottom:30px;
}

.galleryitem.left{
margin-right:30px;
}

.galleryimage{
width:125px;
float:left;
}

.gallerytext{
float:right;
width:210px;
}

.gallerytext h2{
font-size:14px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
margin-top:0;
font-weight:bold;
}
