/*  
Theme Name: halihow
Theme URI: http://www.halihow.com
Description: Halihow Theme
Version: 1.0
Author: Gabor Csizmadia & Dezso Kancsar
Author URI: http://halihow.com
*/


/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	color:#808080;
	font-size:12px;
	font-family:tahoma;
}

/* This class sets the width and position for all rows */
.inside{
	width:970px;
	margin:0 auto;
}

a{
	color:#939393;
}

a:hover {
	color:#e9e9cf;
}

h1{
	color:#e9e9cf;
	font-size:1.5em;
	font-weight:bold;
	margin:1.5em 0;
}

h2, h3{
	font-size:1.25em;
	color:#e9e9cf;
	font-weight:bold;
}
featured_h1{
	color:#d43e37;
	font-size:2.5em;
	font-family:georgia;
	line-height:1.5em;
}

#primary h2{
	color:#e9e9cf;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #808080;
	border-bottom:1px dotted #808080;
}

table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
	background:#808080;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background-image:url(images/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#header .inside{

}

#girl {
	background-image:url(images/header_2.png);
	background-position:top;
	background-repeat:no-repeat;
	height:350px;
}

#header h2{
	font-size:1.55em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #fff;
	float:left;
}
#header h2 a{ text-decoration:none; }

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
}

/*-----------------------------------------------------------------------------------------------
  uppermenu
-----------------------------------------------------------------------------------------------*/
#uppermenu{
     margin:  0;  
     padding: 0;
     background-image:url(images/Blog_Dropdown_Menu_background.jpg);
}


/*-----------------------------------------------------------------------------------------------
  logomenu_background
-----------------------------------------------------------------------------------------------*/
#logomenu_background{

     background:url(images/Blog_Logo_Menu_background_small.png) repeat-x top;
     position: relative;
	 z-index: 200;
}

/*-----------------------------------------------------------------------------------------------
  logomenu
-----------------------------------------------------------------------------------------------*/
#logomenu{
     margin-left: 115px;  
     padding: 0;
     height:  101px;
     background:url(images/Blog_Logo_Menu_background.png) no-repeat;
     
}

/*-----------------------------------------------------------------------------------------------
  logo
-----------------------------------------------------------------------------------------------*/
#logo{
     margin:  0;  
     padding-top: 0px;
     height:  593px;
     -moz-opacity:1.0;
    background:#fffdeb;
}


/*-----------------------------------------------------------------------------------------------
  Kwicks
-----------------------------------------------------------------------------------------------*/

 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
     background-image:url(images/no_flicker.jpg);
 }  

 .kwicks ul {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
     background-image:url(images/no_flicker.jpg);
 }  
 
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0; 
    cursor: pointer;  
	float: left;
	width: 180px;
	height: 69px;
	margin-right: 0px;
	background-image:url(images/Blog_Upper_Menu_Buttons.jpg);
	background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:69px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-240px 0px;
}
#kwick3 {
	background-position:-480px 0px;
}
#kwick4 { 
	background-position:-720px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -240px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -480px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -720px bottom; 
}

#kwick1 a{
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick4 a{
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick4 a:hover{
	background-position: right -120px;
}


/*-----------------------------------------------------------------------------------------------
  featured
-----------------------------------------------------------------------------------------------*/


/*#featured_top{
     margin:	 0;  
     border:	 0;
     height:	 13px;
     background: url(images/Blog_Feature_top.jpg) repeat-x;
     -moz-opacity:1.0;
}*/


#featured2{
	float: left
	position: relative;
	z-index: 200;
    margin-top: 277px;
    height:	 265px;
    background: url(images/Blog_Feature_background.png) repeat-x;
}

/*#featured_bottom{
     margin:	  0;  
     border:	  0;
     background: url(images/Blog_Feature_bottom.jpg) repeat-x;
     height:	  15px;
     -moz-opacity:1.0;
}*/

/*-----------------------------------------------------------------------------------------------
  Slider
-----------------------------------------------------------------------------------------------*/

#wrapper {
    width: 1160px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 700px;
    left:  -220px;    
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.scroll {
    width: 1058px;
    height: 470px;
    margin-top: -10px;
    overflow: auto;
    overflow-x: hidden;
    clear: left;
}

.scrollContainer, .panel {
    width: 1060px;
    height: 300px;
    padding: 0px;
}

.paneltext {
    width: 700px;
    height: 100px;
    padding: 0px;
}



#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    margin-left: 570px;
}

ul.navigation li {
    display: inline;
    margin-right: 1px;
    margin-left: 0px;
}

