/*
Theme Name: Venue Magazine
Description: Wordpress theme developed for Venue Magaine
Author: Alchemedia Publishing
*/

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 62.5%;
	color: #323232;
	background-color: white;
	background-image: url(images/BACKGRND_COLOUR.gif);
}

hr {
	display: none;
}

img {
	vertical-align: baseline;
	border: 0;
		height: auto !important;
}

p {
	margin: 0 0 10px;
	font-size: 1.4em;
	line-height: 1.65;
}

a {
	color: #aaa29f;
	text-decoration: none;
}

a:hover {
	color: #000;
}



h2.page-title {
	color: #333;
}

h2.category-title {
	color: #feffff;
	margin-left: 5px;
	margin-bottom: 25px;
	padding-left: 10px;
	height: 40px;
	padding-top: 10px;
		background-color: #ECE9E4;
	font: 25px Georgia, "Times New Roman", Times, serif;
}

h2.page-title-block {
	color: #feffff;
	margin-bottom: 25px;
	padding-left: 10px;
	font: 25px Georgia, "Times New Roman", Times, serif;
	height: 40px;
	padding-top: 10px;
		background-color: #ECE9E4;
}

code {
	font-family: Monaco, "Courier New", fixed;
	font-size: 12px;
	color: #6C8318;
	font-weight: normal;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 988px;
	height: 1%;
	float: left;
	margin: 50px auto 40px 100px;
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ------------------------------------------ [ Header ] */

#header-wrapper {
	height: 1%;
	clear: both;
}

#header-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header {
	margin-right: 0;
	margin-left: 0;
	padding: 40px 20px 0;
	margin-bottom: -20px;
}

#social {
	float: right;
	padding-top: 65px;
	padding-right: 8px;
}

#header h1 {
	font-size: 4.8em;
	font-weight: normal;
}

#header h1 a {
	text-decoration: none;
	border: 0 none;
}

#nav {
	margin: 0 0 15px 20px;
	padding: 5px 0;
	height: 1%;
	clear: both;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 940px;
}

#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}


/* Son of Suckerfish Dropdowns: http://htmldog.com/articles/suckerfish/dropdowns/ */

#nav ul {
	list-style-type: none;
}

#nav li {
	margin-right: 2px;
	float: left;
	width: 105px;
	text-align: center;
	background-color: #ECE9E4;
	text-transform: uppercase;
	font: normal 12px/2.5 Georgia, "Times New Roman", Times, serif;
	color: black;
	height: 30px;
	vertical-align: middle;
}

.current-menu-item a {
	background-color: #d20f21;
}


#nav li a {
	display: block;
	border: 0 none;
	color: #555;
	
}

#nav li a:hover {
	background-color: #d20f21;
	display: block;
	width: 105px;
	height: 30px;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	
}

#nav li ul li {
	font-size: 11px;
}

#nav li.current_page_item ul li a {
	font-weight: normal;
}



/* ----------------------------------------- [ Content ] */

#content {
	width: 530px;
	float: left;
	padding-left: 20px;
	padding-top: 17px;
	margin-top: 20px;
}

/* Post */

.post {
	height: 1%;
	margin: 0 0 10px 5px;
}
	
.page {
	margin: 0 0 100px;
	height: 1%;
}

.post:after,
.page:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.post h1 {
	margin: 1.5em 0 .5em 0;
	font-size: 2em;
	color: #333;
	text-transform: uppercase;
}

.post h2 {
	color: #333;
}

.post h3 {
	font-size: 1.7em;
	color: #333;
	margin-right: 0;
	margin-left: 0;
	margin-top: 15px;
}

