/*
*	Placeto CMS - Default Template
*		A template designed to show the basic functions of Placeto's template framework
*
*	Author: Benjamin Jay Young
*		http://www.blahertech.org/projects/placeto
*
*	Placeto Template - Default (C) BlaherTech - Benjamin Jay Young 2009
*	This Placeto Template is released under the GNU GPL 3.0 which is free and open source.
*	You may edit or distrubute this template at your own free will, with the proper accreditation.
*/

/* Tags */

body
{
	height: 100%;
	margin: 0;
	background: #223244;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
}
noscript div
{
	width: 100%;
	height: 69px;
	padding-top: 35px;
	background: url("../images/noscript.png") repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
a, a:link
{
	color: #5C7D90;
}
a:hover
{
	color: #222222;
}
a:active
{
	color: #772222;
}
a:visited
{
	color: #223244;
}
a img
{
	border: 0 none;
}
h1
{
	width: 100%;
	height: 35px;
	padding-top: 10px;
	margin-top: 0.4em;
	overflow: visible;
	background: #e8e8e8 url("../images/header_bg.gif") repeat-x;
	border-left: 1px solid #c9c9c7;
	border-right: 1px solid #c9c9c7;
	font-weight: bold;
	font-size: 22px;
	color: #6d6d6d;
	text-align: center;
}
h2
{
	padding: 0 1em;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
h3
{
	padding: 0 2em;
	margin-bottom: 0;
	font-size: 14px;
}
h1 a, h1 a:link, h1 a:active, h1 a:hover, h1 a:visited, h2 a, h2 a:link, h2 a:active, h2 a:hover, h2 a:visited, h3 a, h3 a:link, h3 a:active, h3 a:hover, h3 a:visited
{
	color: #000;
	text-decoration: none;
}
p
{
	padding: 0.5em 1em;
}
p:first-letter
{
	margin-left: 2em;
}
p.block:first-letter
{
	margin-left: 0;
}
object
{
	margin: 0.5em auto;
	clear: both;
}
hr
{
	width: 80%;
	margin: 0.5em auto;
	clear: both;
	color: #c9c9c7;
	background-color: #c9c9c7;
	border: 1px solid #dfdfdf;
}
hr.vert
{
	width: 1px;
	height: 100px;
	float: left;
	clear: none;
}
table
{
	margin: 1em auto;
	border: 3px outset #e4e4e2;
}
th, td
{
	border: 2px outset #e4e4e2;
	padding: 0.5em;
}
th a, th a:link, th a:hover, th a:active, th a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
dt
{
	margin: 0 0 0.5em 1em;
	font-weight: bold;
	font-size: 1.5em;
	clear: both;
}
dt a
{
	text-decoration: none;
}
dd
{
	margin-bottom: 0.5em;
}
dd img
{
	float: right;
	margin: 0 1em;
}

/*   Layout   */

#stretcher
{
	width: 100%;
	height: 100%;
	position: absolute;
}
#wrapper 
{
	background: url("../images/main_bg.png") repeat-y;
	width: 789px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 26px;
}
* html #wrapper
{
	height: 100%;
}
#ballon
{
	height: 50px;
}

/* Top */
#top
{
	border-bottom: 1px solid #c9c9c7;
	margin-bottom: 0.2em;
}
#logo
{
	float: left;
	height: 55px;
	margin: 0 28px;
	text-align: center;
	padding: 10px;
}
#logo, #nav a
{
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
/* Nav */
#nav
{
	display: block;
	float: right;
	width: auto;
	margin: 0;
	display: block;
}
#nav li
{
	list-style: none;
	float: left;
}
#nav li a
{
	display: inline-block;
	height: 47px;
	padding: 28px 0.5em 0 0.5em;
	background: url('../images/nav_bg.gif') repeat-x;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active
{
	color: #6d6d6d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#nav li.active a
{
	color: #fff;
}
#nav li.active a:hover
{
	color: #6d6d6d;
}
#nav a:hover, #nav li.active a
{
	background: url("../images/nav_bg_hover.png") repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
#bread
{
	clear: both;
	padding: 0.2em 2em 0 2em;
}

/* Footer */

#footer
{
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 35px;
	background: url("../images/footer_bg.png") repeat-x;
	padding: 10px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active, #footer a:visited
{
	color: #fff;
}
#footer #wrap
{
	width: 812px;
	margin: 0 auto;
}
#footer #panel
{
	width: 790px;
	height: 50px;
	float: left;
}
#footer #panel #copy
{
	width: 790px;
	height: 50px;
	padding-top: 10px;
	float: left;
}

/* Pages */

#news p
{
	margin: 0;
	padding: 0 1em;
}
#news .readmore
{
	padding: 0 4em;
	font-size: 12px;
}
#adsense
{
	margin: auto;
	text-align: center;
}
#cse-search-box
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	clear: both;
}
#cse-search-box div
{
	margin: auto;
}
#cse-search-box input
{
	float: left;
	clear: none;
}
#cse-search-box input[type="text"]
{
	margin: 5px;
	width: 660px;
}
#cse-search-box input[type="submit"]
{
	margin: 5px;
	width: auto;
}



/* Common Classes */

.edge
{
	width: 11px;
	height: 80px;
	background: url("../images/edge.png") no-repeat top;
	float: left;
}
.panes
{
	width: 100%;
	background: #dfdfdf url("../images/nav_bg.gif") repeat-x;
	text-align: center;
}
.pane
{
	display: inline-block;
	text-align: left;
	width: auto;
	margin: 0 1em;
	padding-right: 1em;
	background: #dfdfdf url("../images/header_bg.gif") repeat-x;
	border-left: 1px solid #c9c9c7;
	border-right: 1px solid #c9c9c7;
}
.pane a, .pane a:link, .pane a:visited, .pane a:hover, .pane a:active
{
	color: #6d6d6d;
	font-weight: bold;
}
.icon
{
	max-width: 300px;
	max-height: 300px;
}
.sublink
{
	text-align: center;
	text-decoration: underline;
	margin-bottom: 2em;
}
.sublink:hover, .sublink a:hover
{
	color: #c9c9c7;
}

/* Layout Classes */

.bigger
{
	font-size: 1.2em;
}
.smaller
{
	font-size: 0.8em;
}
.right
{
	float: right;
	margin: 0.5em 2em;
}
.left
{
	float: left;
	margin: 0.5em 2em;
}
.clear
{
	clear: both;
}
.left .clear
{
	clear: left;
}
.right .clear
{
	clear: right;
}
