/*
Theme Name: Helpdesk Blog Theme
Theme URI: http://www.avanquest-solutions.co.uk
Description: Theme for Avanquest Solutions Blogs
Version: 1.1
Author: Kathleen Aubert
Author URI: http://www.demon-design.net
*/

* {
	margin: 0;
	padding: 0;

}

.clear {
	clear: both;
}

body {
	font-size: 62.5%;
	background: #59abe1 url(images/gradient.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	
}

h1, h2, h3, h4, h5 {
font-weight: bold;
color: #1d729c;

}

h1 {
font-size: 25px;
padding-bottom: 5px;
line-height: auto;
clear: both;

}

h2 {
font-size: 18px;
margin-bottom: 5px;
line-height: auto;
clear: both;
}

h3 {
font-size: 14px;
margin-bottom: 5px;
line-height: auto;
}

h4{
font-size: 12px;
line-height: auto;
margin-bottom:5px;
}

#content ul, #content ol{
list-style-position: inside;
margin-bottom: 10px;

}

#content ul li, #content ol li{

padding: 5px;

}

#content ul ul, #content ol ul, #content ul ol, #content ol ol{
	padding-left: 15px;
	list-style: disc inside;
	
	margin-bottom: 0;
}


#content p, #homepage-content p{
	margin-bottom: 10px;
	
}

a {
	text-decoration:none;
	color: #1e729c;
}

a:hover {
	color: #898a90;

}

blockquote {
margin: 5px 0 ;
padding: 0;
float: left;


}
blockquote p {
color:#898A90;
margin: 0;
padding-left: 18px;
padding-right: 18px;
}

blockquote:before { content: open-quote; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; Font-size:50px; float: left; margin-right:10px; color:#ccc; line-height: 40px;}
blockquote:after { content: close-quote; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; Font-size:50px; float: right;  color: #ccc; margin-left:10px; padding:0; line-height: 0px;}


#content table.nicetable {
	border: 1px solid #ccc;
	border-collapse: true;
	margin-bottom: 10px;
	
}

#content table.nicetable td {
	border: 1px solid #ccc;
	padding: 5px;
	

}



#container {
	width: 980px;
	padding: 0 5px 15px;

	background: url(images/container.png) repeat-y top center;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 160px;

}

#branding{
	width: 980px;
	height: 115px;
	
}




#logo {
	width: 400px;
	height:85px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;

}

#searchform {
	width: 205px;
	height: 22px;
	float: right;
	margin-top: 42px;
	margin-right: 20px; 
}

#searchform input#s {
	height: 16px;
	float: left;
	margin: 0px  5px 0;
	padding: 2px;
	color: #ccc;
	border: 1px solid #ccc;

}

#searchform input#searchsubmit {	
	width: 30px;
	height: 22px;
	background: url(images/searchbutton.jpg) no-repeat left top;
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	padding: 1px 0;

}

#searchform input#searchsubmit:hover {
	background: url(images/searchbutton.jpg) no-repeat left bottom;

}


ul#top-nav {
	height: 35px;
	width: 932px;
	padding:2px 5px 3px;
	margin: 0 auto;
	background: url(images/navigation.jpg) no-repeat left top;
	position: relative;
	z-index: 10000;
	
}

ul#top-nav li {
	list-style: none;
	font-size: 12px;
	height: 35px;
	width: auto;
	line-height: 35px;
	padding: 0 2px;
	float: left;
	background: url(images/nav-separator.jpg) no-repeat right center;
	display: block;
	position: relative;
	z-index: 10000;
}

ul#top-nav li.external {
	float: right;
	background: url(images/nav-separator.jpg) no-repeat left center;

}

ul#top-nav li a {
	height: 35px;
	width: auto;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	display: block;
	float:left;
}

ul#top-nav li a:hover, ul#top-nav li.current_page_item a, ul#top-nav li.current_page_ancestor a, ul#top-nav li.current_page_parent a {
	background: url(images/topnav-hover.jpg) no-repeat center center;
	
}
ul#top-nav li:hover {
position:relative;
z-index: 10000;
}
ul#top-nav li:hover a{
background: url(images/topnav-hover.jpg) no-repeat center center;
}


