@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul {
	list-style: none;
}

.horizontal li {
	display: inline;
}

.bold {
	font-weight: bold;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
       color: #ffb224;
	text-decoration: none;
}

a:hover {
        color: #ffb224;
	text-decoration: underline;
}

.bulleted {
  list-style-type: circle;
  padding-bottom: 2em;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
}

.header {
	background-image: url(../images/header-bg.jpg);
	height: 159px;
	border-bottom: 4px solid #ffb224;
}

.header .logo {
	background-image: url(../images/logo.png);
	width: 371px;
	height: 61px;
	float: left;
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	cursor: pointer;
}

.header form.search {
	float: right;
	padding: 5px 10px 0 0;
}

.header form.search input {
	width: 112px;
	border: 1px solid #000000;
}

.header form.search .search {
	background: none;
	background-image: url(../images/search.png);
	border: none;
	width: 53px;
	height: 20px;
	cursor: pointer;
	outline: 0;
}

.header .nav {
	clear: both;
	padding: 61px 0 0 10px;
}

.header .nav ul li {
	float: left;
}

.header .nav ul li a {
	float: left;
	color: #FFFFFF;
	margin-right: 15px;
}

.header .nav ul li a.books {
	background-image: url(../images/books.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 18px;
}

.header .nav ul li a.books:hover, .header .nav ul li.selected a.books {
	background-image: url(../images/books-hover.png);
}

.header .nav ul li a.home {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 18px;
}

.header .nav ul li a.home:hover, .header .nav ul li.selected a.home {
	background-image: url(../images/home-hover.png);
}

.header .nav ul li a.resources {
	background-image: url(../images/resources.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 18px;
}

.header .nav ul li a.resources:hover, .header .nav ul li.selected a.resources {
	background-image: url(../images/resources-hover.png);
}

.header .nav ul li a.ideas {
	background-image: url(../images/ideas.png);
	background-repeat: no-repeat;
	width: 46px;
	height: 18px;
}

.header .nav ul li a.ideas:hover, .header .nav ul li.selected a.ideas {
	background-image: url(../images/ideas-hover.png);
}

.header .nav ul li a.blog {
	background-image: url(../images/blog.png);
	background-repeat: no-repeat;
	width: 39px;
	height: 18px;
}

.header .nav ul li a.blog:hover, .header .nav ul li.selected a.blog {
	background-image: url(../images/blog-hover.png);
}

.header .nav ul li a.contribute {
	background-image: url(../images/contribute.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 18px;
}

.header .nav ul li a.contribute:hover, .header .nav ul li.selected a.contribute {
	background-image: url(../images/contribute-hover.png);
}

.header .rss {	  
	  margin-right: 0.5em;
	  float: right;     
	  font-size: 130%; 
      font-weight: bold;
}

.header .rss a, 
.header .rss a:visited {
	color: #ffffff;
}

.header .rss a:hover {
	color: #ffffff;
	text-decoration: none;
}	

.rssList {
	font-size: 120%;
}

.rssList li img {
	padding-right: 0.5em;
}

.rssList li a {
	font-weight: bold;
}

.content {
	clear: both;
	overflow: hidden;
	color: #474747;
        margin-top: 1em;
}

.content .left {
	padding: 0 0 0 24px;
	float: left;
	width: 460px;
}

.content .left h1,
.content h1 {
	margin: 0 0 16px 0;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.content .left h2,
.content h2 {
	margin: 0 0 16px 0;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.content .left h3 {
	margin: 0 0 16px 0;
	font-family: tahoma;
	font-size: 14px;
	font-weight: 100;
	line-height: 16px;
}


p {
	padding-bottom: 10px;
}

.content .right {
	float: right;
	width: 240px;
	padding: 10px 14px 0 0;
}

.content .right h1 {
	font-family: tahoma;
	font-size: 18px;
	line-height: 20px;
	color: #ffb224;
	font-weight: bold;
	margin: 0;
}

.content .right p {
	padding-bottom: 30px;
}

.footer {
	border-top: 4px solid #ffb224;
	clear: both;
	margin-top: 10px;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	background-color: #686767;
	padding: 10px 0 8px 0;
	overflow: hidden;
}

.footer div {
	float: left;
	width: 25%;
}

.footer .first {
	width: 170px;
}

.footer .second {
	width: 245px;
}


.footer .third {
	width: 220px;
}

.footer .forth {
	width: 165px;
}

* html .footer .forth {
	width: 155px;
}

.footer h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.footer span {
	display: block;
	clear: both;
	text-align: center;
}

.footer a {
	text-align: center;
	color: #ffb224;
	font-family: tahoma;
	font-size: 14px;
	text-decoration: underline;
}

a.contact-us {
	background-image: url(../images/contact-us.png);
	width: 133px;
	height: 32px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

a.webpurity {
	background-image: url(../images/webpurity.png);
	width: 133px;
	height: 40px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

a.purecms {
	background-image: url(../images/purecms.png);
	width: 91px;
	height: 39px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

/* Resources Layout */

#resources {
	clear: both;
	margin-top: 1em;	
}

#resources .col1,
#resources .col2 {
	margin-bottom: 2em;
	width: 50%;
	float: left;
}

.resourceCategory {
	margin: 0.5em;
	padding: 0.5em;
	background-color: #FFD7C4;
	border: 1px solid #ffb224;
}

.resourceCategory h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333333;
}

.resourceCategory li {
	padding-left: 2em;
	padding-bottom: 0.5em;
}

.resourceLink, .resourceLink:hover {
	color: #333333;
	text-decoration: underline;
}

.resourceCategory .resourceLink {
	margin-right: 0.5em;
	font-weight: bold;
}

.resourceCategory .learn {
	background: url(../images/learn.png) no-repeat;
}

.resourceCategory .reference {
	background: url(../images/reference.png) no-repeat;
}

.resourceCategory .play {
	background: url(../images/play.png) no-repeat;
}

.resourceCategory .news {
	background: url(../images/news.png) no-repeat;
}

.resourceCategory .tool {
	background: url(../images/tool.png) no-repeat;
}

.resourceCategory .star {
	background: url(../images/star.png) no-repeat;
}

.resourceCategory .free {
	background: url(../images/free.png) no-repeat;
}

.resourcesFooter {
	clear: both;
	float: right;
	font-weight: bold;
	font-size: 80%;
}

#ideasPanel ul {
	padding-bottom: 1em;
}