/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* facebook panel right */
.panel {
position: absolute;
top: 130px;
right: 0;
display: none;
background: #E7CBA5;
border:2px solid #111111;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 350px;
height: auto;
padding: 20px 140px 30px 30px;
filter: alpha(opacity=85);
opacity: .99;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 125px; right: 0;
font-size: 12px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 15px 20px 40px;
font-weight: 500;
background:#333333 url(images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 125px; right: 0;
font-size: 12px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 20px 20px 40px;
font-weight: 700;
background:#222222 url(images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(images/minus.png) 15% 55% no-repeat;
}
/* end facebook panel right */

body {
	margin: 0;
	padding: 0;
	background: #833137 url(images/img01_blue.jpg) repeat-x;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #833137;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.jpg) repeat-y;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 880px;
	height: 125px;
	margin: 0px auto;
	
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

#map {
font-size: 8pt;
}
.iwstyle {
height:80px;
width:130px;
font-family: verdana;
text-align:left;
float: left;
color:#000000;
border: 1px;
}
/* Menu */

#menu {
	width: 840px;
	height: 20px;
	margin: 0 auto;
}


/* Content */

#content {
	width: 840px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}
.player {
width: 439px;
height: 298px;
background: black;
float: left;

}

/* Posts */

#posts {
	float: left;
	width: 600px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	
}

#links ul {
	margin: 0;
	padding: 2px;
	list-style: none;
}

#links li ul {
	padding: 5px 0 20px 0;
}

#links li li {
	padding: 5px 10px;
	
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 20px;
	padding: 0px;
	
}

#footer p {
	text-align: center;
	color: #999999;
}
