/*
Theme Name: Blogger at large
Theme URI: http://bloggeratlarge.com
Description: The default theme for Blogger at large
Version: 1.0
Author: Daniel Hay
Author URI: http://pixelberry.co.nz
Tags: travel, fixed width, magazine/blog style

TOC ---------------------------

>1: RESET
>2: GENERAL STYLES
>3: ACCESSIBILITY
>4: DEFAULT TYPOGRAPHY STYLES
>5: STRUCTRUAL STYLES
>6: FORM STYLES
>7: PAGE SPECIFIC STYLES
	>7a: Home page
	>7b: Category Page
	>7c: Article Page
	
>8: SNIPPETS


*/


/* >1: RESET  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* >2: GENERAL STYLES  */

		
	
	/* >2a: DEFAULT STYLES  */
	.small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		line-height: 1.5em;
		}
		
		.clearfix:after {
		    content: ".";
		    display: block;
		    height: 0;
		    clear: both;
		    visibility: hidden;
		    }

		.clearfix {display: inline-block;}  /* for IE/Mac */
		

/* >3: ACCESSIBILITY  */


/* >4: DEFAULT TYPOGRAPH STYLES  */
h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: 400;
	}
	
	h1.pagetitle, .page h1, .error404 h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 20px 0;
		}

h2 a{
	color:#353535;
	font-size:24px;
	font-weight:bold; 
	letter-spacing:-1px;
	}

h2 {
	font-size: 1.6em;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin-bottom: 15px;
	}

h3 {
	font-size: 1.3em;
	}
	
p{ 
	margin: 0 0 1em 0;
	line-height: 1.4em;}

em{ font-style: italic;}

a{color:#5896c3; text-decoration:none;}

/* >5: STRUCTRUAL STYLES  */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: #92D0FF url(images/bg-body.png) repeat-x top left;
	color: #353535;
	text-align: center;
	padding: 20px 0;
	}
	
#header{
	text-align: left;
	width: 960px;
	height: 105px;
	margin: 0 auto;
	background: transparent url(images/bg-header.png) no-repeat top left;
}

#flashbanner{
	float: left;
	width: 960px;
	height: 187px;
}


/* ----------------------------------- */

#primaryNav{
	float:right;
	font-size:1.1em;
	position:relative;
	width:560px;
	z-index:100;
}

#primaryNav, #primaryNav ul { /* all lists */
	margin:30px 0 0;
	padding:0;
	list-style: none;
	line-height: 1;
}

#primaryNav li { /* all list items */
	float:left;
	position:relative;
}


#primaryNav li.destinations{
	background:transparent url(images/bg-destinations.png) no-repeat scroll 0 0;
	height:26px;
	margin:3px 8px 0 0;
	text-indent:-999em;
	width:117px;
}

#primaryNav li a{
	background: transparent url(images/bg-nav-arrow.png) no-repeat scroll 50% 100%;
	padding-bottom:8px;
	}
	
#primaryNav li a:hover{color:#BD4B06;}

#primaryNav h2{font-size: 1em; cursor: pointer;}

#primaryNav a, #primaryNav h2 {
	color:#555555;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	letter-spacing: 0;
}

#primaryNav h2:hover{
	background-position: bottom left;
	text-decoration: none;}
	
	#primaryNav li:hover h2 a{color:#BD4B06;}

#primaryNav li li{width: 100%;}

#primaryNav li li a{
	font-weight:normal;
	padding:6px;
	background:none;
	float: left;
	width: 98px;
	color: #fff;
}

#primaryNav li li a:hover{
	background:#1B4D6F none repeat scroll 0 0;
	color: #fff;
	}

#primaryNav li ul { /* second-level lists */
	background:#0A334F none repeat scroll 0 0;
	left:0px;
	margin:0.35em 0 0;
	position:absolute;
	top:-999em;
	width:110px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius:2px;
}

#primaryNav li.uk-nav ul { /* second-level lists */
	left:5px;
}

