/*
Theme Name: Cityblog
Theme URI: http://www.spottedbylocals.com
Description: Theme for cityblogs
Author: Spotted by Locals
Version: 2.0
*/

/*-----------Reset all Elements--------------*/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	line-height:18px;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/*-----------Block Level Elements--------------*/


body {
	background: #000 url(images/new_bg.png) no-repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width: 890px;
	margin: 0 auto 20px;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


.description {
}

#wrapper {
	width: 100%;
	padding: 10px;
}

#content {
	float: right;
	width: 480px;
	margin-right: 25px;
	margin-bottom: 10px;
	display: inline;
}

#content_w600 {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-right: 25px;
    width: 600px;
}

#addbar {
	float: right;
	background-color: #FFFFFF;
	width: 160px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline;
}

#contentiframe {
	float: right;
	width: 660px;
	margin-right:25px;
	margin-bottom:10px;
	display: inline;
}



#footer {
	width: 100%;
	clear: both;
	background-image:url(images/footerbackground.png);
	background-color: black;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*-------------Headings-------------*/

h1, h1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
margin-bottom:5px;
}
h1 a:hover{
text-decoration:underline;
}
.pagetitle, .pagetitle a {
}
.pagetitle p{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:10px;
}
.pagetitle a:hover {
}

.ArchiveViewSwitcher, .ArchiveViewSwitcher a {
	color:#666666;
	text-decoration:none;
	font-size:11px;
	float:right;
}
.ArchiveViewSwitcher a:hover {
	text-decoration:underline;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	margin-bottom:2px;
}

#content h2 a, #content h2 a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
#content h2 a:hover {
	text-decoration:underline;
}
#content h2.titleheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-bottom:-8px;
}
#content h2.titleheader a, #content h2.titleheader a:visited {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}
#content h2.titleheader a:hover {
	text-decoration:none;
	color:#000000;
}

#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-bottom:-8px;
}

#content h3 a, #content h3 a:visited {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}
#content h3 a:hover {
	text-decoration:none;
	color:#000000;
}

#content h3.titleheader{
	background-image:url('images/smallbullitwhite.png');
	background-repeat:no-repeat;
	background-position:left center;
	font-size:12px;
	padding-left:11px;
}
#content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
	margin-bottom:6px;
}

#content img {
	max-width: 475px;
	height: auto;
}

#content img.imgtfe{
	margin:5px;
}

#notice,
#respond   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:0px;
	margin-top:10px;
	margin-bottom:6px;
}


h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin-bottom:20px;

}

h5 {

}



/*-------------The Post-------------*/



.posttitle, .posttitle a, .posttitle a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
	padding:0px;
	text-decoration:none;
}

.posttitle a:hover {
	text-decoration:underline;
}

.main .posttitle {
	margin-top:10px;
}

.noadvert .posttitle {
	margin-top:18px;
}

.page .posttitle {
	margin-top:18px;
}

.error404 .posttitle {
	margin-top:18px;
}

.post .inlineposttitle {
	margin: 18px 0;
}

#content .page h2,
#contentiframe .page h2 {
	font-size: 11px;
	padding: 10px 0 0;
}

.post p {
	margin-top:10px;
	font-size:11px;
	line-height:16px;
}

.post heading {
	margin-bottom:7px;
	font-size:14px;
	font-weight:bold;
}

.post em {
	font-size:11px;
        font-style: italic;
}


.post ul {
	margin-top:0px;
	margin-left:0px;
	list-style-type: none;
}

.post li{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:1em;
	margin-bottom:0px;
	font-size:11px;
}

.post span {
	line-height: 1;
}

.posthr {
	background-color:#666666;
	width:100%;
	height:1px;
	margin-top:15px;
	display:block;
	font-size: 0px
}

.adhr {
	background-color:#666666;
	width:100%;
	height:1px;
	margin-top:10px;
	margin-bottom:15px;
	display:block;
	font-size: 0px
}

.entry {
	margin-top:10px;
	margin-bottom:15px;
	font-size:11px;
	line-height:16px;
}

.postadvert {
	margin-bottom:10px;
	margin-top:10px;
	font-size:11px;
}

.postmetadata {
	margin-bottom:10px;
	margin-top:4px;
	font-size:11px;
}

.postmetadata a {
	color:#666666;
}
.line .postmetadata{
	margin-left:11px;
}

.morebyauthor {
	margin-bottom:10px;
	font-size:11px;
}

.navigation {
	font-size:11px;
	margin:10px 0;
	margin-bottom:20px;
}

.navigation a {
	color:#666666;
	text-decoration:underline;
}
.navigation a:hover {
	text-decoration:none;
}


.navigation .alignright {
	float: right;
	margin: 20px 0;
	}

.navigation .alignleft {
	float: left;
	margin: 20px 0;
	}

.navigation .advert-article, .navigation .advert-right {
	clear: both;
}