/* 
	LEVEL TWO
*/
#top-nav ul { 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 100000;
}


#top-nav ul li 					{ 
	font-weight: normal; 
	background: #2e84b4; 
	color: #fff; 
	border-bottom: 1px solid #1b739e; 
	float: none; 
	vertical-align:middle;
	padding: 0;
	height: 30px;
	line-height: 30px;
	z-index: 100000;
	position: relative;
	display: block;
	_display: inline-block; 
	_width: 100%;

}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul#top-nav ul li a					{ 
	border-right: none; 
	width: 200px; 
	display: inline-block; 
	height: 30px;
	line-height: 30px;
	background: none;
	
} 

 

#top-nav li:hover ul li a, ul#top-nav li.current_page_item ul li  a, ul#top-nav li.current_page_ancestor ul li a{
	background: none;

}
#top-nav ul li a:hover, #top-nav ul li:hover {
	background: #4498cc;
	z-index: 10000;
	
}

/* 
	LEVEL THREE
*/
#top-nav ul ul 					{ 
left: 100%; 
top: 0; 
border-left: 1px solid #1b739e;
z-index: 100000;
}
#top-nav li:hover > ul 			{ 
visibility: visible; 
}




#page-header {
	width: 950px;
	height: 160px;	
	margin: 5px auto 10px;
	background: url(images/blog-header.jpg) no-repeat left center;

}


.title {
	height: 160px;
	line-height: 150px;
	text-align: right;
	margin-right: 40px;
	font-size: 55px;
	font-weight: bold;
	color:#fff;
	position: relative;
	z-index: 0;
	font-family:"Arial black", Arial, Helvetica, sans-serif;
	
}



/*-----------------------------------------------------------------------------------------------------------
------------------------------------------CONTENT--------------------------------------------------------------*/


#content {
	width:460px;
	
	
	float: left;
	margin: 0 15px;
}

 .post {
	margin: 0 0 20px 0;

}

.post h1 {
margin: 0;

}

.post p.date {
	color: #898a90;
	margin-bottom: 10px;
}

.post p.postmetadata {
	background: #F7F7F7;
	border: 1px dotted #E6E6E6;
	padding: 10px;
	

}


.navigation {
	width: 100%;
	height: 30px;
}

/*------------------------------------------------------------------------------------------------------
----------------------------------SIDEBARS-------------------------------------------------------------*/

#sidebar-left {
	width: 227px;
	min-height: 20px;
	float: left;
	margin-left: 18px;
	display: inline;
}

#sidebar-right {
	width: 227px;
	
	
	float: left;
	margin-right: 18px;
	display: inline;
}

.sidebarbox {
	width: 227px;
	
	background: url(images/sidebar-box.jpg) no-repeat left top;
	padding: 0 ;
}

.sidebarbox-bottom{
	width: 227px;
	height: 15px;
	background: url(images/sidebar-menu-bottom.jpg) no-repeat left top;
	margin-bottom: 10px;
	list-style: none;
}

.widget-bottom {
	width: 227px;
	height: 15px;
	background: url(images/sidebar-box-bottom.jpg) no-repeat left top;
	margin-bottom: 10px;
	list-style: none;
}

li.widget h2 {
	line-height: 45px;
	margin-bottom: 5px;
	font-size: 20px;
}

.sidebarbox h2 {
	padding: 0 0 0 15px;
	line-height: 45px;
	font-size: 20px;
	margin-bottom: 0px;
}


li.widget {
	width: 197px;
	background: url(images/sidebar-box.jpg) no-repeat left top;
	padding: 0 15px 5px;
	list-style: none;
}



li.widget ul {
	list-style: none;
	
}
li.widget ul li {
	display: block;
	padding: 2px 0;
	
}
li.widget ul li a{
	padding: 0  0 0 20px;
	background: url(images/arrow-up.jpg) no-repeat left -1px;
	color: #898a90;
	display: inline;
	line-height: 18px;
}
li.widget ul li a:hover {
	background: url(images/arrow-down.jpg) no-repeat left -1px;
	color: #1d729c;
}
li.widget ul#recentcomments li.recentcomments a{
	background: none;
}

