body { 
	font-family: Georgia, serif; 
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #333333;
	background: #F9F2E7;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   font-family: Georgia, serif;
   padding: 5px;
   margin: 5px;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form { 
	margin: 0; 
	padding: 0;
	line-height: 140%;
}

body.mceContentBody p {
	padding-bottom: 10px;
}

h1 {
	font-size: 3em;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h1 span {
	font-size: 0.5em;
	margin: 0;
	padding: 0;
}

h1 span a {
	color: #00457B;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	border: none;
	margin-bottom: 5px;
}

p, li {
	font-size: 1.4em;
}

a { 
	text-decoration: none; 
	color: #00457B; 
}

a:hover { text-decoration: underline; }

h1 a {
	color: #333;
}

a img {border: 0;}

img.floater {
	float: right;
	margin-left: 5px;
	padding-left: 5px;
}

a.sexybutton {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    margin-bottom: 5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.sexybutton span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.sexybutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sexybutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.errorMsg {
	position: absolute;
	left: 31em;
	width: 15em;
	color: #FF0000;
	font-size: 0.8em;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.clear {margin: 0; padding: 0; clear: both;}

input {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	font: 1em Georgia, serif;
	color: #333;
}

select {
	margin: 10px 0;
	border: 1px solid #CCC;
}

textarea {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #CCC;
	font-family: Georgia, serif;
	font-size: 1em;
}

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background-color: #F2EFE9;
}

legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 2em;
	color: #333333;
	line-height: 1.8em;
}

fieldset label {
	float: left;
	width: 10em;
	margin: 5px;
	padding: 5px;
	text-align: right;
}

fieldset ol {
	padding: 3.5em 1em 0 1em;
	list-style: none;
}

fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color:  #FFFFFF;
	font-size: 1.2em;
}

fieldset input {
	padding: 3px;
}

fieldset textarea {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #999;
	background: #FFF;
	font: 1em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#wrapper { 
	width: 950px; 
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: #FFFFFF;
}

#header {
	float: left;
	margin-top: 10px;
}

#quote {
	float: left;
	width: 350px;
	margin: 20px;
}

#details {
	float: right;
	width: 250px;
	text-align: right;
	margin: 20px 0 20px 20px;
	padding: 10px;
	background: #e8e1d7;
}

#details img {
	float: right;
	margin: 0 0 0 10px;
}

#details p {
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#hidefbconnect {
	display: none;
}

#navigation {
	float: left;
}

#navigation ul {
	width: 950px;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation li a {
	width: 100px;
	margin: 0 2px;
	padding: 8px 5px 15px 5px;
	background: #e8e1d7;
	border: 2px solid #e8e1d7;
	font-size: 1.2em;
	color: #333333;
	text-decoration: none;
	height: 12px;
	display: block;
}

#navigation li a:hover {
	background: #FFFFFF;
}

#navigation li.signup {
	float: right;
}

#navigation li.signup a {
	background: #e2effe;
	border: 2px solid #e2effe;
}

#navigation li.signup a:hover {
	background: #FFFFFF;
}

div.home #navigation ul li.welcome a, div.write #navigation ul li.write a, div.read #navigation ul li.read a, div.discuss #navigation ul li.discuss a, div.publish #navigation ul li.publish a, div.shop #navigation ul li.shop a {
	background: #FFFFFF;
}

#maincontent {
	position: relative;
	z-index: 2;
	width: 101%;
	margin-top: -5px;
	margin-left: -10px;
	padding-left: 10px;
	background: #FFFFFF;
	border-top: 2px solid #514335;
}

#leftcontainer {
	float: left;
	width: 580px;
}

#leftcontentadmin {
	float: left;
	margin: 10px 5px 2px 5px;
	width: 570px;
}

#leftcontentadmin h2.home {
	font-size: 3em;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


#leftcontentadmin img.floater {
	background: #FFFFFF;
}

#leftcontentadmin p {
	padding-bottom: 10px;
}

#leftcontentadmin p span {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.smaller {
	font-size: 1.2em;
}

#leftcontentadmin p.commenttitle {
	padding-bottom: 0;
}

#leftcontentadmin p.commentuser {
	margin-top: 0;
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.commentuser strong {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.commentuser em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.commentuser b {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.commentuser i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.date {
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.date strong {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.date em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.date b {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.date i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontentadmin p.updatemessage {
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #629632;
}

#leftcontentadmin p.updateredmessage {
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}

#leftcontentadmin img.nomargin {
	float: right;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}


#leftcontentadmin form textarea {
	width: 550px;
}

#leftcontentadmin form.comment textarea {
	width: 350px;
}

#leftcontentadmin .catcontainer {
	float: left;
	width: 250px;
	padding: 0 0 5px 0;
	margin: 0 10px 5px 0;
	border-bottom: 1px solid #CCC;
}

#leftcontentadmin .catcontainer p {
	font-size: 1.2em;
}


#leftcontent {
	float: left;
	margin: 10px 5px 2px 5px;
	padding: 10px;
	width: 550px;
	background: #EFEBCE;
}

