
body {
  margin: 0;  
  text-align: center;
  /*font: .9em verdana, arial, sans-serif;  */
  font: 14px trebuchet ms;
  line-height: 170%;
  color: #EEE;
  background: #585858 url(../images/bg_body.jpg) repeat-y top center;
  
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}


a {
  color: #86E160;
}

a:visited {
  color: #86E160;
}

a:hover {
  color: #FFF;
}

h1{
	font-size:20px;
	font-family: "century gothic";
	color:#000;
	padding:8px;
}

h2 {
  clear: both;
  margin: 10px 0;
  font: 700 14px arial, sans-serif;
  text-transform: uppercase;
  color: #99CCFF;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h2 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

#sideBar h2 {
  text-align: right;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
  font-size:14px;
}

#sideBar h2 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  margin-top:10px;
  font-family: "Century Gothic";
  width: 100%;
  height: 180px;
  background: url(../images/bg_header.jpg) no-repeat center;

}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 767px;
  margin: 0 auto;
  border-bottom: thin solid #000;
  text-align: left;  
}



ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	width:100%;
	display:block;
	font-size:1.2em;
}

#nav li a:hover {
	color:#669933;
}


#nav li li a {
	display: block;
	font-weight: normal;
	color: #CCC;
	padding: 0.2em 10px;
	background-color: #333333;
		text-transform:lowercase;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #669933;
	border-width: 0 5px;
	color:#669933;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	cursor: default;
	border-right: 1px dotted #000;
	text-transform:uppercase;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;

}

li:hover ul, li.over ul {
	display: block;
}

.portfolioMenu
{
	font-family:"Century Gothic";
}

.portfolioMenu li
{
	font-size:1.2em;
	margin-left:20px;

}

.portfolioMenu li li
{
	font-size:.9em;
	font-weight:normal;

}

.thumbnail
{
	border: thin solid #000;
	
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
  border-top: thin solid #000;
}

#contentFull{
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
  border-top: thin solid #000;

}

#text {
  float: left;
  width: 570px !important;
  width: 580px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

#image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

#sideBar {
  float: right;
  width: 145px !important;
  width: 160px;
  padding: 10px 15px 20px 0 !important;
  padding: 2
  0px 15px 20px 0;
}

#featured
{
	text-align:center;
	vertical-align:top;
}

.sideImage
{
	border:thin solid #000;
	vertical-align:middle;
	margin-top:5px;
}


/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-top:5px;
  margin-bottom: -2px;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
  font-size: 12px;

}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;

}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #7BD32C;
}

#comments a:visited {
  color: #AAA;
}

#comments a:hover {
  color: #FFF;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  text-align:center;
  width: 700px;
  padding: 10px 20px;
  color: #888;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

#left
{
	float:left;
}

#right
{
	float:left;
}

