/* @override http://japaniel.com/blog/wp-content/themes/hightower/style.css */

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group main page */

body {
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0;
	

/* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: #FFFFFF url('images/bg.jpg') repeat-x;
	color: #333;
	text-align: center;
}

#page {
	background-color: #FFFFFF;
	text-align: left;
	background-color: white;
	margin: 10px auto;
	padding: 15px 25px;
	width: 850px;
}

.clear {
	clear: both;
}



/* @group header */

#header {
	width: 312px;
	height: 497px;
	background: #FFF url("images/random/header_image.php") no-repeat right top; //url(images/chelsie_image.jpg)
	padding-right: 3px;
	background-color: #FFF;
	margin: 0 0 0 1px;
	padding: 0;
	height: 497px;
	width: 850px;
}

#header ul li {
	float: left;
	list-style: none;
}

#mainnav {
	background: url(images/chelsie.jpg) no-repeat left top;
	width: 483px;
	height: 287px;
	text-indent: -90000px;
}

#navbuttons {
	text-indent: -9000px;
}

#navebuttons ul {
	margin: 0px;
}

#navbuttons a {
	float: left;
	display: block;
	height: 132px;
	margin-top: 50px;
	padding: 0 5px 0 0;
}

#navbuttons .home {
	background: url(images/home.jpg) no-repeat;
	width: 70px;		
}
#navbuttons .bio {
	background: url(images/bio.jpg) no-repeat;
	width: 65px;		
}

#navbuttons .blog {
	background: url(images/blog.jpg) no-repeat;
	width: 76px;		
}

#navbuttons .forum {
	background: url(images/forum.jpg) no-repeat;
	width: 71px;
	height: 180px;
	margin-top: 0px;		
}

#navbuttons .facebook {
	background: url(images/facebook.jpg) no-repeat;
	width: 71px;
	height: 180px;
	margin-top: 0px;		
}

#navbuttons .news {
	background: url(images/news.jpg) no-repeat;
	width: 62px;		
}
#navbuttons .media {
	background: url(images/media.jpg) no-repeat;
	width: 74px;		
}

#navbuttons .store {
	background: url(images/store.jpg) no-repeat;
	width: 76px;		
}

/* @end */

/* @group sidebar */

#sidebar {
	margin-left: 15px;
	width: 312px;
	float: right;
}

#sidebar li { list-style: none; margin: 0px; padding: 0px;}

#sidebar div {
	margin-bottom: 15px;
}

#sidebar a {
	display: block;
}

#twitter-wrapper {
	background: url(images/twitter.jpg) no-repeat;
	height: 223px;
	width: 312px;
	//text-indent: -9000px;
	display: block;
}

#tweets {
	position: relative;
	padding-top: 100px;
	margin: 0 15px 0 15px;
}


#events-wrapper {
	background: url(images/events.jpg) no-repeat;
	height: 223px;
	width: 312px;
	overflow: hidden;
	//text-indent: -9000px;
}

#events {
	position: relative;
	padding-top: 75px;
	margin: auto;
	text-size: 3em;
}

#events table { width: 28=2px; margin: auto;}



/* @end */

/* @group content */


a {
	text-decoration: none;
	color: #0055AA;
}

a:hover {
	text-decoration: underline;
		
}

h1,h2,h3 {
	font-size: 2.25em;
	margin-bottom: .25em;
	color: #333333;
}

p {
	margin: .75em;
}

small {
	font-size: 1em;
	padding-bottom: 2em;
	font-weight: bold;
}

li { list-style: disc; margin-left: 25px; }

#recent_news { background:transparent url(images/recent_news.jpg) no-repeat scroll 0 0;
display:block;
height:69px;
text-indent:-9000px;
width:473px; 
margin-left: 5px;
margin-bottom: 10px; }

.tag-tweets { list-style: none; }


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter,
.center {
	text-align: center;
}

.entry-content .alignleft,
img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
}
	
.entry-content .alignright,
img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
}
	
.entry-content .aligncenter,
img.center,
img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/* @end */

/* @group footer */



/* @end */




/* @end */


