/* @override http://127.0.0.1:8001/media/static/css/main.css */

body{
	background-color: #515155;
	text-align:center;
	font-family: verdana;
	font-size: 11px;
	color: #1c1b20;
	cursor: default;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

img
{
	border: 0;
}

a
{
	color: #a2be2d;
}

p
{
	margin:0;
	padding:0;
	margin-bottom: 7px;
}

#container
{
	margin: auto;
	width: 791px;
	padding: 0;
	border-left: 1px solid #626166;
	border-right: 1px solid #626166;	
	text-align: left;
}

#menu
{
	margin: 0px;
	padding-top: 28px;
	padding-bottom: 10px;
	height: 97px;
}

.menuItem, .menuItemSelected
{
	border: 1px solid #626166;
	float: left;
	width: 105px;
	height: 105px;
	margin-left: 42px;
	text-align: right;
	cursor: pointer;
}

.menuItemSelected
{
	background-color:#f78f1e;	
}

.menuItemText, .menuItemLogo
{
	padding-top: 88px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica;
	margin-right: 7px;
}

.menuItemLogo
{
	padding: 0;
	height: 105px;
	width: 105px;
	background-image: url(../images/logo.gif);
}

#main
{
	clear: both;
	margin: 0;
	margin-top: 14px;
	border-top: 1px solid #f78f1e;
}

#footer
{
	padding-top: 7px;
	clear: both;
	border-top: 1px solid #626166;
	text-align: center;
	height: 21px;
}

#leftColumn, #rightColumn
{
	width: 405px;
	float: left;
	margin-top: 14px;
	margin-left: 42px;
	margin-bottom: 14px;
}

#rightColumn
{
	width:  256px;
}

.columnHead
{
	border: 1px solid #626166;
	height: 28px;
	text-align: right;
	margin-bottom: 7px;
}

.columnHead a
{
	text-decoration: none;
}


.columnHeadText, .columnHeadText a
{
	color: #f78f1e;
	margin-top: 11px;
	margin-right:7px;
}

.columnHeadText a
{
	margin: 0;
}

.columnText
{
	text-align: justify;
	clear:both;
}

.columnSpacer
{
	height: 7px;
}

.frontpageBlogPost
{
	border: 1px solid #626166;
	margin-bottom: 7px;
	width:403px;
}

.frontpageBlogPostTitle
{
	font-size: 21px;
	margin-left: 7px;
	margin-top: 1px;
	color: #a2be2d;
}

.frontpageBlogPostAuthor
{
	margin-left: 7px;
	float: left;
	font-style: italic;
}

.frontpageBlogPostDate
{
	margin-left: 7px;
	float: left;
	font-style: italic;
}

.frontpageBlogPostText
{
	padding: 7px;
	clear: both;
}

.orangeText
{
	color: #f78f1e;
}

.greenText
{
	color: #a2be2d;
}

.indent
{
	margin-left:7px;
}

#projectMainPhoto
{
	margin-bottom: 14px;
}

.projectThumbPhoto
{
	float:left;
	width: 135px;
	margin:0;
	padding:0;
}

.projectSelect
{
	width:256px;
	margin-bottom:7px;
}

#profileImage
{
	background-image: url(../images/logoLarge.jpg);
	width: 405px;
	height: 500px;
	background-repeat: no-repeat;
	border: 0;
	margin-top: 5px;
}

select
{
	width: 400px;
	background-color: #626166;
	color: #fff;
	border: 1px solid #626166;
}

.contactSpacer
{
	height: 49px;
}

.clientName
{
	float:left;
}

.clientLink
{
	float: right;
	text-align: right;
}

.categoryHeader
{
	clear: left;
	width:405px;
	height: 270px;
}


.categoryTitle
{
	color: #a2be2d;
	margin-left:7px;
	padding-top: 28px;
}

.profileLinks
{
	font-size: 21px;
	text-decoration: none;
}



