/* Layout */

#page {
	margin: 60px 0px 60px 60px;
	width: 900px;
}

#main {
	width: 540px;
}

#twitter_div {
	margin-bottom: 1em;
}

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

#twitter_div span {
	display: block;
}

#twitter_div {
	margin-bottom: 3em;
}

/* Big Logo */
h1 { color: #fff; }
h1#logo span {
	display: block;
	font-family: "proxima-nova-1", "proxima-nova-2", Helvetica;
	text-transform: uppercase;
	font-size: 58px;
	font-weight: bold;
	color: #fff;
}

/* Blue Default Style */

body {
	background-color: #27447e;
	background-image: url('/images/blue-glow-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
	color: #fff;
	
	text-shadow: #1e3461 1px 2px 2px;
	font-size: .9em;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	-webkit-transition: all .2s linear;
}

a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

h2, h3 {
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	font-family: "proxima-nova-1", "proxima-nova-2", Helvetica;	
	text-transform: uppercase;
}



img, a img {
	border: 3px solid #000;
}

a:hover img {
	border-color: #fff;
}

div.one-image a {
	border: none !important;
}

a.bookmarklet {
	background-color: #ccc;
	color: #000;
	font-family: 'lucida grande';
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 0px 0px #fff;
	padding: 2px 4px;
	border: none !important;
	border-radius: 3px;
}
