/* ===== GENERAL ===== */
*{ margin: 0; padding: 0;} /* reset all tags */
html{ font-size: 100%;}
body {
	background: #242424 url(images/bg.jpg) repeat-x;
	color: #999;
	font-family: "Tahoma", 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	font-size: 1em; /* accesible fonts */
	margin: 0 auto;
	text-align: center;	/* align divs center ie6 */
}
hr { display: none;}
p { margin: 0 0 1.5em 0; /*line-height: 1em; /*1.5em;*/ font-family:Arial;font-size:11px}
img, img a, .img { border: none; text-decoration: none; font-size:10px }
blockquote {
	background: #707070;
	color: #000;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	padding: .615em;
	font-family: Georgia;
	font-style: oblique;
	width: 90%;	
}
pre, code { font-family: 'Lucida Console', Monaco, monospace; font-size: 0.825em;}
pre {
	background: #222;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0 0 1.5em 0;
	overflow: auto;
	padding: 0.615em;
	/* fix overflow in IE */
	min-height: 40px; 
	height: auto !important; 
	height: 40px; 
	width: 90%;
}
/* === Form === */
form { margin: 0.5em 0 } /*1em 0*/
fieldset { 
	border: #666 solid 1px;
	margin: 0 0 1em 0;
	padding: 0.615em;
}
legend { color: #ededed; font-size: 0.825em;}
input, textarea, select {
	background: #333;
	border: 1px solid #151515;
	color: #94B225;
	padding: 0.307em;
}
input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #000;}
textarea {
	font-family: 'Trebuchet MS', arial;
	margin: .1em 0 1em 0;
	width: 99%;
}

/* ===== LINKS GENERAL ===== */
a:link, a:visited , a:active{ color: #CCC; text-decoration: underline}
a:hover { color: #FFF; text-decoration: none}

/* ===== HEADERS TAGS ===== */
h1,h2,h3,h4,h5,h6{
	border-bottom: 1px solid #333;
	color: #94B225;
	display: block;
	font-weight: 100;
	line-height: 1.3em; /*1.5em;*/
	padding: 0.230em 0;
	vertical-align: baseline;
	text-transform:capitalize;
	text-decoration:none;
}
h1 {	font-size: 1.75em;}
h2 {	font-size: .75em;}
h3 {	font-size: 1.5em;}
h4 {	font-size: 1.125em;}
h5 {	font-size: 1.1em; font-weight:bold; color: #FF9900;}
h6 {	font-size: 1em; color:#999; font-weight:bold; font-style: oblique; font-family: "Times New Roman", Arial;letter-spacing:1px}
ul, ol{ margin: 0 0 1.5em 0;}

#container{
	background: #3F3F3F; /* url(images/bgw.jpg) repeat-y;*/
	margin: 1.5em auto;
	text-align: left;
	width: 760px;	
	border: 1px solid #000;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	overflow:hidden; 
	position: relative; 
	/*-moz-box-shadow: 0px 0px 8px #000;*/
	-moz-box-shadow: #000 4px 4px 10px; 
	-webkit-box-shadow: #000 4px 4px 10px;
}
#header { 
	background: transparent; /* url(images/bgh.jpg) no-repeat;*/
	height: 120px;
	text-align: left;
	width: 100%;
}
#header h1, #header h1 a{
	border: 0;
	padding: .714em 0 0 .857em;
	text-decoration: none
}
#header h2{
	border: solid #444;
	border-width: 1px 0 0 0;
	color: #aaa;
	display: inline;
	margin: 0 0 0 2em;
	text-decoration: none
}
#header h3{
	border:0;
	color: #FF9900;
	margin: 0 0 0 2.2em;
	text-decoration: none;
	letter-spacing:1px;
	font-size: .70em;
}
/*== MENU ==*/
#menu {
	background: #151515; /* url(images/bgh.jpg) no-repeat 0 -120px;*/
	font-family: Verdana;
	height: 34px;
	text-transform: uppercase;
	width: 100%;
}
#menu ul{ margin: 0; padding: 0; list-style: none;}
#menu li{ display: inline;}
#menu li a{
	display: block !important;
	display: inline; /* fix margins ie6 */
	float: left;
	color: #00FF00;
	font-size: 0.687em;	
	height: 11px;	
	margin: 0 1.454em;	
	padding: 1em;	
	text-decoration: none;	
	text-transform: uppercase;
}
#menu a:hover{ border-top: 1px solid #99cc00; color:#94B225;}
/*== END MENU ==*/

