@charset "UTF-8";

/* --- Layout
---------------------------- */
#content .column-left, #content .column-right {
	margin-top: 15px;
}

#content .column-left, #content .column-right,
#icons .column-left, #icons .column-right {
	width: 450px;
	float: left;
	margin-left: 25px;
}
#content .column-right, #icons .column-right {
	margin-left: 30px;
}
#icons .column-left, #icons .column-right {
	margin-top: 20px;
}*/
#welcome, .article {
	/*padding-left: 30px; */
}
#icons {
	clear:both;
}
#footer {
	margin-top: 10px;
	height: 144px;
	overflow:hidden;
}
#footer .column-left {
	width: 440px;
	float:left;
	margin-left: 20px;
}
#footer .column-middle {
	width: 300px;
	float: left;
	padding-top: 10px;
}
#footer .column-right {
	width: 200px;
	float: left;
	padding-top: 10px;
}
#footer #abs-bottom {
	clear: both;
	margin-top: 10px;
}

/* --- Fonts 
---------------------------- */

h2, #content .column-right h3 {
	font-family: "Courier New", Courier, monospace;
	font-family:Verdana, "Lucida Sans", Arial;
}

/* --- Headings 
---------------------------- */

h2 {
	font-size: 3em;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}
#content .column-right h3 {
	font-size: 1.4em;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

/* --- Text 
---------------------------- */
.article, #welcome  {
	font-size: 1.2em;
}
.article .post {
	margin-top: -1em;
}
.article .post .more {
	margin-top: -0.5em;
	text-align: right;
}

/* --- Images 
---------------------------- */

#icons img {
	margin-bottom: 10px;
}
.article .post .more {
	padding-right: 25px;
	background:transparent url(images/arrow_right.png) no-repeat scroll right top;
}