/*  
Theme Name: bbPress
Theme URI: http://bbpress.org/
Description: bbPress.org theme.
Version: 1.0
Author: Matt Mullenweg
Author URI: http://photomatt.net/
*/

a:link, :visited {
	color: #000099;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C2C2C2;

}

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

body, html {
	background: #fff;
	color: #000;
	font-family: verdana, tahoma, arial, sans-serif; 
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

h1 {
	margin:0;
	padding:5px;
	color: #000;
	font-size: 2.2em;
	font-weight: normal;
	font-family: Georgia, Verdana, Arial serif;
}

h2 {
	font-weight: normal;
	font-size: 1.7em;
	font-family: Georgia, Verdana, Arial serif;
	margin-top: 20px;

}

h1 a:link, h1 a:visited {
	color: #64146B;
}


h2 a:link, h2 a:visited {
	color: #004D1A;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4, h5 { margin-bottom: .5em; }

img {
	border: none;
}

input, textarea {
	background: #fefefe;
	border: 1px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
}

label {
	cursor: pointer;
}

li {
	margin-bottom: 3px;
}

p, dl, textarea, li {
	line-height: 135%;
}

#content {
	float:right;
	width:590px;
	background: #fff;
}

#credit, th {
	font-size: 12px;
}

#bbfooter {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0;
	padding: 10px 0;
	text-align: left;
}

#bbfooter, #bbfooter :link, #bbfooter a:visited {
	color: #666;
}

h2#tag {
    position: absolute;
    font-style: italic;
    top: 27px;
    font-size: 20px;
    left: 50%;
    margin-left: 110px;
}

#head {
	margin: 0;
	padding: 10px 0 0 0;
}

#wrap {
	background: #fff;
	margin: auto;
	padding: 0;
	width: 800px;
}

#menu {
	border-bottom: 5px solid #e9e9e9;
	font-variant: small-caps;
	height: 23px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	
}

#menu #last a {
	border-right: none;
	font-weight: bold;
}

#menu a {
	border-right: 1px solid #ccc;
	color: #000;
	float: left;
	padding: 1px 10px;
	text-decoration: none;
}

#menu a:hover, #menu #current, #menu li.current_page_item a, #menu li.current_page_parent a {
	background: #e9e9e9;
	color: #333;
}

#menu li {
	display: inline;
	margin: 0;
	text-align: center;
}

#sidebar {
	border-top: 5px solid #e9e9e9;
	color: #e4e4e4;
	float: right;
	width: 200px;
	background: #eee;
}

#sidebar #submenu {
	list-style: none;
	margin: 0;
	padding: .5em 0;
}

#sidebar #submenu #subcurrent, #sidebar #submenu .current_page_item {
	background: #fff;
	color: #333;
	letter-spacing: 1px;
}

#sidebar #submenu a {
	color: #333;
	display: block;
	height: 25px;
	padding-left: 10px;
	text-decoration: none;
}

#sidebar #submenu a:hover {
	background: #e0e0e0;
}

#sidebar h2 {
	color: #fff;
	font-size: 23px;
	margin: 0 0 5px 0;
	padding-top: 3px;
	text-align: center;
}

#sidebar p {
	margin: 0;
	margin-left: 9px;
}

#sidebar p a {
	color: #fff;
}

#sidebar ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
}

.meta {
	font-size: 80%;
	margin-top: -1em;
}

.feedback {
	font-size: 80%;
	text-align: right;
	padding-bottom: 15px;
	border-bottom: 15px solid #eee;
}

#comment {
	width: 95%;
}

#lsidebar {
	padding: 1em;
}

#lsidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#lsidebar ul li {
	background: #eee;
	padding: 0 7px;
	margin-bottom: 5px;
}

#lsidebar ul ul li {
	background: #fff;
	font-size: 10px;
}

.submit {
	text-align: right;
}

#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#commentlist .pingback p, #commentlist .trackback p,
#commentlist .pingback p.cite span, #commentlist .trackback p.cite span {
	display: none;
}

#commentlist .pingback p.cite, #commentlist .trackback p.cite {
	display: block;
	background: #eee;
	padding: 4px 10px;
	font-size: 14px;
}

#commentlist .comment {
	padding: 0 10px;
}

#header {
/*	background: #FDED24 url(images/header.jpg) repeat-x; */
	text-align: center;
	width: 800px;
	height: 80px;
	margin-bottom: 20px;
}



#navigation {
	float:left;
	border-right: 1px solid #C2C2A3;
	margin-bottom: 30px;
}

#navigation a:link, #navigation a:visited {
	color: #000;
}

#extra {
	border-right: 1px solid #C2C2A3;
}

#extra a:link, #extra a:visited {
	color: #000;
}


#navigation {
	float:left;
	width:180px;
}

#navigation p {
	padding: 20px 0 0 10px;
}

#extra {
	float:left;
	clear:left;
	width:180px;
}


#extra p {
	padding: 20px 0 5px 10px;
}


li {
	padding-top:8px;
}

.sub {
	margin-left: 25px;
}

ul {
	padding-left: 35px;
	padding-top: 20px;
}