/* Start of CMSMS style sheet 'unico : ssAblaze-1screen' */
/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	ablaze
   TEMPLATE CODE: 	S-0009
   VERSION:          2.1	          	
 *******************************************/ 
 
/* ported to cms made simple by kermit, 31 oct 2007 (boo!)
   original styles not modified, except where noted; all other
   changes or additions for cmsms appear at the end of file.
   ssAblaze for CMSMS 1.2, screen.css rev1
*/

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .76em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	
	text-align: center;
	background: black;
}

/* links */
a {
	color: #F88F26; 
	background-color: inherit;
	text-decoration: none	
}
a:hover {
	color: gray;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #A0080D;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

#main h1 { 
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #DBD0A3; 	
}
#sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	background: #000 url(uploads/paintball/arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #A0080D;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}



ul, ol {
	margin: 3px 3px;
	padding: 0 5px;
	color: #F88F26;
}
ul span, ol span {
	color: #EFEFEF;
} 

/* images */
img {
	border: 0px solid #444;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #444;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #444;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #111;  
   font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	margin: 15px;
	padding: 0;
	background: #000;  
   border: 1px dashed #151515;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #CCC;
}
textarea {
	width: 250px;
	padding:2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#000;
	background: #CCC;
}
input.button { 
	margin: 0; 
	font: bold 1em Tahoma, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 
	color: #000;
	background: #CCC;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}

/* ==modified by kermit for cmsms, adding '.searchform input' as selector */
.searchform input.textbox,
.searchform input { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF; 
	height: 20px;
	border: 1px solid #7E050A;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/* ==modified by kermit for cmsms, hiding label from screen style 
ssAblaze uses a modified search template, see zipfile of the cmsms theme */

.searchform label {display:none;}


/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 800px;	

}

/* header */
#header {
	
	
	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;

}
#header-content #logo {
	position: absolute;	
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #000;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: 20px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 35px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 75px; 
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #000;
}
#header-content li a:hover {
	background: #000;
	color: #F88F26;
}
#header-content li a#current  {
	background: #000;
	color: #CCC;
}



/* content */
#content-wrap {
	


 background: white url(uploads/unico/tlo.jpg);
width: 800px;	
text-align: left;	

}
#content {
	float: right;
	text-align: left;	
	width: 534px;

background: white;
position:relative; padding-bottom:100%;

padding: 10px 10px;



}



#pasek {
	
float: left;
margin: 0px 0px 0px 256px;

}




/* sidebar */
#sidebar {
	clear: both;
float: left;
	width: 246px;
	margin: 0px 0; padding: 0;
background: #bfbfbf;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
		
}
#sidebar ul.sidemenu li {
	padding: 0 0px;
}
#sidebar ul.sidemenu a {
	display: block;
	color: black; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	background: #bfbfbf;		
	border-bottom: 1px dashed #8C8C8C; 
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #8C8C8C;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #bfbfbf;
	border-left: 5px solid  #D30F16;
	color: #D30F16;		
}
#sidebar .sidebox {
	background: #bfbfbf;
	margin: 5px 0px 0px 5px;
}
#sidebar .sidebox2 {
	background: #bfbfbf;
	margin: 5px 0px 0px 0px;
}




/* main */
#main {
		float: right;

	padding: 0 554px 0 0;		
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
color: white;
	border-top: 1px solid #68050A;
	font-size: 95%;
	text-align: left;	
}
#footer h2, #footer p {
	padding-left: 0;
color: white;
}
#footer-content {	
	margin: 0 auto;	
color: white;	
}
#footer-content a {
	text-decoration: none;
	color: #8A8A8A;

}
#footer-content a:hover {
	text-decoration: underline;
	color: #FFF;
color: white;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 26%;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}


/* additions for cmsms by kermit 31 october 2007 (boo!)
    any modifications to the original css (above) are commented as such
 */
#content input {border:1px solid black;}
.NewsSummary {margin:5px 15px 10px;position:relative;}
.NewsSummaryPostdate {padding-top:2em;text-align:right;font-weight:bold;}
.NewsSummaryLink {font-size:115%;position:absolute;top:0;}
.NewsSummaryCategory {font-style:italic;display:none;}
.NewsSummaryAuthor {font-style:italic;display:none;}
.NewsSummaryContent {margin:.5em 0 1.33em;}
#NewsPostDetailDate {float:right;margin:1em 1em 0 3em;font-style:italic;font-weight:bold;}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {border:1px solid #232323;margin:0 10px 1.5em 15px;}
#NewsPostDetailSummary {margin:0 10px 1.5em 15px;border:1px solid #232323;padding:15px;}
#NewsPostDetailCategory,#NewsPostDetailAuthor {text-align:right;font-style:italic;margin-right:10px;}
#NewsPostDetailContent {padding:1.5em 10px 2em 15px;}
#NewsPostDetailPrintLink {margin-left:15px;}
#NewsPostDetailReturnLink{margin-left:15px;padding-bottom:1.5em;}
/* End of 'unico : ssAblaze-1screen' */

