/* !Reset */
div, dl, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, img {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	border: none;
}

/* !jQuery */

/* !Globals */
html {
	color: #FFFFFF;
	background: #000000 url("/images/layout/bg.jpg") no-repeat scroll center top;
	font-size: 12px;
	font-family: "Lucida Grande, Lucida Sans Unicode, Geneva, Verdana, Arial, sans-serif";
}

body {
	/*background: transparent url("/images/layout/bg-top.png") no-repeat scroll center top;*/
	margin: 0px auto;
	width: 90%;
	font-size: 100%;
}

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

code {
	background: #CECECE;
	border: thin solid #000000;
	float: left;
	width: 90%;
	padding: 2%;
	clear: both;
	color: #FFFFFF;
	margin-bottom: 2%;
}

#refrshArea, #webMailForm {
	float: left;
	clear: both;
}

/* !Forms */
label {
    float: left;
    width: 40%;
    font-size: 0.85em;
	font-weight: bold;
}

input {
    float: left;
    width: 68%;
    font-size: 0.85em;
}

select {
    float: left;
    width: 68%;
}

button[type="submit"] {
    float: right;
    width: 25%;
    clear: right;
}

button[type="reset"] {
    float: left;
    width: 25%;
    margin: 0% 0% 0% 0%;
    clear: left;
}

form {
    width: 99%;
    float: left;
    clear: both;
}

input[type="checkbox"] {
    float: left;
    clear: right;
    width: 25%;
}

textarea {
    width: 95%;
    height: 60px;
}

.tallText, .talltext {
    height: 250px;
}

/* !Groups */
#header, #hostcontent, #hostfooter, #contentAdmin {
	/**padding: 0px 12px 0px 12px;*/
}

/* !Header */
#header {
	height: 40px;
	position: relative;
	background: #a4a4a4;
	margin: 0.5% 0% 0% 0%;
	width: 100%;
}
#header h1 {
	cursor: default;
	font-size: 1.2em;
	padding: 0px;
	text-align: center;
	color:  #FFFFFF;
}

#homeLink a {
	background-position: 0px -46px;
	display: block;
	height: 23px;
	left: 19px;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: 5px;
	width: 44px;
	background: transparent url("/images/layout/homelink.gif") no-repeat scroll 0 0;
}
#homeLink a:active {
	background-position: 0px -23px;
}

#loginLink a {
	background-position: 0px -46px;
	display: block;
	height: 23px;
	left: 70px;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: 5px;
	width: 44px;
	background: transparent url("/images/layout/login.gif") no-repeat scroll 0 0;
}
#loginLink a:active {
	background-position: 0px -23px;
}

#searchForm {
	position: absolute;
	right: 8px;
	top: 4px;
	background: transparent url("/images/layout/bg-search.gif") no-repeat scroll 0 0;
	float: none;
	width: 170px;
}
#searchForm label, #searchSubmit {
	display: none;
}
#searchForm .inputTxt {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	height: 18px;
	margin: 3px 16px 0px 0px;
	padding: 0px 10px 0px 20px;
	width: 131px;
	z-index: 101;
}

/* !Content Area */
#hostcontent, #contentAdmin {
	/*background: transparent url("/images/layout/bg-content-wide.png") repeat-y scroll center top;*/
	background: #d5dee7;
	/*min-height: 400px;*/
	float: left;
	width: 100%;
}

/* !SubContent */
#subContent {
	float: left;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	width: 15%;
	background: #d5dee7;
}
#subContent .box {
	margin: 0px 0px 16px 0px;
}
#subContent h3 {
	color: #5E6E8F;
	cursor: default;
	font-size: 1.2em;
	margin: 0px 0px 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#subContent .linkList li {
	border-top: 1px solid #D5DDE6;
	margin: 0px 0px 2px 0px;
}
#subContent .linkList a, #recent .linkList a {
	background: transparent url("/images/layout/i-page.gif") no-repeat scroll 20px top;
	color: #000000;
	display: block;
	font-size: 1.1em;
	padding: 0px 5px 5px 38px;
	text-decoration: none;
}

/* !Main Area */
#mainArea {
	float: left;
	width: 84.5%;
	padding-left: 0.5%;
	color: #000000;
	background: #FFFFFF;
	min-height: 400px;
}

.fullWidth {
	width: 99%;
	border: #CFCFCF 1px solid;
}

#contentAdmin th {
	text-align: left;
}