#leftcontent img.floater {
	background: #EFEBCE;
}

#leftcontent p {
	margin-top: 10px;
}

#leftcontent p.date {
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontent p.date strong {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontent p.date em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontent p.date b {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontent p.date i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.leftcontentsmall {
	float: left;
	margin: 10px 5px 2px 5px;
	padding: 10px;
	background: #e8e1d7;
	width: 260px;
}

.leftcontentsmall p.date {
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}

.leftcontentsmall p.date strong {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.leftcontentsmall p.date em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.leftcontentsmall p.date b {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.leftcontentsmall p.date i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#login p {
	font-size: 1.2em;
}

#login li {
	font-size: 1.2em;
}

#login label {
	font-size: 1.2em;
}

#login img {
	float: left;
	padding-top: 5px;
	margin-left: 0;
	padding-left: 0;
}

#mostrecentpopular {
	float: left;
	margin: 10px 5px 2px 5px;
	width: 570px;
}

#mrpheader {
	width: 100%;
	padding: 3px 0 5px 0;
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#mrpheader h3.mostrecent {
	float: left;
	width: 250px;
	margin-right: 10px;
	.font-size: 1.2em;
}

#mrpheader h3.mostpopular {
	float: left;
	width: 250px;
	margin-right: 10px;
	.font-size: 1.2em;
}

#mrpheader h3.more {
	.font-size: 1.2em;
}

#mostrecentpopularcontainer {
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 5px;
}

#mostrecentcontainer {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
}

#mostrecentcontainer p {
	margin-top: 10px;
	font-size: 1.2em;
}

#mostpopularcontainer {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
}

#mostpopularcontainer p {
	margin-top: 10px;
	font-size: 1.2em;
}

.firstrightcontainer {
	float: left;
	width: 185px;
	_width: 182px;
	overflow: hidden;
}

.firstrightcontent {
	margin: 10px 5px 2px 5px;
	padding: 10px;
	width: 155px;
	_width: 152px;
	background: #e8e1d7;
}

.firstrightcontent h2 img {
	margin-bottom: -3px;
}

.firstrightcontent p {
	margin-top: 10px;
	line-height: 120%;
}

.firstrightcontent p.date {
	margin: 0;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.firstrightcontent p.date strong, .firstrightcontent p.date em, .firstrightcontent p.date b, .firstrightcontent p.date i {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.firstrightcontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.firstrightcontent li {
	font-size: 1.4em;
	line-height: 120%;
	margin-bottom: 5px;
}

.firstrightcontent li.date {
	margin-bottom: 10px;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.firstrightcontent li.date strong, .firstrightcontent li.date em, .firstrightcontent li.date b, .firstrightcontent li.date i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontainer {
	float: left;
	width: 185px;
	_width: 182px;
}

.secondrightcontent {
	margin: 10px 0 2px 5px;
	padding: 10px;
	width: 155px;
	_width: 152px;
	background: #f2f2f2;
}

.secondrightcontent p {
	margin-top: 10px;
}

.secondrightcontent p.date {
	margin: 0;
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontent p.date strong {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontent p.date em {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontent p.date b {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontent p.date i {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.secondrightcontent li {
	font-size: 1.4em;
	line-height: 110%;
	margin-bottom: 5px;
}

.secondrightcontent li.date {
	margin-bottom: 10px;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontent li.date strong, .secondrightcontent li.date em, .secondrightcontent li.date b, .secondrightcontent li.date i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontentalt {
	margin: 10px 0 2px 5px;
	padding: 10px;
	width: 155px;
	_width: 152px;
}

.secondrightcontentalt p {
	margin-top: 10px;
}

.secondrightcontentalt p.date {
	margin: 0;
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontentalt p.date strong {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontentalt p.date em {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontentalt p.date b {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontentalt p.date i {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontentalt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.secondrightcontentalt li {
	font-size: 1.4em;
	line-height: 110%;
	margin-bottom: 5px;
}

.secondrightcontentalt li.date {
	margin-bottom: 10px;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.secondrightcontentalt li.date strong, .secondrightcontentalt li.date em, .secondrightcontentalt li.date b, .secondrightcontentalt li.date i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}



#footer {
	width: 940px;
	margin: 10px 0 0 5px;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #666666;
}

#footer ul {
	list-style: none;
	margin-left: 180px;
	padding-bottom: 30px;
}

#footer li {
	float: left;
	height: 20px;
	margin: 0 5px;
	line-height: 120%;
}

#commentsavatar {
	float: left;
}

/* Comments */

.comment {
margin: 0 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #CCCCCC;
}

.commentimg {
	float: left;
	width: 50px;
	margin: 0 10px 0 0;
}

.commentauthor {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
}

.commentauthor p.name {
	font: 1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentauthor p.time {
	font: 0.9em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

.commentcontent {
	font: 0.9em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 350px;
}

/* Wordpress Stats Remove Smiley Face In The Footer */

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}