#primaryNav li:hover ul, #primaryNav li.sfHover ul { /* lists nested under hovered list items */
	top: 25px;
}



/* ------------------------------------ */
#secondaryNav{
	float:left;
	margin:20px 20px 0 -200px;
	text-align:right;
	text-transform:uppercase;
	width:940px;
}

	#secondaryNav li{display:inline;}
	
	#secondaryNav li.searchForm{
		float:right;
		margin:-20px -200px 0 0;
	}

	#secondaryNav a{
		color:#353535;
		margin: 0 8px 0 0;
		display: inline;
	}

	#secondaryNav a:hover{color:#bd4b06;}

#page {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	background: #fff url(images/bg-page.png) repeat-y top left;
	overflow: hidden;
	font-size: 12px;
	}
	
#contentGroup {
	text-align: left;
	width: 920px;
	overflow: hidden;
	float: left;
	padding: 20px;
	}

#content {
	text-align: left;
	overflow: hidden;
	float: left;
	width: 560px;
	margin: 0 20px 0 0;
	}

#sidebar{
	float:left;
	margin:0 0 0 20px;
	width:320px;
}

#sidebar li{
	float: left;
	margin: 0 0 15px 0;
	display: inline;
}

#sidebar li.ad{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#sidebar li#smart-youtube h2{
	display: block;
	width: 125px;
	height: 20px;
	text-indent: -999em;
	background: url(images/bg-featuredVideo.png) no-repeat;
	padding: 0;
	margin: 0;
}

#sidebar li h2.usefulLinks, #sidebar li#text-425126054 h2{
	background:#FFFFFF url(images/bg-usefulLinks.png) no-repeat scroll 0 0;
	float:left;
	height:22px;
	margin:-12px -12px 15px;
	padding:0;
	text-indent:-999em;
	width:320px;
}

#sidebar li.widget_polls-widget{
	background: #ACD8E3 url(images/bg-polls.png) no-repeat scroll 0px 13px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#sidebar li.widget_polls-widget h2{
	display: block;
	width: 320px;
	height: 22px;
	text-indent: -999em;
	background: #ffffff url(images/bg-take-the-poll.png) no-repeat;
	padding: 0;
	margin: 0;
}



#sidebar li.widget_polls-widget p strong{
	color:#353535;
	float:right;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	width:270px;
	height:50px;
}

#sidebar li.widget_polls-widget .wp-polls-ul{
	float:left;
	margin:0 0 10px 15px;
	padding:0;
	width:290px;
}

#sidebar li.widget_polls-widget .wp-polls-ul li{
	float: left;
	width: 100%;
}

#sidebar li.widget_polls-widget label{margin: 0 0 0 8px;}

#sidebar li.widget_polls-widget input.Buttons{
	background:transparent url(images/bg-cast-vote-btn.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:28px;
	margin:0 15px 0 15px;
	text-indent:-999em;
	width:147px;
}

#sidebar li.widget_polls-widget a{ 
	color: #353535;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 10px auto 15px auto;
}

#sidebar li.widget_polls-widget p.actionCalls a{ 
	display: inline;
	margin: 0;
	text-align: left;
}

#sidebar li.widget_polls-widget a.castVote{
	float: left;
	margin: 0 0 10px 110px;
}

#sidebar li.widget_polls-widget input.Buttons:hover{-moz-opacity:.90; -ms-filter:"alpha(opacity=90)"; filter:alpha(opacity=90); opacity:.90; }

#sidebar li.jasonsPlug, #sidebar li .textwidget p, #sidebar li#text-425126054{
	background:transparent url(images/bg-grd-panel.png) repeat-x scroll 0 0;
	color:#797777;
	font-size:12px;
	line-height:1.4em;
	padding:12px;
}

#sidebar li#text-425126054 p{
	background:none;
	color:#797777;
	font-size:12px;
	line-height:1.4em;
	padding:0px;
	float: left;
	width:296px;
}

