body {
	font: 0.8em 'Segoe UI', 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #222;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}		

a,
a:link,
a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #555;
}

a:hover,
a:active {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #555;
}
		
div#container {
	margin: 0;
	width: 100%;
}

div.wrapper {
	width: 900px;
	margin: auto auto;
	padding-right: 20px;
}

div#header {
	background: url(../images/head.png) top left repeat-x;
	height: 70px;
}

div#header a#logo,
div#header a#logo:link,
div#header a#logo:visited {
	float: left;
	width: 250px;
	height: 70px;
	background: url(../images/logo_menu.png) top left no-repeat;
	border: none;
}

div#header a#logo:hover,
div#header a#logo:active {
	background-position: bottom left;
}

div#header h1 {
	display: none;
}

div#header div#menu {
	float: right;
	margin-top: 20px;
}
				
div#header div#menu a.portfolio {
	background: url(../images/menu/portfolio.png) top left no-repeat;
	height: 30px;
	width: 77px;
}

div#header div#menu a.about {
	background: url(../images/menu/about.png) top left no-repeat;
	height: 30px;
	width: 58px;	
}

div#header div#menu a.contact {
	background: url(../images/menu/contact.png) top left no-repeat;
	height: 30px;
	width: 69px;	
}

div#header div#menu a {
	margin: 0 0 0 40px;
	border: 0;
	float: left;
}

div#header div#menu a:hover,
div#header div#menu a:active {
	background-position: bottom left;
}

div#header div#menu a span {
	display: none;
}

div#highlight {
	height: 55px;
	background: #181818 url(../images/new_highlight.png) top left repeat-x;
}

div#highlight img {
	float: left;
	background: url(../images/new_highlight_separator.png) right no-repeat;
	padding-right: 20px;
	margin: 3px 20px 0 8px;
}

div#highlight p {
	float: left;
	margin: 13px 0 0 0;
	padding: 0;
}

div#highlight p a {
	border-bottom-color: #395dbd;
}

div#content {
	padding: 15px 0 25px 33px;
	overflow: hidden;
	background: #181818;
}

div#content div#sidebar {
	float: right;
	width: 200px;
	margin-left: 20px;
}

div#content div#sidebar div.item,
div#content div#sidebar ul li {
	margin-bottom: 30px;
}

div#content div#sidebar div.item h2 img,
div#content div#sidebar ul li h2 img {
	margin-bottom: -6px;
}
	
div#content div#sidebar div.item h2,
div#content div#sidebar ul li h2 {
	margin: 0;
	padding: 0;
	background: url(../images/h2_bottom.png) bottom left no-repeat;
}

div#content div#sidebar div.item h2 span,
div#content div#sidebar ul li h2 span {
	display: none;
}

div#content div#sidebar div.item h2 a,
div#content div#sidebar div.item h2 a img {
	border: 0;
}

div#content div#sidebar div.item div,
div#content div#sidebar ul li div {
	padding: 4px 0 7px 6px;
	
}

div#content div#sidebar div.item div span.description {
	color: #888;
	display: block;
}


div#content div#sidebar div.item div span.sub {
	color: #555;
	display: block;
}

div#content div#sidebar div.item ul.submenu {
	list-style: none;
	margin: 0;
	padding: 4px 0 7px 4px;
}

div#content div#sidebar div.item ul.submenu li {
	margin: 0;
	padding: 0;
}

div#content div#sidebar div.item ul.submenu li a,
div#content div#sidebar div.item ul.submenu li a:link,
div#content div#sidebar div.item ul.submenu li a:visited {
	display: block;
	width: 186px;
	padding: 4px;
	border-bottom: 1px solid #2b2b2b;
}

div#content div#sidebar div.item ul.submenu li a:hover,
div#content div#sidebar div.item ul.submenu li a:active {
	border-bottom: 1px solid #4b4b4b;
}


div#content div#left {
	float: left;
	width: 660px;
}

div#content div#left h2 {
	background: url(../images/header_bottom.png) bottom left no-repeat;
	margin: 0 0 2px;
	padding: 0;
}

div#content div#left h2 span {
	display: none;
}

div#content div.wrapper h2 {
	background: url(../images/full_header_bottom.png) bottom left no-repeat;
	margin: 0;
	padding: 0;
}

div#content div.wrapper h2 span {
	display: none;
}

div#content div#left h2 img,
div#content div.wrapper h2 img {
	margin-bottom: -6px;
}

div#twitter {
	height: 125px;
	padding: 10px 0;
	background: #181818 url(../images/home/twitter.png) top left repeat-x;
}

div#twitter div.title {
	width: 120px;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
}

div#twitter div.title a {
	border: 0;
}

div#twitter div.title a.username {
	color: #aaa;
	margin-left: 2px;
}

div#twitter div.tweet {
	width: 155px;
	height: 120px;
	color: #bbb;
	background: url(../images/home/twitter_separator.png) left center no-repeat;
	padding: 5px 15px 5px 25px;
	display: table-cell;
	vertical-align: middle;
}

