@charset "utf-8";
/*
Theme Name: Fractal
Theme URI: http://qcoxon.com
Description: theme for batik fractal website
Author: qcoxon.com
Author URI: http://qcoxon.com
Version: 1.0
.
This theme cannot be used for commercial or non-commercial and do not redistributed or resold in any way.
.
*/

body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:transparent url(img/header-bg.gif) repeat-x top ;
	font-size:14px;
}

#top-container{
	margin:0 auto;
	padding:0px;
	background:transparent url(img/background-top.jpg) center top no-repeat;
	margin-top:114px;
	width:auto;
	height:auto;
}

#main-container{
	margin:0 auto;
	padding:0px;
	background:transparent url(img/background-top.jpg) center top no-repeat;
	width:auto;
	height:auto;
}

#header{
	margin:0 auto;
	padding:0px;	
	width:960px;
	height:87px;
	clear:both;
	background:url(img/main-logo.gif) top left no-repeat;
	padding-top:30px;
}

#logo{
	background:url(img/logo-bf.png) top left no-repeat;
	width:285px;
	height:51px;
	padding-top:20px;
	float:left;
}

#logo h1{
	text-indent:-9999px;
	margin:0px;
	display:block;
}

#logo small{
	margin-top:5px;
	margin:0px;
	display:block;
	color:#FFFFFF;
	font-size:12px;
	padding-left:7px;
}

#body-container{
	margin:0 auto;
	padding-bottom:50px;
	width:960px;
	height:auto;
	background:url(img/background-bottom.jpg) no-repeat left bottom;
}

#middle-body-container{
	margin:0 auto;
	padding-top:100px;
	width:960px;
	height:auto;
}

#body-container-left{
	margin:0px;
	padding:0px;
	width:640px;
	height:auto;
	float:left;
}


.container-left{
	margin:0px 15px 10px 5px;
	padding:0px 10px 20px 10px;
	width:590px;
	height:auto;
	float:left;
	background:#f7f6f6;
}

.featured-post{
	margin:0px 15px 10px 5px;
	padding:0px 5px 20px 15px;
	width:560px;
	height:auto;
	float:left;
	display:block;
	background:#fff;
}


#body-container-right{
	margin:0px;
	padding:0px;
	width:320px;
	height:auto;
	float:left;
}

.container-right{
	margin:0px 0px 10px 20px;
	padding:0px 0px 20px 7px;
	width:270px;
	height:auto;
	float:left;
	background:#FFFFFF;
}

.container-right .text-box{
	color:#000000;
	width:240px;
	height:auto;
	line-height:130%;
	margin:5px 0px;
	padding:2px 0px 5px 2px;
	border-bottom:#CCCCCC solid 1px;
}

.container-right .text-box a{
	color:#000000;
	text-decoration:none;
}

.container-right .text-box a:hover{
	color:#fff;
	text-decoration:none;
	background:#222;
	display:block;
}

#quotes{
	font-size:18px;
	line-height:140%;
	width:570px;
	height:auto;
	margin:0 auto;
	padding-top:15px;
	margin-bottom:20px;
	color:#333333;
}

a{ text-decoration:none; color:#999999;}

a:hover{ text-decoration:underline; color:#6699FF;}

.clear {
	clear:both;
}
/*----------------articles-------------------*/
h2{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
	margin-top:5px;
}

h1{
	font-size:2em;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
	margin-top:5px;
	color:#FFFFFF;
}

.article-date{
	color:#555;
}

.separator-right{
	border-bottom:#333333 dashed 1px;
	padding:0px 2px 2px 3px;
	margin-bottom:2px;
	width:220px;
	height:2px;
}

.separator-left{
	border-bottom:#333333 dashed 1px;
	padding:0px 2px 2px 3px;
	margin-bottom:10px;
	width:580px;
	height:2px;
}

/*---------------menu------------------------*/
#menu-holder {
	position:absolute;
	top:117px;
	left:534px;
	width:578px;
	overflow:hidden;
}
#menu {
	width:578px;
	height:42px;
	margin:0;
	padding:0;
	left:0px;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}

#home{
	width: 114px;
	text-indent:-300em;
	overflow:hidden;
	left:0px;
}

#about{
	width: 115px;
	text-indent:-300em;
	overflow:hidden;
	left:114px;
}


#works{
	width: 114px;
	text-indent:-300em;
	overflow:hidden;
	left:229px;
}

#news{
	width: 115px;
	text-indent:-300em;
	overflow:hidden;
	left:343px;
}

