body {
	font: 12px/18px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin:0;
}

#navigation {
	background:#eee;
	border-bottom:1px solid #ddd;
	padding:8px 12px;
}

#login {
	float:right;
}

a {
	color:#37a;
	text-decoration:none;
}

a:hover {
	color:#b30;
	text-decoration:underline;
}

.welcome h1 {
	background:url('/images/top_logo.png');
	width:640px;
	height:120px;
}

.welcome h1 span {
	display:none;
}

#container {
	margin:80px auto;
	width:640px;
}

#content {
	padding:0 8px;
}

h2 {
	color:#345470;
	font-size:42px;
	font-weight:bold;
	font-family:Helvetica, Arial;
	margin:20px 0;
}

p#info {
	margin:20px 0;
	font:19px/25px Helvetica, Arial;
	color:#444;
}


/* Welcome page icons */

#shortcuts {
	list-style:none;
	margin:30px 0 10px 0;
	padding:0;
	width:680px;
	height:132px;
}

#shortcuts li {
	display:block;
	background:url('/images/button_bg.png') no-repeat;
	width:152px;
	height:108px;
	float:left;
	padding-top:24px;
	font-size:16px;
	margin-left:-5px;
	margin-right:13px;
}

#shortcuts li a {
	display:block;
	width:152px;
	padding-top:66px;
	text-align:center;
	margin:0 auto;
	padding-bottom:4px;
	color:#4C657D;
	outline:none;
}

#shortcuts li a:hover {
	color:#943D2C;
}

#shortcuts li.studio a {
	background:url('/images/button_icons/studio.png') no-repeat 37px top;
}

#shortcuts li.shop a {
	background:url('/images/button_icons/shop.png') no-repeat 52px top;
}

#shortcuts li.learn a {
	background:url('/images/button_icons/learn.png') no-repeat center 8px;
}

#shortcuts li.blog a {
	background:url('/images/button_icons/blog.png') no-repeat center 6px;
}


#shortcuts li.studio a:hover {
	background:url('/images/button_icons/studio_hover.png') no-repeat 37px top;
}

#shortcuts li.shop a:hover {
	background:url('/images/button_icons/shop_hover.png') no-repeat 52px top;
}

#shortcuts li.learn a:hover {
	background:url('/images/button_icons/learn_hover.png') no-repeat center 8px;
}

#shortcuts li.blog a:hover {
	background:url('/images/button_icons/blog_hover.png') no-repeat center 6px;
}



#footer {
	clear:both;
	border-top:1px solid #eee;
	text-align:center;
	padding:8px 10px;
	font:10px Verdana;
	color:#666;
	margin-top:30px;
}

.id_picture {
	float:left;
	margin-right:10px;
}

div.error, div.notice {
	padding:2px 4px;
}

div.error {
	color:#b00;
	background:#FFEEEE;
}

div.notice {
	color:#BA9E2B;
	background:#FDF7E6;
}

/* learn */

.learn_pages .intro {
	color:#555;
	font-size:15px;
	line-height:24px;
}

.learn_pages h1, h2, h3, h4 {
	color:#345470;
	font-weight:bold;
	font-family:Helvetica, Arial;
}

.learn_pages h1 {
	font-size:34px;
	padding-top:4px;
	margin:0 0 20px 0;
}

.learn_pages p {
	margin:.6em 0;
}

.learn_pages p img {
	margin:.6em 0;
}

.learn_pages h2 {
	font-size:24px;
	margin:1.6em 0 .8em 0;
}

.learn_pages h3 {
	font-size:17px;
	margin:1em 0 .4em 0;
}

#learn_pages_list {
	list-style:none;
	padding:0;
	margin:30px 0;
}

#learn_pages_list li {
	margin-bottom:26px;
}

#learn_pages_list h2 {
	font-size:24px;
	margin:0;
}

.errorExplanation {
	background-color:#edd;
	padding:16px;
}

.errorExplanation h2 {
	font-size:16px;
	color:#944;
	margin:0;
}

.errorExplanation ul {
/*	list-style:none;*/
	padding-left:20px;
	margin:0;
}

#back {
	margin-top:20px;
}

#more {
	list-style:none;
	padding:0;
	font-size:10px;
	padding:6px 8px;
	background:#E4EAED;
	margin:2em 0 1em 0;
}

#more span {
	font-weight:bold;
}

#more li {
	display:inline;
	border-right:1px solid #999;
	padding:0 6px;
}

#more li:last-child {
	border-right:none;
}

#learn_page_description {
	width:400px;
	height:100px;
}