/* This document contains all the styling for the page layout */

a{
	outline: none;
}
img{
	border: 0px;
}
body{
	background-image: url('images/bgMain.jpg');
	background-repeat: repeat-x;
	background-color: #3e4249;
	color: white;
	font-family: Arial;
	font-size: 14px;
}
.mainContain{
	width: 857px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px auto;
}
.fullDivider{
	width: 877px;
	height: 1px;
	margin: 0px auto;
	padding-top: 10px;
	border-bottom: 1px solid #5b616b;
}
.mainSpace{
	clear: both;
	height: 32px;
}
.contentLeft{
	float: left;
	width: 647px;
	margin-right: 10px;
}
.contentRight{
	float: left;
	width: 200px;
}
#topSpace{
	height: 58px;
}
#twitterList p{
	background-image: url('images/sidebarBG.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	display: block;
}
.sidebarTitle{
	font-size: 18px;
	margin-left: 4px;
}

.sidebarBlock{
	width: 200px;
	margin: 0px;
	float: left;
}

.sidebarHeader{
	height: 32px;
	background-image: url('images/sidebarHeader.png');
	background-repeat: no-repeat;
	margin-bottom: 0px;
	color: #bdc2cc;
	line-height: 32px;
	padding-left: 10px;
}
.sidebarFooter{
	height: 14px;
	background-image: url('images/sidebarFooter.png');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #bdc2cc;
}

.sidebarBlock ul{
	background-image: url('images/sidebarBG.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.sidebarBlock li{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.sidebarBlock li a{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
.sidebarBlock li a:hover{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #3e4249;
	background-color: #d9e7ff;
}

.twitterTitle{
	display: block;
	color: #bdc2cc;
	font-size: 12px;
}
.twitterText{
	font-size: 12px;
}
.twitterTime{
	display: block;
	font-size: 10px;
	padding-top: 4px;
	color: #bdc2cc;
}
.twitterFollow{
	text-align: center;
}
.portfolioItem{
	padding-bottom: 48px;
	width: 615px;
}
.portfolioListDescription{
	display: block;
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #bdc2cc;
}
.portfolioParagraph{
	text-align: justify;
	padding-top: 10px;
}
#footer{
	text-align: center;
	font-size: 10px;
	color: #bdc2cc;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #5b616b;
	border-bottom: 1px solid #5b616b;
	width: 857px;
	margin: 0px auto;
	clear: both;
}
input{
	display: block;
	margin-bottom: 20px;
}
textarea{
	margin-bottom: 20px;
}
.contactField{
	width: 600px;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #000000;

}
.messageField{
	width: 600px;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #000000;
}
input:focus, textarea:focus{
	background-color: #eaf9ff;
}
label{
	display: block;
	font-size: 14px;
	color: #bdc2cc;
}
.sendButton{
	background:url(images/sendButton.png) repeat-x left top;	
	background-position: 0px 0px;
	border: 0px none;
	width: 110px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.sendButton:hover{
	background:url(images/sendButton.png) repeat-x left top;	
	background-position: 0px -20px;
	border: 0px none;
	width: 110px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.sendButton:active{
	background:url(images/sendButton.png) repeat-x left top;	
	background-position: 0px -40px;
	border: 0px none;
	width: 110px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
