/*
Theme Name: BrightWoman
Theme URI: http://brightwoman.com/
Description: 
Version: 1
Author: Ben Bright
Author URI: 
Tags: 

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
}
#header-photo {
	float: left;
	border: 2px solid #5d2870;
	height: 55px;
	margin: 3px 0px 0px 0px;
}
#logo{
}

#content {
	font-size: 1.3em;
	width: 540px;
	float: left;
}

#footer {
clear: both;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	}

h2 {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #5d2870;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 0px solid #959596;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	width: 758px;
	}

.clear {
	clear: both;
}

#footer {
	border-top: 1px solid #5d2870;
	padding: 5px 0px 5px 0px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */
/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* End Various Tags & Classes*/


#nav, #networks {
	font-size: 1.5em;
}
#nav ul {
	color: #5d2870;
	list-style: circle;
}
#nav ul li {
	color: #5d2870;
	list-style: circle;
}
#nav ul li:hover {
	list-style: disc;
}
#nav a {
	text-decoration: none;
}
#nav li.current_page_item a, #nav li.current_page_item a:hover {
	text-decoration: none;
	color: #000000;
}
#nav li.current_page_item{
	color: #000000;
	list-style: disc;
}
#nav li a:hover {
	color: #5d2870;
	text-decoration: underline;
}

#networks a {
	color: #555555;
}
#networks ul {
	list-style: circle;
}
#networks ul li {
	list-style: circle;
}
#networks ul li:hover {
	list-style: disc;
}

#resume {
}
#resume h2 {
	font-size: 1.3em;
}
#resume ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}
#resume ul li {
	margin: 3px 0px 3px 0px;
}
#resume ul li ul{
	padding: 0px 0px 0px 10px;
}
#resume ul li ul li {
	list-style: none;
	margin: 3px 0px 3px 0px;
}
#resume ul li.pad {
	list-style: none;
	margin: 3px 0px 3px 10px;
}
#resume ul.left-list {
width: 45%;
}
#resume ul.right-list {
float: right;
width: 50%;
}
.printonly {
	display: none;
}




.printonly {
	display: none;
}
