/*
Theme Name: AKABRI2000 Deluxe
Theme URI: http://www.akabri2000.org/
Description: Designed for AKABRI 2000 Community.
Version: 2.5
Author: AdanAhmad
Author URI: http://www.adanahmad.com/
Tags: modified
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #2f2f2f url('images/bg.jpg');
	color: #333;
	margin:0px;
	}

img {
	border:none;
}

a {
	color:#f6d189;
	text-decoration:none;
}

a:hover {
	color:#f6d189;
	text-decoration:underline;
}

#page {
	width:940px;
	padding:10px;
	margin:0 auto;
	background:url("images/bg_page.gif") repeat;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border:1px #ddd solid;
}

#header {
	background:url('images/headerbg.jpg') repeat-x;
}

#head {
	width:960px;
	margin:0 auto;
}

#head .head {
	height:60px;
}

#head .fade {
	height:260px;
}

#head .menu {
	height:40px;
	line-height:30px;
}

#header .header101 {
	width:960px;
	height:40px;
	background:url('images/header101.jpg') no-repeat;
	text-align:left;
}

#header .header102 {
	width:960px;
	height:20px;
	background:url('images/header102.jpg') no-repeat;
	text-align:right;
}

#header .header001 {
	width:400px;
	height:260px;
	background:url('images/header001.jpg') no-repeat;
}

#header .header004 {
	width:20px;
	height:260px;
	background:url('images/header004.jpg') no-repeat;
}

#header .header002 {
	width:540px;
	height:20px;
	background:url('images/header002.jpg') no-repeat;
}

#header .header003 {
	width:540px;
	height:20px;
	background:url('images/header003.jpg') no-repeat;
}

#content {
	background:#fff;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border:1px #ddd solid;
}

#content .left {
	width:500px;
	display:block;
	float:left;
	padding-left:10px;
	padding-top:10px;
}

#content .right {
	width:340px;
	display:block;
	float:right;
	padding-right:10px;
	padding-top:10px;
}

.clear {
	clear:both;
	height:0px;
}

#footer {
	background:#2f2f2f;
	height:100px;
	color:#888;
	display:block;
	width:100%;
}

#footerin {
	margin:0 auto;
	width:940px;
	padding:10px;
}

#exc {
	display:block;
	width:570px;
	height:100px;
	background:url('images/trans.png');
	position:relative;
	top:-100px;
	bottom:100px;
	left:0px;
	z-index:1000;
	color:#fff;
	padding:10px;
}

#bar {
	width:280px; 
	display:block; 
	float:left;
	padding:10px;
}

/* SIDEBAR */
#sidebar {
	width:280px;
}

#sidebar .stitle {
	display:block;
	background:#2f2f30;
	color:#f6d189;
	font-weight:800;
	padding:5px;
}

#sidebar ul {
	margin: 0px;
	padding-left: 0px;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom:1px #eee solid;
}

#sidebar ul li a {
	color:#cc0001;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	padding:0px;
}

#sidebar ul li a:hover {
	color:#f80;
}


#sidebar #sidebar ul li a {
	color:#cc0001;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	line-height:30px;
	padding:10px 0px;
}

#sidebar #sidebar ul li a:hover {
	color:#f80;
}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* additional */
.bg_news {
	background:url("images/bg_news.jpg") repeat-x;
	padding:5px;
	color:#eee;
}

.navigation {
	display: block;
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}