#sidebar li#text-425126053{background:url("images/bg-polls.png") no-repeat scroll 0 0 transparent;}

#sidebar li#text-425126053 ol{
	float:left;
	padding:10px;
	width:300px;
}
#sidebar li#text-425126053 li{
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: url("images/dot-blue.gif") repeat-x scroll center bottom transparent;
	
}

#sidebar li#text-425126053 li a{
	display:inline;
	padding:5px 0;
}
#sidebar li#text-425126053 li a:hover{color:#17384D;}

#sidebar li#text-425126053 p.browseAkScene{
	background:none repeat scroll 0 0 #BD4B06;
	float:left;
	margin-bottom:0;
	width:296px;
}

#sidebar li#text-425126053 p.browseAkScene a{
	color:#fff;
}

#sidebar li#text-425126053 p.browseAkScene a:hover{
	color:#3F1A04;
}

#sidebar li#text-425126054 .cityPass{
	margin: 0 0 0 -4px;
}

#sidebar li#smart-youtube{
	background:url("images/bg-grd-panel.png") repeat-x scroll 0 20px transparent;
	color:#797777;
	font-size:12px;
	line-height:1.4em;
	width:100%;
}
#sidebar li#smart-youtube p{padding:12px;}

#sidebar li.jasonsPlug{
	width: 296px;
	}
	
#sidebar li.jasonsPlug

#sidebar li.jasonsPlug span {
	display: block;
	font-size:16px;
	font-style:italic;
	margin:0 0 8px;
}

#sidebar li.jasonsPlug img{ margin:8px 0 0 40px;}

#footer{
	text-align: left;
	width: 920px;
	overflow: hidden;
	float: left;
	padding: 20px;
	margin: 0;
	background:#FFFFFF url(images/toon-megan.png) no-repeat scroll 250px bottom;
	border-top:1px solid #ebeaea;
}

#footer h2{
	font-family: Helvetica, Arial, sans-serif;
	color: #1069a7;
	font-size: 18px;
	margin: 0 0 8px 0;
	width: 100%;
	float: left;
}

.aboutMegan{
	float:left;
	margin:0;
	width:310px;
}

.aboutMegan p{margin: 0;}

.aboutMegan h2{
	background: url(images/icon-passport.png) no-repeat;
	padding: 5px 0 5px 25px;
}

.aboutMegan img{
	float:left;
	padding:2px 8px 0 0;
}

.browseSite{
	float:left;
	margin:0;
	width:600px;
}

.browseSite ul{
	float: left;
	width: 180px;
	margin: 0 0 0 20px;
}

.browseSite ul li{
	float: left;
	border-bottom: 1px dotted #ae87cd;
	width: 100%;
}

.browseSite ul li a{
	display: block;
	padding: 5px 5px 5px 10px;
	background: url(images/arrow-pink.png) no-repeat center left;
	color:#4e595a;
}

.browseSite ul li a:hover{color: #333;}

.browseSite h2{
	background:transparent url(images/icon-browse.png) no-repeat scroll 15px 0;
	padding:5px 0 5px 50px;
}

#sole{
	text-align: left;
	width: 920px;
	height:29px;
	margin: 0;
	padding: 20px 20px 0 20px;
	background: transparent url(images/bg-sole.png) no-repeat top left;
	overflow: hidden;
	font-size: 11px;
	color:#a4a3a3;
	text-transform: uppercase;
}

#sole .copyright{ float: left;}
#sole .linkLove{float: right;}

#sole .linkLove a{color:#a4a3a3;}
#sole .linkLove a.pgLogo{
	display:inline-block;
	width: 110px;
	height: 19px;
	text-indent: -999em;
	background: url(images/pixelberry.png) no-repeat;
	margin: 0 0 0 5px;
	padding:2px 0 0;
}
	
.galleryPod{
	float: left;
	width: 100%;
}

#logo{
	background:transparent url(images/bloggeratlarge.png) no-repeat scroll left top;
	float:left;
	height:59px;
	margin:75px 0 0 -740px;
	position:absolute;
	text-indent:-999em;
	width:371px;
	z-index: 99;
}

