/*
Theme Name: PK
Theme URI: http://pecsikisterseg.hu/
Description: A Pécsi Többcélú Kistérségi Társulás honlapjának arculata.
Author: Kontroll Stúdió Kft.
Version: 1.0
*/


/*******************************************************************************
/* Reset default browser CSS.
/* Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
*******************************************************************************/
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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
	background: #c9e1ec;
}

body {
    font: 12px Verdana, sans-serif;
    line-height: 150%;
    color: #444444;
}

/*******************************************************************************
/* Colors and typography
*******************************************************************************/
.yellowDark {
	color: #fad209;
}

.yellowLight {
	color: #ffd443;
}

.orangeDark1 {
	color: #f45620;
}

.orangeDark2 {
	color: #ff6e00;
}

.orangeLight {
	color: #ff981a;
}

.greenLight {
	color: #9bd729;
}

.grey {
	color: #797979;
}

.smallText, .more-link {
	font-size: 10px;
}

.boldText {
	font-weight: bold;
}

.italicText {
	font-style: italic;
}

.alignRight {
	text-align: right;
}

a {
	color: #579aca;
	text-decoration: none;
}

a:hover {
	/*border-bottom: 1px dotted #579aca;*/
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

p {
	margin: 12px 0;
}

/*******************************************************************************
/* Layout
*******************************************************************************/
#pageWrapper {
    width: 970px;
    margin: 20px auto;
    padding-bottom: 20px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    -moz-box-shadow: 0 0 50px 2px rgba(32, 80, 153, 0.4);
    -webkit-box-shadow: 0 0 20px 2px rgba(32, 80, 153, 0.4);
    box-shadow: 0 0 20px 2px rgba(32, 80, 153, 0.4);
}

#headerWrapper {
    width: 932px;
    height: 116px;
    margin: 24px 0 0 13px;
    background: url('images/bgHeader.png') no-repeat;
}

#navBar {
    height: 44px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #eeeeee;
    position: relative;
}

#searchform {
    width: 385px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    margin: 11px 0 9px 0;
    padding-right: 15px;
    text-align: right;
}

#s {
    width: 200px;
    height: 18px;
    padding: 2px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 18px;
}

