/*
 * Theme Name: Hullo Theme
 * Theme URL: http://www.wordpressthemeshop.com
 * Description: Premium Wordpress theme brought to you by WordPress Theme Shop 
 * Author: WordPress Theme Shop
 * Author URI: http://www.wordpressthemeshop.com
 * Version: 1.0
*/

a img, a:link img, a:visited img, a:hover img{
	border:0;
}

body {
	background: #FFF url(images/background.gif) center repeat-y;
	color: #333;
        width: 998px;
	font-size: 12px;
	font-family: Arial, san-serif;
	margin: 0px auto 0px;
	padding: 0px;
}

#center-pane {
	background: #fff;
	width: 998px;
	padding: 0px 0px 10px;
}
			
#top-bar-2 {
	background:#fff;
	width: 986px;
	padding: 3px 5px;
	color: #fff;
	border: 1px solid #850000;
	border-top:0;
	margin: 0 auto;
	overflow:hidden;
}
	
#logo-bar {
	width: 988px;
	height: 90px;
	padding: 8px 5px;
	color: #fff;
	margin: 0 auto;
}

#nav-bar-1{
	background:#AE0000 url(images/nav-repeat.gif) repeat-x scroll 0 0;
	border-bottom: 1px solid #850000;
	color:#FFFFFF;
	height:27px;
	margin:0 auto;
	overflow:hidden;
	padding:3px 5px 0;
	width:988px;
}

#top-bar-3{
	background:#fff;
	width: 988px;
	height:15px;
	padding: 4px 5px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

#top-bar-4{
	width: 981px;
	padding: 8px 8px;
	height:260px;
	color: #000;
	background-color:#ccc;
	margin: 4px auto;
	overflow:hidden;
}


.ui-tabs-hide{
	display:none;
}


#article-preview-tabs{
	background:#ffeaea;
	position:relative;
	margin:0;
	padding:0;
	width:650px;
	height:260px;
	overflow:hidden;
}

#article-preview-tabs ul{
	width:280px;
	position:absolute;
	top:200px;
	left:370px;
	list-style:none;
	overflow:hidden;
	display:block;
	padding:0;
	margin:0;
}

#article-preview-tabs li{
	overflow:hidden;
	list-style:none;
	display:block;
	float:left;
	background:none;
	padding:0;
	margin:0;
}

#article-preview-tabs li a{
	display:block;
	padding:5px;
	font:bold 13px Arial;
	color:#fff;
	text-decoration:none;
}

#article-preview-tabs li a:hover, #article-preview-tabs li.ui-tabs-selected a{
	background:#CC3300;
	color:#000;
}

#column-layout{
	margin:8px auto;
	overflow:hidden;
	padding:0;
	width:998px;
}


.column-left-home{
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	width:345px;
}


.read-more{
	background:url(images/arrow.gif) center right no-repeat;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-right:10px;
}

.headline-box{
	height:240px;
	width:300px;
	background:#fff;
	float:right;
	padding:10px;
	margin-bottom:10px;
}

.headline-box ul{
	list-style:none;
	margin:0;
	padding:0;
}

.headline-box ul li{
	list-style:none;
	border-bottom:1px dashed #ddd;
	margin:0;
	padding:3px 0;
}

.headline-box ul li a, .headline-box ul li a:link{
	background:url(images/arrow.gif) left 5px no-repeat;
	padding-left:10px;
	font-weight:normal;
	line-height:150%;
	text-transform:uppercase;
}

.rss-box{
	padding:10px;
	background:#FFEDB3;
	border:1px dashed #ddcb91;
}

.rss-box, .rss-box a, .rss-box a:link, .rss-box a:visited, .rss-box a:hover{
	color:#000;
}

.column-left-home-module{
	margin-bottom:12px;
	overflow:hidden;
	display:block;
}

.center-photo-box{
	margin:0;
	overflow:hidden;
	display:block;
	color:#000;
	clear:both;
	padding:15px 0 8px;
	border-bottom:1px dashed #666;
         }

#home-gallery {
	width: 402px !important;
	height: 310px !important;
	margin:10px 0;
	display:none;
} 

.column-center-home{
	float:left;
	margin:0 21px;
	padding:0;
	text-align:left;
	width:310px;
}

.column-right-home{
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	width:300px;
}

.column-right-home-block{
	margin:0;
	padding:0 0 13px;
	color:#000;
}

.column-right-home-block ul{
	margin:0;
	padding:0;
}

