/*
Theme Name: Gamoptim
Theme URI: http://www.gamoptim.ro
Description: A simple 2 column theme. 
Author: Florin Costache
Author URI: http://florincostache.name
*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background: url(images/bg2.jpg) repeat-x top;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #B96D00;
}

#outerwrapper {
	width: 800px;
	margin: 40px auto 0 auto;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

#header {
	width: 800px;
	height: 115px;
}

#header .title {
	width: 160px;
	height: 115px;
	float: left;
	background: url(images/header.jpg) no-repeat;
}

#header .menu {
	width: 640px;
	margin: 8px 0 0 0;
	float: left;
	text-align: right;
}

#header .menu ul {
	margin: 0;
	padding: 0;
}

*html #header .menu {
	margin: -2px 0 0 0;
}

#header .menu ul li {
	display: inline;
}

#header .menu ul li a {
	margin: 5px 0 5px 5px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #CCCCCC;
	color: #FFFFFF;
	background-color: #3e769c;
}

#header .menu ul li a:hover {
	background-color: #2f5977;
}

* html #header .menu ul {
	padding: 10px 0 10px 10px;
}

#headimage {
	width: 796px;
	height: 120px;
	margin: 5px 0;
	border: 2px solid #CCCCCC;
	background:url(images/header1.jpg) no-repeat;
}

#wrapper {
	width: 800px;
	background: url(images/border2.gif) repeat-x top;
	text-align: left;
}

#menu {
	width: 240px;
	margin: 20px 0 20px 0;
	float: left;
}

.box {
	margin-bottom: 20px;
	padding: 10px 5px 10px 5px;
	border: 1px solid #EEEEEE;
	border-top: 1px solid #CCCCCC;
	background: url(images/boxbg.gif) repeat-x top;
}

.box span {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

.box ul {
	margin: 10px auto;
	padding: 0;
	list-style: none;
}

.box ul ul {
	margin: 0 0 0 20px;
}

.box ul li a {
	display: block;
	margin-bottom: 2px;
	padding: 3px 3px 3px 0;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}

.box ul li a:hover {
	color: #8E7148;
	border-bottom: 1px dotted #999999;
}

.note {
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	background-color: #4079a1;
	background-image: url(images/note.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: #333333 solid 1px;
	border-top: #333333 solid 2px;
	color: #FFFFFF;
}

.note h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

* html .note li {
	margin-left: -15px;
	padding: 0;
	list-style: none;
}

* html .note ul li {
	margin-left: 8px;
	padding-left: 10px;
}

.note ul {
	margin: 10px auto;
	padding: 0;
	list-style: none;
}

.note ul ul {
	margin: 0 0 0 20px;
}

.note ul li a{
	display: block;
	margin-bottom: 2px;
	padding: 3px 3px 3px 0;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #FFFFFF;
}

.note ul li a:hover {
	color: #DDDDDD;
	border-bottom: 1px dotted #999999;
}

#content {
	width: 550px;
	margin: 10px 0 0 10px;
	float: left;
}

#content h1 {
	margin: 5px 0 0 0;
	padding: 0;
}

.spacer {
	width: 100%;
	height: 1px;
	clear: both;
}

* html .sigle {
	margin-bottom: -16px;
}

#footer {
	width: 800px;
	margin: 20px auto;
	font-size: 11px;
}

* html .box ul li a {
	height: 0.01%;
}

.nextprev { margin: 10px; text-align: center; }
img { margin: 5px; }

.spacer {
	width: 100%;
	height: 0.1px;
	clear: both;
}

.boxes {
	margin-bottom: 3px;
}

.box1, .box2, .box3 {
	width: 264px;
	font-size: 11px;
	float: left;
}

.box2 {
	margin: 0 4px;
}

.box1 .title, .box2 .title, .box3 .title {
	margin-bottom: 5px;
	padding: 5px;
	background: #848484;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.box1 .content, .box2 .content, .box3 .content {
	height: 190px;
	margin-top: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-style: italic;
	text-align: justify;
}

.box1 .content, .box3 .content {
	background-color: #F9F9F9;
}

* html .box1 .content, * html .box2 .content, * html .box3 .content {
	width: 241px;
}