ul.navigation a {
    padding: 1px;
    color: #bb110b;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #c8bfa5;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:url(images/Blog_Post_background.jpg) repeat;
	padding:0 0 2em 0;
}

#primary.onecol-stories .primary{
	float:left;
	margin:0 0 0 0;
	padding: 0;
}
#primary.onecol-stories .secondary{
	float:left;
	padding:0;
}

#primary.twocol-stories .story{
	width:60%;
	margin:0 0 0 0;
}
* html #primary.twocol-stories .story{

}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story h3{
	font-size:1.55em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#e9e9cf;
	font-family:tahoma;
}
.story h3 a{
	color:#e9e9cf;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #555555;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
	text-decoration:none;
}
.story .details a:hover{ color:#e9e9cf; }

/* Single Post Styles */

#primary .primary{
	float:left;
	width:60%;

}
#primary .secondary{
	float:left;
	width:30%;
	margin-left:40px;
	padding-top:0.65em;
	vertical-align:top;
}
* html #primary .secondary{ margin-right:3%; }

.secondary .featured p{
	border-bottom:1px solid #808080;
	border-top: 1px solid #808080;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #808080;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover{ color:#e9e9cf; }

.single-post h1, .single-post h2{ margin-top:0; }

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background-image:url(images/bg4.gif);
	background-repeat:repeat;
	padding:1px 2em;
	border-top:1px solid #1C1C1C;
}

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #808080;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	background:#343544;
	background-repeat:repeat;
	margin:0;
	padding-top:15px;
}

#ancillary .block{
	float:left;
	width: 31%;
	margin-left:15px;
}
* html #ancillary .block{
}
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
}



#ancillary .block h2, #ancillary .block h3{
	margin:0 0 1em 0;
}
ul.blogroll ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.counts_menu{
	list-style-type:none;
}

ul.dates, ul.counts, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #6f7077;
}
ul.dates li, ul.counts li, ul.counts_menu li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #6f7077;
}
ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

ul.counts_menu .count{
	float:right;
	color:#858585;
}

.counts_menu{
	margin:0;
	padding:0;
}

.counts_menu h2 {
	margin:0;
	padding:0;
}

ul.dates a, ul.counts a, ul.counts_menu, ul.blogroll a, ul.pages a, ul.counts_menu a{
	color:#999999;
	text-decoration:none;
}
ul.dates a:hover { color:#e9e9cf; }
 ul.dates a:hover .date { color:#e9e9cf; }
 ul.counts_menu a:hover { color:#e9e9cf; }
 ul.counts_menu a:hover .count { color:#e9e9cf; }
 ul.counts a:hover { color:#e9e9cf; }
 ul.counts a:hover .count { color:#e9e9cf; }
 ul.blogroll a:hover { color:#e9e9cf; }
 ul.pages a:hover { color:#e9e9cf; }

.blogroll {
	margin:0;
	padding:0;
}

ul.blogroll h2 {
	margin:0;
	padding:0;
}
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#343544;
	margin:0 0 3em 0;
}
#footer .inside{
	padding:1em 0;
}
#footer p{
	margin:0;
	font-size:1em;
}
#footer p.copyright{ float:left; }
#footer p.copyright a{ color:#808080; }
#footer p.copyright a:hover{ color:#e9e9cf; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#343544;
}

/*-----------------------------------------------------------------------------------------------
  Navigation Down (older/newest posts)
-----------------------------------------------------------------------------------------------*/
#down_navigation {
	border-top:1px solid #444444;
	margin-top:35px;
	padding-top:5px;
}

#down_navigation a{
	color:#808080;
}
#down_navigation a:hover{
	color:#e9e9cf;
}

#down_navigation .alignleft{
	float:left;
}
#down_navigation .alignright{
	float:right;
}

/*-----------------------------------------------------------------------------------------------
  Navigation
-----------------------------------------------------------------------------------------------*/
#nav{
	float:left;
	margin:2.5em 0 0 0;
}

#nav .left{
	float:left;
	padding-left:25px;
}

#nav .left ul{
}

#nav .left li{
	padding:0 0 0 0;
	margin:0;
	list-style:none;
	display:inline;
}

#nav a{
	color:#808080;
	padding-right:30px;
}

#nav a:hover{
	color:#e9e9cf;
}

/*-----------------------------------------------------------------------------------------------
  Menu
-----------------------------------------------------------------------------------------------*/

#menu {
	background-image:url(images/menu_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:318px;
}

#menu div.inside {
	width:260px;
}



