/**
 * basic stuff
 */

*{margin:0;
padding:0;
}

body{
padding:1em 0;
}

a img{
border:none;
}

.clear{
clear:both;
line-height:1px;
height:1px;
font-size:1px;
}


/**
 * Structure
 */
#skin_wrapper{
width:90%;
margin:0 auto;
}

#header{
text-align:center;
}

#nav ul{
margin:0;
padding:0;
list-style:none;
text-align:left;
}

#nav li{
display:inline;
padding:0 1px;
}

#nav li a{
padding:1px 2px;
text-decoration:none;
}

th{
padding:2px 0;
}

.commentForm{
margin:0;
padding:1em;
}

.bComment fieldset{
border:0;
}

.bComment textarea{
width:100%;
}

.postList,
.postSingle,
.profileDetails,
.forumList{
width:100%;
}

.postList, .postList td,
.postSingle, .postSingle td,
.profileDetails td{
border-collapse:collapse;
vertical-align:top;
}

.profileLeft{
width:10em;
}

.postList td{
padding:2px 4px;
}

.userProfile{
padding:6px;
}

.commentDetails,
.postDetails,
.postAuthor,
.commentAuthor,
.profileDetails td{
padding:6px;
overflow:auto;
}

.commentDetails p,
.postDetails p,
.postAuthor p,
.commentAuthor p{
margin:1em 0;
}

.forumDescription,
.postLastComment{
padding:4px;
}

.postLastComment{
width:15em;
}

.postViews,
.postComments{
width:4em;
text-align:center;
}

.postAuthor{
width:8em;
}

.forumDescription a{
font-size:120%;
}


.footer td{
padding:0;
}

#footer{
padding:2px 4px;
}

.footer ul,
.footer li{
list-style:none;
display:inline;
}

.footer li{
padding:0 4px;
}

.footer .widgetTitle{
clear:left;
display:inline;
padding:0 4px 0 0;
}

.postList .postTitle{
width:60%;
}

.postList .postTitle a{
display:block;
width:100%;
height:100%;
}


.postSingle .postAuthor,
.commentAuthor{
width:10em;
}

.minHeight{
font-size:5em;
width:0;
float:left;
}

div.edit_toolbar{
text-align:center;
}

.edit_toolbar img{
cursor:pointer;
}

.pageLinks,
.commentPageLinks{
text-align:center;
}

/**
 * Colours, graphics and fonts
 */
html, body{
font:94% verdana,sans-serif;
background:#444;
color:#fc4;
}

#header{
border:1px solid#800;
color:#fff;
background:url( img/header.jpg ) center center #800;
}

#header a,
#footer a{
color:#ccc;
text-decoration:none;
}

#header a:hover,
#footer a:hover{
color:#fff;
}


th{
background:url( img/th.jpg) center center #400;
color:#fff;
font-weight:normal;
}

.postList a{
text-decoration:none;
color:#444;
}

.postList a:visited{
color:#004;
}

.postList a:hover{
color:#fff;
}

.rowOdd,
.userProfile{
background-color:#ddd;
color:#000;
}

.rowEven{
background-color:#bbb;
color:#000;
}

.postList .rowOdd:hover,
.postList .rowEven:hover{
background-color:#ddf;
color:#000;
}

.postList .rowOdd:hover a,
.postList .rowEven:hover a{
color:#000;
}

th,td{
border:1px solid #800;
}

.commentForm{
background:#888;
}

.commentForm textarea{
border:2px solid;
border-color:#000 #eee #aaa #444;
}

#footer{
background:url( img/th.jpg) center center #400;
color:#fff;
font-weight:normal;
text-align:center;
}

#footer td{
border:0;
}

.footer div{
color:#fff;
background:#666;
padding:4px;
}

.footer div a,
.footer div a:visited{
color:#ddd;
text-decoration:none;
}

.rowEven .userGroup1,
.rowEven .userGroup1:visited{
color:#f44;
text-decoration:none;
}

.footer .userGroup1,
.footer .userGroup1:visited{
color:#f88;
}

.rowEven .userGroup2,
.rowEven .userGroup2:visited{
color:#44f;
text-decoration:none;
}