.column-right-home-block ul li{
	list-style:none;
	margin-bottom:5px;
	padding:0;
}

.column-right-home-block a, .column-right-home-block a:link, .column-right-home-block a:visited{
	text-decoration:none;
}

.column-right-home-block a:hover{
	text-decoration:underline;
}

#column-left-post{
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	width:660px;
	color:#000;
	line-height:18px;
}


#column-right-post{
	float:right;
	margin:0 10px 0 0;
	padding:0;
	text-align:left;
	width:300px;
	color:#000;
	overflow:hidden;
}

h1.post-title{
	color:#CC6600;
	font-family:Century Gothic,Verdana,Arial,sans-serif;
	font-size:28px;
	font-weight:normal;
	font-style:italic;
	line-height:28px;
	margin:0;
	padding:0;
}

.post-subtitle{
	color:#666666;
	font-size:15px;
	line-height:16px;
	font-style:italic;
	margin:8px 0 5px;
	padding:0;
}


.wide-article-list{
	margin:10px 0;
	padding:0;
	overflow:hidden;
	clear:both;
}

.blue-border-box{
	border:8px solid #0057AD;
	border-top:none;
	padding:10px;
	margin: 0 0 10px 0;
}

h1.blue-border-box-h1 {
	display:block;
	background:#0057AD;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	text-transform:uppercase;
	padding:5px 0 5px 10px;
	margin:0;
}

a, a:link, a:visited{
	color:#003366;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h3{
	font-size:16px;
	font-weight:bold;
}

h2{
	font-size:18px;
	font-weight:bold;
}

h1{
	font-size:20px;
	padding:0;
	margin:0;
}

h1.underline{
	border-bottom:1px solid #CCD;
	padding: 0 0 5px;
}

h1.column-home{
	color:#850000;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	margin:0;
	text-transform:uppercase;
}

h1.home-news-main{
	color:#990000;
	font-size:23px;
	font-weight:normal;
	line-height:26px;
	padding:12px 0;
}

h1.home-news-main a, h1.home-news-main a:visited{
	color:#990000;
	text-decoration:none;
	font-size:23px;
	font-weight:normal;	
}

h1.home-news-main a:hover{
	text-decoration:underline;
}

h1.photo-box-h1{
	color:#003366;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	margin:0 0 5px;
	padding:0;
}

h1.photo-box-h1 a, h1.photo-box-h1 a:visited{
	color:#003366;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
}

h1.photo-box-h1 a:hover {
	text-decoration:underline;
}
<!-- egen formattering start -->
h5.photo-box-h5{
	color:#003366;
	font-size:20px;
	font-weight:bold;
	line-height:17px;
	margin:0 0 5px;
	padding:0;
}

h5.photo-box-h5 a, h5.photo-box-h5 a:visited{
	color:#003366;
	font-size:20px;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
}

h5.photo-box-h5 a:hover {
	text-decoration:underline;
}

h1.blue-border-rolf-box-h1 {
	display:block;
	background:#ffffff;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
	padding:5px 0 5px 0px;
	margin:0;
}
h1.blue-border-rolfa-box-h1 {
	display:block;
	background:#ffffff;
	color:#fff;
	font-size:36px;
	font-weight:bold;
	line-height:36px;
	text-transform:uppercase;
	padding:0px 0 5px 0px;
	margin:0px;
}
<!-- egen formattering slut -->


h1.title-purple {
	background:#5700AD;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	margin:0;
	padding:5px 0 5px 10px;
	text-transform:uppercase;
	clear:both;
}

h1.title-green {
	background:#00ad57;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	margin:0;
	padding:5px 0 5px 10px;
	text-transform:uppercase;
	clear:both;
}

#footer-bar{
	background:#850000;
	height:14px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	overflow:hidden;
	padding:10px;
	width:978px;
	color:#ddd;
}

#footer-bar a, #footer-bar a:visited{
	color:#fff;
	text-decoration:none;
}

#footer-bar a:hover{
	text-decoration:underline;
}

#footer-left{
	float: left;
}

#footer-right{
	float: right;
}

h1{
	display:block;
}

/** menu bar */

#nav {
	font-size: 12px;
	font-family: Arial, san-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-right:1px dotted #FF6600;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	background: #AE0000 url(images/nav-repeat.gif) repeat-x;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 1px 1px 0px;
	padding: 6px 10px 4px 10px;
	}

