/*  
Theme Name: yaymonday_old
Theme URI: http://yaymonday.com/
Description: The first version of Yay! Monday! on wordpress.
Version: 2.0
Author: Chris Kalani
Author URI: http://chriskalani.com/
*/

@import url("reset.css");

/* The Main Shizzle */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
}
.wrap {
	width: 915px;
	margin: 0 auto;
	position: relative;
}
#top {
	background-color: #fff;
	height: 190px;
}
#top h3 a {
	background: #fff url(/imgs/yay-monday-logo.png) no-repeat scroll left center;
	display: block;
	text-indent: -9999px;
	height: 190px;
	width: 625px;
}
#nav {
	background-color: #191919;
	height: 45px;
}
#nav a { color: #fff; }
#nav a:hover { color: #999; text-decoration: none; }
#nav ul { float: left; padding-top: 12px; }
#nav li { 
	float: left;
	color: #ff007e;
	font-size: 20px;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
}
#nav li.selected a { color: #777; }

#top h2 {
	color: #ff2d72;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 90px;
	padding: 0;
	position: absolute;
	font-family: "Helvetica Neue", Arial, sans-serif;
	top: 42px;
	left: 585px;
}

#content {
	background: #dfdfdf;
	padding: 50px 0 20px 0;
}
#content ul {
	width: 870px;
}
#footer { background: #fff; padding-top: 5px; }
#header, #content ul, #next-prev, .wrap { width: 870px; margin: 0 auto; }
#next-prev {
	color: #464646;
	font-size: 18px;
	padding: 20px 0 30px 0;
	clear: both;
}
#next-prev a { color: #666; }

/* The Text and Fonts */
#header h1, #header h2 {
	display: inline;
	float: left;
	font-size: 75px;
	font-weight: bold;
	font-style: italic;
	padding: 0 15px 0 0;
}
#header h3, #footer h3 {
	color: #6e6e6e;
	font-size: 16px;
	line-height: 45px;
	font-weight: normal;
	padding-bottom: 30px;
	clear: both;
	height: 37px;
}
#header h3 span { background-color: #f6f6f6; }

/* THE LINKS */
a:focus { outline-style: none; }
a, #header h3 a:hover {
	color: #ff007e;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
#header h3 a { text-decoration: none; }
#header h3 a:hover { color: #333; }
#header h1 a {
	display: block;
	background: transparent url(/imgs/yay-monday.png) no-repeat scroll 0 0;
	width: 467px;
	height: 75px;
}
#header h1 a span {
	display: block;
	text-indent: -9999px;
}

/* THE THUMBNAILS */
#content ul li h3 {
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	padding: 4px 5px 5px 5px;
	position: absolute;
	z-index: 1000;
	bottom: 5px;
	left: 5px;
	background-color: #222;
	opacity: 0.9;
}
#content ul li img { border: none; }
#content ul li a img {
	border: solid 5px #fff;
}
#content ul li a:hover img {
	border: solid 5px #fff;
}
#content ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0 14px 14px 0;
	width: 275px;
	height: 210px;
	overflow: hidden;
	list-style-type: none;
}

/* Other Theens */
.clear { clear: both; }
.right {
	float: right;
	padding-right: 17px;
}
.left { float: left; }
.archive h2 {
	font-size: 30px;
	color: #333333;
	margin: 0 0 10px 0;
}
.archive-single {
	float: left;
	height: 255px;
	width: 187px;
	margin: 0 5px 5px 0;
	background-color: #fff;
	padding: 10px;
	color: #666666;
	line-height: 24px;
	font-size: 14px;
}