/*

SM2010

01 body / links
02 global layout
03 front page
04 project pages
05 profile page

*/



/* 
01 body and links 
*/

body {
	font:11px "Lucida Grande", sans-serif;
	color:#4160f3;
	margin:0px;
	background-color: #d6ddff;
}

a:link { color:#4160f3; text-decoration:none; outline:none; }
a:visited { color:#4160f3; text-decoration:none; outline:none; }
a:hover { color:#333333; text-decoration:none; outline:none; }
a:active { color:#4160f3; text-decoration:none; outline:none; }

.nav a:link { color:#4160f3; text-decoration:none; outline:none; }
.nav a:visited { color:#4160f3; text-decoration:none; outline:none; }
.nav a:hover { color:#333333; text-decoration:none; outline:none; }
.nav a:active { color:#4160f3; text-decoration:none; outline:none; }

a img { border:0px; }

.header a:link, a:visited { color:#4160f3; text-decoration:none; }
.header a:hover, a:active { color:#333333; text-decoration:none; }


/* 
02 global layout
*/

.header {
	width:800px;
	margin:0 auto;
	height:30px;
	padding:20px 0px 25px 0px;
	border-bottom:3px solid #4160f3;
	line-height:1.6;
	font:14px "Georgia", serif;
}

.header-left {
	width:300px;
	float:left;
	padding-top: 24px;
}

.header-right {
	padding-top:24px;
	float:right;
	width:300px;
	text-align:right;
}

.footer {
	width:800px;
	margin:0 auto;
	text-align:left;
	padding:20px 0px 40px 0px;
	font-size:10px;
	color:#4160f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4160f3;
}

.content {
	width:800px;
	margin:0 auto;
	padding: 30px 0px 30px 0px;
}

.logo {
	position:relative;
}

.announce {
	width:800px;
	margin:0 auto;
	border-bottom:1px solid #4160f3;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.nolink {
color:#999;
}



/* 
03 home
*/

.column12 {
	width:260px;
	float:left;
	line-height:1.6;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.column3 {
	width:260px;
	float:right;
	line-height:1.6;
}

.work {
	width:260px;
	margin-bottom:35px;
	text-align:center;
	line-height:1.6;
}



/* 
04 projects
*/

.nav {
	width:800px;
	padding:15px 0px 15px 0px;
	border-bottom:1px solid #4160f3;
	margin:0 auto;
	text-align:left;
}

.nav-footer {
	width:800px;
	padding:15px 0px 15px 0px;
	border-top:1px solid #4160f3;
	margin:0 auto;
	height: 14px;
}

.nav-footer-left {
	width:300px;
	float:left;
}

.nav-footer-right {
	float:right;
	width:300px;
	text-align:right;
}

.box800-500 { 
	width:800px
	height:500px
	float:left
	margin:5px 0px 30px 0px;
}

.box520 {
	width:520px;
	margin:20px 40px 30px 0px;
	line-height:1.6;
	float:left;
}

.box520-right {
	width:520px;
	margin:0px 0px 30px 0px;
	line-height:1.6;
	float:right;
}

.box240 {
	width:240px;
	margin:0px 40px 30px 0px;
	line-height:1.6;
	float:left;
}

.project-column2 {
	width:520px;
	float:right;
	margin:30px 0px 30px 0px;
	line-height:1.6;
}

.divider {
width:800px;
border-top:1px dotted #4160f3;
height:1px;
float:left;
margin-bottom:30px;
}

.divider2 {
width:770px;
border-top:1px dotted #4160f3;
height:1px;
float:left;
margin-bottom:25px;
}




/* 
05 profile
*/

.profile-content {
	width:800px;
	margin:0 auto;
	padding: 0px 0px 30px 0px;
}

.profile-column1 {
	width:240px;
	margin:30px 40px 30px 0px;
	float:left;
	line-height:1.6;
}

.profile-column2 {
	width:520px;
	height:520px;
	float:right;
	line-height:1.6;
}

