/* CSS Document */


/** HOME PAGE STYLEs **/


#content2 { 			/* Home page has different background image */
	width: 800px;
	margin: 0;
	background: #FFF url(images/home_back.jpg) repeat-y;
	clear: both;
}


#welcome {
	width:165px;
	background: url(images/welcome_back.jpg) repeat-y;
	padding: 15px 20px;
	margin: 10px 0 0;
}

#welcome h1 {
	font-size: 0.9em;
	color: #444444;
	margin: 0 0 5px;
	font-weight: normal;
}

#centerhome, #tabs, #homecontent  {  /* Controls width for all page containers */
	width: 595px;
}

#tabs {
	height: 270px;
}

#homecontent {
	background: #f7f6f0 url(images/home_contentback.jpg) repeat-x;
}

#centerhome, #homenews, #homeblog, #homeprofile {
	float: left;
	display: inline;
	background: #f7f6f0;
}

#homenews {
	width: 165px;
	margin: 25px 0 0 25px;
	line-height: 1.3em;
}

#homeblog {
	width: 165px;
	margin: 25px 10px 0 10px;
	line-height: 1.3em;
}

#homeprofile {
	width: 171px;
	background: #ecebe7;
	margin: 25px 0 0;
	padding: 12px;
}

#homecontent p {
	font-size: 0.7em;
	color: #333;
	line-height: 1.2em;
}

a.readmorehome {
	color: #000;
	font-weight: normal;
}

a.readmorehome:hover {
	text-decoration: none;
	color: #0083ca;
}

a.bloglink {
	color: #333;
	font-weight: normal;
	margin-top: 2px;
}

a.bloglink:hover {
	text-decoration: underline;
}

h1.bloghd {
	font-size: 0.75em;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	letter-spacing: 0.02em;
	color: #333;
}

h1.profilehd {
	font-size: 0.9em;
	color: #0083ca;
	margin: 0;
	line-height: 1.2em;
}

h2.profilename {
	font-size: 0.6em;
	text-transform: uppercase;
	color: #333;
	margin: 0;
	line-height: 1.2em;
}

h3.profiletitle {
	font-size: 0.7em;
	color: #333;
	margin: 0;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
}

p.bloglines{
	line-height: 1.1em;
	margin: 4px 0 0;
}
