body {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#fff;
	
	margin:0;
	padding:0;
	background:#393542 url(/img/bkgd.jpg) repeat-x;
}

::-moz-selection { background: #c02942; color: #fff; text-shadow: none; }
::selection { background: #c02942; color: #fff; text-shadow: none; }


/* Links and Text */
a {
	color:#fff;
	text-decoration:none;
}
a:hover {

}
a img {
	border:none;	
}
h1 {
	font-weight:normal;
}
.required {
	color:#c02942;
}


/* Forms */
form.normal input, 
form.normal textarea {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:100%;
	width:300px;
}
form.normal label {
	display:inline-block;
	width:90px;
	padding-right:5px;
	text-align:right;
	vertical-align:top;
}
ul.alerts {
	margin:10px 0;
	padding:0 0 0 1.7em;
	color:#c02942;
}


/* Header */
#header {
	width:986px;
	margin:0 auto;
}
#header div {
	float:left;
}
#header #logo {
	width:206px;
	margin-right:10px;
}
#header #form {
	width:770px;
	padding-top:36px;
}
#header #form form {
	margin:0;
	padding:0;
}

#header #form #p-input-c {
	width:433px;
	margin-right:5px;
}
#header #form #p-input {
	width:433px;
	padding:0 0 2px 0;
	margin-right:0;
	position:relative;
	background:url(/img/input_bkgd_bottom.jpg) 1px bottom no-repeat;
}

#p-input textarea {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	width:344px;
	height:27px;
	border:none;
	padding:8px 75px 8px 15px;
	background:none;
	float:left;
	overflow:hidden;
	font-size:1.4em;
	color:#fff;
	background:url(/img/input_bkgd_top.jpg) top repeat-y;
	vertical-align: top; 
	resize:vertical;
}

#header #form #p-input #p-counter {
	width:50px;
	padding-top:5px;
	position:absolute;
	top:10px;
	right:6px;
	text-align:center;
	font-weight:bold;
	color:#393542;
}

#header #form div.label {
	width:410px;
	padding:3px 0 0 17px;
	font-size:.7em;
	font-weight:bold;
}
#header #form #p-category {
	width:175px;
	margin-right:10px;
	background:url(/img/select_bkgd.jpg) no-repeat;
	position:relative;
	z-index:50;
	font-size:1.4em;
}
#header #form #p-category a#p-cur_category {
	display:block;
	width:160px;
	height:31px;
	padding:8px 0 8px 15px;
	color:#fff;
}
#header #form #p-category #p-categories {
	display:none;
	width:175px;
	background-color:#a6a4a9;
	position:absolute;
	top:47px;
	left:0;
}
#header #form #p-category #p-categories ul {
	list-style:none;
	width:175px;
	margin:0;
	padding:0;
}
#header #form #p-category #p-categories ul li {
	display:block;
	width:175px;
	padding:0;
	margin:0 0 1px 0;
}
#header #form #p-category #p-categories ul li:last-child {
	margin-bottom:0;
}
#header #form #p-category #p-categories ul li a {
	display:block;
	width:148px;
	padding:4px 10px;
	margin:0;
	border-left:7px solid;
	background-color:#c6c3cb;
	font-size:.6em;
	color:#393542;
}
#header #form #p-category #p-categories ul li a:hover {
	background-color:#b5b2b9;
}
#header #form #p-category div.label {
	padding:4px 0 0 16px;
	font-size:.5em;
	font-weight:bold;
}
#header #form button {
	border:none;
	padding:8px 12px 8px 0;
	background:url(/img/arrow_right.gif) right no-repeat;
	float:left;
	font-size:1.4em;
	font-weight:normal;
	color:#fff;
	cursor:pointer;
}
#header #countdown {
	display:none;
	width:750px;
	padding:50px 0 0 20px;
	color:#675e7d;
}
#header #countdown span {
	font-weight:bold;
	color:#fff;
}
#header div.right {
	width:770px;
	padding-top:36px;
}
#header div.right a#back_home {
	width:145px;
	height:39px;
	background:url(/img/btn_back_home.jpg) no-repeat;
	float:right;
	text-indent:-999px;
	overflow:hidden;
}
#header div.right a#back_home:hover {
	background-position:0 bottom;
}


/* Viewing Label Bar */
#viewing_bar {
	width:100%;
	float:left;	
}
#viewing_bar div.content {
	width:576px;
	margin:0 auto;
	padding:10px 324px 10px 0;
	color:#2e2a35;
	font-size:1.4em;
	font-weight:bold;
}
#viewing_bar div.content.alert {
	color:#675e7d;	
}
#viewing_bar div.content a.rss_link {
	width:28px;
	height:28px;
	overflow:hidden;
	text-indent:-999px;
	display:block;
	float:right;
	background:url(/img/feed-icon-28x28.jpg) no-repeat;
}
#viewing_bar div.content a.rss_link:focus {
    outline:none;
}
#viewing_bar div.content a.rss_link:hover {
	background-position:bottom;
}


