/* $Id$ */

/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
*/
/* Layout */

body{
	padding: 0;
	margin: 0;
	color: #333;
}

#wrapper div	{
	padding: 0;
}

#wrapper div div	{
	padding: 0;
}

#right-sidebar,
#body-section,
#left-sidebar {
  float: left;
  display: inline;
  position: relative;
}

#left-sidebar,
#right-sidebar {
  width: 16%;
  font-size: .9em;
}

#wrapper #left-sidebar {
	padding-right: 4%;
}

#wrapper #right-sidebar {
	padding-left: 4%;
}

body.one-sidebar #body-section {
}

body.two-sidebars #body-section {
}



#wrapper #header-section	{
	color: #fff;
	height:150px;
}

#header-left {
	float: left;
}

#header-right {
	float: right;
}

#logo,
#site-name,
#site-slogan 	{
	display: inline;
}

#site-name,
#site-slogan	{

}

#site-slogan	{

}

#body-section	{
	line-height: 1.5em;
}

#logo-link{
	font-weight: 800;
	text-transform: uppercase;
}


/* Links */

a:link	{
	color: #333;
	text-decoration: underline;
	}
a:visited	{
	color: #666;
	}
a:hover	{
	color: #000;
}

#header-section a:link,
#header-section a:visited	{
	color: #fff;
	text-decoration: none;
	}
	
#header-section a:hover	{
	text-decoration: underline;	
}

#subnav a	{
	color: #999;
	text-decoration: underline;
}

/* Headings */

h1, h2, h3, h4, h5	{
	font-weight: normal;
	margin-bottom: .3em;
}

h1	 {
	color: #000;
	font-size: 250%;
}

h2 {
	color: #333;
	font-size: 200%
}

h3, h4, h5 {
	color: #666;
	font-size: 150%;
}

h4 	{
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

#left-sidebar h2,
#right-sidebar h2	{
	margin-top: 0px;
}

/* Blocks */

#left-sidebar .block,
#right-sidebar .block	{
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	
}

/* Nodes */

#body-section .teaser 	{
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#body-section .teaser h2 {
	margin-top: 0;
}

.node-links	{
	font-size: .9em;
	margin-top: 10px;
	text-align: right;
}

.node-links	,
.node-links	 a	{
	color: #999;
}

.submitted	{
	color: #999;
	font-size: .85em;
}

/* Comments */

#comments {
	margin-top: 30px;
	font-size: .9em;
}

#comments .comment {
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#comments .comment h3	{
	margin-top: 0;
}

#comments .comment .links {
	font-size: .9em;
	text-align: right;
}

