* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul li ul {
	padding-left: 40px;
}

/*** Structure ***/
body {
	font-family: Arial, Helvetica, sans-serif;
}

#fullWidthWrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
#marginWrapper {
	height: 100%;
	margin:auto;
	padding: 0;
	width: 90%;
	min-width:999px;
	max-width:1199px;
}

#wrapper {
	font-family:Arial,Geneva,sans-serif;
	text-align:left;
	padding-right: 320px;
}
#halfWrapper {
	font-family:Arial,Geneva,sans-serif;
	margin:auto;
	text-align:left;
	width:500px;
}

#header {
	height:100px;
	overflow:hidden;
}
#headerNav {
	float: right;
	list-style-position:outside;
	list-style-type:none;
	margin:5px;
}
#headerNav li:first {
	list-style-image:none;
}
#headerNav li {
	display: inline;
}
#header #logo {
	float:left;
	height:100px;
	line-height:100px;
	#margin:17px 0 0;
	padding-left: 80px;
	padding-right: 10px;
	#width:265px;
	font-size:200%;
	text-transform: capitalize;
	background: transparent url(img/logo.png) no-repeat scroll 0 50%
}
p.tagline {
	line-height: 100px;
	font-style: italic;
	padding-top: 0.3em;
}
#navigation {
	height: 45px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
}

#subcategory {
	float:left;
	position:relative;
	z-index:3;
}

#subcategory li {
	float: left;
	text-align: center;
	margin:auto;
	height:45px;
}

#subcategory li a {
	display: block;
	text-decoration: none;
	padding-top:5px;
	width: 156px;
	height: 20px;
	margin-top: 10px;
	/* text-indent: -9999px; */
	font-size: 120%;
}

#subcategory li:hover a {
}
#search {
	float:right;
	height:42px;
	overflow:hidden;
	position:relative;
	width: auto;
	margin: 0;
}
#search p {
	float:left;
	margin:0;
	position:relative;
}
#search button {
	width: 42px;
	height: 42px;
	border: none;
	cursor: pointer;
}

#search button span{
	display: none;
}

#search input {
	-moz-border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	font-size: 20px;
	padding-left: 3px;
	vertical-align: middle;
	width: 30%;
	width: 255px;
	margin: 7px 0;
	border: none;
}
#main, #full {
	position: relative;
	float:left;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	line-height: 1.5em;
	-moz-border-radius: 6px;
	display:block;
}
#full {
	width:100%;
}
#main{
	/* width: 688px; */
	width: 100%;
}
#bottom {
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
	overflow: hidden;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	padding: 10px 0;
}

#bottom a {
	text-decoration: none;
	padding: 7px;
}

#bottom a:hover {
	text-decoration: underline;
}

#sideBar {
	float: left;
	padding: 0 10px 4em 10px;
	width: 300px;
	overflow: hidden;
	margin-right: -100%;
}
#sideBar h3 {
	clear:both;
	display:block;
	float:none;
	font-size:120%;
	font-weight:bold;
	height:41px;
	line-height:40px;
	margin:0;
	overflow:hidden;
}
#sideBar h3, #sideBar div {
	padding-left: 15px;
}
#sideBar h3 {
	-moz-border-radius: 3px 3px 0 0;
}
#sideBar div {
	-moz-border-radius: 0 0 3px 3px;
	padding: 15px;
	margin-bottom: 15px;
}
#lowerMenu {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #1E3E74;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
}
#lowerMenu, #footer {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #1E3E74;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
}
#lowerMenu div {
	width: 300px;
	min-height: 150px;
	float: left;
	text-align: justify;
	padding:0 20px 0 0;
}
#footer ul {
	margin:0;
	padding:0;
	text-align:center;
	overflow: hidden;
}

#footer li {
	display:inline;
	padding-left: 10px;
}
table {
	width: 100%;
}
table tbody tr td {
	text-align:left;
}

/*** contextual elements ***/
.message {
	display: block;
	padding: 8px 10px 8px 36px;
	margin: 15px 0;
}
div#hoverMenu {
	line-height: 1em;
	position: absolute;
	font-size: 60%;
	right: 5px;
	top: 5px;
}
div#hoverMenu a {
	float: right;
	-moz-border-radius: 10px;
	background: #000;
	color: #fff;
	padding: 0.5em;
	margin-left: 0.5em;
}

p.more a {
	float:right;
	font-size:0.85em;
	font-weight:bold;
	height:10px;
	line-height:10px;
	margin-left:10px;
	padding:5px 7px;
	text-decoration:none;
	width:auto;
}
a:link, a:visited {
	text-decoration:none;
}
a {
	cursor:pointer;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
.copyright {
	float: left;
}
#tags li {
	float: left;
	margin-right: 15px;
}
.avatar {
	margin: 10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	padding: 5px;
}
.comments .meta, .comments .commentContent {
	padding:10px 10px 10px 80px;
}
.comments li {
	margin: 5px;
	clear: left;
}
.formPlaceholder {
	margin: 0;
	padding: 0;
	text-align:center;
}
.formPlaceholder div {
	text-align: left;
	font-size:80%;
}
#forkMe {
	position: absolute;
	top: 48px;
	right: 70px;
	border: 0;
	-moz-transform:rotate(15deg);
}
p {
	margin-bottom:20px;
}
.ui-dialog {
	max-width: 70%;
	font-size:75%;
}
.leavePopup {
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:26px;
	top:50%;
	width:19px;
}
.admin_index .avatar {
	margin: 2px;
	padding: 0;
}
.hidden {
	display:none;
}
.buttonChoice {
	width: 100%;
}
.buttonChoice p {
	width: 30%;
	float: left;
}
.buttonChoice input {
	display:inline;
}
td.text {
	padding: 1em;
}