.post h4,
.post h5,
.post h6 {
	color: #000;
	padding-bottom: 20px;
	font: 11px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post table {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.65;
	border-collapse: collapse;
}

.post table th {
	padding: 5px 0;
	text-align: left;
}

.post table td {
	padding: 5px 0;
}

.post table tr {
}

.post dl {
	margin: 0 0 1.4em 0;
}

.post dt {
	margin-top: 1.4em;
	font-size: 1.4em;
	line-height: 1.65;
	font-weight: bold;
}

.post dt:first-child {
	margin: 0;
}

.post dd {
	font-size: 1.3em;
	line-height: 1.65;
}

.post ul,
.post ol {
	margin: 0 0 1.4em 0;
}

.post li {
	font-size: 14px;
	line-height: 1.65;
	padding-top: 3px;
}

.post li ul,
.post li ol {
	margin-left: 15px;
}

.post address {
	font-size: 1.4em;
	line-height: 1.65;
	margin: 0 0 1.4em 0;
}

.post abbr,
.post acronym {
	border-bottom: 1px dotted #ccc;
}

.post pre {
	margin: 0 0 1.4em 0;
	font-family: Monaco, "Courier New", fixed;
	font-size: 12px;
	color: #6C8318;
}

.post kbd,
.post tt {
	font-family: Monaco, "Courier New", fixed;
	font-size: 12px;
	color: #666;
}

.post var {
	color: #892E12;
}

/* Hack to make the 'Div and Span Tests' unit test look better */
div.myclass strong { 
	font-size: 1.4em;
	line-height: 1.65;
}

.post blockquote {
	margin-left: 30px;
	padding-left: 15px;
	border-left: 2px solid #ddd;
}

.post img {
	max-width: 527px;
	height: auto;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	background: #fff;
	}

.post-header h2 {
	margin: 0;
	font-size: 2.8em;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
}

.post-header-page {
	margin: 0 0 50px;
}

.post-header h2 a {
	border: 0 none;
	color: #333;
}

.post-header h3 {
	margin: 0 !important;
	font-size: 2em;
	line-height: 1.4;
	font-weight: normal;
}

.post-header h3 a {
	border: 0 none;
	color: #333;
}

.post-header p {
	color: #777;
	font: 1.1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.post-meta {
	padding: 10px 0 0;
background: transparent url(images/bottom_bar_lines.jpg) repeat-x left top;
	clear: both;
	margin-top: 14px;
	width: 530px;
}

.post-meta ul {
	list-style-type: none;
}

.post-meta li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #777;
	padding-top: 10px;
}

.post-navigation,
.comment-navigation {
	margin: 0 0 40px 0px;
	padding: 10px 0 0 0;
	background: transparent url(images/l.gif) no-repeat left top;
	clear: both;
	float: left;
	height: 1%;
}

.comment-navigation {
	margin-top: 40px;
}

.post-navigation:after,
.comment-navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-navigation ul,
.comment-navigation ul {
	list-style-type: none;
}

.post-navigation li,
.comment-navigation li {
	margin-right: 25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	color: #777;
	float: left;
}

.post-page-links {
	margin-bottom: 1.4em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #777;
}

/* Comments */

.post-comments {
	margin: 0 0 40px 0px;
	height: 1%;
}

.post-comments:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-comments h2,
h3#comments-title, 
h3#reply-title {
	margin-bottom: 1em;
	font-size: 2.8em;
	font-weight: normal;
	color: black;
}

.comment,
.trackback,
.pingback {
	width: 530px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
	clear: both;
	float: left;
	height: 1%;
}

.comment:after, 
.trackback:after,
.pingback:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pingback p, 
.trackback p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #aaa;
}

.comment-avatar {
	width: 60px;
	float: left;
}

.comment-avatar img {
	width: 54px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

.comment-body {
	width: 460px;
	margin-left: 10px;
	float: right;
}

.comment-body ul {
	margin: 0 0 1.4em 1.2em;
}

.comment-body li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

.comment-body blockquote {
	margin-left: 30px;
	margin-bottom: 1.4em;
	padding-left: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	border-left: 2px solid #ddd;
}

.comment-body blockquote p {
	font-size: 1em;
}

.comment-meta {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #777;
}

.comment-form table {
	width: 530px;
	border-collapse: collapse;
}

.comment-form th {
	width: 120px;
	padding: 2px 0 15px 0;
	text-align: left;
	vertical-align: top;
}

.comment-form th label {
	font-size: 1.3em;
	line-height: 1.4;
	color: #333;
}

.comment-form th p {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #777;
}

.comment-form td {
	padding: 5px 0 15px 24px;
	vertical-align: top;
}

.comment-form td input {
	width: 280px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #444;
}

.comment-form td textarea {
	width: 360px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	line-height: 1.65;
	font-weight: 300;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #444;
}

#submit {
	width: auto;
	padding: 6px 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: bold;
	background: transparent url(images/bg-button.png) repeat-x 0 50%;
	background-color: #666;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all .2s linear;
}