#main { 
	float:right;
	display: inline; /* fix margins ie6 */
	font-size: 0.813em;
	padding:4px 4px 4px 14px;
	margin:0;
	position: relative;
	width: 520px;
	overflow-x: hidden;
	background: #444;
	border-left: 1px dotted #333;
}
#main img { margin: 0.5em 0;}
#main ul, #main ol{ list-style-position: inside;}
#main ul.info{
	clear: both;
	list-style-type: none;
	text-align: left;
}
#main .date, #sidebar .date { 
font-size:14px; font-style: oblique; font-family: "Times New Roman", Arial;}

/*== SIDEBAR ==*/
#sidebar {
	float: left;
	font-size: 0.813em;
	padding:4px 4px 4px 10px;
	/*width: 180px;*/
	width: 98%;
	background: transparent; /*#444;*/
}
/*#sidebar div { width: 180px;}
#sidebar a { color: #808080;}
#sidebar a:hover{ color: #fff;}*/
#sidebar ul { list-style-type: none;}
#sidebar ul li {
	/*background:	url(images/bullet_green.gif) no-repeat top left;
	padding: .23em 0 .23em 1.54em;*/
	list-style:circle inside;
	color: #94B225;
}
#sidebar ul li ul { margin: 0;}
#sidebar ul li ul li {
	background: none;
	border: 0;
	margin: 0;
	padding: 0.615em 0 0 0.615em;
}
#sidebar blockquote{
	background: none;
	font-family: Georgia;
	font-style: oblique;
	line-height: 1em;
	margin: 0;
	padding: 0.615em;
	width: 90%;
}
/*== END SIDEBAR ==*/

/*== FOOTER ==*/
#footer {
	background: #151515; /* url(images/bgh.jpg) no-repeat 0 -174px;*/
	clear: both;
	font-size: 0.687em;
	height: 36px;
	width: 100%;
}
#footer p{
	padding: 1em;
}
/*== END FOOTER ==*/
.page  {
	background: #3F3F3F;
	border-top: 1px dashed #363636;
	border-bottom: 1px dashed #363636;
	color: #888;
	padding: 6px;
	margin: 6px 0 6px 0;
	text-align:center
}

/*--- Footer2 ---*/
#footer2 	{ width:100%; height:27px; background:#4c4b4a; color:#fff; 
font-size:1.1em; text-transform:uppercase; position: fixed; bottom: 0; z-index: 200; 
border-top:1px solid #363636; }
#footer2 p 	{ width:580px; margin:0px auto 0px; padding-top:8px; letter-spacing:1px; }
#footer2 p span.left	{ float:left; display:block; }
#footer2 p span.right	{ float:right; display:block; }
#footer2 a 				{ color:#999; text-decoration:none; }
#footer2 a:hover 		{ color:#fff; border-bottom:1px solid #999; }


/*YOUTUBE*/
#youtubelist{
	margin: 0;
	padding: 0; /*5px;*/
	list-style: none;
	clear: both;
	display: block;
}

#youtubebox{
	clear: right;
	display: inline;
	padding: 0;
	margin: 2px;
}

#youtubethumb {
	margin-bottom: 5px;
	margin-right: 5px; /*0*/
	margin-top: 0;
	margin-left: 5px;
	padding:0;
	width: 98px; /*130px;*/
	height: 65px; /*97px;*/
	border: 1px solid #333;
}

#youtubecontent {
/*height: 520px;*/
width: "100%"; /*430px;*/
margin-left: -430px;
top: -220px;
position: absolute;
left: 50%;
}

#youtubeoverlay {
background-color: #fff;
overflow: visible;
position: absolute;
height: 1px;
width: 100%;
top: 50%;
}

.cse {
  background: #000000;
  padding: 0;
  margin: 5px 10px 10px 10px;
  border: 1px solid #4E4E4E;
  overflow:hidden;
}