li.widget ul#recentcomments li.recentcomments  {
	padding: 0  0 0 20px !important;
	background: url(images/arrow-up.jpg) no-repeat left -1px;

}

li.widget ul#recentcomments li.recentcomments:hover {
	background: url(images/arrow-down.jpg) no-repeat left -1px;
}




li.widget a.rsswidget img {
display: none;
}

li.widget a#rss {
	padding-left: 35px;
	display: block;
	background: url(images/rss-icon.jpg) no-repeat left 5px;
	font-size:14px;
	color: #898a90;
	height: 30px;
	line-height:28px;
	padding-top: 5px;
}

li.widget a#rss:hover {
	background: url(images/rss-icon-hover.jpg) no-repeat left 5px;
	color: #1E729C;
}

a.calltoaction {
	width: 131px;
	height: 62px;
	display: block;
	background: url(images/call-to-action.jpg) no-repeat left top;
	color: #fff;
	padding: 10px 50px 10px 15px;
}

a.calltoaction:hover {
	color:#fff;
	background: url(images/call-to-action.jpg) no-repeat left bottom;
}

a.calltoaction span.calltitle {
	font-size: 20px;
	font-weight: bold;

}


/*--------------------------------------------------------------------------------------------------
--------------------------------CATEGORIES MENU----------------------------------------------------------*/

/*---------------top level-------------*/
ul.categories {
	padding-bottom:0px;
	margin: 0 4px 0 3px;
	padding-top: 0;
}

* html ul.categories li { 
    height: 1px; 
	
    } 

ul.categories, ul.categories ul{
	list-style-type: none;
}
ul.categories li {
		font-size: 14px;
	
	display: block;
	
	line-height: 20px;
}
ul.categories li a {
	background: #f6f6f6;
	display: inline-block;
	
	padding: 7px 15px;
	border-top: 1px solid #eee;
	color: #1D729C;

}
ul.categories li a {
	display: block;

}
ul.categories li a:hover{
	background: #f6f6f6 url(images/arrow.jpg) no-repeat 195px center;
	color: #1D729C;

}

ul.categories li:first-child {

}
ul.categories li.current-cat a, 
ul.categories li.current-cat-parent a{
	background: #f6f6f6 url(images/arrow.jpg) no-repeat 195px center;
	color: #1D729C;

}

 
ul.categories li.current-cat-parent a:hover{
	background: #f6f6f6 url(images/arrow.jpg) no-repeat 195px center;
	color: #1D729C;

}

/*---------------Second level-------------*/
ul.categories li ul.children {
	padding: 0;
	display:none;
	}

ul.categories li.current-cat ul.children, ul.categories li.current-cat ul.children, ul.categories li.current-cat-parent ul.children  {
	display: block;

}


ul.categories li ul li {
	font-size: 12px;
	background: none;
	padding: 0;
}

ul.categories li ul.children li a {
	padding: 7px 0 7px 35px;
	line-height: 20px;
	background: #fff url(images/arrow-up.jpg) no-repeat 15px 8px;
	border-top: 1px solid #f2f3f4;
	
	color: #898A90;

}

ul.categories  li ul li a:hover, ul.categories li ul li.current-cat a, ul.categories  li.current-cat-parent ul li.current-cat a, ul.categories li.current-cat-parent ul li a:hover, ul.categories li.current-cat ul li a:hover{
	background: #fff url(images/arrow-down.jpg) no-repeat 15px 8px;
	color: #1d729c;
}

ul.categories  li ul li a, ul.categories  li.current-cat-parent ul li a, ul.categories  li.current-cat ul li a{
	color: #898a90;
	font-weight: normal;
}




/*----------------------------------------------------------------------------------------------------------
---------------------------------FOOTER--------------------------------------------------------------------*/
#footer {
	width: 990px;
	padding: 0px;
	min-height: 279px;
	margin: 0 auto;

}