#submit:hover {
	background-color: #333;
	text-decoration: none;
}

.depth-2,
.depth-3,
.depth-4,
.depth-5 {
	margin: 15px 0 0 0;
	padding: 0;
	border: 0 none;
}

.depth-2 .comment-avatar {
	text-align: right;
}

.depth-2 .comment-body p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #444;
}

.depth-2 .comment-avatar img {
	width: 30px;
	height: 30px;
}

.depth-3 .comment-avatar {
	width: 100px;
}

.depth-3 .comment-body {
	width: 420px;
}

.depth-4 .comment-avatar {
	width: 140px;
}

.depth-4 .comment-body {
	width: 380px;
}

.depth-5 .comment-avatar {
	width: 180px;
}

.depth-5 .comment-body {
	width: 340px;
}

/* ----------------------------------------- [ Sidebar ] */


#sidebar {
	width: 340px;
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	float: left;
	color: #777777;
	margin-top: 17px;
	margin-bottom: 18px;
	margin-left: 20px;
	border-right: 1px solid #000;
		border-left: 1px solid #000;
	padding: 0 30px 15px 20px;
}

#sidebar h2 {
	text-transform: uppercase;
	color: #555;
	width: 335px;
	text-align: left;
	padding-top: 8px;
	font: normal 12px/2.5 Georgia, "Times New Roman", Times, serif;
	background-color: #ECE9E4;
	padding-bottom: 6px;
	margin-bottom: 13px;
	padding-left: 15px;
}

#sidebar a {
	color: #555;
}

#sidebar a:hover {
	color: #fd2616;
}

#sidebar p {
	font-size: 1em;
	line-height: 1.5;
}

#sidebar ul {
	list-style-type: none;
	
}

#sidebar li {
			width: 350px;
	padding-bottom: 11px;
}

#sidebar .section {
	margin: 0 0 40px 0;
	padding: 15px 0;
	background: transparent url(images/l.gif) no-repeat top left;

}

#sidebar .section {
	margin: 0 0 40px 0;
	padding: 15px 0;
}

.advert {
	width: 390px;
	height: 72px;
}

#sidebar-bottom {
	width: 390px;
	height: 72px;
}

/* ------------------------------------------ [ Footer ] */

#footer {
	padding: 5px 0;
	clear: both;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#footer p {
	color: #777;
	font: 1.1em/1.5 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* Widget: Search */

#searchform input {
	width: 338px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #444;
}

/* Widget: Calendar */

table#wp-calendar {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

table#wp-calendar caption {
	letter-spacing: 2px;
	text-transform: uppercase;
}

table#wp-calendar caption,
table#wp-calendar td,
table#wp-calendar tr {
	padding: 5px 2px;
}

table#wp-calendar tr {
	border-bottom: 1px solid #ddd;
}

table#wp-calendar tr:last-child {
	border: 0 none;
}

/* Widget: Tag Cloud */

.tag-cloud {
	line-height: 1.65;
}

.wp-tag-cloud {
	line-height: 1.5;
}

/* Widget: Pages */

#sidebar ul.children {
	margin: .4em 0 0 15px;
}

/* General WordPress Classes */

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	margin-right: 15px;
	float: left;
}

.alignright {
	margin-left: 15px;
	float: right;
}

img.alignnone {
	margin-right: 5px;
	margin-bottom: 0;
}

.wp-caption {
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #E9E9E9;
}

.wp-caption p {
	font-size: 1.1em;
	line-height: 1.5;
}

.wp-caption img {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0 none;
}

.wp-caption a[rel] {
	border: 0 none;
}

.gallery dd {
	font-size: 1.1em;
	line-height: 1.5;
}

.gallery-caption,
.wp-caption-text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
}

.gallery-icon a {
	border: 0 none;
}

.gallery-item img {
	margin-bottom: 5px;
	border: 1px solid #E9E9E9 !important;
}

.moretext {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #898988;
	background: transparent url(images/arrow.png) no-repeat left bottom;
	height: 8px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 25px;
}

#integrate {
	height: 25px;
	background: url(http://www.integrate-expo.com/banner/bgl.png) repeat-x scroll center top;
}

#integrate-banner {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}