/*  light - ffb1ff
	purp - 93278f
*/
/***********************************************************
 Global Reset
************************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 { font-style:normal; font-weight:normal }
ul { 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:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }

/***********************************************************
 Let the games begin...
************************************************************/

html {
	
	background: #fff url(../images/bg.jpg) repeat-x bottom ;
	background-attachment: fixed;
	font: 62.5% normal "Lucida Grande","Lucida Sans Unicode", verdana, arial, serif;
}

body {
	background: transparent;
	font-size: 1.2em;
	color: #93278f;
	line-height: 170%;
	width: 900px;
	margin: 0 auto;

}
html, body {height: 100%;}

div.clear {
	clear: both;
}

h1, h2, h3, h4, h5 {
	background: transparent!important;
}

a { color: #93278f; text-decoration:none; }
a:hover { color: #555; text-decoration: none; }
a.selected { color: #555; text-decoration: none; }

#content {
	padding: 0;
}

.narrowcolumn {
float:left;
margin:0;
width:69%;
}

#sidebar {
margin-left:71%;
margin-right: 0px;
}

/**************************
 HEADER
***************************/

#header {
	position: relative;
	padding: 20px 0 50px;
	background: #fff;
}
	#header h1 a {
		background:transparent url(../images/logo.png) no-repeat scroll left top;
		display:block;
		height:147px;
		margin-left:287px;
		margin-top:17px;
		overflow:hidden;
		text-indent:-999em;
		width:293px;
	}

	#header .search {
		position: absolute;
		top: 1.2em;
		right: 1.5em;
	}

	/*** SEARCH / LOGIN BAR **********/

	#search-login-bar {
		display: none;
		border: none;
		background: #fff;
		padding: 20px 0 20px 0;
		border-bottom: 1px solid #ddd;
	}
		#search-login-bar #search-form {
			float: left;
			margin-top: 1px;
		}
			#search-login-bar #search-terms {
				width: 200px;
				margin-right: 4px;
				color: #888;
			}
			
			#search-login-bar #search-which {
				margin-right: 2px;
			}
		
		#search-login-bar a {
			text-decoration: underline;
		}
		
			#search-login-bar input, #avatar_continue {
				width: auto;
			}

		#search-login-bar #login-form, #logout-link {
			float: right;
		}

		#logout-link img {
			vertical-align: middle;
			border: 3px solid #ddd;
		}
	
		/** NAV ************/

		#header ul#nav {
			display: none;
			float: right;
			margin: -66px 0 0 0;
		}
			#header ul#nav li {
				float: left;
			
			}
				#header ul#nav li a {
					
					color: #93278f;
					display: block;
					border-right: 1px solid #ffb1ff;
					margin-right:5px;
					padding:0 10px;
					text-decoration:none
				}
				
				#header ul#nav li:last-child a {
					border-right: none;
				}

				#header ul#nav li.selected a {
					background: #fff;
					color: #555;
					font-weight:normal;
				}
				
div.info-group h4,
#right-column .widget h2, #sidebar h2.widgettitle {
/*	background:transparent url(../images/group_header.gif) repeat scroll left top;*/
	color:#FFFFFF;
	font-size:1em;
	font-weight:normal;
	margin-bottom:0.5em;
}

.post, #comments-section, #compose-reply {
background:#FFFFFF none repeat scroll 0 0;
padding: 10px 30px 15px 0;
clear:both;
}	

#search-members-form input {
	padding: 2px;
font-family:"Lucida Grande","Lucida Sans Unicode", verdana, arial, serif;
font-size:1.1em;
width:72%;
}

.widget ul.item-list li, .activity-list
#sidebar .widget ul.item-list li {
background:#fff;
padding:10px 0 15px 0;
border-bottom: 1px dotted #ffb1ff;
}

.widget ul.item-list li:first-child, .activity-list:first-child {
border-top: 1px dotted #ffb1ff;	
}

.widget ul.item-list li .item-avatar img, img.avatar {
	border: 1px solid #ffb1ff;
}

#sidebar .widget ul.item-list li {base.css (line 344)
list-style-type:none;
margin:0;
padding-left: 0;
padding-top: 10px;
}

span.activity {
	padding: 0;
	background: #fff;
-x-system-font:none;
border: none;
color:#999;
display:inline-block;
font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:-5px 0 0;
}

