/*
Theme Name: winBus
Theme URI: http://dannci.com/trencin/
Description: 
Author: Dannci
Author URI: http://dannci.com
version: 2.0
Tags: 
*/




/* basics */

*{margin:0; padding:0;}
#arcload{z-index:2;position:fixed;right:0;top:0;color:#000;text-align:center;padding:5px;}



#arcload a:hover {
border-bottom:1px dotted #999999;}

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:18pt;
	color:#000000;
	}

	
h1 {font-size: 35pt; padding: 10px 0; font-family:Arial, Helvetica, sans-serif;}
h2 {font-size: 25pt;padding:5px 0;font-family:Arial, Helvetica, sans-serif;}
h3 {font-size: 15pt;padding: 15px 0 5px 0;font-family:Arial, Helvetica, sans-serif; }
h4, h5, h6 {font-size: 15pt;padding: 15px 0 5px 0;font-family:Arial, Helvetica, sans-serif;color:#99CC00;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#6a8199;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	background-color:#fff;
	}
	
/* header */

#header {
  	width: 900px; 
  	height: 50px;
	color: #fff;
	margin:35px 0 20px 0;
	}
	
#headerright{ padding-right:0;float:right; text-align:right;}	
#headerleft{ float:left;}

#header h1{
	font:normal 35pt  arial, verdana, georgia, times;
	padding:10px 20px 0px 20px;
	margin:0;
	letter-spacing:-2px;
	text-transform:uppercase;
	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #2F3540; text-decoration: none;}




/* main menu */


#menu {
	background:#fff;
	width:650px; 
	overflow:hidden;
	padding:15px 0 20px 0;
	float:right;
	font-size:20pt;
}


#menu ul {
	margin:0;
	padding:0;
	text-align:right;
}

#menu ul li {
	list-style-type: none;
	float:right;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #000;
	display:block;
}

#menu ul li a:hover {
	background: #f2f2f2;
	text-decoration:none;
}
#box {
border-bottom:dotted 1px #CCCCCC;
}
/*slide*/
#slider{
margin-bottom:25px;
}

#myslides{

background:#000 url(images/mslid.jpg) repeat-x;
width: 900px;
height:165px;
margin-bottom:5px;
}

#mygallery{

}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 900px; /*Width of Carousel Viewer itself*/
height: 330px; /*Height should enough to fit largest content's height*/
margin: 0px 0px 5px 0px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 40px 0px ; /*margin around each panel*/
width:900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:280px;
border:1px solid #fff;
background-color: #666;
color:#FFFFFF}



.stepcarousel .panel img{
float: left; /*leave this value alone*/
 /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
padding:0px 0px;
border-right:10px solid #fff;
}


.thumb-main{ width:500px;}
.thumb-title {top:0;right:-4px;display:block;position:absolute;margin-top:60px;width:450px; margin-right:5px; }	
.thumb-title h3 {background-color: #99CC00; padding: 10px 0 10px 10px; text-align:left;font-size:20pt; }
.thumb-title h3 a {display:block;color:#fff;text-decoration: none;padding:0px 0 0 5px;}
.thumb-title h3 a:hover { color:#999;}


.exinfo{ margin:20px 40px 40px 10px;width:400px; font:normal 15pt Georgia, "Times New Roman", Times, serif; height:97px; overflow:hidden; font-style:italic;}
/*end of slide*/



/* content */


#content {
	float:right;
	width:480px;
	overflow: hidden;
	margin:0 0 0 0;
	background:#FFFFFF;
	padding:20px 0 20px 0px;
	}

.post {
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	}

.post ul{
	margin:0 0 20px 12px;
	padding:0;
	list-style:none;
	}
	
.post ul li{
	margin:0 0 0 5px;
	padding:0;
	list-style: disc;
	}	
	
.entry img {
padding:10px;
	}
	
	
	
	
.thumb img {
				float: left;
				margin-right: 20px;
				margin-bottom: 10px;
				padding: 7px;
				border: 1px solid #E9E9E9;
				background-color: #f7f7f7;
				width: 150px; height: 150px;
			}
	
.post h2{
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.entry h3 a{
	color: #000;
	text-decoration: none;
	font-size:15pt;
	}
	
.post h2 a:hover{
	color: #fff;
	text-decoration: none;
	background: #f2f2f2;
	}



.entry{margin:15px 0 50px 0;}
.entry p{margin:0 0 10px 0;}



.postmetadata{
	clear: both;
	padding:20px 15px 20px 15px;
	margin: 7px 0 10px 0;
	/*background-image:url(images/break.gif);
	background-repeat: no-repeat;*/
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */


#sidebar {
	width:390px;
	float:left;
	margin:0;
	padding:20px 0 0 0;
	}
	
	


#sidebar h2, #rightcol h2, #featlist h2{
	color: #000;
	padding:0;
	border-bottom:1px solid #fff;
	background-repeat: no-repeat;
}


#sidebar a, #rightcol a, #featlist a{

color: #000;
}


#sidebar a:hover{
text-decoration:none;
color: #c00;
}



