/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
background: url('http://www.cheapblooms.com/Purplebcgrnd_nonav.png') #7f82ad no-repeat center top;
font-family: Arial, Helvetica, sans serif;
color: #333;
font-size: 13px;
line-height: 15px;
}
	
/* layout */

#wrapper {
width: 980px;
margin: 0 auto;
margin-top: 75px;
margin-bottom: 25px;
border: none;
background: transparent;
}

nav {
width: 980px;
height: 75px;
margin: 0 auto;
background: transparent;
margin-top: 30px;
}

#main {
width: 980px;
margin: 0 auto;
background: transparent;
overflow: hidden;
}

#content {
float: left;
width: 330px;

}

#sidebar1 {
float: left;
width: 240px;
}

#sidebar2 {
float: left;
padding: 25px 0 0 10px;
width: 240px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font: Georgia, Times New Roman, serif;
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#7f82ad;
}

a:hover, a:active {
color: #333;
}

p {
margin-bottom: 15px;
}

li {
padding-left: 5px;
}

span {
float:left;
width:0.7em;
font-size:210%;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
line-height:95%;
}


/* nav */

ul .navlist {
    color: #9C0707;
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    list-style: none outside none;
    padding-bottom: 8px;
	
}
.navlist a {
	color: #606392;
	font-family: Georgia;
    font-size: 15px;
    font-weight: regular;
	text-decoration: none;
	padding-bottom:8px;
}

.navlist a:hover{
	color: #F0A830;
}
li.nav_item {
    color: #9C0707;
    font-family: Georgia;
    font-size: 13px;
    font-weight: bold;
    list-style: none outside none;
    padding-bottom: 3px;
    width: 200px;
	text-align:right;
}
/** HEADER */

header {
    margin-top: -63px;
    padding: 4px 0 0;
}

header>h1 {
float: left;
margin: 0 0 18px 10px;
width: 600px;
font-size: 40px;
line-height: 30px;
}

header>h1 a {
color: #333;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 2px 3px #555;
}

header>h2 {
color: #777;
clear: right;
float: right;
font-style: italic;
font-size: 14px;
margin: 14px 10px 18px 0;
}

/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 18px;
}

#content p, ul, ol, hr {
margin-bottom: 18px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.75em;
}

.alignleft {
display: inline;
float: left;
margin-right: 5px;
}
img.alignleft {
display:inline;
float:left;
margin-left: 20px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */
.facebook_button {position:absolute; z-index:100;}

aside h3 {
font-size: 18px;
text-shadow: 0px 2px 3px #ddd;
}

aside ul {
list-style: none;
color: #bbb;
margin-bottom: 0px;
}

#footer-area {
background: transparent;
color: #f2e0df;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 940px;
}

footer aside h4 {
color: #faf0e6;
font-size: 16px;
line-height: 1.5em;
}

footer ul {
list-style: none;
margin: -15px 0;
}

footer a:link, footer a:visited {
color: #ccc;
}

footer a:hover { 
text-decoration: underline; 
}

footer p {
margin-top: 75px;
color: #faf0e6;
text-align:center;	
}
