@charset "utf-8";
/* CSS Document */


/*.............Portfolio Page...................*/

h1 {
	font-size:18px;
	margin:10px;
	color:#FFF;
}

h2, h4 {
	font-size:14px;
	margin:10px;
	color:#FFF;
}

h3 {
	font-size:16px;
	margin-bottom:10px; 
	color:#FFF;
}

h4 {
	clear:left;
}


hr {
	color:#FFF;
	background-color:#FFF;
	height:1px;
	width:620px;
	margin-left:10px;
}


#banner_box {
	width:900px; height:60px;
	margin:30px;
	background-image:url(../images/banners/temp_articles.jpg);
}

.banner_text {
	float:right;
}

#banner_box img {
	float:left;
	margin-left:10px; margin-top:5px; margin-right:40px;
}

#article_box {
	width:640px; height:100%;
	margin-left:30px; margin-bottom:30px;
	background-color:#3e3e3e;
	float:left;
}

#article_top {
	background-image:url(../images/box/top640.png);
}

#article_bottom {
	background-image:url(../images/box/bottom640.png);
}

#links_box {
	width:230px; height:100%;
	margin-left:30px; margin-right:30px; margin-bottom:30px;
	background-color:#3e3e3e;
	overflow:hidden;
}

#links_box_top {
	background-image:url(../images/box/article_sidebox_top.png);
}

#links_box_bottom {
	background-image:url(../images/box/article_sidebox_bottom.png);
}

#share_button {
	margin-left:52px;
}

