body {
	margin: 0;
	padding: 0;

	font: 14px Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	line-height: 1.5;

	color: #000;
	background-image: url(./images/summer.jpg);
	background-position: center center;
	background-attachment: fixed;
}

/* GLOBAL */

img {
	border: 0;
}

a {
	color: #5991AE;
	text-decoration: none;
}
a strong {
	color: #b0070a;
}
a:hover {
	color: #b0070a;
	text-decoration: underline;
}

.centered {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

.left, .alignleft {
	display: inline;
	float: left;
	width: 600px;
}

.right, .alignright {
	display: inline;
	float: right;
	width: 350px;
}

.clr {
	clear: both;
}

.rss {
	background-image: url(./images/rss.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a {
	color: #5991AE;
}

a:hover {
	color: #b0070a;
}

h1 {
	color: blue;
	font-size: 60px;
	text-shadow: none;
	font-weight: 200;
	margin: 20px 0 0px 0;
	padding: 0;
}

#navigation {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	
	width: 100%;
	height: 30px;
	
	background-color: #161616;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.08, #161616),
	    color-stop(0.60, #5f5f5f)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #161616 8%,
	    #5f5f5f 60%
	);
	
	border-bottom: 1px solid white;
	-moz-box-shadow: 2px 2px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
}

#navigation ul {
	margin-top: 2px;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	float: right;
	padding: 5px 20px 5px 0;
}

#navigation a {
	color: #c1c1c1;
}

#navigation a.current_page {
	color: black;
	background-color: #efefef;
	-webkit-border-radius: 5px;
	padding: 2px 5px 2px 5px;
}

#navigation a.current_page:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
	text-decoration: none;
}

#twitter {
	width: 350px;
	height: 400px;
	overflow: hidden;
	border: 1px solid #dddddd;
}

#twitter h2 {
	text-align: center;
	background-color: #efefef;
	display: block;
	margin: 0;
	padding: 0;
}

#twitter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#twitter li {
	border-top: 1px solid #dddddd;
	padding: 5px;
}

#twitter .visible {
	display: block;
}

#twitter .twimage {
	float: left;
	width: 50px;
	margin: 0 10px 5px 0;
}

#twitter .twcontent {
	float: left;
	width: 265px;
	margin: 0 10px 5px 0;
}