div#twitter div.tweet span.sub {
	color: #666;
}

div#twitter div.two {
	opacity: 0.75;
}

div#twitter div.three {
	opacity: 0.5;
}

div#twitter div.four {
	opacity: 0.25;
}

div#footer {
	background: url(../images/new_footer.png) top left repeat-x;
	margin-bottom: 0;
}

div#footer p#copyright {
	color: #434243;
	font-size: 0.9em;
	padding: 10px;
	text-align: center;
	margin: 0;
}

div#footer p#copyright a,
div#footer p#copyright a:link,
div#footer p#copyright a:visited {
	color: #434243;
	border-bottom: 1px dotted #434243;
}

div#footer p#copyright a:hover,
div#footer p#copyright a:active {
	color: #434243;
	border-bottom: 1px solid #434243;
}

/* Generic elements */
div.links {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.links a,
div.links a:link,
div.links a:visited {
	margin: 10px;
	float: left;
}


div.gallery {
	overflow: hidden;
}

div.gallery a,
div.gallery a:link,
div.gallery a:visited {
	border: 1px solid #666;
	padding: 0;
	margin: 2px;
	float: left;
	height: 222px;
}

div.gallery a:hover,
div.gallery a:active {
	border: 1px solid #fff;
}

div.gallery a img {
	border: 1px solid #000;
}

div#content div.featured {
	overflow: hidden;
}

div#content div.featured a,
div#content div.featured a:link,
div#content div.featured a:visited {
	border: 1px solid #666;
	padding: 0;
	margin: 2px;
	float: left;
}

div#content div.featured a:hover,
div#content div.featured a:active {
	border: 1px solid #fff;
}

div#content div.featured a img {
	border: 1px solid #000;
}

div#content div.featured div.large a {
	height: 200px;
}

div#content div.featured div.small a {
	height: 122px;
}

div#content div.portfolio div.item {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../images/full_header_bottom.png) bottom left no-repeat;
}

div#content div.portfolio div.item:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

div#content div.portfolio div.item a {
	border: 0;
}

div#content div.portfolio div.item a.thumbnail,
div#content div.portfolio div.item a.thumbnail:link,
div#content div.portfolio div.item a.thumbnail:visited {
	border: 1px solid #666;
	padding: 0;
	margin-right: 10px;
	float: left;
	height: 102px;
}

div#content div.portfolio div.item a.thumbnail:hover,
div#content div.portfolio div.item a.thumbnail:active {
	border: 1px solid #fff;
}

div#content div.portfolio div.item a.thumbnail img {
	border: 1px solid #000;
}

div#content div.portfolio div.item h2 {
	background: #181818;
	font-size: 2.2em;
}

div#content div.portfolio div.item h2 a:hover {
	color: #eee;
}

div#content div.portfolio div.item p {
	font-size: 1.2em;
	margin: 3px 0 5px 0;
}

div#content div.portfolio div.item a.more {
	background: #232323 url(../images/arrow.png) right 7px no-repeat;
	padding: 6px;
	padding-right: 24px;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#content div.portfolio div.item a.more:hover,
div#content div.portfolio div.item a.more:active {
	background-color: #2a2a2a;
}

div.portfolio_highlight {
	width: 100%;
	height: 774px;
	background-repeat: no-repeat;
	background-position: top left;
}

div.portfolio_information {
	padding-top: 14px;
}

div.portfolio_information p {
	text-align: justify;
}

div#content div.portfolio_information div.item ul#statistics {
	margin: 0;
	padding: 7px 0 7px 24px;
}

div#content div.portfolio_information div.item ul#statistics li {
	margin: 0 0 10px 0;
	padding: 0;
}

div.portfolio_gallery {
	padding-top: 5px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

form {
	margin: 0;
	font-size: 0.9em;
	color: #777;}

form div {
	margin-bottom: 10px;
	overflow: hidden;
}

form div label {
	margin-left: 10px;
}

form div.submit {
	padding-right: 6px;
	text-align: right;
}

form input[type=text] {
	background: #262626 url(../images/form.gif) top left repeat-x;
	padding: 5px;
	font: 1.2em 'Segoe UI', 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #f3f3f3;
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form textarea {
	background: #262626 url(../images/form.gif) top left repeat-x;
	padding: 5px;
	font: 1em 'Segoe UI', 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #f3f3f3;
	width: 98%;
	height: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form input[type=submit] {
	font: 1.2em 'Segoe UI', 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	background: #141313 url(../images/form-submit.gif) top left repeat-x;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form input[type=submit]:hover {
	background: #201f1f url(../images/form-submit-hover.gif) top left repeat-x;
	cursor: pointer;
}

.hide {
	display: none;
}

img {
	border: 0;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.8;
}

p.indent {
	padding-left: 5px;
}

.alert, .error {
	background: #530000;
	border: 1px solid #1f0000;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.alert em,
.error em {
	font-weight: bold;
	font-style: normal;
	color: #d82d2d;
}

.success {
	background: #14301a;
	border: 1px solid #1a3e22;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
