/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(http://moliuiq.com/images/img01.gif) repeat-x;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input,textarea {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1,h2,h3 {
	margin: 0px;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
}

p,ul,ol { /*margin-bottom: 1.6em;
	line-height: 180%;*/
	
}

p {
	
}

blockquote {
	font-style: italic;
}

ul {
	padding: 0px;
}

ol {
	
}

a {
	text-decoration: none;
	color: #356AA0;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

small {
	
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */
#header {
	padding: 0px 30px 0px 50px;
	margin: 0 auto;
	height: 231px;
}

#header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	background: url(http://moliuiq.com/images/img02.jpg) no-repeat right top
		;
	/*	text-transform: lowercase;*/
	letter-spacing: -3px;
	font-size: 4.4em;
}

#header h1 a:hover {
	text-decoration: none;
	color: #356AA0;
}

#header h1 span {
	color: #CC0000;
}

#header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

#header h2 a {
	color: #333333;
}

/* Search */
#search {
	float: right;
	width: 490px;
	padding: 10px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 200px;
}

#searchsubmit {
	width: 80px;
}

/* Page */
#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */
#content {
	float: right;
	width: 650px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 300px;
}

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

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-bottom: 10px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #CC0000;
}

#sidebar a {
	border: none;
}

/* Footer */
#footer {
	clear: both;
	padding: 30px 0;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}

/* main */
#main {
	float: left;
	width: 800px;
	border: 1px solid #eeeeee;
	margin: 0 0 0px 10px;
	padding: 0px 20px 20px 20px;
}

.post {
	padding: 10px 10px 0px 10px;
	margin: 0;
	background: #FFF url(http://moliuiq.com/images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}

.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}

.post .post-footer .comments {
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

#HeaderLinks a {
	float: left;
	padding: 25px 10px 0px 0px;
	font-size: 20px;
}

#RightPanel {
	margin-left: 40px;
	border: 1px solid #EEEDED;
	float: left;
	padding: 0px 0px 0px 0px;
	height: 650px;
}

.post-question {
	text-align: left;
	font-size: 15px;
}

/* tabs*/ /*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
.shadetabs { /* border-bottom: 1px solid gray;*/
	/* width: 90%; width of menu. Uncomment to change to a specific width 
margin-bottom: 1em;*/
	margin: 0 0 0px 10px;
}

.shadetabs ul {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #EEEDED;
	border-bottom: none;
	color: #2d2b2b;
	background: white url(http://moliuiq.com/images/shade.gif) top left
		repeat-x;
	font-size: 15px;
}

.shadetabs li a:visited {
	color: #2d2b2b;
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected {
	position: relative;
	top: 1px;
}

.shadetabs li.selected a { /*selected main tab style */
	background-image: url(http://moliuiq.com/images/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

/* pager code begins */
.pager {
	padding-left: 7px;
	margin-top: 10px;
}

ul.pagerlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

.pagerlist li {
	display: inline;
	list-style-type: none;
	padding: 2px;
}

.pagerlist a {
	padding: 1px 4px;
}

.pagerlist a:link,.pagerlist a:visited {
	color: #356AA0;
	background-color: #fff;
	text-decoration: none;
	border: solid 1px #777;
}

.pagerlist a:hover {
	color: #356AA0;
	text-decoration: none;
	border: solid 1px #cc0000;
	background: url(../images/button-grad.2.gif) repeat-x;
}

.pageractive {
	padding: 1px 4px;
	color: #356AA0;
	background: url(../images/button-grad.2.gif) repeat-x;
	text-decoration: none;
	border: solid 1px #777;
}

#currentpagesel {
	background: transparent url(../images/button-grad.2.gif) repeat-x scroll
		0 0;
	border: 1px solid #CC0000;
	color: #356AA0;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 4px;
}

/* pager code ends */ /* COMMENTS LIST */
ul.commentslist {
	list-style: none;
}

ul.commentslist li {
	font-size: 14px;
	background-color: #FFF;
	/*padding: 5px 5px 20px 5px;
	margin-bottom: 2px;*/
	height: 100%;
	display: inline-table;
	width: 100%;
}

ul.commentslist li a {
	color: #444;
	background-color: inherit;
	font-size: 90%;
	font-weight: normal;
}

ul.commentslist li a:hover {
	text-decoration: underline;
	background-color: inherit;
}

li.commentslist-head {
	font-weight: bold;
	color: #444;
	font-size: 135% !important;
	letter-spacing: 0.1em;
	background-color: #e2e9f0 !important;
}

li.commentslist-button {
	background-color: #f9f9f9 !important;
}

.commentavatar img {
	float: left;
	border: solid 1px #aaa;
	width: 40px;
	height: 40px;
	margin: 6px;
}

.commentdate {
	color: #999;
	font-size: 11px;
}

div.userdate {
	text-align: right;
	padding-right: 480px;
	padding-top: 5px;
}

div.commentbody {
	width: 460px;
	float: right;
	padding-top: 5px;
	font-size: 13px;
	height: 100%;
}

.commentinput {
	float: right;
	width: 560px;
	margin: 1px 0px 0px 0px;
	padding: 10px;
	color: inherit;
}

.commentinput h2 {
	font-weight: normal;
	font-size: 160% !important;
	color: #000 !important;
}

#previous_link {
	float: left;
}

#next_link {
	float: right;
}

#random_link {
	float: left;
	padding-left: 300px;
}

.error {
	padding-left: 300px; color : red;
	text-align: left;
	color: red;
}

.footerlinks {
	margin-top: 20px;
	margin-bottom:20px;
	padding-top: 5px;
	border-top: 1px solid #356AA0;
	width: 80%
}