/*
    Theme Name: Rino
    Theme URI: http://newwpthemes.com/rino-free-wordpress-theme/
    Description: Free General/Blog WordPress theme by NewWpThemes
    Author: NewWpThemes
    Author URI: http://newwpthemes.com
    Version: 1.0
    Tags: orange, white, two-columns, right-sidebar
*/

/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS
*/

/* =GENERAL
-------------------------------------------------------------- */

body {
    background: #5191c1 url(images/background.jpg) left 35px repeat-x;
	font:14px Arial, sans-serif;
    color: #000;
}

a {
    color: #478bbc;
    text-decoration: underline;
	
}

a:hover, a:focus {
    color: #FE5217;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

/* =LAYOUT
-------------------------------------------------------------- */

#container {
	width: 972px;
	margin: 0 auto;               
}

#main {
    padding: 15px;
	margin-bottom: 20px;
}

#main-fullwidth {
    padding: 15px;
}

#content {
    overflow: hidden;
    float: left;
    width: 580px;
	margin-right: 15px;
	padding-right: 30px;
	border-right: 1px solid #e0e0dd;
}

#sidebar-primary {
    overflow: hidden;
	float: left;
    width: 300px;
    margin-left: 15px;
}

/* =HEADER
-------------------------------------------------------------- */

.logo {
    float: left;
	margin-top:30px;
}

.header-right {
    float: right;	
}

.header_menu {
	background: #ccc url(http://ryga.chrystusowcy.pl/wp-content/plugins/jquery-mega-menu/skins/images/bg_grey.png) repeat-x 0 -80px; 
	width: 100%; 
	height: 40px;
	position: fixed;
}

/* Post General
----------------------------*/

.post {    
	margin-bottom: 25px;
}

.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;	
}

.title {
    margin: 0 0 7px 0;
    padding-bottom: 7px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: normal;	
}

.title a {
    color: #058dc3;
    text-decoration: none;
}

.title a:hover {
    color: #003967;
    text-decoration: none;
}

.postmeta-primary {  	
	margin-bottom: 5px;		
}

.entry {
    line-height: 20px;	    	
	margin-bottom: 5px;	
}

.featured_image {
    padding: 6px;
    border: 1px solid #E6E1E4;
    background: #fff;
}

.featured-image-container {
    overflow: hidden;
    height: 200px;
    margin-bottom: 15px;
}


.featured-image-container img {
    width: 615px;
}

.page-title {
    color: #333;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 24px;
    font-family: Arial;
}

/* Table */
#content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
#content th {
	font-size: 12px;
	text-align:left;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
#content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.page-template-default div.col8,
.error404 div.col8 {
	margin: 0 auto;
	float: none;
}

/* Post Metas
----------------------------*/

.meta_tags {	
	text-transform:uppercase;	
	font-weight: bold;	
	font-size: 12px;
}

.meta_tags a{  
	color: #999;	
}

.meta_tags a:hover {
	color:#444;
}

.postmeta-primary {
    color: #969292;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0 5px 0;
	margin-bottom:10px;
	border-bottom: 1px solid #ddd
}

.postmeta-secondary {
    color: #969292;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0 10px 0;
	border-top: 1px solid #bcbcbc;
}

.postmeta-primary span, .postmeta-secondary span {
    background: url(images/meta-separator.png) left center no-repeat;
    padding:3px 0 3px 10px;
}


.postmeta-primary span:first-child, .postmeta-secondary span:first-child {
    background: none;
    padding-left: 0;
}

/* Read More
----------------------------*/

.readmore {
    margin-bottom: 15px;
    float: right;
}

.readmore a {
    color: #ff9216;
    background: #EEE7E7 url(images/readmore-bg.png) left top repeat-x;
    border: 1px solid #EEE7E7;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.readmore a:hover {
    color: #fff;
    background: #ff9216 url(images/readmore-bg.png) left -126px repeat-x;
    border: 1px solid #E73D02;
    text-decoration: none;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;    
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;    
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #E83E04;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background:#ED450A;
}