#footer-top {
	width: 940px;
	padding: 0 25px;
	/*min-height: 175px;*/
	background: url(images/footer-top.png) no-repeat top center;
}

ul#footer-nav {
	list-style: none;
	width: 940px;
	padding-top: 15px;
	float: left;
	margin-bottom: 10px;
}

ul#footer-nav li {
	width: auto;
	padding: 0 19px 0 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	float: left;

}

ul#footer-nav li ul li {
	font-weight: normal;
	list-style: none;
	font-size: 9px;
	float: none;
	list-style: none;
	padding: 0;

}

ul#footer-nav li a {
	color: #3f3f3f;
	text-decoration: none;

}

ul#footer-nav li a:hover {
	color: #1e729c;

}

#footer-bottom {
	width: 940px;
	padding: 0 25px;
	height: 106px;
	background: url(images/footer-bottom.png) no-repeat top center;
}

#footer-bottom #group {
	width: 225px;
	height:80px;
	margin-top: 20px;
	float: left;

	display: inline;

}

#footer-bottom #credits {
	width:460px;
	height: 70px;
	float: left;
	margin: 30px 15px;
}

#footer-bottom #credits p {
	font-size: 11px;
	text-align: center;
}

#footer-bottom #partners {
	width: 225px;
	height: 65px;
	margin-top: 35px;
	float: left;
	display: inline;
}

/*------------------------------------------------------------------------------
-----------------------IMAGE STYLES---------------------------------------------*/

img.aligncenter {
	display: block;
	margin: 10px auto;
	}

img.alignright {
	
	margin: 0px 0 10px 10px;
	display: inline;
	}

img.alignleft {

	margin: 0px 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	width: auto;
	}

.alignleft {
	float: left;
	width: auto;
	}
	
a:link img, a:visited img {
	border: none;
}

a:hover img, a:active img{
	border: none;
}

/*---------------------------------------------------------------------------------------
-----------------------------COMMENTS----------------------------------------------------*/
.alt {
	margin: 0;
	padding: 10px;
	}

#content .commentlist {
	padding: 0;
	text-align: justify;
	margin-top: 10px;
	}

#content .commentlist li {
	border-top: 1px dotted #E6e6e6;
	
	padding: 10px ;
	list-style: none;

	}
#content .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
#content ol.commentlist li.even { background:#f7f7f7; }
#content ol.commentlist li.odd { background:#fff; }

.comment-author {

font-size: 14px;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;

}

.commentmetadata {
		display: block;

	margin-bottom: 5px;
	font-size:10px;
	

}

ol.commentlist li.comment div.vcard img.avatar { 
	border:1px solid #E4E4E4; 
	float:left; 
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px; 
	background: #fff;
	
}

.children { padding: 0; }

ol.commentlist li.comment  p {
	display: block;
	clear: both;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* ---------------------------------------------------------------------------------------
------------------------------COMMENTFORM-------------------------------------------------- */
#commentform p {
	margin: 5px 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	float: left;
	border: none;
	background: url(images/comment-button.jpg) no-repeat left top;
	width: 126px;
	height: 31px;
	display: block;
	line-height: 28px;
	text-align: center;
	color: #3f3f3f;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0px 5px  ;
	}

#commentform #submit:hover {
	background: url(images/comment-button.jpg) no-repeat left bottom;
	color: #fff;
}

/*-------------------------------------------PLUGIN STYLES----------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/

#content dl.attachments {
margin:0.5em 0px;
width:100%;
}




/*-------------------------------------------TIM'S TIDYING UP---------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/


#content ul, #content ol{
	list-style-position: outside;
	margin-left:18px;
}

#content ul li, #content ol li{
	padding: 0px;
	padding-bottom: 10px;
}



/*-------------------------------------------FOOTER MINUS THE LINKS FEB 11--------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/

#footer {
	min-height: 150px;
}

#footer-bottom #group {
	margin-top: 10px;
}

#footer-bottom #credits {
	margin: 15px 15px;
}

#footer-bottom #partners {
	margin-top: 25px;
}