#wp-admin-bar {
-x-system-font:none !important;
background:#333333 none repeat scroll 0 0;
color:#FFFFFF !important;
font-family:normal,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,Verdana,Arial,sans-serif !important;
font-size:12px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
height:25px !important;
left:0 !important;
line-height:normal !important;
padding-top:10px;
position:absolute !important;
text-align:left !important;
top:0 !important;
width:100% !important;
z-index:1001 !important;
}

#wp-admin-bar ul {
	height: 25px;
}



#header {
	padding-bottom: 50px;
	border-bottom: 1px solid #93278f;
	margin-bottom: 20px;
}
div#head-wrap {
	/*position: absolute;
		top: 30px;
		left: 0px;
		background: #ddd;
		height: 40px;
		width: 100%;*/
}

div.hero {
	float:left;
	display:inline;
	width: 527px;
	margin-left: 15px;
	margin-top: 6px;
}
div.hero a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

div.hero a:hover {
	border-bottom: none;
}
form#login-form {
	float:left;
	display:inline;
	width: 372px;
	margin-top: 2px;
}



form#login-form input {
	width: 150px;
}
form#login-form input[type="submit"] {
	width: 50px;
}

div.info-group h4, #right-column .widget h2, #sidebar h2.widgettitle,
#left-column .widget h2, .narrowcolumn h2.widgettitle {
border-bottom:1px solid #93278f
;
background: #fff;
color:#93278f;
height: auto;
padding: 0;
font-family:"Lucida Grande","Lucida Sans Unicode", verdana, arial, serif;
font-size:1.5em;
padding-bottom: 10px;
font-weight:normal;
margin-bottom:15px;
}	
#left-column .widget h2, .narrowcolumn h2.widgettitle {
	font-size: 1.5em;
	padding-bottom: 10px;
}

#sidebar div.widget h2.widgettitle {
font-size:1em;
padding-bottom: 0px;
padding-top: 10px;
}

div.widget #s {
	width: 195px;
}
/***** FOOTER *********/

#footer {
	background: transparent;
	padding: 15px 0 15px 0;
	text-align:left;
	margin-top: 30px;
	font-size: 0.8em;
	border-top: 1px solid #ffb1ff;
}

#optionsbar {
background: transparent none repeat scroll 0 0;
float:left;
position:relative;
width:200px;
}

#optionsbar img.avatar {
	margin: 0;
float:none;
}
#optionsbar ul#options-nav li a {
color:#555555;
display:block;
border-bottom: 1px dotted #ffb1ff;
font-size:1em;
padding:5px 0 7px 0;
text-align:left;
}

#optionsbar ul#options-nav li.current {
	background: #fff;
}

#optionsbar h3, .content-header {
	display: none;
}
form#front-search h2 {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #93278f;
color:#93278f;
font-family:"Lucida Grande","Lucida Sans Unicode", verdana, arial, serif;
font-size:1em;
font-weight:normal;
height:auto;
margin-bottom:15px;
font-size:1.5em;
padding-bottom:10px;
}

form#front-search div {
	float:left;
	display:inline;
	width: 100%;
	border-bottom: 1px solid #ffb1ff;
	padding-bottom: 10px;
	margin-bottom: 7px;
}

form#front-search label {
	float:left;
	display:inline;
	width: 48%;
font-weight:normal;
}

form#front-search select {
	width: 90%;
}

form#front-search input[type="image"] {
	margin-top: 5px;
	margin-left: 20px;
}

form#front-search button {
	float:left;
	display:inline;
	padding: 10px;
	background: #333;
	color: #fff;
	cursor: pointer;
	padding:6px 20px 7px;
	margin:6px 0 0 12px;
	border: none;
}
.main-column h1 a, #blog-info h1 a {
font-family:"Lucida Grande","Lucida Sans Unicode", verdana, arial, serif;	
color:#93278f;
}

.bp_core_widget_welcome h2 {
	border-bottom:1px solid #93278F;
	color:#93278F!important;
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,arial,serif;
	font-size:1.5em;
	font-weight:normal;
	height:auto;
	margin-bottom:15px;
	padding:0 0 10px;
	background: #fff !important;
}
h2.widgettitle {
font-weight:bold;
height:36px;
margin-bottom:5px;
padding:3px 8px;
}

.widget-error {
	display: none;
}