.home #logo{ margin:75px 0 0 20px;}

#galleryPod{
	float: left;
	width: 960px;
	height: 187px;
}

.followMegan{
	float: left;
	width: 320px;
	height: 22px;
	text-indent: -999em;
	background: url(images/bg-followMegan.png) no-repeat;
}

.followLinks ul{
	float: left;
	width: 102%;
}

#sidebar .followLinks ul li{float: left; margin: 0;}
.followLinks ul li a{float: left;}

.followTwitter a{
	width: 106px;
	height: 45px;
	text-indent: -999em;
	background: url(images/bg-follow-twitter.png) no-repeat;
	margin: 0 8px 0 -7px;
}

.followRSS a{
	width: 103px;
	height: 45px;
	text-indent: -999em;
	background: url(images/bg-follow-rss.png) no-repeat;
	margin: 0 8px 0 0;
}

.followFacebook a{
	width: 102px;
	height: 45px;
	text-indent: -999em;
	background: url(images/bg-follow-facebook.png) no-repeat;
}

.twitterFeed{
	background:transparent url(images/twitterSpeach.png) no-repeat scroll 0 5px;
	float:left;
	margin:-14px 0 0;
	padding:10px 0 0;
	width:320px;
}

.twitterFeed ul{
	float: left;
	width: 320px;
	background: url(images/divider-shadow.png) no-repeat bottom left;
	padding: 0 0 13px 0;
	margin: 0;
}

.twitterFeed a{
	color:#4E595A;
	display:block;
	font-family:Georgia,serif;
	font-style:italic;
	line-height:1.4em;
	margin:20px 20px 10px;
}

.latestArticle{
	float: left;
	width: 560px;
	height: 22px;
	margin: 0 0 10px 0;
	background: url(images/bg-latest-article.png) no-repeat;
	text-indent: -999em;
}

/* >6: FORM STYLES  */

#searchform{
	float: right;
}

#searchform div{}

#searchform label{ display: none;}

#searchform input#s{
	background:transparent url(images/bg-input-search.png) no-repeat scroll 0 0;
	border:medium none;
	color:#333333;
	float:left;
	font-size:12px;
	height:15px;
	padding:6px 5px 2px 25px;
	width:119px;
}

#searchform input#searchsubmit{
	float: left;
	width: 30px;
	height: 23px;
	border: none;
	padding: 2px 5px 2px 20px;
	background: url(images/bg-btn-search.png) no-repeat;
	cursor: pointer;
	text-indent: -999em;
}

#searchform input#searchsubmit:hover{-moz-opacity:.90; -ms-filter:”alpha(opacity=90)”; filter:alpha(opacity=90); opacity:.90; }

#cformsform #li--8 label{
	margin:0 0 0 130px;
	width:240px;
	}

#cformsform #li--8 span{width:100%;}

#cformsform #li--8 input{margin:0 0 0 -253px;}

#cformsform #li--8 a{
	text-decoration: underline;
	color:#1069A7 !important;
}


/*	>6a: Search form  */

	
/*	>6b: Comment form  */	


.thumbNail  {
float:left;
height:115px;
margin:0;
overflow:hidden;
padding:0;
width:172px;
}

.thumbNail img{width: 172px;}	

/* >7: PAGE SPECIFIC STYLES  


	>7a: Home page */
	
.home .entry p img{display: none;}

.home .entry .thumbNail img{width: 172px;}	

.home .entry .thumbNail {
	float: left;
	margin: 3px 8px 0 0;
	padding: 3px;
	border: 1px solid #ccc;
	width: 172px;
	height: 115px;
	overflow: hidden;
}

.home .postmetadata{
	background:transparent url(images/dot-blue.gif) repeat-x scroll center bottom;
	color:#7C7C7C;
	float:left;
	font-size:11px;
	margin:0 0 10px;
	padding:8px 0 4px;
	width:100%;
}