/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:left;
	text-align:left;
	margin-bottom:20px;
	margin-top: 44px;
	margin-left: 778px;
}
#search:hover{
	-moz-opacity:1.0;
}
#search input{ 
	width:234px; 
	font-size: 1.45em; 
	background:#fff;
	margin-top:2px;

}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #808080;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#808080;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#808080;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

.padding {
	padding:2px;
}

.award {
	float:left;
	height:100px;
	width:250px;
	background-color:#ffffff;
	vertical-align:middle;
	text-align:center;
	padding-top:40px;
	margin-right:10px;
}

/*-----------------------------------------------------------------------------------------------
  Accordion Styles
-----------------------------------------------------------------------------------------------*/

#ha {
	margin: 0;
	padding: 0;
	width: 320px;
	list-style-type: none;
	position: relative;
	z-index: 1000;

	color: #000000;
	line-height: 120%;
	height: 300px;
	margin-top: -245px;
}

#ha a {
	display: block;
	font-weight: normal;
	text-decoration: none;
}

#ha ul {

	overflow: hidden;
	margin: 0;
	padding: 0;
}

#ha li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ha li a {
	width: 270px;
	padding: 0 0 0 0;
	display: block;
	height: 30px;
}

#ha li a.opened {
	height: 50px;
	width: 300px;
	padding: 0 10px 0 10px;
	position: relative;
	z-index: 1;
	background-image: url(images/Blog_Long_Tab_middle_Tab_active.png);
	color: #FFFFFF;
	margin-top: -15px;
}

#ha li a.closed {
	padding: 0 10px 0 10px;
	height: 55px;
	width: 300px;
	position: relative;
	z-index: 2000;
	color: #000000 !important;
	background-image: url(images/Blog_Long_Tab_middle_Tab.png) !important;
	margin-top: -10px;
}

#ha li li {
	background-color: #343544;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0.5em 15px 0 15px;
	height: 25px;
}

#ha li.firstitem ul {
	background-color:#343544;
	width: 298px;
	margin-left: 11px;
}

#ha li.firstitem a.opened {
	padding: 0 10px 0 10px;
	height: 42px;
	position: relative;
	background-image: url(images/Blog_Long_Tab_upper_Tab_active.png);
	color: #000000;
	margin-top: 0;
}

#ha li.firstitem a.closed {
	padding: 0 10px 0 10px;
	height: 55px;
	width: 300px;
	position: relative;
	z-index: 1000;
	color: #000000 !important;
	background-image: url(images/Blog_Long_Tab_upper_Tab.png) !important;
	margin-top: 0;
}

#ha li.middle1item ul {
	background-color:#343544;
	width: 299px;
	margin-left: 11px;
}

#ha li.middle1item a.opened {
	height: 50px;
	width: 300px;
	padding: 0 10px 0 10px;
	position: relative;
	z-index: 1;
	background-image: url(images/Blog_Long_Tab_middle_Tab_active.png);
	color: #FFFFFF;
	margin-top: -10px;
	margin-bottom: -15px;
}

#ha li.middle1item a.closed {
	padding: 0 10px 0 10px;
	height: 55px;
	width: 300px;
	position: relative;
	z-index: 1000;
	color: #000000 !important;
	background-image: url(images/Blog_Long_Tab_middle_Tab.png) !important;
	margin-top: -10px;
}

#ha li.middle2item ul {
	background-color:#343544;
	width: 298px;
	margin-left: 11px;
}

#ha li.middle2item a.opened {
	height: 42px;
	width: 300px;
	padding: 0 10px 0 10px;
	background-image: url(images/Blog_Long_Tab_middle2_Tab_active.png);
	color: #FFFFFF;
	margin-top: -27px;
}

#ha li.middle2item a.closed {
	padding: 0 10px 0 10px;
	height: 55px;
	width: 300px;
	position: relative;
	z-index: 1000;
	color: #000000 !important;
	background-image: url(images/Blog_Long_Tab_middle2_Tab.png) !important;
	margin-top: -25px;
}

#ha li.lastitem li {
	margin-bottom: -4px;
}

#ha li.lastitem ul {
	background-image: url(images/Blog_Long_Tab_lowest_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 4px;
	background-color:#343544;
	width: 298px;
	margin-left: 11px;
}

#ha li.lastitem a.opened {
	padding: 0 10px 0 10px;
	height: 42px;
	width: 300px;
	color: #000000 !important;
	background-image: url(images/Blog_Long_Tab_middle_Tab_active2.png) !important;
}

#ha li.lastitem a.closed {
	padding: 0 10px 0 10px;
	height: 55px;
	width: 300px;
	color: #000000 !important;
	background-image: url(images/Blog_Long_Tab_lower_Tab.png) !important;
}
