﻿
* {margin: 0;
   padding: 0;}
   
body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
}

#commentbox
{
    margin-left:20px;
    margin-bottom:10px;
}

input.buttonNewUpdate {
	background-color: #00CC99;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding: 2px;
	
	clear: both;
}

#projectlist{ 
margin-left: 0;
padding-left: 0;
list-style: none;
 }
 
#projectlist li {
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#container {
	width: 800px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;		
	height:100%;
	margin: 0 auto;
}
			
#header   {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;	
	width: 789px;
	height: 76px;
	margin: 20px auto 5px auto;
}

#navcontainer 
{    
    margin-top:15px;    
    margin-bottom:0px;
    padding-bottom:10px;
    text-align:center;
    /*border-bottom:dotted 1px #ececec;*/
}

#navlist li
{
font-family:Tahoma;    
display: inline;
list-style-type: none;
padding-right: 5px;
font-size:0.6em;
}

#navlist li a:hover
{
    text-decoration: none;
}

#contactform
{
	margin-top:0px;
	clear:left;
	float:left;
	
}

#blogh1   {
	background-image: url(images/blogheader.gif);
	background-repeat: no-repeat;	
	width: 789px;
	height: 76px;
	margin-top:20px;
}



.hide
{
    z-index:-1000px;
}

#content
{   
    width: 440px;
    height: auto;
	float: right;	
	margin-top:30px;
    margin-bottom:30px;	
    padding-left:10px;
    
}
#defaultcontent
{   
    width: 640px;
    height: auto;
	float: right;	
	margin-top:30px;
    padding-left:10px;  
    margin-bottom:20px;  
}
#defaultcontent img
{
	float:left;
	margin:23px 10px 10px 0px;
}

#latestprojects
{
float:right;
width:398px;
margin:0px 0px 0px 10px;
}

#latesprojects img
{   
    
}

#contentwrapper
{
    width:100%;
    
}
#blogcontent
{   
    float: right;    
    width: 650px;
    height: auto;		    	
    margin-bottom:30px;	
    /*padding-left:10px;
    padding-right:10px;*/
    /*border-left:dotted 1px #ffffff;
    border-right:dotted 1px #ffffff;*/
}

#blogcontent img
{
  border: 5px solid #c4c8cc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}


#blogcontent h3 img
{
    border:none;
}


#nextprev 
{
    height:100px;
    width:auto;
    clear:both;
	text-align: center;
    padding-top:0px;
    padding-left:90px;
}

#showpicturecontent
{
    width: auto;
    height: auto;
    margin-left:130px;
	margin-top:30px;
	margin-bottom:30px;
}
.showhidecomments
{
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
}

#left 
{   
	font-family:Tahoma;
    font-size:1em;
    color:#ffffff;
    margin-left:20px;
    margin-top:30px;
    margin-bottom:30px;
    width:200px;
    height: 600px;
    float:left;	
}

#leftDefault
{   
	font-family:Tahoma;
    font-size:1em;
    color:#ffffff;
    margin-left:20px;
    margin-top:30px;
    margin-bottom:30px;
    width:200px;
    height: auto;
    float:left;	
}

#blogheader
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	color: #FFFFFF; 
    margin-top:10px;
    padding-left:180px;
    
    }

h1
{
  text-indent:-9999px;
}

h2
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #fff;   
	padding-bottom:10px;  
	z-index:-1000px;
}

h3
{    
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#DBB94F;
	padding-bottom:10px;
	padding-top:20px;
}

p
{
    font-family:Verdana;
    font-size:0.9em;
    color:#ffffff;
line-height: 1.6
}

#footer   
{    
	clear: both;
		
	text-align: center;
	padding-top: 20px;
	font-size: 0.9em;
	color:#ffffff;
	margin-left:10px;
	height:32px;
	width:768px;
	
}

.white
{
    color:#ffffff;
}

.date
{
	font-family:Arial;
	font-size:11px;
	color:#8f8c8c;		
	padding-top:0px;
}

.newsimages {
 float: left;
 margin-right: 10px;
 margin-bottom: 2px;
 margin-top:0px;
 position:relative;
}



img{ border:none;}

#paypal
{
    text-align:right;
}


#menuRightTop   
{
    text-align:right;
    margin-right:5px;
	margin-top:3px;
	
}
#topmenu li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

a {
	text-decoration: none;
	color: #DBB94F;
	font-size:1.2em;
}

a:visited {
	color: #DBB94F;
}
a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: #DBB94F;
}

.commentText
{
    font-family:Verdana;
    font-size:0.7em;
    color:#62c220;
    clear:both;
}

.comments
{
    clear:both;
    font-family:Tahoma;
    font-size:12px;
}

.commentsText
{
    display: none; 
    padding-bottom: 0.5em; 
    color: #00C000;
    font-size: 1.2em; 
    margin: 0 10px;
    letter-spacing: 0px;
    font-family: trebuchet ms, sans-serif;
}

/* Flickr stuff */ 

.list {
	width: 100px;
	color: white;	
	float: left;
	padding: 10px;
}

.list h3
{
    font-size:.8em;
}

#lists {
	/*width: 200px;	*/
}

#leftbar 
{
    float:left;
	font-family: "Helvetica Neue-Light", "Lucida Grande", Arial, sans-serif;
	height: auto;
	width:100px;		
}

#leftbar a {
	text-decoration: none;
	color: white;
}

#leftbar a:hover {
	text-decoration: underline;
}

#leftbar img.photo 
{
      border: 5px solid #c4c8cc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;  
	margin-bottom: 10px;
	
}