#forum{
	width: 114px;
	text-indent:-300em;
	overflow:hidden;
	left:458px;
}
 
#home a:hover {
	background:transparent url(img/menu-on.jpg) -1px 0px no-repeat;
}
#about a:hover {
	background:transparent url(img/menu-on.jpg) -115px 0px no-repeat;
}
#works a:hover {
	background:transparent url(img/menu-on.jpg) -230px 0px no-repeat;
}

#news a:hover {
	background:transparent url(img/menu-on.jpg) -344px 0px no-repeat;
}

#forum a:hover {
	background:transparent url(img/menu-on.jpg) -459px 0px no-repeat;
}

#home.current {
	background:transparent url(img/menu-on.jpg) -1px 0px no-repeat;
}
#about.current {
	background:transparent url(img/menu-on.jpg) -115px 0px no-repeat;
}
#works.current {
	background:transparent url(img/menu-on.jpg) -230px 0px no-repeat;
}

#news.current {
	background:transparent url(img/menu-on.jpg) -344px 0px no-repeat;
}

#forum.current {
	background:transparent url(img/menu-on.jpg) -459px 0px no-repeat;
}

li { margin-left:-15px;}

/*-----------------------------posting style--------------------------*/
.navigation{
	color:#ccc;
}

.alignleft{
	text-align: left;
	float: left;
}

.alignright{
	text-align: right;
	float: right;
}

.postmetadata{
	color:#3e3d3d;
	font-size: 12px;
	font-weight: bold;
}

.postmetadata a{
	color:#7c7878;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.postmetadata a:hover{
	color:#9c9696;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

 ul{
	list-style: none;
	margin-left: -15px;
}

.caption-menu{
	color:#817878;
	text-decoration:none;
	font-size:1.5em;
}

.caption-menu a{
	color:#817878;
	text-decoration:none;
}

.caption-menu a:hover{
	color:#9c9393;
	text-decoration:underline;
}

/*----------------------------Sidebar-----------------------------------*/
.header-1{
	background: url(img/download-here.png);
	width: 236px;
	height: 70px;
	margin-top: -5px;
	margin-bottom:-10px;
	text-indent: -9999px;
}

.header-2{
	background: url(img/recent-events.png);
	width: 227px;
	height: 68px;
	margin-top:0px;
	margin-bottom:-10px;
	text-indent: -9999px;
}

.header-3{
	background: url(img/other-link.gif);
	width: 227px;
	height: 67px;
	margin-top:0px;
	margin-bottom:-10px;
	text-indent: -9999px;
}

.header-4{
	background: url(img/login-forum-header.gif);
	width: 227px;
	height: 67px;
	margin-top:0px;
	margin-bottom:-10px;
	text-indent: -9999px;
}

.login-text{
	color:#999999;
	font-size:12px;
	margin-left:5px;
}

.login-text a{
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

.login-text a:hover{
	color:#999999;
	font-size:12px;
	text-decoration:underline;
}

.search-box{
	width:260px;
	height: auto;
	background:#000;
	display:block;
	padding: 10px 5px 10px 20px;
	margin-left:12px;
}

label .small{ width:100px;}

.login-quick {width:250px; display:block; margin:5px 0px; background:#eee; border:none;}

/*-----------------------footer------------------------------*/
.listMeta{
	color:#999999;
		font-size:10px;
}

.listMeta a{
	color:#999999;
	text-decoration:none;

}

.listMeta a:hover{
	color:#ccc;
	text-decoration:underline;
}

.recent-post{
	color:#FFFFFF;
	font-size:10px;
	margin-bottom:-10px;
}

.recent-post a{
	color:#FFFFFF;
	text-decoration:none;
}

.recent-post a:hover{
	color:#ccc;
	text-decoration:none;
}

.display-recent{
	width:260px;
	display:block;
	border-bottom:#666666 dashed 1px;
}

#footer{
	width:auto;
	margin:0 auto;
	position:relative;
	background: #000000 url(img/footer-bg.gif) repeat-x;
	height: auto;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:160%;
}

#footer-holder{
	width:960px;
	margin:0 auto;
	position:relative;
}

.footer-content {
	width:306px;
	float:left;
	height:auto;
	padding:10px 7px;
}

.footer-content a {
	color:#FFFFFF;
	text-decoration:none;
}

.footer-content a:hover {
	color:#999999;
	text-decoration:underline;
}

#footer-copyright{
	width:960px;
	height:auto;
	clear:both;
	padding-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.footer-caption{
	font-size:18px;
	font-weight:bold;
	margin:5px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}