/* 
Theme Name: pigeon control
Theme URL: http://1st4pigeoncontrollondon.co.uk/
Description: pigeon control
Author URI: http://firstsearchconsultancy.co.uk

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */




/*
Here is a list of all the <DIV>s in Whiteboard.
*/

body
{
	background-image:url(images/bodyBg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:"Century Gothic";
	color:#181818;
	margin:0;
	padding:0;
}

#container
{
	margin:0 auto;
	width:947px;
}

#header
{
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	height:158px;
}

#logo
{
	padding-top:43px;
}

#nav
{
	padding-top:10px;
}

#nav ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li
{
	display:inline;
}

#nav ul li.one
{
}

#nav ul li.two
{
	margin-left:46px;
}

#nav ul li.three
{
	margin-left:40px;
}

#nav ul li a:link, #nav ul li a:visited
{
	text-decoration:none;
	color:#181818;
	font-weight:bolder;
}

#nav ul li a:hover
{
	text-decoration:underline;
}

#banner
{
	margin:3px 0;
}

#contentTop
{
	background-image:url(images/contentTop.jpg);
	background-repeat:no-repeat;
	height:11px;
}

#content
{
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
}

#contentInner
{
	padding:10px;
	font-size:90%;
}

#galHome
{
	text-align:center;
}

#galHome ul
{
	list-style:none;
margin:0;
padding:0;
}

#galHome li
{
	display:inline;
}

#galHome li img
{
}

#footer
{
}

#footerInner
{
}

.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

h2
{
margin-top:0;
padding-top:0;
}
#clickHere
{
float:right;
width:250px;
margin-right:150px;
margin-top:30px;
}

img
{
border:none;
}

ul.topnav li {
	float:left;
	margin:0 11px;
	padding:0;
	position: relative; /*--Declare X and Y axis base--*/
	text-align:center;
}
ul.topnav li a{
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	display: block;
	float: left;
}
ul.topnav li a:hover{
	text-decoration:underline;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -25px; top: 20px;
	background: #cedeeb;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top: none;
	border-bottom: 1px solid #878787;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #000000; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 5px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
}