/*
THEME NAME: Dirty Girl - Sandbox
THEME URI: http://dirtygirl.kerrywebster.com
DESCRIPTION: Dirty Girl - It's not what you think 
VERSION: 0.1
AUTHOR: <a href="http://kerrywebster.com/">Kerry Webster</a> based on the amazing Sandbox.
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@importurl('sandbox- layouts/3c-b.css');

/* Just some example content */
div#header{text-align:center;margin-bottom:2em;}
div#access div.skip-link{position:absolute;top:1em;right:1em;}
div#menu{font-size:0.9em;height:1.5em;padding-top:0.3em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.9em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;list-style:none;padding:0.1em;width:10em;}

.entry-title{clear:both;}
/* div#container,div.sidebar{margin-top:1em;} */
div#container{margin-top:1em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left; font-size: 10px; font-weight: bold; text-transform: uppercase;margin:2px 0 0 0;border-bottom: 1px solid #ddd;}
.alignright,div.nav-next{float: right; font-size: 10px; font-weight: bold; text-transform: uppercase;margin:2px 0 0 0;border-bottom: 1px solid #ddd;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol {margin-left:28px;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{font-size:1.2em;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1em;}
div.sidebar ul ul li{list-style:disc;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:circle;}

div#footer{text-align:center;}


.clear {
	clear: both;
	height:1px;
}


/* Featured (Currently not used but could be added in place of the large picture on the home page) */

#featured {
	mar gin: 10px;
	pad ding: 10px;
	background-color: #000;
	float:left;
	bor der:1px solid black;
	background:  url(http://www.kerrywebster.com/images/featured.gif) 0px right no-repeat;
}


#featured_inside {
	margin: 0px 10px 0px 10px;
	background-color: none;
}

#feat ured_inside_cat {
	mar gin: -10px;
	background-color: none;
}


#featured h1 a, #featured h1 a:visited {
	color: #fff;
	font-size: 14px;
}

#featured h1 a:hover {
	color: #ffffff;
	bor der-top: 1px solid #e4e4e4;
	bor der-bottom: 1px solid #d4d4d4;
}

#featured h2 {
	color: #999;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #fff;
	border-bottom: 1px solid #333;
}

#featured h2 a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#featured h2 i {
	color: #999;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999;
	text-decoration: none;

	border-bottom: 1px solid #333;
}

#featured h2 i a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#featured p {
	color: #999;
}

#featured p a, #featured p a:visited {
	color: #fff;
	border-bottom: 1px solid #333;
}

#featured p a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	fl oat: right;
	
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */


/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: Geneva, Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #cc0000;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c00;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #c00;
	text-decoration: none;

	border-bottom: 1px solid #ddd;
}

h2 a:hover {
	color: #000;
}

h2 i {
	color: #999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999;
	text-decoration: none;
	
	border-bottom: 1px solid #ddd;
}

h2 i a:hover {
	color: #000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
369	text-decoration: none;
}

h3 a:hover {
	color: #c00;
}

.column_main {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	
	float: left;

}

#primary.sidebar li {
	list-style:none;
}

#secondary.sidebar li {
	list-style:none;
}

/* --- Menu Blocks --- */ 

#menu1, #menu2 {
	background: url(images/menu_top.gif) no-repeat right top;
	background-color:#000;
 	padding:5px;
}

ul.menu1 li.page_item, ul.menu2 li.cat-item {
	color:#000;
}

#menu1 ul {list-style:none; margin:0; padding:0; font-size:100%; }
#menu1 ul li.page_item { text- transform:lowercase; padding:5px 0 10px 0px; mar gin:5px 0 20px 0px; border-bottom: 1px dotted white; }
#menu1 ul li.page_item a {height:15px; text- transform:lowercase; font-size: 11px; display:block; padding:5px 0px 0px 45px; text-decoration:none; color: #fff; background: url(images/back_arrow_off.gif) 15px 5px no-repeat; }
#menu1 ul li.page_item a:active { color:#fff;}
#menu1 ul li.page_item a:hover { bor der:1px solid #fff; color:#fff; background: url(images/back_arrow_on.gif) 15px 5px no-repeat; font-weight: bold; font -size:100%; }

#menu2 ul {list-style:none; margin:0; padding:0; font-size:100%; }
#menu2 ul li.page_item { text- transform:lowercase; padding:5px 0 10px 0px; mar gin:5px 0 20px 0px; border-bottom: 1px dotted white; }
#menu2 ul li.page_item a {height:15px; text- transform:lowercase; font-size: 11px; display:block; padding:5px 0px 0px 45px; text-decoration:none; color: #fff; background: url(images/back_arrow_off.gif) 15px 5px no-repeat; }
#menu2 ul li.page_item a:active { color:#fff;}
#menu2 ul li.page_item a:hover { bor der:1px solid #fff; color:#fff; background: url(images/back_arrow_on.gif) 15px 5px no-repeat; font-weight: bold; font -size:100%; }


/*
#menu2 ul {list-style:none; margin:0; padding:0; font-size:85%; }
#menu2 ul li.cat-item { pad ding:5px 0 12px 0px; margin:0; border-bottom: 1px dotted white; }
#menu2 ul li.cat-item a { text-transform:uppercase; font-size: 11px; display:block; pad ding:5px 0px 0px 45px; text-decoration:none; color: #fff; background: url(images/back_arrow_off.gif) no-repeat 15px .5em; }
#menu2 ul li.cat-item a:active { color:#fff;}
#menu2 ul li.cat-item a:hover { color:#fff; background: url(images/back_arrow_on_pink.gif) no-repeat 15px .5em; font-weight: bold; }
*/

#menu1 h4.categories, #menu2 h4.categories {
	color: #ffffff;
	font-size:16px;
	font-weight:bold;
	mar gin: 10px 0 0 10px;
	padding: 10px 5px 5px 15px ;
	font-family: arial;
	border:none;
	background: none;
}

#menu1_bottom, #menu_bottom {
	background: url(images/menu_bottom.gif) no-repeat right bottom;
	background-color:#000;
	height:20px;
}



#menu1 h3.side-hdr, #menu2 h3.side-hdr {
margin-top:10px;
margin-left:15px;
color:#fff;

}