#nav li a:hover, #nav li a:active {
	background: #fff repeat-x;
	color: #850000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 1px 1px 0px;
	padding: 6px 10px 4px 10px;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #fff;
	width: 154px;
	color: #850000;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	opacity:0.90;
	filter:alpha(opacity=90);
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #850000 url(images/nav-repeat.gif) repeat-x;
	color: #fff;
	padding: 4px 8px 4px 8px;
	text-decoration: underline;
	opacity:0.95;
	filter:alpha(opacity=95);
	}

#nav li {
	float: left;
	padding: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #850000;
	border-left: 1px solid #850000;
	border-right: 1px solid #850000;	
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	width: 168px;
	border-top: 1px solid #850000;
	margin: -25px 0 0 167px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

.current-cat a, .current-cat a:hover {
    background: #fff !important;
    color: #AE0000 !important;
    }
	
#page-list {
	margin: 0px;
	padding: 0px;
	}
	
#page-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#page-list li {
    float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#page-list li a, #page-list li a:link, #page-list li a:visited {
	color: #850000;
	display: block;    
	font:normal 12px Arial, sans-serif;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
    border-right: 1px solid #850000;
	}

#page-list li a:hover, #page-list li a:active {
	color: #850000;
	display: block;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
    border-right: 1px solid #850000;
	}
	
/* ================================================================ 
     COMMENTS BLOCK
=================================================================== */
	
#commentblock {
        width: 100%;
        font-size: 12px;
        line-height: 16px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.commentleft {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#commentblock ol li {
	background: #E9ECEE;
	list-style: none;
	margin: 0px;
	padding: 20px;
	}
	
.commentdate {
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

ol.commentlist { 
        list-style:none;
        margin:0 0 1em;
        padding:0;
        text-indent:0;
        }

ol.commentlist li {
        }

ol.commentlist li.alt {
        }

ol.commentlist li.bypostauthor {
        }

ol.commentlist li.byuser {
        }

ol.commentlist li.comment-author-admin {
        }

ol.commentlist li.comment {
        padding:1em;
        }

ol.commentlist li div.comment-author {
        }

ol.commentlist li div.vcard {
        }

ol.commentlist li div.vcard cite.fn {
        font-style:normal;
        }

ol.commentlist li div.vcard cite.fn a.url {
        }

ol.commentlist li div.vcard img.avatar {
        border:3px solid #cccccc;
        float:left;
        margin:3px 10px 5px 0px;
        }

ol.commentlist li div.vcard img.avatar-32 {
        }

ol.commentlist li div.vcard img.photo {
        }

ol.commentlist li div.vcard span.says {
        }

ol.commentlist li div.commentmetadata {
        }

ol.commentlist li div.comment-meta {
        font-size:9px;
        }

ol.commentlist li div.comment-meta a {
	color: #333333;
        }

ol.commentlist li p {
        margin:0 0 1em;
        }

ol.commentlist li ul {
        list-style:square;
        margin:0 0 1em 2em;
        }

ol.commentlist li div.reply {
        }

ol.commentlist li div.reply a {
        font-weight:bold;
        }
ol.commentlist li ul.children {
        list-style:none; 
        margin:1em 0 0; 
        text-indent:0;
        }

ol.commentlist li ul.children li {
        }

ol.commentlist li ul.children li.alt {
        }

ol.commentlist li ul.children li.bypostauthor {
        }

ol.commentlist li ul.children li.byuser {
        }

ol.commentlist li ul.children li.comment {
        }

ol.commentlist li ul.children li.comment-author-admin {
        }

ol.commentlist li ul.children li.depth-2 {
        border:1px dotted #555;
        margin:0 0 .25em .25em;
        }

ol.commentlist li ul.children li.depth-3 { 
        border:1px dotted #999;
        margin:0 0 .25em .25em;
        }

ol.commentlist li ul.children li.depth-4 {
        border:1px dotted #bbb;
        margin:0 0 .25em .25em;
        }

ol.commentlist li ul.children li.depth-5 {
        }

ol.commentlist li ul.children li.odd {
        }

ol.commentlist li.even {
        background:#fff;
        }

ol.commentlist li.odd {
        background:#f6f6f6;
        }

ol.commentlist li.parent {
        border:0px dotted #111;
        }

ol.commentlist li.pingback {
        border-bottom:1px dotted #666;
        padding:1em;
        }

ol.commentlist li.thread-alt {
        }

ol.commentlist li.thread-even {
        }

ol.commentlist li.thread-odd {
        }



/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

