/* 
	Theme Name: Event HQ
	Theme URI: http://www.eventhq.co.uk
	Description: A custom WordPress theme specifically developed for Event HQ Blog
	Author: Lee Rickler
	Author URI: http://pointandstare.com
	Version: 1.0
		
	The CSS, XHTML and design is copyright Portland Data
*/

html {
	background: #2899cf;
	}


/*
 *	Generic elements
 */
h3 {
	color: #777777;
	font-size: 123.1% !important;
	line-height: 140%;
	margin: 0 0 12px 0;
}
a {
	color: #297CAC;
}
strong {
	color: #222222;
	font-weight: bold;
}
p {
	margin-bottom: 12px;
}


#content {
	float:right;
	width:640px;
	padding:10px 10px 0 10px;
	clear:both;
}

/*	Begin Headers */
h2.pagetitle {
	color: #777777;
	font-size: 123.1%;
	line-height: 140%;
	margin: 0 0 12px 0;
}
.post h2 {
	color: #777777;
	font-size: 123.1%;
	line-height: 140%;
	margin: 0 0 12px 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h3#respond, h3#comments {
	margin-top: 12px;
}
/* End Headers */

.post {
	color:#666;
	border-bottom:dashed 1px #dedede;
	padding-bottom: 35px;
	}

.post h2 a {
	color: #777777;
	text-decoration:none;
}
.post h3 small {
	margin-bottom: 12px;
}
.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 85%;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 93%;
	}
	
.description {
	font-size: 1.2em;
	color:#333333;
	margin-left:220px;
	}
.commentlist li, #commentform input, #commentform textarea {
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777777;
	}
	
code {
	font-size: 1.1em;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding:0;
	margin: 0 auto;
	width: 100%;
	text-align:center;
	}

p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

#tour-navigation .alignleft a {
	background: url(http://eventhq.co.uk/assets/img/bg_tour-navigation-previous.png) no-repeat left top;
	padding-left: 20px;
	text-decoration: none;
	text-transform:lowercase;
	font-size:80%;
	}

#tour-navigation .alignright a {
	background: url(http://eventhq.co.uk/assets/img/bg_tour-navigation-next.png) no-repeat right top;
	padding-right: 20px;
	text-decoration: none;
	text-transform:lowercase;
	font-size:80%;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align:right;
	}

#sidebar #searchform #s {
	width: 85px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	margin-left: 7px;
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/**
 * Side menu
 */
#sidebar {
	background: #E6F3FB;
	width: 160px;
}
#sidebar ul {
	border-top: 1px solid #FFFFFF;
}
#sidebar li {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	padding: 7px 0;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
}

#sidebar a {
	color: #297CAC;
	padding-left: 7px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}
#sidebar li.current {
	background: #FFFFFF;
}
#sidebar  li.current a {
	color: #EE75BB;
	font-weight: bold;
}
#sidebar  #submenu {
	background: #F7F7F7;
	border: 1px solid #E7E7E7;
	border-bottom-width: 0;
	margin: 60px 10px 30px 10px;

}
#sidebar #submenu ul {
	border-top-width: 0;
}
#sidebar  #submenu ul li {
	border-bottom-color: #E7E7E7;
}
#sidebar #submenu ul li.current a {
	color: #222222;
	font-weight: bold;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom:30px;
	}
	
#sidebar h6{
  display:none;
  visibility:hidden;
  height:0;
  }