/* Defaults */

body {
	margin: 10px 0px;
	color: #000000;
	font: 15px Georgia, "Times New Roman", Times, serif;
	background: url(images/bg.jpg) repeat fixed;
}
input, textarea, select {
	padding: 3px;
	font: 17px/19px Georgia, "Times New Roman", Times, serif;
	background-color: #f5f3f7;
	border-style: hidden;
}
input.submit {
	font-size: 14px;
    padding: 0px 10px;
	cursor: pointer;
    overflow: visible;
	width: 0;  /* IE table-cell margin fix */
}
input.submit[class] {  /* IE ignores [class] */
	width: auto;  /* cancel margin fix for other browsers */
}
label {
	cursor: pointer;
}
form {
	margin: 0px;
}
img {
	border: 0px;
	/*display: block;*/
}	
fieldset {
	display: none;
}
p {
	margin: 10px;
}
a {
	color: #424242;
	text-decoration: underline;
}
a:hover {
	color: #CA0002;
	text-decoration: none;
}
hr {
	border: 1px dashed #CCCCCC;
}
h1 {
	font-size: 30px;
	margin: 0;
	color: #222;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	margin: 15px;
}
h2 {
	font-size: 17px;
	margin: 10px;
}
table {
	width: 100%;
}
td, th {
	vertical-align: top;
	overflow: auto;
}


/* Structure */

#container {
	width: 756px;
	margin: 0px auto;
	background: transparent;
}
#header {
	width: 756px;
	height: 180px;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	background: transparent url(./images/logo.png) no-repeat;
}
#header  a {
	width: 100%;
	height: 100%;
	display: block;
}
#navigation {
	clear: both;
	height: 45px;
	line-height: 32px;
	background-color: #ff7100;
}
#navigation ul, li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	float: left;
	width: 250px;
	text-align: center;
	text-decoration: none;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #fffeff;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
#navigation #active {
}
#main {
	clear: both;
	background-color: white;
	padding-bottom: 10px;
}
#copyright {
	font-size: 14px;
	color: #555555;
	text-align: center;
	width: 756px;
	float: none;
	display: inline;
	background-color: white;
}
#copyright p {
	margin: 10px;
	text-align: center;
}
#copyright a {
	color: white;
	background-color: #ff7100;
}
#admin {
	background: #D26900;
	padding: 2px;
}
#admin a {
	display: block;
	color: #FFFFFF;
	text-align: center;
}

#toolbar {
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}
/*
#toolbar p {
	margin: 0px 10px;
	height: 40px;
	line-height: 40px;
}
*/
#toolbar input {
	font-size: 13px;
}
#options {
	width: 400px;
	float: left;
	text-align: left;
}
#options #selected {
	font-weight: bold;
}
#search {
	width: 350px;
	float: right;
	text-align: right;
}
.idea {
	margin: 15px 15px 15px;
}
#idea {
	margin: 15px;
}
.idea_rate {
	float: left;
	width: 75px;
	margin-right: 15px;
	padding: 5px 0px;
	font-size: 15px;
}
.idea_rate a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #b51f76;
	text-decoration: none;
	font-style: normal;
	color: #fffeff;
	font-size: 23px;
	border-bottom: 3px dotted #ff7100;
	border-top: 3px dotted #ff7100;
}
.idea_body {
	float: left;
	width: 636px;
}
.idea_body h1 {
	margin: 0px;
}
.rating {
	background: #ff7100;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 1px 0px;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	font-size: 35px;
}
.voted {
	font-weight: bold;
	cursor: auto;
}
.details {
	margin: 10px 0px;
	padding-bottom: 5px;
	font-size: 14px;
	font-style: italic;
	color: #555555;
}
.text {
	margin: 0px;
	line-height: 22px;
	font-size: 16px;
	color: #424242;
}
.comments {
	margin: 0px;
	padding-top: 5px;
}

#comments {
	margin: 0px 15px 0px 100px;
}
#comments div {
	margin: 10px;
	padding: 10px;
	border-bottom: 3px dotted #ff7100;
}
#comments p {
	margin: 0px;
	line-height: 19px;
}

#reply {
	margin: 0px 15px 0px 100px;
}

#pages {
	margin: 10px 10px 10px 100px;
	padding-top: 10px;
	font-size: 18px;
	border-top: 1px solid #CCCCCC;
	background-color: white;
}
#pages a {
	margin: 0px 2px;
	padding: 2px 5px;
	background: #ff7100;
	font-style: normal;
	font-size: 30px;
	color: white;
}
#pages #current_page {
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-size: 40px;
}

.clear {
	clear: both;
	font-size: 0px;
}

textarea.big {
	width: 600px;
	height: 200px;
}
textarea.medium {
	width: 600px;
	height: 150px;
}
input.big {
	width: 600px;
}
input.small {
	width: 170px;
	margin-right: 5px;
}
input.error, textarea.error, select.error {
	border: 1px solid red;
}

span.author {
	font-weight: bold;
}

.hidden {
	color: #999999;
}
.hidden a {
	color: #999999;
}
.hidden h1 {
	color: #999999;
}

.editable {
	display: inline;
	cursor: pointer;
}

.comment_body {
	overflow: auto;
}

.label {
	/*font-weight: bold;*/
}

a.hide {
	display: none;
}

#search_results {
	margin: 10px;
}

.votes {
	color: #555555;
	font-size: 15px;
	text-align: center;
}

#copy-author {
	display: none;
}

#post {
	margin: 10px;
}

#about {
	margin: 10px;
}

#about li {
	display: block;
}