@charset "utf-8";
@import 'blog.css';
@import 'form.css';
@import 'portfolio.css';
@import 'resume.css';
@import 'sitemap.css';
@import 'testimonials.css';
@import 'twitter.css';
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	color:#717edc;
	margin:0px 0px 15px 0px;
	padding:0px;
}

h1 {
	font-size:25px;
	line-height:30px;
}

h2 {
	font-size:18px;
	line-height:23px;
}

a {
	color:#717edc;
	text-decoration:none;
}

a:hover {
	color:#B3BBEF;
}

div.wrapped {
	width:1000px;
	margin:0px auto;
}

div#top-header {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/top-header.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:105px;
}

div#top-header div#menu {
	text-align:right;
	padding-top:80px;
}

div#top-header div#menu span.link {
	padding-top:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

div#top-header div#menu span.link a {
	color:#ffffff;
	text-decoration:none;
}

div#top-header div#menu span.link a:hover  {
	color:#717edc;
	text-decoration:none;
}

div#bottom-header {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bottom-header.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:200px;
	border-bottom:1px solid #ffffff;
}

div#bottom-header div#logo {
	float:left;
	width:200px;
}

div#bottom-header div#slogan {
	float:left;
	width:770px;
	text-align:right;
	padding-right:30px;
	margin-top:40px;
}

div#bottom-header div#slogan div.definition {
	font-size:30px;
	color:#717edc;
}

div#bottom-header div#slogan div.description {
	font-size:20px;
}

div#main {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	overflow:auto;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#ffffff;
	border-top:1px solid #D4D9FF;
}

div#main div#left-column {
	float:left;
	width:435px;
}

div#main div#right-column {
	float:left;
	width:550px;
	margin-left:15px;
}

div#recent-design {
	clear:both;
	overflow:auto;
	background-color:#ffffff;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #d4d9ff;
}

div#recent-design div.project-banner {
	float:left;
	width:435px;
	height:111px;
	background-image:url(../images/portfolio/background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div#recent-design div.project-info {
	float:left;
	width:550px;
	margin-left:15px;
}

div#recent-design div.project-info div.project-title {
	color:#717edc;
	font-size:18px;
	font-weight:bold;
	height:23px;
	line-height:23px;
}

div#recent-design div.project-info div.project-title a {
	text-decoration:none;
}

div#recent-design div.project-info div.project-description {
	font-size:12px;
	line-height:20px;
}

div#subfooter {
	clear:both;
	background-color:#e7eaff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #ffffff;
	overflow:auto;
}

div#subfooter div#recent-posts {
	float:left;
	width:310px;
}

div#subfooter div#recent-posts div.blog-post div.post-title {
	font-size:12px;
	line-height:19px;
}

div#subfooter div#recent-posts div.blog-post div.post-date {
	color:#4d4d4d;
}

div#subfooter div#recent-posts div.blog-post div.post-content {
}

div#subfooter div#social {
	float:left;
	width:200px;
	margin-left:50px;
}

div#subfooter div#social div.social-network {
	clear:both;
	overflow:auto;
	margin-bottom:10px;
}

div#subfooter div#social div.social-network div.network-icon {
	float:left;
	width:24px;
	height:24px;
}

div#subfooter div#social div.social-network div.network-icon a img {
	border:0px;
}

div#subfooter div#social div.social-network div.network-name {
	float:left;
	margin-left:18px;
	width:150px;
	line-height:24px;
}

div#subfooter div#about-me {
	float:left;
	width:390px;
	margin-left:50px;
}

div#footer {
	clear:both;
	background-image:url(../images/footer.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000000;
	height:200px;
	border-top:5px solid #4d4d4d;
	color:#717edc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	padding-top:15px;
}

div#footer div#copyright {
	float:left;
	width:350px;
}

div#footer div#site-links {
	float:left;
	width:650px;
	text-align:right;
}

div#footer div#site-links span.link {
	margin-left:3px;
	margin-right:3px;
}

div#footer div#site-links span.link a {
	text-decoration:none;
}