  /* GENERAL INFORMATION
------------------------------------------- 	
Theme: PDG - Stagone Productions
Author: Pablo Barcia
Info: 1.0
Start Date: 27.03.09
*/

/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align:justify;
	
}


/* general
-------------------------------------------*/ 
*{
	margin:0;
	padding:0;
}

body {
	background: #000;
	color: #CCCCCC;
	font: .75em/1.3em Arial, Helvetica, sans-serif;
	text-align:justify;
}
a {
	color:#B7E007;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#B7E007;
	text-decoration:none;
	cursor:pointer;
	/*border-bottom: dotted 1px #B7E007;*/
}
p { margin: 5px 0 0 0; !important
	float: left;
}

#content img {
	float:left; 
	border: 3px solid #CCCCCC;
	margin: 0 15px 0 5px;
}
#post_content img {
	margin: 0 10px 5px 0;
	border: 4px solid #B7E007;
	float:left; 
}
#gallery_content img {
	margin: 0 10px 5px 0;
	border: 4px solid #B7E007;
	float:left; 
}
#no_border img {
	border:none;
}

.more-link {
	color:#B7E007;
	text-decoration:none;
	cursor:pointer;
}
.more-link a:hover {
	color:#B7E007;
	text-decoration:none;
	cursor:pointer;
	border-bottom: dotted 1px #B7E007;
}
.back {
	color:#B7E007;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	width:100%;
}
/* General COLOR 
-------------------------------------*/
.color_green  { color:#B7E007; }
.color_orange { color:#F9BD00; }
.color_blue   { color:#00B8FF; }
.color_yellow { color:#F9EB21; }
.color_purple { color:#6935AD; }
.color_pink { color:#FF17E3; }

/* headings
-------------------------------------------*/
h1 {
	background:url(images/arrow.png) no-repeat left;
	color:#fff;
	font: 2.45em Arial Helvetica, sans-serif;
	margin-bottom:20px;
	padding-left:30px;
}

h2 {
	color:#B7E007;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
h3 {
	color:#fff;
	font: bold 1.6em Arial, Helvetica, sans-serif;
}

h6 {
	background:url(images/arrow.png) no-repeat left;
	color:#fff;
	font: 2.45em Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	padding-left:30px;
}

/* end headings */

/* general links
-------------------------------------------*/ 


/* end general links */ 
/* end general */ 

/* pages structures
-------------------------------------------*/ 
#switchlangs ul li a {
	color:#FFFFFF;
	float:right;
	list-style:none;
	padding:10px 0 0 0;
	width:100px;
}

#wrapper {
	width: 100%;
	background: url(images/bg.gif) repeat-x #000;
}

#header {
	width: 955px;
	margin: 0 auto;
	height: 250px;
}

#head_img {
	height: 150px;
	float: left;
	margin: 3px 0 0 0;
	width: 754px;
	
}

#head_date {
	height: 15px;
	float: left;
	margin: 4px 0 0 0;
	text-align: right;
	width: 755px;
}

#logo {
	float: left;
	margin: 0;
	width: 198px;
	height: 250px;
}

#logo a { border: none;}

/* home
-------------------------------------------*/ 
#main_content {
	clear:both;
	margin: 0 auto;
	padding: 30px 0;
	width: 955px;
	}

#main_content h5 { margin: 5px 0 0 0;}

#main_content h5 a {
	color:#B7E007;
	font: bold 1.3em Arial Helvetica, sans-serif;
	margin-bottom:10px;
	text-decoration: none;
	width:100%;
}

.read_more {
	background: #0e0e0e;
	border: 1px solid #161616;
	border-width: 1px 0 1px 0;
	margin: 15px 0;
	padding: 3px 5px 3px 0;
	width: 950px;
}

.read_more a:link, .read_more a:visited {
	color: #F99C00;
	border-bottom: 1px dotted #F99C00;
	text-decoration: none;
	float: right;
}

/* general content
-------------------------------------------*/ 
#search_results{
	margin: 45px auto 10px;
	width: 955px;
}

#sidebar {
	width: 200px;
	float: right;
	height:100%;
	padding-top: 53px;
	}
#sidebar_left {
	width: 700px;
	float: left;
	height:100%;
	margin-bottom:20px;
	font:Arial, Helvetica, sans-serif;

}

#content {
	clear:both;
	margin: 0 auto;
	padding: 30px 0;
	width: 955px;
}

#content_main_site {
	float: left;
	width: 380px;
}

#post_content {
	background: #1A1A1A;
	width: 925px;
	padding:10px 15px 15px 15px;
	margin: 20px 0;
	cursor:pointer;
}
#post_content:hover {
	background: #4D4D4D;
	width: 925px;
	padding:10px 15px 15px 15px;
	margin: 20px 0;
	cursor:pointer;
}
/* end general content */ 

/* Gallery BOX */

#main_boxgallery {
	width:200px;
	height:220px;
	float:left;
	margin:0 0 0 45px;
	border: 1px solid #F99C00;
	
}
#title_boxgallery {
	background:#F99C00;
	height:25px;
	padding: 3px 0 2px 10px;
	width:190px;
	float:left;
}
#button_boxgallery, #button_boxgallery a  {
	font-size:.8em;
	height:100%;
	padding: 3px 0 2px 5px;
	width:180px;
	float:left;
	cursor:pointer;
	text-decoration:none;
	color:#CCCCCC;
}
#main_boxgallery_sidebar {
	width:200px;
	height:100%;
	float:left;
	border: 1px solid #F99C00;
}

