#recentposts li {margin-top:15px; }

* {border:0px; padding:0px; margin:0px;}
/* RESET 
---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:normal;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0}
body{font-family:trebuchet ms;font-size:62.5%;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
blockquote,q{quotes: "" "";}
small { font-size:1em; font-weight:800;}
/* STRUCTURE
---------------------------------------*/
html { height: 100%; }
body
	{
	width:100%;
	height: 100%; 
	background:#fff;
	color:#000;
	font-size:.8em;
	line-height:1.6;
	background:#fff;
	}
#centerpiece
	{
	align:left;
	width:100%;
	float:center;
	background: url(images/bg-full.jpg) repeat-y top center;
	}
#shell
	{
	align:left;	
	width:989px;
	float:center;
	overflow:hidden;
	}
#skip
	{
	width:100%;
	display:none;
	background:#f1f1f1;
	color:#000;
	}
#header-container
	{
	width:989px;
	float:left;
	height:135px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background:#fff url(images/bg-header.jpg) repeat-x;
	}
#header
	{
	float:left;
	margin:0px;
	padding:0px;
	width:989px;
	height:135px;
	background: url(images/header-bg.jpg) no-repeat top right;
	}
#rss
	{
	float:right;
	width:30%;
	}
#menu 
	{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#f1f1f1;
	}
#container
	{
	clear:both;
	width:989px;
	background: #fff;	
	overflow: hidden;
	}
#content-container
	{
	float:left;
	width:993px;
	margin-bottom:0px;
	overflow: visible;
	}
#content
	{
	float:right;
	width:560px;
	overflow:hidden;
	margin-left:15px;
	margin-right:15px;
	}
#topad
	{
	float:left;
	margin: 0px;
	padding:0px;
	width:989px;
	height:111px;
	overflow:hidden;
	background:url(images/topad.jpg) no-repeat;
	}
.postdiv {
	width: 100%;
	height:4px;
	overflow: hidden;
	background:url(images/hdiv.jpg) no-repeat 5px;
}
#sidebar-left
	{
	float:left;
	width:175px;
	background:url(images/sidebarbg.jpg) no-repeat top right;
	}
#sidebar-left h3 { color:#fff; font-size: 13px; font-weight: 800; padding-bottom:0px;margin-bottom:0px;}
#sidebar-left li { color:#f7f7f7; font-size: 11px; font-weight: 400; padding-top:1px;padding-bottom:3px; margin:0px;}
#sidebar-left ul { margin-bottom:15px; padding-top:0px;margin-top:0px; padding-bottom:0px;}

#sidebar-right
	{
	float:left;
	width:177px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background:#fff;
	}
#sidebar-right h3 { color:#fff; font-size: 1.1em; font-weight: 800; padding-bottom:0px;margin-bottom:0px;}
#footer
	{
	clear:both;
	width:100%;
	background:#fff;
	color:#C2ADBD;
	height:25px;
	}
#footer a {color:#C2ADBD}
/* BLOCK
---------------------------------------*/
.block
	{
	clear:both;
	color:#000;
	padding:10px 0;
	margin:10px 10px 0 10px;
	border:1px solid #ddd;
	}
.halfblock
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadata
	{
	color:#000;
	padding:10px 0 10px 0 !important;
	margin:10px 0 0 0;
	}
	
/* TYPOGRAPHY
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6
	{
	padding: 5px 0px 0px 0px;
	}
h1
	{
	font-size:2em;
	padding:0px;
	color:#990099;
	font-weight:800;
	
	}
h2
	{
	font-size:1.8em;
	color:#990099;
	font-weight:800;
	}
h3
	{
	font-size:1.6em;
	color:#990099;
	font-weight:800;
	}
h4
	{
	font-size:1.4em;
	color:#990099;
	font-weight:800;
	}
h5
	{
	font-size:1.2em;
	}
h6
	{
	font-size:1em;
	}

#content p {
	line-height:1.4;
}

#content img {margin-right:5px;}
#content h2 {
	padding: 8px 0px 0 0px;
	margin:0px;
	line-height:1.2;
	font-weight:800;
	}

#content small {
	color: #999999;
	font-size:.9em;
	padding-bottom:3px;
}

#header p
	{
	padding:0;
	margin:0;	
	}
/* IMAGES
----------------------------------------*/
img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-left:200px;
	}
