/*
Theme Name: Owl Events
Theme URI: http://wordpress.org/
Description: Owl Events Wordpress Theme.
Author: Fluid Creativity
Author URI: http://www.fluidcreativity.co.uk
Tags: custom

*/



/* Begin Typography & Colors */

* {
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
}

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-size:67%;
	font-family:Arial, Verdana, Geneva, sans-serif;
}

#wrapper {
	width:961px;
	margin:0 auto 10px auto;
	overflow:hidden;
}

#header {
	height:150px;
	background-image:url(images/callUsForAChat.gif);
	background-position:right 30px;
	background-repeat:no-repeat;
}

.clear {
	clear:both;
	line-height:1px;
	float:none;
}

.logo {
	float:left;
	margin:40px 0 0 0;
}

.phone {
	background-image:url(images/callUsForAChat.gif);
	width:219px;
	height:46px;
	float:right;
	margin:30px 0 0 0
}

#content {
	width:716px;
	float:right;
	background-color:#f6f6f6;
	overflow: hidden;
	position: relative;
}

#sidebar {
	width:243px;
	float:left;
	margin:0 1px 0 0;
	background-color:#eeeeee;
}

#menu {
	width:244px;
	float:left;
	margin:0 1px 0 0;
	background-color:#eeeeee;
	overflow: hidden;
	position: relative;
}

#footer {
	clear:both;
	margin:1px 0 0 0;
	background-color:#005799;
	padding:15px 0;
	color:#e8598f;
	font-size:1.1em;
}


/* End Structure */

/* top nav */
ul#topNav {
	float:right;
	position:relative;
	list-style-type:none;
	margin:106px 0px 0 0;
}

ul#topNav li {
	float:left;
	padding:15px 20px;
	background-color:#e8598f;
	margin:0 0 0 2px;
	
}

ul#topNav li a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

/*	Begin Headers */

h2.widgettitle {
	display:none;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

#content ul {
	margin:0 0 10px 30px;
}

#content ul#homepage {
	margin:0;
}

#content ul li {
	list-style-type:square;
	color:#333;
	padding:3px 0;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	list-style-type:disc;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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 */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #CCC;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #CCC;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 -5px 5px auto;
	float: right;
	width:auto;
	padding:10px;
	background-color:#E8598F;
	color:#FFF;
	border:0px;
	}
	
#wpcf7-f1-p75-o1 {
	text-align:left;
}

#wpcf7-f1-p75-o1 input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #CCC;
	}

#wpcf7-f1-p75-o1 {
	margin: 5px 10px 0 0;
	float:right;
	width:400px;
	}
#wpcf7-f1-p75-o1 textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #CCC;
	}

#wpcf7-f1-p75-o1 input[type="submit"] {
	margin: 0 -5px 5px auto;
	float: right;
	width:auto;
	padding:10px;
	background-color:#E8598F;
	color:#FFF;
	border:0px;
	}
	
.contact {
	float:left;
	width:260px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

li.widget ul li.parent {
	margin:0 0 1px 0;
}

li.widget ul li.parent a{
	padding:8px;
	background-color:#005799;
	border-left:5px solid #e8598f;
	color:#FFF;
	font-weight:bold;
	display:block;
	font-size:1.2em;
	text-decoration:none;
}

li.widget ul li.parent a:hover {
	text-decoration:underline;
}

li.widget ul li.deselect a:hover {
	text-decoration:none;
}

li.widget ul li.parent ul {
	background:#EEE;
}

li.widget ul li.parent ul li {
	background-color:#eeeeee;
	border:0;
}

li.widget ul li.parent ul li a {
	color:#005799;
	background:none;
	display:block;
	border:none;
	font-size:1em;
	padding:3px 8px;
}

/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#homepage {
	overflow: hidden;
	position: relative
}

#homepage li {
	float:left;
	margin:0 1px;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */

#content .post {
	padding:15px;
}

#content .post h1 {
	color:#005799;
	font-weight:bold;
	padding:0 0 0 20px;
	background-image:url(images/indicator.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:1.5em;
	margin:0 0 10px 0;
}

#content .archive h1 {
	color:#005799;
	font-weight:bold;
	padding:0 0 0 20px;
	background-image:url(images/indicator.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:1.5em;
	margin:15px 15px 0 15px;
}

#content h2 {
	color:#005799;
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 10px 0;
}


#content .post h1 a, #content h1 a {
	color:#005799;
}

#content p {
	margin:0 0 10px 0;
	line-height:1.2em;
	font-size:1.1em;
	color:#666;
}

#content small {
	color:#E8598F;
	font-size:1em;
	font-weight:bold;
}

#content a {
	color:#E8598F;
}

#content a:hover {
	color:#005799;
}

#content h3#comments {
	padding:15px 15px 0px 15px;
	border-top:1px dotted #CCC;
}

#content #respond {
	padding:15px;
	border-top:1px dotted #CCC;
}

#content img.avatar {
	float:left;
	margin:0 10px 10px 0;
}

/* footer */

#footer div {
	margin:0 auto;
	width:961px;
}

.footerGrad {
	background-image:url(images/footer-grad.gif);
	height:151px;
	margin:-151px 0 0 0;
	background-repeat:repeat-x;
}

#footer p.contact {
	float:left;
}

#footer p.info {
	font-size:0.8em;
	text-align:right;
	color:#FFF;
}

#footer p.buttons {
	margin:5px 0 0 0;
}


#footer strong {
	font-size:1.2em;
}

#footer a {
	color:#FFF;
}

#footer p span {
	color:#CCCCCC;
}

/* rotating images on home page */

#rotatingImages {
	width:716px;
	height:352px;
	position:relative;
}

#rotatingImages img {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
}

#rotatingImages img.firstitem {
	visibility:visible;
}

.big-image {
	margin-top:-15px;
	margin-left:-15px;
	width:716px;
	height:352px;
	margin-bottom:15px;
}

.small-left-image,
.small-centre-image,
.small-right-image {
	width:236px;
	height:158px;
}

#content .ngg-gallery-thumbnail a {
	display:block;
	position:relative;
	text-decoration:none;
}

#content .ngg-gallery-thumbnail span {
	padding:5px;
	margin:0 6px;
	z-index:1;
	background-color:#FFF;
	position:absolute;
	bottom:10px;
	left:0px;
	color:#005799;
	max-width:206px;
	font-size:1.1em;
	font-weight:bold;
}