/*
Theme Name:Grand Prix Wielkopolski
Description:Simple, easy and powerfull WordPress theme
Version:1.0
Author:ars-vision
Author URI:http://ars-vision.com
*/

/* Reset
##############################################################################*/
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,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0 none;vertical-align: baseline;background: transparent;}

* { padding:0; margin:0; }
:focus { outline:0 none; }
ul, ol { list-style:none outside; }
ol ol, ul ul, ol ul, ul ol { margin-left:20px; margin-bottom:0; }
img { border:0 none; }
textarea { resize:none; }

html, body { height:100%; }

/* Body
##############################################################################*/
body {
	font-size:14px;
	color:#222;
	line-height:1.4;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

@font-face{
	font-family: Helios;
	src: url('css/HeliosCondLightC.eot');
	src: local('css/HeliosCondLight'), url('/css/HeliosCondLightC.otf') format('opentype');
}

h1, h2, h3, h4, h5,h6 { font-weight:normal; }
h1 { font-size:22px; line-height:26px; margin-bottom:10px; }
h2 { font-size:20px; line-height:24px; margin-bottom:7px; }
h3 { font-size:18px; line-height:22px; margin-bottom:5px; }
h4 { font-size:16px; line-height:20px; margin-bottom:5px; }
h5 { font-size:14px; line-height:18px; margin-bottom:5px; }
h6 { font-size:12px; line-height:16px; margin-bottom:5px; }

a { color:#01638D; text-decoration:underline; }
a:hover,
a:active { color:#01638D; text-decoration:none; }

p { margin-bottom:13px; }

input[type='submit'] { cursor:pointer; padding:0 5px; }
body.browser-opera input[type='submit'] { padding:1px 7px; }

input[type='text'],
input[type='password'],
textarea,
select {
	border:1px solid #aaa;
	background-color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus { background-color:#FFFFCC; }


blockquote{
	font:italic 0.9em Georgia, Serif;
	padding:5px 5px 5px 40px;
	margin:10px 0 10px 20px;
	background:#F4F5F7 url(i/cehla-sprite.gif) no-repeat 0 -326px;
}

legend, th, td { padding:4px; }
fieldset { padding:6px; }
hr {background-color:#333;border:0;height: 1px;margin-bottom: 18px;clear:both;}
abbr, acronym { border-bottom:1px dashed; cursor:help; }
del { text-decoration:line-through; }
pre { font-family:"Courier 10 Pitch", Courier, monospace; }
code { font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; background-color:#eee; font-style:italic; }
/**/

/* wpWrap
##############################################################################*/
#wpwrap {
	height:auto;
	min-height:100%;
	width:100%;
}

/* Container
##############################################################################*/
#container {
	margin:0 auto 0 6%;
	overflow:hidden;
	width:89%;
	min-width:1000px;
	/* min-width:914px; */
	padding-bottom:288px;
}
#container #wrapper {
	width:100%;
	float:left;
	overflow:hidden;
}


/* Header
##############################################################################*/
#site-name {
	display:block;
	float:left;
}
#header {
	font-family:Helios,"Trebuchet MS",Arial,Helvetica,sans-serif;
	padding:57px 0 30px;
	width:100%;
	float:left;
	position:relative;
}
#header h1.logo { margin:0; }
#header h1 a.logo {
	display:block;
	width:200px;
	height:95px;
	background:transparent url(i/logo.png) no-repeat 0 0;
}



/*** Navigation ***/
#nav-feed {
	display:block;
	float:left;
	margin:28px 0 0 4%;
}
#nav {
	display:block;
	float:left;
}
#nav .menu-header,
div.menu { margin-left:0; }
#nav .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#nav .menu-header li,
div.menu li {
	display:block;
	float:left;
	position:relative;
	height:61px;
}
#nav a {
	display:block;
	text-decoration:none;
	color:#1A171B;
	font-size:20px;
	line-height:30px;
	/* margin-right:5px; */
	padding:9px 15px 7px;
	background:transparent none;
}
#nav li:hover > a,
#nav .current-menu-item a,
#nav .current_page_item a,
#nav .current-page-ancestor a {
	color:#144F68;
}

#nav .current_page_item {
	background:transparent url(i/menu-arrow.png) no-repeat 50% 100%;
}

#nav .current_page_item a  {
	cursor:default;
	background-color:#E1E5E7;
	border-radius:0.4em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}

/** DropDown Menu **/
#nav ul ul { display:none; }
/**/

/** Map **/
#map {
	color:#01638D;
	float:right;
	font-size:30px;
	line-height:110%;
	/** padding:33px 0 0;  **/
}
#map a {
	color:#01638D;
	text-decoration:none;
}
#map a:hover {
	text-decoration:underline;
}



/* Content
##############################################################################*/
#content {
	float:right;
	overflow:hidden;
	margin:0 0 0 auto;
	width:77%;
}

#content .post,
#content .page {
	display:block;
	margin-bottom:13px;
	overflow:hidden;
	font-size:1.15em;
}
#content .post p,
#content .page p { text-align:justify; }

#content h1.post-title {
	color:#B5C4CB;
	font-family:Helios,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:34px;
	line-height:100%;
	margin-bottom:3px;;
}
body.page #content h1.post-title,
body.single #content h1.post-title{ margin-bottom:0.6em; }
#content h2.post-title {
	font-size:1.4em;
	margin-bottom:3px;
}

