@charset "utf-8";
/* CSS Document */

/* Body
*********************************************************/

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ccc;
}

img {
	border: 0;	
}

h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
    margin: 0 0 25px 0 !important;
}

h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
    margin: 0 0 25px 0 !important;
}

h3 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 22px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}

/* Content
*********************************************************/

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header{
	width: 850px;
	height: 79px;
	padding: 50px 25px 10px 25px;
}

#logo{
	width: 237px;
	height: 79px;
	float: left;
}

#menu{
	float: right;
	padding-top: 50px;
}

#menu ul{
	list-style-type: none;
}

#menu li{
	font-weight: bold;
	display: inline;
	padding-left: 30px;
	color: #000;
	text-decoration:none;
}

#menu li: hover{
	color: #333;
	text-decoration:none;
}




#content{
	float: left;
}

.column1 {
	width: 247px;
	float: left;
	padding: 25px;
}

.column2 {
	width: 550px;
	float: left;
	padding: 25px;
}

#footerWrapper {
	width: 100%;
	background-color:#333;
	height: 500px;
	float: left;
	margin-top: 30px;
}

#footer {
	width: 900px;	
	margin: 30px auto;
	color: #FFF;
}

.divider{
	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #999;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 0px;	
}

.portfolioThumbail {
	width: 400px;
	height: 400px;
	padding: 25px;
	float: left;	
}

.portfolioThumbnailText {
	padding: 0 25px 0 15px;
}

/* Twitter
*********************************************************/
#twitter_div {	
	overflow: hidden;
}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 12px;
	margin: 0;
	padding: 0;
}
ul#twitter_update_list li { 
	padding: 20px;
	margin-bottom: 10px;
	background-color:#2c2c2c;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
	font-size:12px;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
	font-size:12px;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
	font-size:12px;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
	font-size:12px;
}
#toTop {  
    width:100px;    
        position:fixed; /* this is the magic */  
        bottom:10px; /* together with this to put the div at the bottom*/  
        right:10px;  
        cursor:pointer;  
        display:none; 
} 