.home .postmetadata li {
float:left;
padding:4px 0 0;
}

.home .postmetadata li.commentTotal {
	background:transparent url(images/comment-bubble.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	height:23px;
	line-height:18px;
	margin:0 0 0 10px;
	padding:0;
	text-align:center;
	width:27px;
}

.home .postmetadata li.commentTotal a{color: #fff;}

.seriesHomeBanner{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

h2.recentlyPublished, h2.topArticles{
	float: left;
	width: 560px;
	height: 22px;
	text-indent: -999em;
	background: url(images/bg-recently-published.png) no-repeat;
	margin: 20px 0;
}

h2.topArticles {
	margin-bottom:0;
	background: url(images/bg-top6.png) no-repeat;
}


.tileList{
	float: left;
	width: 103%;
}
.tileList li{
	float: left;
	width: 172px;
	height: 292px;
	margin: 0 20px 20px 0;
	overflow:hidden;
}

.tileList li .pubDate{
	background:transparent url(images/bg-pubDate.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:27px;
	line-height:1;
	margin:-115px 0 0 5px;
	padding:2px 0 0;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	width:30px;
	z-index:99;
}

.tileList li .pubDate span{clear: both;}

.tileList li h2 a{
	display:inline;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:30px;
	letter-spacing:0.01em;
	margin:6px 0;
	overflow:hidden;
	width:100%;
}
.tileList li .entry{
	height:104px;
	overflow:hidden;
	width:100%;
}

.tileList li .entry p{margin: 0;}

.tileList li .entry p img, .tileList li .entry .wp-caption{display: none;}

.tileList li .entry strong{font-weight: normal;}

.home .tileList .postmetadata {
background:transparent url(images/dot-blue.gif) repeat-x scroll center bottom;
color:#7C7C7C;
float:left;
font-size:11px;
margin:0 0 10px;
padding:8px 0 4px;
width:100%;
}

.home .tileList .postmetadata li{
	float:left;
	height: auto;
}

.home .tileList .postmetadata li.commentTotal {
	background:transparent url(images/comment-bubble.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:23px;
	line-height:18px;
	margin:0 5px 0 0;
	padding:0;
	text-align:center;
	width:27px;
}

.home .tileList .postmetadata li.starReview{
	margin:0;
	width:70px;
}

.home .tileList .postmetadata li.readMoreLink{
	font-size:12px;
	margin:0;
	text-align:right;
	width:70px;
}

#topThree{background:#ccc url(images/bg-top3Panel.png) repeat-x;}

#topThree li{margin:11px 0px 11px 11px;}

.home #topThree .postmetadata {background:none;}

.home #topThree .postmetadata li{margin: 0 0px 20px 0;}

.home #topThree .postmetadata li.commentTotal {
	background:transparent url(images/bg-commentGrey.png) no-repeat scroll 0 0;
	margin:0 5px 0 0;
}

	
/*	>7b: Category Page  */
	
.listings{
	float: left;
	width: 103%;
}
.listings li{
	background:transparent url(images/dot-blue.gif) repeat-x scroll center bottom;
	float:left;
	margin:0 20px 20px 0;
	padding:0 0 10px;
	width:100%;
}

.listings .thumbNail img{width: 172px;}	

.listings .thumbNail {
	border:1px solid #CCCCCC;
	float:left;
	height:115px;
	margin:3px 8px 0 0;
	overflow:hidden;
	padding:3px;
	width:172px;
}

.listings li .pubDate{
	background:transparent url(images/bg-pubDate.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:27px;
	line-height:1;
	margin:7px 0 0 -180px;
	padding:2px 0 0;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	width:30px;
	z-index:99;
}

.listings li .pubDate span{clear: both;}

.listings li h2 a{
	display:block;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.01em;
	margin:2px 0 6px;
	overflow:hidden;
	width:100%;
}
.listings li .entry{
	display:block;
	width:560px;
}

.listings li .entry p{margin: 0;}

.listings li .entry p img{display: none;}

.listings li .entry strong{font-weight: normal;}

.listings .postmetadata {
	color:#7C7C7C;
	float:right;
	font-size:11px;
	margin:0 0 10px;
	width:389px;
}

.archive .listings .postmetadata li{
	float:left;
	height: auto;
}

.archive .listings .postmetadata li.commentTotal {
	background:transparent url(images/comment-bubble.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:23px;
	line-height:18px;
	margin:0 5px 0 0;
	padding:0;
	text-align:center;
	width:27px;
}
.archive .listings .postmetadata li.commentTotal a{color:#fff;}

.archive .listings .postmetadata li.starReview{
	background: none;
	margin:0;
	width:70px;
}

.archive .listings .postmetadata li.readMoreLink{
	background: none;
	font-size:12px;
	margin:0;
	text-align:right;
	width:70px;
}


.search .listings .postmetadata li{
	float:left;
	height: auto;
}

.search .listings .postmetadata li.commentTotal {
	background:transparent url(images/comment-bubble.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:23px;
	line-height:18px;
	margin:0 5px 0 0;
	padding:0;
	text-align:center;
	width:27px;
}
.search .listings .postmetadata li.commentTotal a{color:#fff;}

.search .listings .postmetadata li.starReview{
	background: none;
	margin:0;
	width:70px;
}

.search .listings .postmetadata li.readMoreLink{
	background: none;
	font-size:12px;
	margin:0;
	text-align:right;
	width:70px;
}
	
/*	>7c: Article Page  */
.entry p a:visited {
	color: #b85b5a;
	}
	
.entry p img {
	padding: 0;
	max-width: 100%;
	}
	
.entry img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.entry img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		border:1px solid #EEEEEE;
		}

.entry img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		border:1px solid #EEEEEE;
		}

.entry .alignright {
		float: right;
		}

.entry .alignleft {
		float: left;
		}
		
.page .entry{clear:both;}

.entry strong{font-weight: bold;}
.entry em{font-style: italic;}
		
/* 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;
}
		
/* Lists */
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 ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/* Tags */


/*	>7d: Comments  */
	
	
	
	

/* >8: SNIPPETS  */

.cf_info {float: left;}
#cformsform{float: left;}
.linklove{display: none!important;}
.cform label span, .emailreqtxt, .reqtxt {color:#1069A7!important;}

#wpstats{display:none;}

/* Post Article */
/* -------------------------------------------------------------------------*/

.navigation {
	float: left;
	width: 100%;
	padding: 0 0 15px;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.navigation a {
	font-size: 11px;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation .alignleft a {
	background: url(images/arrow-orange-left.gif) no-repeat 0 5px;
	padding-left: 8px;
}
.navigation .alignright a {
	background: url(images/arrow-orange.gif) no-repeat right 5px;
	padding-right: 8px;
}
.single h1 {
	color: #353535;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
}
.single .postmetadata, .single #pageTools {
	float: left;
	width: 100%;
	background: url(images/dot-blue.gif) repeat-x 0 0;
	margin: 10px 0 15px;
	padding: 8px 0;
	font-size: 11px;
	color: #7c7c7c;
}
.single .postmetadata li.last, .single #pageTools li.last {
	float: left;
	width: 100%;
	clear: both;
	background: url(images/dot-blue.gif) repeat-x bottom left;
	padding: 0 0 4px;
	font-size: 1px;
}
.single .postmetadata li {
	float: left;
	padding: 4px 0 0;
}
.single .postmetadata li#starReview {
	float: right;
	padding-right: 100px;
}
.single .postmetadata li.commentTotal {
	float: right;
	background: url(images/comment-bubble.gif) no-repeat 0 0;
	width: 27px;
	height: 23px;
	text-align: center;
	color: #FFF;
	line-height: 18px;
	padding: 0;
}
.single .entry p {
	color: #353535;
}
.postTags {
	float: left;
	width: 100%;
	font-size: 11px;
	padding-left: 35px;
	background: url(images/icon_tags.png) no-repeat 0 0;
	padding-bottom: 10px;
	padding-top: 3px;
	margin: 15px 0 0;
}
.single #pageTools li {
	float: right;
	padding: 4px 0 0;
}
.single #pageTools li .ratingblock, .single #pageTools li .ratingblock span {
	float: left;
}
.ratingblock span {
	padding-left: 4px;
}
.single #pageTools li div {
	margin: 0;
	float: left;
	font-size: 11px;
}
.single #pageTools li div.ratingtext {
	padding: 0 5px;
}
.single #pageTools li.email, .single #pageTools li.print {
	padding-right: 10px;
}
.single #pageTools li.email a {
	background: url(images/email.png) no-repeat 0 0;
	padding-left: 22px;
	color: #7C7C7C;
}
.single #pageTools li.print a {
	background: url(images/print.gif) no-repeat 0 0;
	padding-left: 22px;
	color: #7C7C7C;
	padding-bottom: 3px;
	float: left;
}

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