#content h1.post-title a,
#content h2.post-title a {
	color:#B5C4CB;
	font-family:Helios,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:34px;
	line-height:100%;
	margin:0 0 0.6em;
}
#content h1.post-title a:hover,
#content h2.post-title a:hover { color:#666; }

/* Post thumbnails */
#content .thumbnails {
	padding:2px;
	border:1px #ccc solid;
}

/*** START info under post title ***/
#content .date-category-author{
	margin-bottom:4px;
	color:#333;
	font-style:italic;
	font-size:0.9em;
}
#content .date-category-author a { color:#333; text-decoration:none; }
#content .date-category-author a:hover { color:#000; text-decoration:underline; }
/*** END info under post title ***/


/*** Page Navi ***/
#content #pages {
	clear:both;
	display:block;
	float:left;
	text-align:center;
	width:100%;
	margin:10px 0;
}
#pages .wp-pagenavi span.pages,
#pages .wp-commentnavi span.pages,
#pages .wp-pagenavi span.extend,
#pages .wp-commentnavi span.extend {
	background:none transparent;
	color:#000;
	margin:2px;
	padding:2px 4px;
	border:0 none;
}
#pages .wp-pagenavi a,
#pages .wp-commentnavi a {
	background:none transparent;
	color:#000;
	margin:2px 7px;
	padding:2px 4px;
	text-decoration:underline;
	border:0 none;
}
#pages .wp-pagenavi a:hover,
#pages .wp-commentnavi a:hover {
	background:none transparent;
	color:#cc0000;
	text-decoration:none;
	border:0 none;
}




#pages .wp-pagenavi span.current,
#pages .wp-commentnavi span.current {
	background-color:#fafafa;
	color:#000;
	font-weight:bold;
	margin:2px 7px;
	padding:2px 4px;
	border:0 none;
	border-bottom:2px #cc0000 solid;
}
/**/



#content ul, ol, dl { margin-bottom:20px; }
#content ul {
	list-style:disc;
	list-style-position:inside;
}
#content ol {
	list-style:decimal;
	list-style-position:inside;
}
#content dl dt {
	font-weight:bold;
}
#content dl dd {
	font-style:italic;
	margin:0 0 5px 20px;
	color:#555;
}
/**/


/** Content regions **/
#content-regions {
	margin-top:40px;
}


#content-regions h3 {
	color:#262A2D;
	font-family:Helios,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:24px;
}
#content-region-left {
	display:block;
	float:left;
	width:60%;
}

#content-region-right {
	display:block;
	float:right;
	width:34%;
}



/*** Aligns and others classes ***/
.aligncenter { margin-left:auto; margin-right:auto; }
.alignleft { float:left; margin:5px 15px 10px 0; }
.alignright { float:right; margin:5px 0 10px 15px; }
.no-text {text-indent:-666em; overflow:hidden;}
.dnone {display:none;}
.clear { float:none; clear:both; }
.b { font-weight:bold; }
.red { color:#cc0000; }




/* Sidebar
##############################################################################*/
#sidebar {
	width:18%;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
	padding:0;
	color:#666;
}

#sidebar h3,
#sidebar h2 {
	font-size:1.35em;
	margin-bottom:13px;
}


#sidebar .block {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0;
	overflow:hidden;
	word-wrap:break-word;
}

#sidebar .block ul li {
	list-style:none inside;
	margin-bottom:17px;
	line-height:1.1em;
	clear:both;
}
#sidebar .block ul li ul li { margin:5px 0 0 0; }


#sidebar div.widget_categoryposts h3 { display:none; }

#sidebar div.widget_categoryposts { text-align:right; }

#sidebar div.widget_categoryposts a.post-title {
	color:#666;
}

#sidebar div.widget_categoryposts a.more-link {
	display:block;
}



/* Footer
##############################################################################*/
#footer {
	clear:both;
	float:left;
	height:288px;
	margin-top:-288px;
	position:relative;
	width:100%;
	min-width:1100px;
	background:transparent url(i/bg-footer.jpg) repeat-x 0 0;
	font-size:0.9em;
}
#footer a {
	color:#555;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

#footer-region {
	margin:145px auto 0 7%;
	overflow:hidden;
	width:85%;
	min-width:80%;
}

#footer-region .col-0 { width:25%; }

#footer-region .col-0-item { padding-left:25px; margin-bottom:10px; }
#footer-region .fb { background:transparent url(i/footer_icon_facebook.jpg) no-repeat 0 0; }
#footer-region .rss { background:transparent url(i/footer_icon_rss.jpg) no-repeat 0 0; }



/*** Captions ***/
.aligncenter,
div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption p.wp-caption-text {
	font-size:0.8em;
	line-height:17px;
	padding:4px;
	margin:0;
	text-align:center !important;
}



/* wp.com stats */
img#wpstats { display:none; }

/* For Nextgen Gallery */
#content .ngg-navigation { padding:15px 0; }



/*** for front slider ***/
#content .ngg-galleryoverview {
	width:100%;
	height:290px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
#content .ngg-gallery-thumbnail { margin-right:0; }
#content .ngg-gallery-thumbnail img {
	border:1px #fff solid;
	padding:0;
	margin:0;
}

#content .jcarousel-prev,
#content .jcarousel-next {
	width:31px;
	height:62px;
	position:absolute;
	top:120px;
	background:transparent url(i/prev-next.gif) no-repeat;
	cursor:pointer;
	overflow:hidden;
}

.jcarousel-prev { background-position:0 0; right:81px; }
.jcarousel-next { background-position:-30px 0 !important; right:5px; }


/* END CSS */