#searchsubmit {
    
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
	
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    background: url('images/bgButtons.png') no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8dcfff), to(#3e82b2));
    background-image: -webkit-linear-gradient(top, #8dcfff, #3e82b2);
    background-image:    -moz-linear-gradient(top, #8dcfff, #3e82b2);
    background-image:     -ms-linear-gradient(top, #8dcfff, #3e82b2);
    background-image:      -o-linear-gradient(top, #8dcfff, #3e82b2);
    background-image:         linear-gradient(top, #8dcfff, #3e82b2);
}

#searchsubmit:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7efa1), to(#b49451));
    background-image: -webkit-linear-gradient(top, #f7efa1, #b49451);
    background-image:    -moz-linear-gradient(top, #f7efa1, #b49451);
    background-image:     -ms-linear-gradient(top, #f7efa1, #b49451);
    background-image:      -o-linear-gradient(top, #f7efa1, #b49451);
    background-image:         linear-gradient(top, #f7efa1, #b49451);
    text-shadow: 0 0 1px #b49451;
}

#mainWrapper {
    background: #ffffff;
    overflow: auto;
}

.ie #mainWrapper {
    background: url('images/bgMainWrapper.png');
}

#contentWrapper {
	/*overflow: auto;*/
	padding: 30px 0;
}

#sideBar {
	float: left;
	width: 240px;
	margin: 0 0 0 -970px;
}

#accordion {    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
    background-image:    -moz-linear-gradient(top, #ffffff, #d9d9d9);
    background-image:     -ms-linear-gradient(top, #ffffff, #d9d9d9);
    background-image:      -o-linear-gradient(top, #ffffff, #d9d9d9);
    background-image:         linear-gradient(top, #ffffff, #d9d9d9);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d9d9d9'); /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d9d9d9')"; /* IE8 IE9 */
}

.accordionHeader {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #3b3b3b;
    padding: 5px 0 5px 15px;
    border-top: 1px solid #c6c6c6;
}

.accordionHeader:hover {
    text-decoration: none!important;
    border-bottom: none!important;
}

.accordionLinks {
    list-style: none;
    margin-left: 15px;
}

.accordionLinks > li {
    margin: 4px 0;
}

#content {
	float: left;
	width: 715px;
	margin: 0 0 0 255px;
}

#featuredContent {
    width: 700px;
    position: relative;
    left: -15px;
    margin-bottom: 10px;
}

.featuredCaption {
    position: absolute;
    left: 0;
    top: 100px;
    padding: 10px;
    width: 300px;
    background: rgba(255, 255, 255, 0.9);
}

#homepageLeft {
    float: left;
    width: 405px;
    margin-right: 20px;
}

#homepageRight {
    float: left;
    width: 275px;
}

#footer {
	width: 932px;
	margin: 10px auto 40px auto;
	padding: 0 15px 0 0;
}


/*******************************************************************************
/* Top menu
*******************************************************************************/
#menu-fejlec-menu {
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    font-weight: bold;
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #c3c3c3, #ffffff);
    background-image:    -moz-linear-gradient(top, #c3c3c3, #ffffff);
    background-image:     -ms-linear-gradient(top, #c3c3c3, #ffffff);
    background-image:      -o-linear-gradient(top, #c3c3c3, #ffffff);
    background-image:         linear-gradient(top, #c3c3c3, #ffffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c3c3c3', EndColorStr='#ffffff'); /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c3c3c3', EndColorStr='#ffffff')"; /* IE8 IE9 */
    
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: relative;
    list-style: none;
}

/* yellow */
#menu-item-937, #menu-item-992,
/* blue */
#menu-item-938, #menu-item-978 {
    float: left;
    display: block;
    height: 38px;
    width: auto;
    line-height: 38px;
    padding: 0 20px;
    color: #ffffff!important;
    text-shadow: 0 0 1px #b49451;
}

/* yellow */
#menu-item-937, #menu-item-992 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7efa1), to(#b49451));
    background-image: -webkit-linear-gradient(top, #f7efa1, #b49451);
    background-image:    -moz-linear-gradient(top, #f7efa1, #b49451);
    background-image:     -ms-linear-gradient(top, #f7efa1, #b49451);
    background-image:      -o-linear-gradient(top, #f7efa1, #b49451);
    background-image:         linear-gradient(top, #f7efa1, #b49451);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7efa1', EndColorStr='#b49451'); /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7efa1', EndColorStr='#b49451')"; /* IE8, IE9 */
    
    /*
    background: -moz-linear-gradient(#ffb500, #e3a100);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb500), to(#e3a100));
    background: -webkit-linear-gradient(#ffb500, #e3a100);
    */
}

/* blue */
#menu-item-938, #menu-item-978 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8dcfff), to(#3e82b2));
    background-image: -webkit-linear-gradient(top, #8dcfff, #3e82b2);
    background-image:    -moz-linear-gradient(top, #8dcfff, #3e82b2);
    background-image:     -ms-linear-gradient(top, #8dcfff, #3e82b2);
    background-image:      -o-linear-gradient(top, #8dcfff, #3e82b2);
    background-image:         linear-gradient(top, #8dcfff, #3e82b2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#8dcfff', EndColorStr='#3e82b2'); /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8dcfff', EndColorStr='#3e82b2')"; /* IE8, IE9 */
}

/* yellow */
#menu-item-937:hover, #menu-item-979:hover,
/* blue */
#menu-item-938:hover, #menu-item-978:hover {
    border: none!important;
}



#menu-fejlec-menu {
    height: 38px;
    line-height: 38px;
    list-style: none;
    position: relative;
}

#menu-fejlec-menu > li {
    float: left;
}

.menu-item > a {
    display: block;
    padding: 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    /*text-shadow: 0 0 2px #444444;*/
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.sub-menu {
    width: 180px;
    list-style: none;
    visibility: hidden;
    position: absolute;
    
    border: 1px solid #C9E1EC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#menu-fejlec-menu > li:hover > ul {
    visibility: visible;
    background: #ffffff;
    padding: 0 5px 10px 5px;
    z-index: 1000;
}

#menu-fejlec-menu > li:hover > ul > li > a {
    color: #444444;
    line-height: 150%;
}

/*******************************************************************************
/* Contact form
*******************************************************************************/




/*******************************************************************************
/* Posts
*******************************************************************************/
.post {
    
}

.entry-title, .entry-title-older-content {
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 10px;
}

.entry-title-older-content {
    font-size: 16px;
}

.entry-date {
    font-size: 10px;
}

.entry-meta {
    margin-bottom: 15px;
    font-size: 10px;
}

.entry-content {
    font-size: 14px;
    width: 700px;
    text-align: justify;
}

.entry-content ul {
    margin: 15px 0 15px 20px;
}

table {
    width: 100%;
    border: 1px solid #c9e1ec;
}

.td-gallery {
    width: 150px;
    border: 1px solid #c9e1ec;
    font-size: 10px;
    padding: 5px;
}

#pagelinks {
    width: 150px;
    float: right;
    margin: 30px 0 10px 10px;
    padding: 5px 5px 5px 25px;
    font-size: 11px;
    background: #fafafa;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.wp-caption {
    background: #f3f3f3;
    text-align: center;
    padding: 5px 0;
}

.wp-caption-text {
    margin: 0;
    padding-top: 5px;
    font-size: 10px;
}

/*******************************************************************************
/* Scrollable
*******************************************************************************/
#scrollableWrapper {
    width: 700px;
    height: 250px;
    position: relative;
    /*border: 1px solid #E9FAFF;
    float: left;*/
    margin: 0 0 20px 0;
}

.cs-title {
    position: absolute;
    top:0;
    left: 415px;
    z-index: 1000;
    width: 285px;
    height: 250px;
}

.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 700px;
    height: 350px;

    /* custom decorations */
    /*background: url(../img/scrollable/lec.png) no-repeat left bottom;*/
}

.items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
}

.items > div {
    float: left;
    width: 700px;
}

.itemWrapper {
    position: relative;
    float: left;
    width: 700px;
    height: 350px;
}

.itemLink {
    color: #ffffff!important;
    text-decoration: none!important;
}

.itemImage {
    width: 700px;
    height: 350px;
}

.itemDesc {
    position: absolute;
    width: 290px;
    height: 110px;
    top: 145px;
    font-size: 12px;
    display: block;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    line-height: 150%!important;
}

.itemTitle {
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #f8b000;
    margin-bottom: 10px;
}


/* prev, next, prevPage and nextPage buttons */
.browse {
    background:url('images/scrollableArrows.png') no-repeat;
    display:block;
    width:50px;
    height:50px;
    float:left;
    /*margin:40px 10px;*/
    cursor:pointer;
    font-size:1px;
    position: absolute;
    top:100px;
    z-index: 10000;
}

/* right */
.right 	{ background-position: -50px 0; clear:right; margin-right: 0px;left:560px;}


/* left */
.left		{ margin-left: 0px; left: 0px; } 