.wp-pagenavi a:hover {
    color: #E83E04;
    background:#F4EEEE;
}

.wp-pagenavi span.pages {
    color: #E83E04;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #E83E04;
    background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer {
    background: #e0e0dd;
    padding: 40px 0 20px 0;      	
}

.footer-nav-block {
    width:960px;
    overflow:hidden;
	color:#000;	
}

 .footer-copyright-block:before {
    padding-bottom:30px;
	margin-bottom: 20px;
    display:block;
    content:"";
    border-bottom:1px solid #aba6a3  
}

.footer-site-map {    
    font-size:15px;
    font-weight:bold;
	text-transform: uppercase;
	margin-left: -30px;
}

.footer-site-map li {
    display:inline;
    float:left;
    margin-right:11px;
    padding-right:11px;
    border-right:solid 1px #aba6a3
}

.footer-copyright-block-left {
    display:inline;
    float:left;	
}

.footer-copyright-info{
    width:360px;
    padding-left:10px;	
	padding-bottom:10px;	    
    color:#969696;
    font-size:11px;
    font-weight:normal;
    display:inline;
    float:left
}

.footer-links{
	padding-right: 10px;
    float:right
}

.footer-links ul {
    float: right;
	list-style: none;
	margin: -10px 0 0;
}

.footer-links ul li{
	float: left;
    margin-left: 10px;
	margin-top: 5px;
}
 
#footer-widgets {
    width:990px;
    margin:0 auto;
}

.footer-widget-box {
    width: 300px;
    float: left;
    margin-left: 15px;
}

/* Footer Widgets Links */

#footer-widgets .widget-container a {
    color: #4b4b4b;
    text-decoration: none;  
}

#footer-widgets .widget-container a:hover {
	color: #01b8e2;
}

/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #666666;
    font-size: 13px;
}

.widget-container a {
    color: #666666;
    text-decoration: none;
}

.widget-container a:hover {
    color: #E73D02;
    text-decoration: none;
}

.widgettitle {
    margin: 0 0 10px 0;
    padding: 10px 0 4px 0;
	border-bottom: 1px solid #d6d6d6;
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #606a69;
    font-size: 21px;
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: none;
}

#sidebar-primary .widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar-primary  .widget ul li {
    padding: 0 0 9px 12px;
    margin: 0 0 8px 0;
    background: url(images/widget-list.png) left 4px no-repeat;
    border-bottom: 1px dotted #989898;
}

/* Search
----------------------------*/

#search {     
	width: 222px;
	height: 28px;	
    background: url(images/menu.png) right top repeat-x;	
    text-align: left;
    padding: 6px 24px 4px 6px;
}

#search #s {
    background: none;	
    color: #A4A4A4;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
	padding:7px 9px;
}

#content-search {
    width: 300px;	
    padding: 10px 0;
}

#topsearch {
    float: right;
}

#topsearch #s {
    width: 220px;
}

/* Spoiler
----------------------------*/

.spoiler-wrap {
background:none repeat scroll 0 0 #efefef;
width:100%;
border-color:#048fd0;
border-style:solid;
border-width:1px 1px 1px 2px;
margin:6px;
}
.spoiler-head {
font-size:19px;
color: #0070ba;
line-height:21px;
margin-left:6px;
cursor:pointer;
width:97%;
padding:1px 14px 3px;
}
.folded {
background:url(images/icon_plus_1.gif) no-repeat scroll left center transparent;
display:block;
padding-left:14px;
}
.unfolded {
background:url(images/icon_minus_1.gif) no-repeat scroll left center transparent;
display:block;
padding-left:14px;
}
.spoiler-body {
background:none repeat scroll 0 0 #f9f9f9;
border-top:1px solid #048fd0;
line-height:20px;
padding:1px 6px 2px;
}

/* =END
-------------------------------------------------------------- */