@charset "utf-8";
/* CSS Document */
/* Developed by Colin Bradshaw */
/* Copyright Divguru */
body, html {
	font-family: 'Lucida Sans Unicode', Lucida Sans, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000;
}
html { height: 100% } 
body { min-height: 101%; }
a { outline: none; }
h1 { font-size: 24px; font-family: Anivers regular, sans-serif; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
p, ul, ol { font-size: 12px; font: Verdana, Helvetica, sans-serif; }
img{ border: none }
div.hr {
  height: 2px;
  background: #fff url(../images/hr.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}
ul { }
li { }
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
blockquote {
	display: block;
	width: 140px;
	margin: 0;
	padding-left: 25px;
}blockquote:before, blockquote:after {
	display: block;
	font-size: 500%;
	width: 50px;
}blockquote:before {
	content: open-quote;
	height: 0;
	margin-left:-35px;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -50px;
	margin-left: 130px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

#main {
	width: 1000px;
	margin: auto; padding: 0px;
	text-align: left;
}

#mast {
	height: 225px;
}

#menu {
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 80px;
	border-bottom: #000 solid 1px;
	clear:both;
	font-family: Tahoma, Helvetica, sans-serif;
}
#menu p { margin: 0px; }
#bodycontent {
	padding: 0px 15px 20px 15px;
	border-bottom: #000 solid 1px;
}
#footer { 
	height: 10px; clear:left;
	padding: 10px 5px;
}#footer p {
	font-size: 10px;
	margin: 0;
}
#leftcol {
	width: 650px;
	margin: 0; padding: 0;
	float:left;
}
#rightcol {
	width: 300px;
	margin:0;padding:0;
	float:right;
	text-align: center;
}
#styleSelect {
	color: #000;
	margin: 20px;
	padding: 5px; padding-top:7px;
	overflow: hidden;
	float:right;
	display: inline!important;
	width:150px!important;
	height: 25px!important;
}#styleSelect a {
	border: #fff 1px solid!important;
	display: block!important;
	width: 20px!important; height: 20px!important;
	margin-left: 8px!important;
	float:left!important; padding: 0 !important;
}#styleSelect p {
	float:left;
	margin:4px;
}
#quotebox {
	width: 200px; height: 533px;
	background: #000 url(../images/guru_trans_s.png) no-repeat top;
	border: #ccc solid 1px;
	margin: 20px auto;
}
#quote {
	border: #eee 1px solid;
	padding:10px;
	height: 180px;
	margin-top: 333px;
	text-align: left;
}#quote h4 { text-align:center; margin:10px;}
	
/* Blog CSS */
.blog {
	margin: 10px;}
.posted { padding: 8px;}

/* portfolio CSS */
.project {
	margin: 10px 20px;
	clear:right;
	overflow: hidden;
}.project p {
	margin: 10px;
}.project img {
	display: inline;
	float:right;margin: 10px!important;
}
.title {
	padding: 5px;
	margin: 0px !important; 
	}
.link {
	font-size: 11px;
}
/* search CSS */
.sitesearch {
	float:right;
	height: 20px; width: 212px;
	margin: 20px 20px;
	padding: 10px;
}.sitesearch a { padding: 0!important; }
.sitesearch input {
	border:none;
	background:none;
	float:left;
	width: 180px;
}
.submitsearch {
	display: block;
	width: 20px !important; height: 20px !important;
	float:left; margin-left: 7px;
}

/* Menu CSS */
#menu li {
	float: left;
 	text-decoration: none;
	margin: 0; 
}
#menu ul {
	list-style-image:none;
	list-style-type:none;
	margin: 0px; font-size: 16px;
}
#menu span {
	font-size: 10px;
}

#menu a:hover {
	text-decoration: none;
}
#menu a {
	display: block;	
	height: 60px; width: 100px; padding: 10px;
}
#menu .current {
	display: block;	
	height: 60px; width: 100px; padding: 10px;}
#menu .current p {
	margin: 0px;
	font-size: 16px;
}	