/* Sweetcron Boxy CSS - 08/09/2008

	Table of Contents:
	Reset
	Typography
	Positioning
	Per-Domain Styling
	IE Fixes
	3rd Party
			
*/

/* Reset
---------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* now I'm working with a clean slate! */


/* Main Elements
---------------------------------------------------------------------------------------- */

body {
	background-image: url(images/background-chunky.gif);
	font-family: "Lucida Grande", Arial, Helvetica, sans serif;
}	

h1 {
    color: #fff;
    font-size: 32px;   
}

a {
	color: #3399ff;
}

a:hover {
	color: #003399;
}

div#header {
	width: 980px;
	height: 150px;
    margin: 0 auto;   
    position: relative;
	background-image: url(images/videoburn.png);
	border: 5px solid #00b1ff;
	border-style: none none solid none;	
}

div#header h1 {
	position: absolute;
	top: 40px;
	left: 0;
}

div#header h1 a {
	border: 1px solid #b8dbfe;
	border-style: none none solid none;	
}

div#header h1 a:hover {
	border: 1px solid white;
	border-style: none none solid none;		
}

div#title {
	position: absolute;
	top: 40px;
	left: 0;
}

ul#navigation {
    position: absolute;
    left: 0;
    bottom: 0;
}   

ul#navigation li {
    float: left;
    margin-right:3px;   
    padding-bottom:3px;
}

ul#navigation li a {
	color: #bbb;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 15px;
	background: black;
}

ul#navigation li.current a {
	background: #00b1ff;	
}

ul#navigation li.current a, ul#navigation li a:hover {
	color: white;
}

div#page {
	width: 980px;
	height: 150px;
    margin: 10px auto;   
}

div#pagination_menu {
	width: 980px;
	margin: 10px auto;
	clear: both;
}

div#footer {
	width: 980px;
	margin: 10px auto;
	clear: both;
}


/* Activity Items
---------------------------------------------------------------------------------------- */

.item {
	padding: 10px;
	margin-left: 0;
	margin-top: 10px;
	margin-right: 10px;
	width: 210px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 20px;
	border-bottom-left-radius: 0;
}

.item .site_info {
	font: 12px 'Trebuchet MS',sans-serif;
	padding-bottom: 10px;
}

.item .date {
	font: 12px 'Trebuchet MS',sans-serif;
	padding-top: 10px;
}

div.item.twitter_com {
	background: url(images/twitterback.jpg);	
}

/* IE Fixes (lulz)
---------------------------------------------------------------------------------------- */

body {
	word-wrap: break-word;	
}


/* 3rd Party
---------------------------------------------------------------------------------------- */
