/*

Zangaroa Press Room theme
name: Zangaroa Press Room  
designer: Dennis Wyman  
designer_url: http://www.zangaroa.com/ 
layouts: layout-wt
*/

/* Page Wrapper -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url("bg_body.png") repeat-y center top;
	font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #000000;
}

a, a:link, a:visited, a:active {
	color: #315774;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 964px;
	position: relative;
}

#container-inner {
	padding: 0 0 0 0;
	background: transparent url("bg_content.png") repeat-y center top;
}


/* Header -------------------------------------------------- */

#header {
	display: block;
	clear: both;
	width: 964px;
	height: 134px;
	background: transparent url("bg_header.png") no-repeat left top;
}

	#header h1 {
		width: 440px;
		height: 100px;
	}

	#header h1 * {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -5000em;
	}

#headerNavbarLeft {
	position: absolute;
	top: 114px;
	margin-left: 200px;
	color: #315774;
	text-align: right;
}

#headerNavbarRight {
	position: absolute;
	top: 114px;
	left: 50%;
	margin-left: 18px;
	color: #FFFFFF;
}

	#headerNavbarLeft *,
	#headerNavbarRight * {
		font-size: 12px;
		font-weight: bold;
	}
	
	#headerNavbarLeft a , #headerNavbarLeft a :link, #headerNavbarLeft a :visited, #headerNavbarLeft a :active {
		color: #315774;
		text-decoration: none;
	}
	
	#headerNavbarRight a , #headerNavbarRight a :link, #headerNavbarRight a :visited, #headerNavbarRight a :active	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#headerNavbarLeft a:hover {
		color: #315774;
		text-decoration: underline;
	}
	
	#headerNavbarRight a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

#buttonCorp a {
	background-position: 0 0;
	background-image: url("button-corp.png");
	position: absolute;
	width: 110px;
	height: 71px;
	display: block;
	text-indent: -5000em;
	top: 31px;
	left: 50%;
	margin-left: 103px;
}

	#buttonCorp a:hover {
		background-position: 0 -79px;
	}

#buttonBlog a {
	background-position: 0 0;
	background-image: url("button-blog.png");
	position: absolute;
	width: 110px;
	height: 71px;
	display: block;
	text-indent: -5000em;
	top: 31px;
	left: 50%;
	margin-left: 222px;
}
	
	#buttonBlog a:hover {
		background-position: 0 -79px;
	}
	
#buttonForums a {
	background-position: 0 0;
	background-image: url("button-forums.png");
	position: absolute;
	width: 110px;
	height: 71px;
	display: block;
	text-indent: -5000em;
	top: 31px;
	left: 50%;
	margin-left: 341px;
}

	#buttonForums a:hover {
		background-position: 0 -79px;
	}

/* Content Wrapper -------------------------------------------------- */

#content {
	padding: 0;
}


/* Right Column -------------------------------------------------- */

#beta {
    position: relative;
    float: right;
    width: 250px;
	height: 100%; 
}


/* Left Column -------------------------------------------------- */

#alpha {
    position: relative;
    float: left;
    width: 714px;
}

#alpha-inner {
    padding: 10px 15px 20px 25px;
}


/* Footer -------------------------------------------------- */

#footer {
	display: block;
	clear: both;
	width: 964px;
	height: 111px;
	background: transparent url("bg_footer.png") no-repeat center top;
	padding: 0;
	margin: 0;
}

#subfooter {
	display: block;
	clear: both;
	width: 964px;
}


/* Page Content -------------------------------------------------- */

#alpha h1 {
	margin: 0 0 20px 0;
	text-align: center;
}

#alpha h2 {
	text-align: left;
}
	
#alpha p {
	margin: 0 0 1.5em 0;
	text-align: justify;
}

#alpha .postDetails {
	font-size: 11px;
	text-align: left;
	font-style: italic;
	border-top: 1px solid #99ABC1;
	border-bottom: 1px solid #99ABC1;
	padding: 1px 0 1px 0;
	margin: 5px 0 0 0;
}
	
#alpha .postSummary {
	text-align: justify;
	padding: 10px 0 25px 0;
	margin: 0;
}

#alpha .postReadMore {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding: 0 0 30px 0;
	margin: 0;
}

#alpha .postFull {
	text-align: justify;
	padding: 10px 0 10px 0;
	margin: 0;
}

#alpha .postCategories, #alpha .postTags {
	font-size: 11px;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}

/* Contact Form */

#content .contact table, #content .contact small {
	margin: 0 0 0 20px;
}
	#content .contact td {
		padding: 3px;
	}


/* Common Widget CSS -------------------------------------------------- */

#widgetAbout,
#widgetContact,
#widgetRecentEntries,
#widgetSyndicate
{
	margin: 0 0 15px 0;
}

	#widgetAbout h2,
	#widgetContact h2,
	#widgetRecentEntries h2
	{
		font-family: verdana, sans-serif, sans-serif;
		border-bottom: 1px solid #99ABC1;
		margin: 0 14px 5px 0;
		padding: 4px 5px 5px 2px;
		font-size: 14px;
		font-weight: bold; 
		text-align: left;
	}
	
	#widgetAbout li,
	#widgetContact li,
	#widgetRecentEntries li,
	#widgetSyndicate li
	{
		font-size: 11px;
		list-style: none;
		padding: 2px 23px 2px 10px;
		font-weight: bold;
	}

		#widgetAbout li a, #widgetAbout li a:link, #widgetAbout li a:active, #widgetAbout li a:visited,
		#widgetContact li a, #widgetContact li a:link, #widgetContact li a:active, #widgetContact li a:visited,
		#widgetRecentEntries li a, #widgetRecentEntries li a:link, #widgetRecentEntries li a:active, #widgetRecentEntries li a:visited,
		#widgetSyndicate li a, #widgetSyndicate li a:link, #widgetSyndicate li a:active, #widgetSyndicate li a:visited
		{
			text-decoration: none;
		}
	
		#widgetAbout li a:hover,
		#widgetContact li a:hover,
		#widgetRecentEntries li a:hover,
		#widgetSyndicate li a:hover
		{
			text-decoration: underline;
		}


/* Network Bar Widget -------------------------------------------------- */

#widgetNetwork {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -482px;
	height: 20px;
	width: 963px;
	color: #000000;
}

	#widgetNetwork * {
		font-size: 10px;
		padding-top: 3px;
	}
	
	#widgetNetwork h2 {
		float: left;
		text-transform: uppercase;
		margin: 0 1em;
	}
	
	#widgetNetwork a {
		color: #fff;
		text-decoration: none;
	}
	
	#widgetNetwork a:hover {
		color: #000000;
	}