* {
	margin: 0;
	padding: 0;
}
body {
	background: #323432;
	color: #fff;
	font-family: verdana;
	height: 100%;
}
ul {
	list-style: none;
}
.dark_trans {
	background: url('../images/transparent_dark.png') repeat;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	height: 35px;
	width: 96%;
	padding: 0 2% 0 2%;
	position: fixed;
	color: #747574;
	line-height: 35px;
	font-size: .85em;
	z-index: 7000;
}
#header a {
	color: #747574;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
}
#header span {
	float: right;
	margin-right: 15px;
}
#header #loader {
	background: url(../images/loader.gif) no-repeat;
	width: 16px;
	height: 16px;
	margin: 9px 0 0 15px;
	float: left;
	display: none;
}
/* Board */
#board_container {
	padding-top: 45px;
	width: 95%;
	min-width: 840px;
	margin: auto;
	margin-bottom: 85px;
}
.idea_container {
	float: left;
	background: url(../images/idea_bg.png) repeat;
	width: 30%;
	padding: 8px;
	margin: 0 0 15px 1%;
}
.idea_container .idea {
	background: url(../images/idea_text_bg.png) repeat;
	padding: 8px;
	font-size: .8em;
	clear: both;
	min-height: 35px;
	overflow: hidden;
}
.idea_container .functions {
	
}
.idea_container ul {
	float: right;
	margin-bottom: 5px;
}
.idea_container li {
	float: right;
}
.idea_container span {
	display: none;
}
.trashcan a {
	background: url(../images/trashcan_icn.png) top no-repeat;
	width: 11px;
	height: 15px;
	margin: 0 0 0 5px;
	display: block;
}
.trashcan a:hover {
	background: url(../images/trashcan_icn.png) bottom no-repeat;
}
.favorite a {
	background: url(../images/heart_icn.png) top no-repeat;
	width: 13px;
	height: 12px;
	margin: 1px 0 0 5px;
	display: block;
}
.favorite a:hover {
	background: url(../images/heart_icn.png) bottom no-repeat;
}
.edit_idea a {
	background: url(../images/edit_icn.png) top no-repeat;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	display: block;
}
.edit_idea a:hover {background: url(../images/edit_icn.png) bottom no-repeat;}
.edit_idea_selected a {
	background: url(../images/edit_icn.png) bottom no-repeat;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	display: block;
}
.favorite_yes a {
	background: url(../images/heart_icn.png) bottom no-repeat;
	width: 13px;
	height: 12px;
	margin: 1px 0 0 5px;
	display: block;
}
/* Add */
#add_container {
	min-width: 840px;
	position:fixed;
	z-index:99;
	bottom:0;
	right:0;
	height: 85px;
	width:100%;
}
#add_container #form_container {
	margin: auto;
	margin-top: 10px;
	width: 840px;
	
}
#add_container #form_container input {
	border: none;
	float: right;
	background: url(../images/input_bg.png) repeat;
	color: #fff;
	height: 69px;
	padding: 15px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  	cursor: pointer;
  	border: 1px solid #000;
}
#add_container #form_container input:focus {
	border: 1px solid #fff;
}
#add_container #form_container textarea {
	float: left;
	background: url(../images/input_bg.png) repeat;
	width: 756px;
	border: none;
	color: #fff;
	padding: 8px;
	height: 51px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000;
}
#add_container #form_container textarea:focus {
	border: 1px solid #fff;
}
.clear {
	clear: both;
}
/* Board List/Dashboard */
#board_list li {
	padding: 7px;
	background: url(../images/idea_bg.png) repeat;	
	width: 99%;
	float: left;
	color: #747574;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#board_list li span {
	float: right;
	text-align: center;
	font-size: .9em;
	margin-right: 15px;
}
#board_list li h1 {
	float: left;
	font-size: 1.5em;
	line-height: 43px;
	margin-left: 15px;
}
#board_list li a {
	color: #747574;
	text-decoration: none;
}
#board_list li a:hover {
	color: #fff;
	text-decoration: none;
}
#new_board a {
	float: right;
	margin: 0 5px 10px 0;
	color: #747574;
}
#new_board a:hover {color: #fff;}
/* Popup */
#popup_container {
	width: 100%;
	position: absolute;
	top: 45px;
	
}
.popup {
	position: relative;
	max-width: 350px;
	text-align: center;
	background: url('../images/transparent_dark.png') repeat;
	margin: auto;
	padding: 15px;
}
.popup input {
	border: none;
	background: url(../images/idea_bg.png) repeat;
	color: #fff;
	padding: 5px;
	font-size: 1em;
	cursor: pointer;
}
.popup input:hover {border: none;}
textarea {
	background: url(../images/input_bg.png) repeat;
	border: none;
	color: #fff;
	padding: 5px;
	margin-bottom: 15px;
}
#no_ideas {
	text-align: center;
	font-size: 1.3em;
	margin-top: 150px;
	color: #828382;
}
/* Settings */
#settings_container {
	width: 70%;
	margin: auto;
	padding-top: 55px;
}
#settings_container h2 {
	margin: 0 0 10px 25px;
}
.avatar {
	border: 2px solid #747574;
}
#settings_container form {
	margin-left: 25px;
	width: 50%;
}
#settings_container .element {
	width: 50%;
	float: left;
}
#settings_container input {
	margin: 0 0 10px 0;
	border: 1px solid #828382;
	text-align: center;
	width: 250px;
	font-size: 1em;
	padding: 5px 0 5px 0;
	background: #828382;
	color: #fff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
input {
	background: url(../images/input_bg.png) repeat;
	color: #fff;
	padding: 10px;
  	cursor: pointer;
  	border: 1px solid #000;
}
input:focus {
	border: 1px #fff solid;
}