img.aligncenter 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-left:200px;
	}
img.alignright
	{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}
img.alignleft
	{
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}
.alignright
	{
	float:right;
	margin-left:10px;
	}
.alignleft
	{
	float:left;
	margin-right:10px;
	}
/* LISTS
----------------------------------------*/
ul
	{
	list-style:none;
	margin:5px 0 0 0;
	}
ol
	{
	list-style:decimal;
	margin:5px 0 0 0;
	}
li
	{
	margin-left:10px;
	padding:0;
	}
dl
	{
	
	}
dt
	{
	margin-left:10px;
	}
dd
	{
	margin-left:20px;
	}
#content ul
	{
	list-style:outside square;
	margin:5px 0 5px 30px;
	}
#content ol
	{
	margin:5px 0 5px 30px;
	}
#content li
	{
	margin-left:20px;
	padding:0;
	}
.inline ul
	{
	margin:0;
	padding:0;
	}
.inline li
	{
	display:inline;
	list-style-type:none;
	padding:10px;
	margin:0;
	}
ul#menu 
 	{
 	float:left;
   	list-style-type:none;
   	text-align:left;
	padding:0;
	margin:0;
	margin-top:20px;
 	}
ul#menu a
 	{
   	background-color:#008080;
   	padding:5px;
   	height:auto;
   	color:#fff;
   	font-weight:bold;
   	font-style:normal;
   	text-decoration:none;
 	}
ul#menu li 
 	{
   	display:inline;
   	text-align:center;
	margin:0;
	padding:0;
 	}
ul#menu li.first 
 	{
   	display:inline;
   	text-align:center;
	margin:0 0 0 10px;
	padding:0;
 	}
ul#menu a:hover, ul#menu a:focus, ul#menu a:active 
 	{
   	background-color:#000080;
   	color:#fff;
 	}
ul#menu li.current_page_item a, ul#menu li.current_page_item a:hover,
ul#menu li.current_page_item a:focus, ul#menu li.current_page_item a:active 
 	{
   	background-color:#005080;
   	color:#fff;
   	cursor:default;
   	text-align:left;
 	}
/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	color:#990099;
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#990099;
	text-decoration:underline;
	}
.posttitle a
	{
	color:#990099;
	font-weight:800;
	text-decoration:none;
	padding:0px;
	}

/* FORMS
---------------------------------------*/
#searchform 
	{
	padding:0 0 0 00px;
	text-align:left;
	}
#searchform #s 
	{
	width:80%;
	padding:2px 2px 2px 20px;
	margin-top:30px;
	background:#f1f1f1 url(images/search.jpg) 5px 5px no-repeat;
	color:#000;
	border:1px solid #ccc;
	}
#searchsubmit 
	{
	padding:1px;
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}
form textarea
	{
	width:80%;
	border:1px solid #ddd;
	padding:0;
	margin-right:10px;
	color:#000;
	background:#f1f1f1;
	}
form input
	{
	border:1px solid #ddd;
	padding:3px;
	margin:2px 0;
	color:#000;
	background:#f1f1f1;
	}
form input submit
	{
	margin:10px 0;
	}
form input:focus, form textarea:focus
	{
	color:#000;
	background:#fff;
	}
form p
	{
	margin:0;
	}
/* MISCELLANEOUS
---------------------------------------*/
.hidden
	{
	display:none;
	}
.clear
	{
	clear:both;
	}
.center
	{
	text-align:center;
	}
.author
	{
	color:#666;
	font-size:.9em;
	}
.navigation
	{
	margin:10px 20px;
	}
.navigation-right
	{
	text-align:right;
	}
.navigation-left
	{
	text-align:left;
	}
code
	{
	font-size:1.4em;
	}
blockquote
	{
	background:#fff;
	color:#663165;
	padding:10px !important;
	margin:20px 0px 20px 0px;
	border:1px solid #ddd;
	}
cite
	{
	margin:00px 10px 10px 00px;
	}
/* PAGENAVI
---------------------------------------*/
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active 
	{
	color:#008080 !important;
	background:transparent !important;
	}