h3.commentTitle {
	color: #353535;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
	clear: both;
}
.commentlist, .commentlist li {
	float: left;
	width: 100%;
}
.commentlist {
	padding: 30px 0 5px;
}
.commentlist li {
	padding-bottom: 15px;
}

.commentlist li.bypostauthor{
	background:#EEF7F9 none repeat scroll 0 0;
	border:1px solid #D1EAEF;
	margin:0 0 15px;
	padding:8px 8px 0 0;
	width:550px;
}
	
.commentlist li .comment-author {
	float: left;
	width: 100%;
	font-size:16px;
}

.commentlist li .comment-author img{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	float:left;
	margin:0 8px 8px;
	padding:4px;
}
.commentlist li .commentBody {
	float: right;
	width: 470px;
	padding: 10px 15px;
	background: #f4f4f4 url(images/comment-bg.png) repeat-x 0 0;
}

.commentlist li .comment-body p{
		float:left;
		margin:-15px 0 10px 66px;
		width: 420px;
}


.commentlist li.byuser .commentBody {
	background: #e3f2f6 url(images/comment-author-bg.png) repeat-x 0 0;
}
.commentlist li .commentBody .fn, .commentlist li .commentBody .says {
	font-size: 14px;
}
.commentlist li .comment-meta {
	float:left;
	font-size:11px;
	margin:-35px 0 10px 66px;
	padding-bottom:10px;
	width:400px;
}
.formBody {
	float: left;
	width: 432px;
	margin-left: 60px;
	background: url(images/bg-comment-form.png) no-repeat 0 0;
}
.formBody h3 {
	padding: 20px 0 15px 20px;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.9em;
}
#commentform p {
	margin:5px 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.9em;
}
#commentform input {
	border-left:1px solid #cecece;
	border-top:1px solid #cecece;
	height:16px;
	margin:5px 5px 1px 0;
	padding:2px;
	width:170px;
}
#commentform p {
	clear:both;
	margin:5px 0;
}
#commentform p small {
	color: #b8b8b8;
	text-transform: uppercase;
	font-size: 10px;
}
#commentform label {
	color:#555;
	float:left;
	font-size:14px;
	padding:9px 8px 0 0;
	text-align:right;
	width:130px;
}
#commentform textarea {
	border-color:#CECECE -moz-use-text-color -moz-use-text-color #CECECE;
	border-style:solid none none solid;
	border-width:1px medium medium 1px;
	height: 78px;
	padding: 2px;
	width: 237px;
}
#commentform input.btn {
	background: url(images/btn-submit-comment.png) no-repeat 0 0;
	width: 149px;
	height: 44px;
	float: right;
	border: 0!important;
	margin-right: 20px;
}

/* Misc */
/* -------------------------------------------------------------------------*/

.btn {
	float: left;
	border: 0;
	text-indent: -9999em;
	display: block;
	cursor: pointer;
}