.footer .userGroup2,
.footer .userGroup2:visited{
color:#cc9;
}

.rowEven .userGroup1:hover{
color:#f44;
text-decoration:none;
}

.footer .userGroup1:hover{
color:#ff8;
}

.rowEven .userGroup2:hover{
color:#ff8;
}

.footer .userGroup2:hover{
color:#ff8;
}

.profileLink{
padding:0 0 0 4px;
}

.profileLink a{
text-decoration:none;
}


.commentRowOdd{
background:#ddf;
color:#000;
}

.commentRowEven{
background:#ccf;
color:#000;
}

.userSignature{
border:solid #000;
border-width:1px 0 0 0;
}

img.userAvatar,
.userAvatar img{
border:1px solid #000;
display:block;
}

img.userAvatar{
margin:4px 0;
}

.postTitle{
border-bottom:1px solid #888;
}

.postTitle a{
color:#448;
text-decoration:none;
}

.postTitle a:hover{
color:#008;
}

.postDate{
border-bottom:1px solid #888;
}

.commentDate{
border-bottom:1px solid #88a;
}

.commentPageLinks{
color:#eee;
}

.commentPageLinks a{
color:#fff;
}


.widget_core_colls_list_public{
text-align:right;
}

.widget_core_colls_list_public ul,
.widget_core_colls_list_public li{
margin:0;
padding:0 0 0 2px;
list-style:none;
display:inline;
}


.widget_core_colls_list_public a{
padding:0 2px;
font-weight:bold;
border:1px solid #ddd;
}

/* AstonishMe code plugin styles */

.codespan {
	background-color: #efefef;
	padding: 0 .5ex;
}

.amcode {
	font-weight:bold;
	margin:.5em 0 .4em 1em;
}

.codeblock.amc_long {
	height:24em;
}

.codeblock table {
	width:99.8%;
	border-collapse:collapse;
}
.codeblock td {
	border:1px solid #666;
	width:100%;
	padding:0 0 0 33px;
	text-indent:-28px;
}

.amc_code_odd { background:#222; color:#888; }
.amc_code_even{ background:#333; color:#888; }

/* code plugin line numbers */

td.amc_line { padding:0 5px; font-size:0; width:auto; }
td.amc_line div { padding-right:9px; height:10px; }
.codeblock .amc0 { background-position:90% 100%; }
.codeblock .amc1 { background-position:90% 0%; }
.codeblock .amc2 { background-position:90% 11%; }
.codeblock .amc3 { background-position:90% 22%; }
.codeblock .amc4 { background-position:90% 33%; }
.codeblock .amc5 { background-position:90% 44%; }
.codeblock .amc6 { background-position:90% 55%; }
.codeblock .amc7 { background-position:90% 67%; }
.codeblock .amc8 { background-position:90% 78%; }
.codeblock .amc9 { background-position:90% 89%; }

/* XML/HTML syntax highlighting colours */

.codeblock .code_tag {
	font-weight: bold;
	color: #c00;
}

.codeblock{
	padding:1px;
	overflow:auto;
}

/* syntax highlighting colours */

.codeblock .amc_html { color:#eee; }
.codeblock .amc_default { color:#f00; }
.codeblock .amc_keyword { color:#ccf; }
.codeblock .amc_string { color:#0f0; }
.codeblock .amc_comment { color:#8ff; }
.codeblock .amc_attribute { color:#f22; }
.codeblock .amc_class { color:#4cc; }
.codeblock .amc_id { color:#88f; }
.codeblock .amc_tags { color:#ccf; }

.codeblock a:link,
.codeblock a:visited {
color:#def;
font-weight:bold;
 }

.codeblock a:hover{ color:#88f; }



/**
 * Quick post form
 */

#newPost .left_col{
width:80%;
float:left;
}

#newPost fieldset{
border:0;
padding:1em;
}

#newPost .tile{
display:inline;
}


#newPost #itemform_categories{
position:absolute;
left:-1000em;
top:-1000em;
}

#newPost .edit_area textarea{
width:100%;
}

#newPost td{
border:none;
}