/* end box orange 

/* Latest News BOX */
#latest_news_sidebar {
	width:190px;
	padding:0 10px 0 0;
	height:100%;
	float:left;
	border: 1px solid #B7E007;
	margin:20px 0;
}

#latest_title_sidebar {
	background:#B7E007;
	height:25px;
	padding: 3px 10px 2px 10px;
	width:180px;
	margin-bottom:10px;
}

#latest_news {
	width:280px;
	height:220px;
	float:left;
	margin:0 0 0 45px;
	border: 1px solid #B7E007;
	
}

#latest_title {
	background:#B7E007;
	height:25px;
	padding: 3px 0 2px 10px;
	width:270px;
	margin-bottom:10px;
}

#latest_title a, #latest_title_sidebar a, #title_boxgallery a {
	color: #fff;
	text-decoration: none;
	border:none;
}

#latest_news h4, #latest_news_sidebar h4 {
	font-size: .9em;
	font-weight: normal;
	padding: 5px 0 10px 10px;
}

#latest_news li, #latest_news_sidebar li  {
	background: url(images/bullet.gif) no-repeat 10px 4px;
	color: #fff;
	height: 38px;
	padding: 0 10px 0 30px;
}

#latest_news li a:link, #latest_news li a:visited, #latest_news_sidebar li a:link, #latest_news_sidebar li a:visited {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

.latest_date {
	color: #666;
	font-size: .8em;
}

#latest_news img, #latest_news_sidebar img  {
	float: right;
}

/* end box orange 
/* search form
-------------------------------------------*/ 
#searchform {
	float: right;
	width: 220px;
}

.hidden {
	color: #B7E007;
	font: bold 1em Arial, Helvetica, sans-serif;
}

#searchform #s {
	background: #fff;
	border: none;
	float: left;
	height: 16px;
	padding: 3px;
	width: 150px;
}

#searchform #searchsubmit {
	background: #F99C00;
	border: none;
	color: #fff;
	float: left;
	font: bold .9em Arial, Helvetica, sans-serif;
	height: 22px;
	margin: 0 0 0 5px;
	width: 50px;
}

/* end search form */ 
/* end home */

/* gallery
-------------------------------------------*/ 
.main_album {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.album_container {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .album_container {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
} 

.album_container {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
}

.album_title {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #B7E007;
}

.album_title a {
	color: #B7E007;
	text-decoration: none;
}
.album_title a:hover {
	border-bottom: 1px dotted #B7E007;
}
.thumbnail {
	float: left;
	margin-right: 12px;
}

.thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 0;
	padding:4px;
	position:relative;
}

.thumbnail img:hover { background-color: #B7E007; }

.description { text-align: left; }



.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.gallery_thumbs_box { float: left; }

.gallery_thumbs {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.gallery_thumbs img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.gallery_thumbs img:hover { background-color: #B7E007; } 

.gallery_thumbs span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}
/* end gallery */ 

/* footer
-----------------------------------------------------------------*/
#main_footer {
	clear: both;
	width:0 auto;
	border-top: 1px solid #808080;	
}

#footer {
	margin: 0 auto;
	padding: 20px 0;
	width: 955px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

#footer a:hover {
	color: #B7E007;
	text-decoration: none;
	border-bottom:1px dotted #B7E007;
}

#foot_left {
	float: left;
	width: 250px;
}
#foot_center {
	float: left;
	
}
#foot_center li {
	display: inline;
	
}

#foot_right {
	float: right;
	text-align: right;
	width: 250px;
}
/* end footer */

/* Class for HTML EDITOR
-------------------------------------*/

/* General COLOR 
-------------------------------------*/
.admin_color_green  { color:#B7E007; }
.admin_color_orange { color:#F9BD00; }
.admin_color_blue   { color:#00B8FF; }
.admin_color_yellow { color:#F9EB21; }
.admin_color_purple { color:#6935AD; }
.admin_color_pink { color:#FF17E3; }

/* General TITLES 
-------------------------------------*/
.admin_title_white {
	background:url(images/arrow.png) no-repeat left;
	color:#FFFFFF;
	font: 2.45em Arial Helvetica, sans-serif;
	margin-bottom:20px;
	padding-left:30px;
}
.admin_title_green {
	background:url(images/arrow.png) no-repeat left;
	color:#B7E007;
	font: 2.45em Arial Helvetica, sans-serif;
	margin-bottom:20px;
	padding-left:30px;
}

.admin_subtitle_white {
	color:#FFFFFF;
	font: bold 1.3em Arial Helvetica, sans-serif;
	margin-bottom:10px;
	text-decoration: none;
	width:100%;
}

.admin_subtitle_green {
	color:#B7E007;
	font: bold 1.3em Arial Helvetica, sans-serif;
	margin-bottom:10px;
	text-decoration: none;
	width:100%;
}

/* General Size Text 
-------------------------------------*/
.admin_x_large {
	color: #CCCCCC;
	font: 1.8em Arial, Helvetica, sans-serif;
	text-align:justify;
}
.admin_s_large {
	color: #CCCCCC;
	font: 1.2em Arial, Helvetica, sans-serif;
	text-align:justify;
}
