/* HTML Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Arial, Helvetica;
	background: #fff;
	color: #333;
}

p {
	margin: 8px 0;
	text-align: justify;
}

label {
	color: #3c57a7;
}

label em {
	color: #ff3300;
	font-family: verdana;
}

a:link, a:visited {
	color: #3c57a7;
	text-decoration: none;
}

a:hover, a:active {
	color: #3c57a7;
	text-decoration: underline;
}

a img {
	border: 0;
}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background: #ececec;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .08em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font: 1.0em Arial;
	line-height: 1.5em;
	margin: 10px 0px;
}

select {
	width: 150px;
}


/* Structure */


#page {
	width: 940px;
	margin: 0px auto;
	padding: 10px;
	background: #bad0e7;
	font-size: 0.7em;
}

.left {
	float: left;
}

.right {
	float: right;
}




/* Text*/

h1 {
	font: 3em Arial;
	font-weight: bold;
	letter-spacing: -0.06em;
}

h2 {
	font: 2em Georgia, "Times New Roman";
	color: #0072e4;
}

h3 {
	font: 1.4em Arial;
	margin-bottom: 3px;
	color: #3c57a7;
	font-weight: bold;
}

h4 {
	font: 1.1em Arial;
	margin-bottom: 3px;
	color: #3c57a7;
	font-weight: bold;
}

h3.cat_title, h3.cat_title a {
	color: #555;
}

h3#respond {
	margin-top: 0px;
	padding-top: 20px;
}

h3#comments {
	margin-top: 32px;
	padding-left: 0px;
}

h3.authors {
	margin-top:15px;
}


/* Index Page*/

#headline {
	width: 90%;
	float: left;
	background: #fff;
	padding: 10px;
	font-size: 1.05em;
	line-height: 1.5em;
	margin: 0;
}

#headline div.title {
	font-weight: bold;
	font: 2.4em Arial;
	color: #ff7f00;
	letter-spacing: -0.02em;
	display: block;
	padding-bottom: 5px;
}

#headline div.meta {
	display: block;
	padding-bottom: 2px;
}

#headline p {
	padding-bottom: 15px;
}


#headline a img, #featured a img {
	border: 1px solid #bbb;
	margin-top: 5px;
	margin-right: 10px;
}

.category {
	width: 164px;
	float: left;
	border-top: 8px solid #333;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	background: #fff;
}

.category p {
	margin: 0;
}



.category span.cat_title, #front-popular h3, #front-list .cat_title {
	text-transform: lowercase;
	margin: 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #555;
}



.category a {
	color: #333;
	display: block;
	background: none;
}

.category a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
}





.author {
	font-size: 0.8em;
	font-weight: bold;
}

.meta {
	margin-top: -5px;
	font-size: 0.9em;
	color: #333;
}

.meta a {
	color: #333;
}

#headline p, #featured p {
	margin: 0;
}


/* Content Page*/



.post {
	font-size: 1.05em;
	line-height: 1.75em;
}

.post p {
	margin-top: 0px;
}

.post .clearfloat {
	border-bottom: 1px dotted #333;
	margin: 10px 0px;
}

.post ul, .post ol {
	margin-bottom: 15px;
}




.post ul li {
	list-style: square;
	margin-left: 30px;
}

.post ol li {
	list-style: decimal;
	margin-left: 30px;
}

.post ol li ul li {
	list-style: square;
	margin-left: 20px;
}

.post img, .post a img, #front-list img {
	border: 0px;
	margin: 0 10px 5px 0;
}

.post .ads {
	margin-top: 10px;
}







/* Form Elements */

form {
	padding: 0;
	margin: 0;
}

select {
	border: 1px solid #333;
	width: 100%;
}

.button {
	padding: 1px;
	border: 1px solid #333;
	background: #fff;
	font-size: 1.0em;
}

.field {
	padding: 2px;
	border: 1px solid #333;
	background: #fff;
	font-size: 1.0em;
}






/* Comments*/

.commentlist cite {
	font-style: normal;
	margin-bottom: 4px;
	display: block
}	

.commentlist blockquote {
	background: #ededed;
}
			
.commentlist li {
	color: #4d4d4d;
	padding: 10px 14px 10px 14px;
	background: #f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style: none;
	margin-bottom: 3px;
}

.commentlist li li {
	background: none;
	border: none;
	list-style: square;
	margin: 3px 0 3px 20px;
	padding: 3px 0;
}

.commenttext {
	width: 502px;
	float: right;
}
		
.commentlist cite strong {
	font-size: 1.1em;
}
	
li.my_comment {
	background: #fff;
	border: none;
}

li.my_comment cite strong {
	font-size: 1.3em;
	color: #313228;
}
	

	
.commentmetadata {
	color: #4d4d4d;
	display: block;
	margin-top: 3px;
	text-align: right;
}

.commentmetadata a, .commentmetadata a:visited {
	color: #959382;
}
	