.wp-pagenavi a:hover 
	{
	color:#000080 !important;
	background:transparent !important;
	}
.wp-pagenavi span.pages 
	{
	background:transparent !important;
	}
.wp-pagenavi span.current 
	{
	background:transparent !important;
	}
.wp-pagenavi span.extend 
	{
	background:transparent !important;
	}
/* COMMENTS
---------------------------------------*/
.commentlist li .avatar
	{ 
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:2px 0;
	background:#fff;
	color:#000;
	}
.commentlist li
	{
	list-style:decimal;
	margin:10px;
	padding:0;
	}
.commentlist .alt
	{
	color:#000;
	}
	/* CALENDAR________________*/
#calendar_wrap {
}
#calendar_wrap caption{
	padding-left:10px;
}
#wp-calendar td, #wp-calendar th {
width: 50px;
text-align:center;
	
}

#sidebar-left h3 a { color:#990099; text-decoration: none; font-weight:800;padding-left:10px;}
#sidebar-left h1 a { color:#990099; text-decoration: none; font-weight:800;}
#sidebar-left h1 { color:#990099; font-size: 13px; font-weight: 800; padding-bottom:0px;margin-bottom:0px; padding-left:10px;}
#sidebar-left li a { color:#990099; text-decoration: none; padding-bottom:5px}
/*#sidebar-left li a:hover { font-weight:800;}*/

.right-button {
	float: center;
	width: 158px;
	test-align:left;
	background: url(images/right-button.jpg) 0px 0px no-repeat;
}
#sidebar-right a:hover { text-decoration: none; }

.right-button2 {
	float: center;
	width: 158px;
	test-align:left;
	background: url(images/right-button2.jpg) 0px 0px no-repeat;
}

.right-button3 {
	float: center;
	width: 158px;
	test-align:left;
	background: url(images/right-button3.jpg) 0px 0px no-repeat;
}

#sidebar-right h3 { color:#fff; font-size: 13px; font-weight: 800; padding-bottom:0px;margin-bottom:0px; padding-left:10px;}
.right-button a, .right-button2 a, .right-button3 a, .right-button h3 { color: #663469; font-weight:800; text-decoration: none; }
.login a {color:#B780B4;font-weight:800;}
.login a:hover {color:#fff;font-weight:800;text-decoration:none;}




/* reset.css - reset the default browser styling
 *
 * Type: transitional
 *
 * (cc) 2006-2008 Tom Lwis (www.lwis.net). Some Rights Reserved.                         
 * This style sheet is licensed under a Creative Commons License
 * http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */

:link,:visited
{ text-decoration:none }

ul,ol
{ list-style:none }



a img,:link img,:visited img,abbr,acronym,fieldset,iframe
{ border:0;  }

address,abbr,cite
{ font-style:normal }

caption
{ text-align:left; }

q:before,q:after
{ content:''; }

@charset "UTF-8";


/**
 * Vertical Left-to-Right Direction CSS Drop-Down Menu Component
 *
 * @file		dropdown.vertical.css
 * @package		Dropdown
 * @version		0.3
 * @type		Transitional
 * @requires	dropdown.css
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.                      
 *
 */

@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0px;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 0px;
 left: 100%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
 
}

ul.dropdown-vertical {
 width: 200px;
}

ul.dropdown-vertical ul {
 top: 0px;
 left: 100%;
}

ul.dropdown-vertical li {
 float: none;

}


@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */



p { margin-bottom: 1em; }

ul.classic {
 list-style: disc;
 padding-left: 2em;
}



.dropdown-upward {
 margin-top: 400px;
}


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 7px 10px 15px 10px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; }
	ul.dropdown a:hover		{ color: #000; font-weight:800;}
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 0px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
}
/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
}

ul.dropdown-upward *.dir {
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
}



.categories a { font-weight:800;}
.children li {background:url(http://blog.bloomsbythebox.com/wp-content/themes/blooms/images/dropbg.png) top left repeat-y};


.wp-caption-text {font-weight:800;font-size:11px;}
.wp-caption-dd {font-weight:800;font-size:11px;}
 .entry {padding-top:10px;}
.testing li ul li {background:#fff;font-weight:800};



