body, h1, h2, h3, h4, h5, h6, img, input, form, fieldset {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
* {
	outline: 0;
}
body {
	font-family: "Droid Sans", Arial, serif;
	font-size: 13px;
	color: #000;
	background-color: #d5d3be;
	background-color: #333A42;

}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
	color: #008fbb; /*#07637a;*/
}
h3 {
	margin: 13px 0;
	font-size: 18px;
	font-weight: normal;
}

/* content */

.content {
	/*width: 940px;*/
	margin: 0 auto;
}


/* header */

#header-wrapper {
	height: 40px;
	min-width: 960px;
	background-color: #111;
	background-image: -moz-linear-gradient(top, #333333, #111111); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333333),color-stop(1, #111111)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#333333, #111111); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #333333, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111'); /* IE6–IE9 */
}
#header {
	
}
#header > ul > li > a {
	/*color: #ababab;*/
	font-size: 15px;
	margin-left: 5px;
	line-height: 40px;
	display: block;
	float: left;
	padding: 0 10px;
}
#header > ul > li:hover > a {
	color: #fff;
}
#header > ul > li > a.current {
	background-color: #000;
	color: #fbfbfb;
}
#header h1 {
	float: left;
	overflow: hidden;
}
#header a.logo, h1 a.logo {
	color: #fff;
	display: block;

	/*
	float: left;
	line-height: 40px;
	font-size: 26px;
	font-weight: bold;
	padding-left: 35px;
	background: transparent url('/img/logos/logo-small-2.png') no-repeat 1px 0;
	margin-left: 0;
	*/

	background: none;
	font:'Open Sans', Arial,sans-serif; 
	font-size: 32px; 
	margin: -1px 0px 0px 0px; 
	font-style: italic; 
}
#header .main-pages {
	margin-left: 10px;
	float: left;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 900;
}
#header ul li {
	position: relative;
	float: left;
}
#header .user {
	float: right;
	z-index: 100;
}
#header .main-pages li ul {
	width: auto;
	left: 5px;
	padding-bottom: 5px;
}
#header .main-pages li ul li {
	display: block;
	float: none;
}
#header .main-pages li ul li a {
	display: block;
	padding: 0 10px 5px 10px;
	font-size: 13px;
	text-align: left;
	color: #fff;
}
 #header .main-pages li ul li a:hover {
	/*text-decoration: underline;*/
	color: #D1E751;
}

#header-join a {
	background-color: #D1E751;
	color: #000 !important;

/*
	font-family: "Droid Sans", Arial, serif;
	color:#000;
	font-size:16px;
	background-color: #D1E751;
	line-height: 25px !important;
	padding: 3px 8px 3px 8px;
	margin: 0;
*/

	line-height: 25px !important;
	margin-top: 7px;


    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    behavior: url(PIE.html);

	font-weight: bold !important;

}
#header-join a:hover {
	color: #fff !important;
    background-color: #008fbb;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
#header-signin {
	color: #fff !important;
}

/* below header */

#below-header-wrapper {
	height: 40px;
	min-width: 960px;
	background-color: #008fbb;
	background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4DBCE9),color-stop(1, #008fbb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #4DBCE9, #008fbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6–IE9 */
}
#below-header {
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	height: 30px;
}
#below-header .subtitle {
	float: left;
}
#below-header img.avatar {
	float: left;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
}
#below-header h2 {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	max-width: 640px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#below-header .other {
	float: left;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
}
#below-header a {
	color: #fff;
}
#below-header .search {
	padding-top: 1px;
	position: absolute;
	right: 0;
}
#below-header .search form {
	position: relative;
}
#search-q {
	padding: 4px 25px 5px 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 13px;
	color: #07637a;
	width: 268px;
	border: solid 1px #fff; /*#d5d3be;*/
}
#search-q:focus {
	/*border-color: #999;*/
}
#search-button {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url(../img/icon-search.png) no-repeat;
	width: 13px;
	height: 14px;
	margin: 7px 6px 0 0;
	border: none;
	box-shadow: none;
}
#search-button:hover {
	background-position: 0px -13px;
}
#search-button:focus {
	background-position: 0px 0px;
}



/* footer */

#footer-wrapper {
	padding-bottom: 20px;
	min-width: 960px;
}
.footer {
	overflow: hidden;
	font-size: 12px;
	color: #888;
	padding: 20px 0 0 0;
	text-align: center;
}
.footer a {
	color: #666;
	font-weight: bold;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
.footer span {
	padding: 0 5px;
}



.fuzzy-edge-top {
    background: url("../img/fuzzy-edge2.png") repeat-x scroll 0px 0px rgb(51, 58, 66);
    height: 20px;
    position: relative;
    z-index: 20;
}
.fuzzy-edge-bottom {
    background: url("../img/fuzzy-edge3.png") repeat-x scroll 0px 0px rgb(51, 58, 66);
    height: 20px;
    position: relative;
    z-index: 20;
}
	