.commentlist small {
	background: #e9e9e9;
}

	

.comment {
	width: 95%;
	background: #f9f9f9;
	padding: 0px;
	border-bottom: 5px solid silver;
	margin: 5px;
}

.comment_head {
	background: #ff7f00;
	font-size: 0.9em;
	padding: 2px;
}

.comment_foot {
	text-align: right;
	padding-right: 2px;
	font-size: 0.9em;
	background: #f3f3f3;
}







/* Float Properties*/

.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfloat {
	display: inline-block;
}


/* Hides from IE-mac \*/
* html .clearfloat {
	height: 1%;
}

*+html .clearfloat {
	height: 1%;
}

.clearfloat {
	display: block;
}

ul {
	color: #ff7f00;
	list-style-type: square;
	text-indent: 0px;
}

table {
	border-collapse: collapse;
	margin: 6px;
}

thead th strong {
	color: #fff;
}

th {
	background: #ff7f00;
	height: 29px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #ff7f00;
	border-bottom: solid 2px #fff;
}

tr {
	height: 30px;
}

td {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #fff;
	border-bottom: solid 1px #fff;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #f8f8f8;
}

tr.row-b {
	background: #e8e8e8;
}


form label {
	display: block;
}

form input.text, form textarea, form select {
	width: 90%;
	border: 1px #9f9f9f solid;
	color: #666;
	padding: 2px 3px;
	font: bold 11px arial, verdana, helvetica;
	background-color: #f2f2f2;
}

form input.button {
	margin-top: 3px;
	margin-right: 6px;
	padding: 3px 4px;
	font: bold 11px arial, verdana, helvetica;
	background: #ff7f00;
	color: #fff;
	border: 1px #777 solid;
}

hr {
  border: 0;
  color: #e1e1e1;
  size: 0;
  width: 80%;
}





/* Messages */

.error_msg {
	font-size: 0.9em;
	color: #ff3300;
	padding: 4px;
}

.notification_msg {
	font-size: 0.9em;
	color: #12a203;
	padding: 4px;
}


/* Kiemelt */

.seeded {
	display: inline-block;
	background: #fbf9bf;
	padding: 8px;
	width: 30%;
	border-top: 5px solid #ff7f00;
	margin-bottom: 4px;
	color: #3c57a7;
	height: 100%;
}

#ideas ul li.tick {
	text-decoration: none;
	list-style: none;
	padding-left: 18px;
	background: url(../images/tick.png) no-repeat;
}


/* Rating */

.ratingblock {
	display: block;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

.loading {
	height: 18px;
	background: url(../images/working.gif) 50% 50% no-repeat;
}
	
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
	position: relative;
	background: url(../images/starrating.gif) top left repeat-x;		
}

.unit-rating li {
    text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}
	
.unit-rating li a {
	outline: none;
	display: block;
	width: 18px;
	height: 18px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.unit-rating li a:hover {
	background: url(../images/starrating.gif) left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit {left: 0px;}
.unit-rating a.r1-unit:hover {width:18px;}
.unit-rating a.r2-unit {left: 18px;}
.unit-rating a.r2-unit:hover {width: 36px;}
.unit-rating a.r3-unit {left: 36px;}
.unit-rating a.r3-unit:hover {width: 54px;}
.unit-rating a.r4-unit {left: 54px;}	
.unit-rating a.r4-unit:hover {width: 72px;}
.unit-rating a.r5-unit {left: 72px;}
.unit-rating a.r5-unit:hover {width: 90px;}
.unit-rating a.r6-unit {left: 90px;}
.unit-rating a.r6-unit:hover {width: 108px;}
.unit-rating a.r7-unit {left: 108px;}
.unit-rating a.r7-unit:hover {width: 126px;}
.unit-rating a.r8-unit {left: 126px;}
.unit-rating a.r8-unit:hover {width: 144px;}
.unit-rating a.r9-unit {left: 144px;}
.unit-rating a.r9-unit:hover {width: 162px;}
.unit-rating a.r10-unit {left: 162px;}
.unit-rating a.r10-unit:hover {width: 180px;}

.unit-rating li.current-rating {
	background: url(../images/starrating.gif) left bottom;
	position: absolute;
	height: 18px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.voted {
	font-size: 0.9em;
	color: #999;
}

.thanks {
	font-size: 0.9em;
	color: #36aa3d;
}

.static {
	font-size: 0.9em;
	color: #5d3126;
}


#featured, #login_form, #search, #navbar, #tagline, #logo, #head, #status_menu, #middle, #bottom, #front-list, #sidebar, #sidebar-middle, #sidebar-left, #sidebar-right, #sidebar-bottom, #front-popular, #recentpost, #mostcommented, #recent_comments, #footer, #imp {
	display: none;
	width: 0;
	height: 0;
}

#headline, #page, #top {
	display: block;
}