span.left {
position: absolute;
left: 0;
}
div.line {
position: relative;
text-align: center;
width: 100%;
margin-bottom:10px;
margin-top:10px;
}
span.right  {
position: absolute;
right: 0;
top:-10px;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite, cite a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

cite a:hover {
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/
.lwfcl_level-0_expandable ul, .lwfcl_level-0_collapsible ul, .lwfcl_level-1_fixed ul {
	margin-left:5px;
	padding:0px;
}

#sidebar{
	background-color:#b2d235;
	list-style-type: none;
	width: 180px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#sidebar form{
	padding-top:18px;
	margin-bottom:18px;
	margin-left:10px;
}

#sidebar select {
	width: 160px;
	margin: 5px 10px 18px 10px;
}

#sidebar .img_links{
	text-align:center;
}
#sidebar h2 {
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin-bottom:2px;
}
#sidebar h2 a, #sidebar h2 a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.sidebarhr {
	background-color:#ffffff;
	width:100%;
	height:1px;
	margin-top:10px;
	margin-bottom:15px;
	display:block;
	font-size: 0px
}

#sidebar .widget {margin:10px 0 15px;border-top:1px solid #fff;padding-top:10px;}

.sidebartop {
	margin-bottom:15px;
	margin-top:0px;
	height:1px;
}

#sidebarend {
	width: 100%;
	height:50px;
	background-image:url(images/sidebarend.png);
	background-repeat:repeat-x;
}


#sidebar ul {
	padding-left:10px;

}

#sidebar ul li {
	background-image: url(images/smallbullitgreen.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-size:11px;
	text-indent:10px;
}

#sidebar a.focalLinkSelected {
	font-weight:bold;

}

.current-cat a{
	font-weight:bold;
}

.current_page_item a{
	font-weight:bold;
}


#sidebar a {
	text-decoration:none;
	color:#000000;
}
#sidebar a:hover {
	text-decoration:underline;
}

/*--------------Comments--------------*/

div#comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

.commentmetadata {
	font-size:11px;
}

.commentregular {
	font-size:11px;
	margin-bottom:10px;
	margin-top:4px;
}

ol.commentlist {
	font-size:11px;
	color:#666666;
	margin: 10px 0 30px;
}

ol.commentlist li {
	margin-bottom:10px;
}

	ol.commentlist li li {
		margin-top: 10px;
		margin-left: 35px;
	}

	.cancel-comment-reply { font-size: small; }

ol.commentlist li.alt {
}

ol.commentlist a {

}

small.commentmetadata {
	color:#000000;
}

.commenttext{
	margin-bottom:5px;
}

#commentform {
	margin-left: 0;
}

#commentform input#submit {
	font-size: 11px;
}

#commentform label {
	float: left;
	width: 80px;
	font-size:11px;
	color:#000000;
}

#commentform small {
	color:#666666;
	font-size:11px;
}

#commentform p {
	margin-bottom:10px;
}


/*--------------Search Form-------------*/

#searchform {

}

#searchform input {
  margin: 1px 0;
}

#searchform #s {
	width: 150px;
}

#searchform input#searchsubmit {
	font-size: 11px;
}

.post #searchform {
	padding-bottom: 10px;
}

/*-------------Footer-----------------*/

#footer p{
	text-align: center;
}
#footer p img{
	vertical-align: middle;
}

#footer ul{
	text-align: center;
	display: inline;
}

#footer ul li{
	display: inline;
}

#footer a{
	color: white;
}

/*-------------Adverts------------------*/
#sidebar-banner {
	padding-top: 10px;
	background-color: #fff;
}

.advert-right {
	margin-bottom:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.advert-middle {
	margin-top:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.advert-article {
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.advert-footer {
	margin-top:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.advert-left {
	background-color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}
/*-------------Other------------------*/

hr {
	display: none;
}

.feed {
  margin-left: 10px;
  padding: 0 0 0 19px;
  background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
  font-size:11px;
}


a{
color:#666666;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

.paypal {
	margin-top:10px;
	margin-bottom:10px;
}

/*-------------EasyToBook------------------*/

.etbMainDiv{width:154px; height:84px; border: 1px solid #d5e03c;background:white; text-align:left; padding:2px; margin:0; overflow:hidden;}
.etbHeadDiv{width:154px; height:44px; background:#d5e03c; padding:0; margin:0; text-align:center; overflow:hidden;}
a.etbLink{color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; text-decoration:none; font-weight:bold; text-align:center; margin:0; padding:0; line-height:21px;}
p.etbPar{margin:0; padding:0; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:normal; font-weight:bold; text-align:center;}
ul.etbList{width:100%; margin:0; padding:0; list-style-type:none;}
li.etbListItem{border:0px solid #000000; display:block; margin:2px 0 0 0; padding:0 3px; background-color:#f0f0f0; height:18px; overflow:hidden;}
a.etbLiLink{color:#333333; padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:17px; font-size:11px; text-indent:0px; text-decoration:underline; display:block;text-align:left;}

.noShow {
display: none;
}

/*-------------Facebook and wifi details about this spot------------------*/

.facebook-link {
margin-right: 5px;
}
