/* Information
	Design Name: Fluffy Green
	Author: EverGlade WebWorks, 2010-2011.
	Copyright: EverGlade Group, 2010-2011.

	Filename: Layout.css	
	Filesize: 2,64kB

	Created: 31/01-10
	Modified: 04/04-11
*/

/*General*/
div#wrapper {
	width: 1000px;
	margin: auto;
}
div#page {
	width: 975px;
	margin: auto;
	margin-top: 40px;
}
div#top {
	width: 975px;
}
div#middle {
	width: 975px;
	margin: 10px 0;
}
div#bottom {
	width: 975px;
	height: 40px;
	margin: 30px 0 0 0;
	border: 1px solid #ccc;
	background: transparent url('/common/img/bottom/bottom.png') repeat-x;
}
/*End General*/

/*Top*/
div#header {
	height: 96px;
	padding: 2px 5px 2px 15px;
	background: #33ee00 url('/common/img/top/top.png') repeat-x;
}
div#navigation {
	height: 20px;
	padding: 2px 15px;
	text-align: right;
	background: #33ee00;
}
/*End Top*/

/*Middle*/
	/*Left*/
div#left {
	width: 669px;
	margin: 0 25px;
	float: left;
	background: #fff;
	border: 3px solid #33ee00;
	border-top: 1px solid #33ee00;
	border-bottom: 8px solid #33ee00;
}
div#description {
	padding: 5px 8px 10px 8px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #33ee00;
}
div#leftTitle {
	height: 22px;
	padding: 3px 5px 0 5px;
	font-weight: bold;
	color: #fff;
	background: transparent url('/common/img/middle/leftTop.png') repeat-x;
}
div#leftContent {
	padding: 0 5px 5px 5px;
}
	/*Right*/
div#right {
	width: 225px;
	margin: 0 25px 0 0;
	float: left;
	background: #fff;
}
div#updatedNews {
	margin: 10px 0;
}
div#subNavigation {
	padding: 10px 0;
}
div#rightRSS {
	text-align: center;
	background: transparent url('/common/img/middle/rss.png') repeat-x;
}
div#rightSocial {
	background: #aaa url('/common/img/middle/social.png') repeat-x;
}
	/*Other*/
div#contentBlocked {
	width: 280px;
	padding: 20px 0;
	margin: 20px auto;
	color: #000;
	text-align: center;
	font-weight: bold;
	border: 2px solid #33ee00;
}
/*End Middle*/

/*Bottom*/
div#footertLeft  {
	float: left;
}
div#footerNavigation {
	padding: 0 0 0 30px;
	color: #ccc;
}
div#network {
	padding: 5px 5px 0 5px;
	float: left;
	color: #666;
	font-family: georgia;
	font-size: 80%;
}
div#design {
	padding: 0 15px;
	float: right;
}
div#bottomShadow {
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0; left: 0;
	background: transparent url('/common/img/general/bottomshadow.png') repeat-x;
}
/*End Bottom*/

/*Extra*/
div#copyright {
	width: 100%;
	margin: 5px 0 10px 0;
	color: #666;
	text-align: center;
	font-size: 80%;
	font-family: helvetica;
	font-variant: small-caps;
}
div#copyright span {
	font-family: georgia;
}
/*End Extra*/
