/*   
Theme Name: Your Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/




/* Import a basic layout */
@import url('styles/2c-r.css');


/* Reset default browser styles */
@import url('styles/reset.css');


/* Rebuild default browser styles */
@import url('styles/rebuild.css');


/* Basic WordPress Styles */
@import url('styles/wp.css');

body{
background-color:#cc9933;
}
a{
color:#000;
}
a:hover{
color:#ff0000;
}
h1{
font-size:24px;
}
h2{
font-size:22px;
}
#wrapper{
background-color:#fff;
margin:0 auto;
width:960px;
box-shadow:0 0 8px 8px #8b4513;
-moz-box-shadow:0 0 12px 12px #8b4513;
-webkit-box-shadow:0 0 8px 8px #8b4513;
}
#header{
width:960px;
height:150px;
}
#blog-title{
padding:25px 0 0 80px;
}
#blog-description{
display:none;
}
.search-form{
display:none;
position:absolute;
top:145px;
right:16%;
}
.current-menu-item a{
background:#cc9933;
padding:8px 10px;
}
/* The container wrapping ul.dropdown */
#navwrap {
float:left;
width:100%;
background: #fff;
font-size: 16px;
}

/* Top level Unordered list */
ul.dropdown {
list-style:none;
float:left;
width:100%;
padding: 10px 5px;
}
 
ul.dropdown  li{
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
}

ul.dropdown a {
margin:0 2px;
padding:8px 10px; /*space the items, occupy entire height too.*/
color:#000;
text-decoration:none;
}

/* Style the link hover */
ul.dropdown li:hover a {
background:#cc9933;
color:#000;
}
 
/* Displays the link as blocks. */
ul.dropdown li ul a {
display:block;
margin:0;
}
 
/* sub menus!!  */
 
ul.dropdown ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
border:1px solid #000;
width:200px; /* specify the width. */
position:absolute; /* needed */
z-index:500; /* specify the order */
}
 
ul.dropdown li ul {
background:#fff;
color:#000;
top:27px; /* Positioning:Calc with top level horz list height */
-moz-box-shadow:0 2px 10px #000; /* CSS 3 */
}
 
ul.dropdown ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul.dropdown ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block;}
 
ul.dropdown li * a:hover {
/* Change color of links when hovered */
background-color:#fff;
}
#pali{
position:absolute;
top:15px;
right:29%;
}
#container{
background-color:#fff;
background-image: url("http://dsupinpal.hu/wp-content/themes/dsupinpal/images/minta_x2.png");
background-repeat: repeat-x;
padding:25px 0px 25px 0px;
}
.hentry{
background-color:#f5f5dc;
#font-size:14px;
margin: 10px 5px;
padding: 10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.entry-title{
font-size:22px;
border-bottom: 2px solid #000;
padding:0 0 0 0;
}
.entry-title a{
text-decoration:none;
}
h1.page-title, .search-entry-title{
font-size:22px;
margin:15px 0 5px 15px;
}
.entry-content p{
margin:1em 0;
}
.entry-content ul li{
padding: 0 60px 0 0;
}
.entry-meta{
margin:5px 0 5px 0;
clear:both;
}
.search-entry-content{
margin:0 0 0 10px;
}
.widget-area{
font-size:15px;
text-align:left;
}
.widget-area ul{
margin:0;
list-style:none;
}
.widget-area h3{
font-size:22px;
margin-top:10px;
}
#primary{
margin:35px 15px 0 0;
}
#secondary{
margin: 0 15px 0 0;
}
#calendar_wrap table{
width:100%;
}
#calendar_wrap a{
color:#fff;
background-color:#963;
padding:2px 4px 2px 4px;
text-decoration:none;
}
#calendar_wrap a:hover{
color:#000;
}
.screen-reader-text{
display:none;
}
.navigation{
font-size:15px;
margin:10px 5px;
}
.nav-previous{
float:left;
}
.nav-next{
float:right;
}
#footer{
width:760px;
text-align:center;
padding:10px;
}
#footer p.center{
text-align:center;
}