/* Posts */
#posts {
	width:100%;
	min-height:550px;
	height:auto;
	float:left;
	padding-bottom:30px;
}
* html #posts {
	height:500px;
}
#posts div.post, 
#posts div.row {
	width:100%;
	float:left;
	padding:5px 0;
	margin-bottom:3px;
	background-color:#413d4a;
}
#posts div.post.odd {
	background-color:#3d3946;
}
#posts div.row {
	background:none;
}
#posts div.content {
	width:900px;
	border-left:0 solid;
	margin:0 auto;
}
#posts div.content div.main {
	width:520px;
	padding:5px 0;
	float:left;
}
#posts div.content div.main .post {
	font-size:1.2em;
}
#posts div.content .post.alert {
	color:#c02942;
}
#posts div.content div.dot {
	float:left;
	width:8px;
	height:8px;
	margin:9px 5px 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#posts div.content .info {
	font-size:.7em;	
}
#posts div.content ul.options {
	list-style:none;
	display:block;
	float:left;
	width:80px;
	padding:0 0 0 30px;
	margin:0 270px 0 0;
}
#posts div.content ul.options a {
	display:inline-block;
	width:16px;
	height:16px;
	padding:3px;
	color:#fff;
	font-size:.7em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#posts div.content ul.options a.like:hover, 
#posts div.content ul.options a.flag:hover, 
#posts div.content ul.options a.comment:hover {
	background-color:#393542;
}
#posts div.content ul.options a.like:focus, 
#posts div.content ul.options a.flag:focus, 
#posts div.content ul.options a.comment:focus {
	outline:none;
}
#posts div.content ul.options .likes,
#posts div.content ul.options .comments {
	font-size:.7em;
	vertical-align:3px;
	padding-left:2px;
}
#posts div.content a.view_previous {
	display:inline-block;
	padding:5px 10px;
	background-color:#2E2A35;
	font-size:.85em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#posts div.content a.view_previous:hover {
	background-color:#413d4a;
}


/* Base Container */
#base {
	width:900px;
	margin:0 auto;
	position:relative;
	clear:left;
}


/* Main (Inner) Container */
#main {
	width:900px;
	margin:0 auto;
	font-size:.85em;
	line-height:1.6em;
	clear:left;

}
#main div {
	float:left;
}
#main div.content {
	width:600px;
	min-height:500px;
	height:auto;
	padding-right:300px;
	background:url(/img/logo_large.gif) right top no-repeat;
	padding-bottom:20px;
}
* html #main div.content {
	height:500px;
}
#main div.content a {
	text-decoration:underline;	
}


/* Side Column */
#column {
	width:200px;
	position:absolute;
	top:20px;
	right:20px;
}
#column div.box {
	width:200px;
	background-color:#a6a4a9;
	padding:10px 0;
	margin-bottom:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#column div.box div.head {
	width:180px;
	padding:8px 20px 1px 20px;
	margin-bottom:10px;
	position:relative;
	top:0;
	left:-10px;
	background-color:#776a94;
}
#column div.box div.categories ul {
	list-style:none;
	margin:0;
	padding:0;
}
#column div.box div.categories ul li {
	display:block;
	margin-bottom:2px
}
#column div.box div.categories ul li a {
	display:block;
	border-left:8px solid #c6c3cb;
	background-color:#b5b2b9;
	padding:4px 10px 4px 15px;
	color:#393542;
	font-size:.85em;
}
#column div.box div.categories ul li a:hover, 
#column div.box div.categories ul li.cur a {
	background-color:#c6c3cb;
}
#column div.box div.suggest {
	width:160px;
	padding:4px 15px 0 25px;
	font-size:.725em;
}
#column div.box div.suggest a {
	color:#393542;
	font-style:italic;
}
#column div.box div.suggest a:hover {
	color:#fff;
}
#column div.box div.keywords {
	padding:0 20px 10px 20px;
	color:#393542;
	font-size:.85em;
	line-height:1.5em;
}
#column div.box div.keywords a {
	color:#393542;
}
#column div.box div.keywords a:hover {
	color:#675e7d;
}


/* Feedback */
#tab_feedback {
	position:fixed;
	right:-15px;
	top:150px;
}
#tab_feedback a {
	display:block;
	width:51px;
	height:96px;
	position:relative;
	background:url(/img/tab_feedback.png) no-repeat;
}
#tab_feedback a:hover {
	left:-10px;
}


/* Footer */
#footer {
	width:100%;
	float:left;
	padding:22px 0 0 0;
	background:#5f5574 url(/img/footer_bkgd.jpg) repeat-x;
}
#footer div.container {
	width:900px;
	margin:0 auto;
}
#footer div.container div.a {
	width:220px;
	float:left;
	font-size:.7em;
}
#footer div.container div.a img.logo {
	position:relative;
	left:-29px;
}
#footer div.container div.b {
	width:680px;
	padding-top:39px;
	float:left;
}
#footer div.container div.b ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer div.container div.b ul li {
	display:block;
	float:left;
	font-size:.75em;
	padding-left:24px;
	margin-right:25px;
	background:url(/img/bullet_footer.gif) no-repeat;
}
#footer div.container div.b ul li a {
	color:#fff;
}
#footer div.container div.b ul li a:hover {
	color:#393542;
}
#footer div.bottom {
	width:100%;
	float:left;
	height:20px;
	margin-top:22px;
	background:#393542 url(/img/footer_bottom.jpg) repeat-x;
}

#fb_like {
	width:515px;
	float:left;
	margin-top:15px;
	padding:5px;
	background-color:#675e7d;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
