@charset "UTF-8";
/* CSS Document */


/* CSS Reset */
/*body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote*/
html *
{
padding:0;
margin:0;
line-height:1.5em;
}

a
{
text-decoration:none;
}

a img
{
border:none;
}


/* end of CSS Reset */


.clear
{
clear:both;
}

body 
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1em;
line-height:1.4em;
color:#403e36;
background-image:url(../images/common/purple_wallpaper.gif);
}

#wrapper
{
width:850px;
background-color:#FFFFFF;
margin:auto;
min-height:100%;
}

#header
{
width:850px;
height:104px;
background-image:url(../images/common/header.jpg);
position:relative;
}

#home_link
{
position: absolute;
width:230px;
height:100px;
top:0;
left:20px;
}

#content
{
width:810px;
margin:0 20px;
background-color:#FFFFFF;
}

#left_polaroid
{
width:405px;
float:left;
margin: 0 0 0 0;
}

#right_polaroid
{
width:405px;
height:326px;
float:right;
margin: 0 0 0 0;
}

#gallery_images img
{
width:127px;
height:127px;
float:left;
margin:0 5px 5px 0;
border:solid #ad99cc 2px;
}

.image_box_left
{
float:left;
width:130px;
height:130px;
border:solid 2px #ad99cc;
margin:0 20px 10px 0;
}

.no_right{
	margin-right:0 !important;
}

.image_box_right
{
float:right;
width:130px;
height:130px;
border:solid 2px #ad99cc;
margin:0 0 10px 20px;
}

#main_panel_home
{
float:left;
width:561px;
}

#main_panel_home a
{
font-size:1.2em;
color:#403e36;
}

#left_panel
{
width:375px;
float:left;
padding:0 15px 0 0;
}

#right_panel
{
width:405px;
float:left;
}

#mailing
{
width:355px;
height:86px;
padding:20px;
float:right;
background:url(../images/gifts_cards_mailing.jpg);
}

h1
{
font-size:1.3em;
line-height:1.3em;
margin:18px 0 15px 0;
font-weight:normal;
}

h1 a:link,
h1 a:visited
{
color:#403e36;
text-decoration:none;
}

h1 a:hover
{
color:#AD99CC;
text-decoration:none;
}

h2
{
font-size:1em;
color:#ad99cc;
}

h2 a:link,
h2 a:visited{
color:#ad99cc;
}

h2 a:hover{
color:#666;
}

p
{
font-size:0.8em;
margin:0 0 10px 0;
}

p a:link,
p a:visited
{
color:#403e36;
text-decoration:none;
}

p a:hover
{
color:#AD99CC;
text-decoration:none;
}

ol
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height:1.4em;
color:#403e36;
padding:0 0 0 20px;
}

.list_end
{
margin:0 0 10px 0;
}


/* Blog Panel Home Page */
#sub_panel
{
width:229px;
float:left;
}

#blog_panel
{
width:199px;
height:192px;
float:right;
margin:0 0 20px 20px;
background-image:url(../images/blog_panel_background.jpg);
padding:24px 15px 0 15px;
}

#blog_panel h1
{
font-size:1em;
margin:0 0 5px 0;
padding:0 0 5px 0;
border-bottom:#403e36 solid 1px;
}

#blog_panel h2
{
font-size:0.8em;
font-weight:bold;
line-height:1.3em;
color:#403e36;
margin:0 0 0 0;
}

#blog_panel p
{
line-height:1.2em;
}

/* Footer */
#footer
{
width:850px;
background:url(../images/common/footer.jpg);
height:130px;
padding:20px 0 0 0;
}

#footer p
{
font-size:0.8em;
text-align:center;
}

/* Navigation */

#nav ul
{
height:58px;
float:right;
list-style-type:none;
margin:0 40px 0 0;
}

#nav ul li
{
float:left;
}

p.admin_head{
	border-bottom: 1px dotted #ccc;
}
p.admin_head a{
	float:right !important;
}

table.adminTable{
	width:100%;
	font-size:0.8em;
}
table.adminTable th{
	background:#A38CF8;
	color:#fff;
	padding:5px;
}
table.adminTable td{
	padding:5px;
}

form.adminForm{
	font-size:0.8em;
}
form.adminForm label{
	clear:both;
	float:left;
	margin-right:10px;
	width:150px;
}
form.adminForm span.formspan,
form.adminForm input,
form.adminForm select,
form.adminForm textarea{
	float:left;
	margin-bottom:10px;
	width:400px;
	padding:2px 5px;
}
form.adminForm textarea{
	font:inherit;
	height:200px;
}
.autowidth{
	width:auto !important;
}
.float_left{
	float:left !important;
}
.float_right{
	float:right !important;
}

div.blog_entry{
	border-bottom: 1px dashed #AD99CC;
	margin-bottom: 6px;
}

#main_panel a:link,
#main_panel a:visited{
	color:#AD99CC !important;
}
#main_panel a:hover{
	color:#666 !important;
}


#blog_archive{
	float:left;
	width:200px;
}

#blog_content{
	float:left;
	width:560px;
	padding-right:20px;
	border-right: 1px dashed #AD99CC;
	margin: 20px 20px 0 0;
}
#blog_archive{
	font-size:0.8em;
	margin: 20px 0 0 0;
}
#blog_archive ul{
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
}
#blog_archive li{
	padding: 2px 0;
}
#blog_archive ul.blog_year,
#blog_archive ul.blog_month{
	margin-left:20px;
	display:none;
}
#blog_archive a:link,
#blog_archive a:visited{
	color:#888;
}

form.normalForm{
	font-size:0.8em;
}
form.normalForm label{
	clear:left;
	width:110px;
	margin-right:10px;
	float:left;
}
form.normalForm img{
	vertical-align:middle;
}
form.normalForm input{
	width:220px;
	margin-bottom:10px;
	float:left;
	border: 1px solid #666;
}
form.normalForm input.dashed{
	border:0;
	border-bottom:1px dashed #403E36;
	background:transparent;
}
.error{
	color:#a00 !important;
}
#mailing_error{
	padding-left:20px;
}
#mailing_error ul{
	padding-left:20px;
	font-size:0.8em;
}

.cycle{
	visibility:hidden;
}