#sidebar p {margin:15px 0 50px 0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:20px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding:10px 0;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	
	padding:10px 0;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 10px;
	color: #898989;
	
	padding:10px 0;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #666;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #ccc;
	}
	
#submit{margin:5px 5px 0 0;
padding:10px;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #f2f2f2;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;border-bottom: 1px dotted #465D71;}

cite {
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:40px 10px 0 0;
	}

#searchform input#s{
	margin:0;
	padding:4px 10px;
	border:1px solid #ccc;
	width:190px;
	color:#999999;
	background:#ccc;
	float:right;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}




/* footer */

#footer {
	background:#99CC00;
	clear: both;
	color:#fff;
	padding:30px 0;
	overflow:hidden;
	}
#footercot{ width:950px; margin:auto; overflow:hidden;
	background:#99CC00 url(images/winr-footer.jpg) left bottom no-repeat;}
#footerleft{ width:300px; padding:14px 0; float:left; margin:0 40px 0 0; font-size:20pt;}
#footercenter{ width:300px; padding:14px 0; float:left;}
#footerright{ width:300px; padding:14px 0; float:right; text-align:left;}

#footercot p{padding:0 0;margin: 0;}
#footer a{color: #000;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}
#footer ul{ line-height:20px;list-style-type: none;}
#footer h2{
	color:#fff;
	margin:0;
	padding-left:0px;
	}


#foo {
	clear: both;
	padding:15px 0;
	margin-top:30px;
	text-align:right;
	}

#totop{
width:980px;
text-align:center;
background-color:#999;}
#totop a{
color:#ccc;
text-transform:uppercase;}
#totop a:hover{
color:#f2f2f2;
text-decoration:none;}


#fvideo{
padding-left:10px;}


.clear {
	clear:both;
	}



	
/*about*/

#about{
	padding:0;
	width:390px;
	float:left;
	margin:5px 0 25px 0;
	font:normal 15pt Georgia, "Times New Roman", Times, serif;font-style:italic;
	color:#999999;
	}
	
#about h2{
	color:#99CC00;
	}

#about a{
	color: #425200;
}


#about img.avatar{
	float: left;
	margin: 0px 10px 10px 0;
	background:#0E1829;
	padding:5px 5px;
}

/*ed of about*/

#facebook{
	overflow:hidden;
	margin:30px 0;}
/* misc */



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

pre {
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

hr{ margin:15px 0; background:#f2f2f2; color:#CCCCCC}

ul { list-style-position: inside;list-style-type: circle; } 
ol {  list-style-position: inside; }
ol li { padding-left:20px;}

	
	
	
/* Start tables */

.post table, table.post
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.post table, table.post .post tr, .post th, .post td
{
  background-color:Transparent;
}

.post th, .post td
{
  padding: 5px;
  border: solid 1px #2F3540;
  vertical-align: top;
  text-align:left;
}

.post th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}



/* Finish tables */



/*************************************
 +pagination
 *************************************/

.navi{
padding:70px 15px 40px 40px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	background-color: #fff;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	background-color: #fff;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc;
	color: #fff;
	background-color: #999;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	background-color: #999;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #fff;
	border: 1px solid #fff;
	background-color: #fff;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #2F3540;
	color: #fff;
	background-color: #2F3540;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	color: #333;
	background-color: #999;
}



#contact-mail{ margin-bottom:50px;}


#message_input, #cont-name, #e-mail{
	line-height:18pt;
	font:normal 10pt Arial, Helvetica, sans-serif;
	width:200px;
	margin:5px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fff url(images/corner.png) no-repeat 1px 1px;
	text-align:left;
	}
	
.submit {
	line-height:18pt;
	font:normal 10pt Arial, Helvetica, sans-serif;
	margin:5px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fff url(images/corner.png) no-repeat 1px 1px;
	text-align:left;
	}
	
#location iframe{
	border:4px solid #fff;
	}
