/******Fonts *****************/

@font-face {
font-family: "League_Gothic2";
src: url(League_Gothic.otf); 
}

@font-face {
font-family: "League_Gothic";
src: url("League_Gothic-webfont.eot");
src: url("League_Gothic.otf") format("opentype"),
url("League_Gothic-webfont.woff") format("woff"),
url("League_Gothic-webfont.svg#League_Gothic") format("svg");
}



#logo h1 a{
font-family: League_Gothic, Helvetica, Arial, sans-serif;
font-size-adjust:2.5;
margin-bottom:30px;
margin-top:5px;
text-decoration:none;
color:#666666;

}



#main{
font-family: League_Gothic, Helvetica, Arial, sans-serif;
font-size-adjust:0.75;
}

h1, h2{
font-family: League_Gothic, Helvetica, Arial, sans-serif;
font-size-adjust:0.75;
}


/* ~~~~~~~~~ layout ~~~~~~~~~~ */

#container {
	width: 1040px;
	margin: 20px auto;
	background: #fff;
	padding: 30px;
	overflow: hidden;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
	
	
	
}

/* ~~~~~~~~~ header ~~~~~~~~~~ */

#main-navigation {
	border-bottom: 5px solid #666;
	margin: 20px 0;
}
	#main-navigation ul {
		overflow: hidden;
		width: 100%;
		list-style: none;
		font-size: 1.6em;
	}
		#main-navigation li {
			float: left;
			
		}
			#main-navigation li a {
				background: #999;
				margin: 0 5px 0 0;
				padding: 5px 30px;
				display: block;
				color: #fff;
				text-decoration: none;
				border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
			}
			#main-navigation li.current a {
				background: #666;	
			}
			#main-navigation li a:hover {
				background: #777;	
			}
			
/* ~~~~~~~~~ article ~~~~~~~~~~ */

article {
	width: 100%;
	overflow: hidden;
	
}

section {
	float: left;
	width: 800px;
}
.xxmain {
	text-align:left;
	-moz-column-width: 18em;
	-moz-column-gap: 2em;
	-webkit-column-width: 18em;
	-webkit-column-gap: 2em;	
	
}

.main {
text-align:left;	
-moz-column-count: 2;
-moz-column-gap: 2em;
-webkit-column-count: 2;
-webkit-column-gap: 2em;
	
}

/* ~~~~~~~~~ aside ~~~~~~~~~~ */

aside {
	float: right;
	width: 210px;
}
			
/* ~~~~~~~~~ footer ~~~~~~~~~~ */
			
footer {
	width: 840px;
	margin: 20px auto;
	font-size: 1.4em;
	text-align: right;
}

/******* Twitter *************/
#jstwitter {
    width: 200px;
    font-family: georgia;
    font-size: 15px;
    color: #333333;
    padding: 10px;
}
 
#jstwitter .tweet {
    margin: 0 auto 15px auto;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted #ccc;
}
 
#jstwitter .tweet a {
    text-decoration: none;
    color: #13c9d0;
}
 
#jstwitter .tweet a:hover {
    text-decoration: underline;
}
 
#jstwitter .tweet .time {
    font-size: 10px;
    font-style: italic;
    color: #666666;
}