/* !Articles */
.post {
	clear: left;
	margin: 20px 25px 30px 20px;
}
.post h2 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
}
.post h2 a {
	color: #AAAAAA;
	text-decoration: none;
}
.post .entry {
	font-size: 1.2em;
}
.date {
	background: transparent url("/images/layout/i-clock.gif") no-repeat scroll 0 top;
	color: #B8B6B6;
	font-size: 1.1em;
	padding: 0px 5px 10px 18px;
	text-decoration: none;
}
.actions a, .actions, .actionsTop a, .actionsTop {
	color: #8B8B8B;
}
.actions, .actionsTop {
	clear: both;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 0px 0px;
	width: 99%;
}
.actionsTop {
	margin: 0px 0px 0px 0px;
}
.actions li, .actionsTop li {
	float: left;
	font-size: 1.1em;
	padding: 0px 15px 10px 18px;
}
.actions .commentsNumber, .actionsTop .commentsNumber {
	background: transparent url("/images/icons/comment.png") no-repeat scroll 0 top;
}
.actions .cats, .actionsTop .cats {
	background: transparent url("/images/icons/folder_page.png") no-repeat scroll 0 top;
}
.author {
	background: transparent url("/images/icons/user.png") no-repeat scroll 0 top;
	padding: 0% 0% 0% 5%;
}
.actions .delete, .actionsTop .delete {
	background: transparent url("/images/icons/delete.png") no-repeat scroll 0 top;
}
.reply {
	background: transparent url("/images/icons/email_go.png") no-repeat scroll 0 top;
	padding: 0% 0% 0% 5%;
}
.imaged {
	background: transparent url("/images/icons/images.png") no-repeat scroll 0 top;
	padding: 0% 0% 0% 5%;
}

/* !Emails */
#emails {
	float: left;
	width: 100%;
	clear: both;
}
#emails .item {
	float: left;
	clear: both;
	width: 98%;
	background:  transparent url("/images/icons/email.png") no-repeat scroll 0 top;
	padding: 0% 0% 0% 1.5%;
}

.messageList {
	float: left;
	width: 100%;
	clear: both;
	padding: 0%;
}
.messageList li {
	float: left;
	padding: 0% 0% 0% 5%;
	clear: none;
	background: transparent;
}

.messageList .link {
	width: 50%;
	clear: none;
	padding: 0% 0% 0% 0%
}
.messageList .icon {
	width: 5%;
	clear: none;
}
.messageList .clearMe {
	clear: right;
}
.messageList .size {
	width: 7%;
	clear: none;
}

.odd { background: #d5dee7; }
.even { background: #ffffff; }

/* !extraContent */
#extraContent {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 235px;
	min-height: 400px;
	color: #000000;
}
#recent h3, #about h3, #twitter h3, #cert h3 {
	background: #fcfcfa;
	border-bottom: 1px solid #B3B3B3;
	font-size: 1.2em;
	padding: 1px 0px 0px 10px;
	color: #000000;
}
#recent .linkList li {
	margin: 5px 0px 5px 0px;
}

/* !About */
#about h3, #cert h3 {
	font-size: 1.1em;
	padding: 1px 0px 0px 15px;
	margin: 0px 0px 0px -10px;
	color: #000000;
}
#about p {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0px 10px 0px 10px;
	text-align: left;
	border-bottom: 1px solid #B4B3B3;
}
#about img {
	text-align: center;
}

/* !Footer */
#hostfooter {
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
	height: 26px;
	background: #a4a4a4;
}

/* !bbCode */
.bbCode {
	background: #C2C2C2;
	clear: both;
	float: left;
	/*height: 20px;*/
	padding: 2px 0 0 2px;
	width: 99.5%;
}

.bbCodeButton {
	margin: 0px 3px 0px 0px;
}

/* !Pagination */
#pagination {
	clear: both;
	width: 100%;
	height: 2%;
}
#prev {
	width: 15%;
	float: left;
	clear: left;
	text-align: left;
	margin-right: 20%;
}
#inbox{
	float: left;
	text-align: center;
	width: 15%;
}
#next {
	width: 15%;
	float: right;
	clear: right;
	margin-left: 20%;
	text-align: right;
}

/* !Stuff to stop this confusing people */
#topCloseButton {
	width: 20px;
	height: 15px;
	position: relative;
	left: 5px;
	top: 30px;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	cursor: pointer;
}

/** Notifications **/
#notify {
	display: none;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 220px;
	background: transparent;
}

.notify {
	width: 190px;
	background: #CFCFCF;
	padding: 2px;
	margin-bottom: 2px;
	float: left;
	clear: both;
}
.notifyClose {
	top: 2px;
	right: 5px;
	color: #000000;
	float: right;
	cursor: pointer;
}

.entry img {
	max-width: 99%;
	max-height: 99%;
}
.messageList .emailid { 
	width: 5%; 
	padding: 0%; 
	font-weight: bold; 
}

.selectedPage { 
	font-weight: bold; 
	color: #CFCFCF;
}

