/*
THEME NAME: Her Wedding Favors
THEME URI: http://wphelpcenter.com/
DESCRIPTION: Customized theme
VERSION: 1.0
AUTHOR: WordPress HelpCenter
AUTHOR URI: http://wphelpcenter.com/
*/

/*
BASE THEME NAME: Sandbox
BASE THEME URI: http://www.plaintxt.org/themes/sandbox/
BASE DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
BASE VERSION: 1.6.1
BASE AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
BASE AUTHOR URI:
BASE TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/*******************/
/* YAHOO RESET CSS */
/*******************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/***************/
/* CSS HELPERS */
/***************/
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

em, i, .italicit {
	font-style: italic;
}

b, strong, .boldit {
	font-weight: bold;
}

.leftit, .alignleft {
	float: left;
}

.rightit, .alignright {
	float: right;
}

/*****************/
/* LAYOUT STYLES */
/*****************/
body {
	font-family: Verdana;
	font-size: 11px;
}
#wrapper {
	border: 1px solid #7DAEF1;
	width: 800px;
	margin: 10px auto;
	background: #6496DB;
}
#header {
	background: #fff url('./images/header-banner.gif') top right no-repeat;
}
#header img {
	padding-left: 2px;
}
#top-nav {
	float: right;
	color: #000;
	padding: 5px 5px 0 0;
}
#tabs-bar {
	background: url('./images/tabs-bar.gif');
	font-family: Arial;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding: 7px 0;
}
#container {
	float: right;
	width: 595px;
	background: #fff;
	padding: 5px 10px;
}
.sidebar {
	float: left;
	width: 184px;
	background: #D5E4FB;
}
#footer {
	text-align: center;
	padding: 10px 0;
	color: #fff;
}


/***************/
/* LINK STYLES */
/***************/
a:link, a:visited {
	color: #006;
}
a:hover, a:active {

}
#top-nav a:link, #top-nav a:visited {
	text-decoration: none;
	font-size: 11px;
}
#top-nav a:hover, #top-nav a:active {
	text-decoration: underline;
}
h2.entry-title a:link, h2.entry-title a:visited {
	text-decoration: none;
	color:#3E74C8;
}
#footer a:link, #footer a:visited, #tabs-bar a:link, #tabs-bar a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#footer a:hover, #footer a:active, #tabs-bar a:hover, #tabs-bar a:active {
	text-decoration: underline;
}

/*********************/
/* NAVIGATION STYLES */
/*********************/



/***********************/
/* GENERAL PAGE STYLES */
/***********************/
.sidebar li {
	margin-bottom: 15px;
}
.sidebar li h3 {
	background: #5C8FD9;
	margin: 0 0 5px;
	padding: 2px 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebar li ul {
	margin-left: 5px;
}
.sidebar li ul li {
	margin-bottom: 3px;
}
.sidebar li div {
	margin-left: 5px;
}

div.post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height: 15px;
	border-bottom: 1px solid #7DAEF1;
}
h2.entry-title {
	margin-bottom: 10px;
	font-size:12pt;
	font-weight:bold;
}
div.post p {
	margin-bottom: 15px;
}
