/*
gurublog.css
'Accommodation Guru' style for the Tarski theme - http://tarskitheme.com/
Designed by Scott Swabey, http://www.amplify.com.au/
*/

/* Some layout stuff
----------------------------------------------- */
#wrapper { width: 960px; background-color: #fff; }
body .primary { width: 650px; }
body .primary-span { padding-left: 270px }
#recent-posts { float: left; width: 63%; }
#recent-comments { float: right; width: 33%; }
#header { padding-left: 0; padding-right: 0; }
#theme-info { border: 0; background-color: #EADDDD; margin:0.5em -20px 0; padding:1em 20px 0.5em; }
#theme-info .content { text-align: right; }

body.gurublog { background-color: #EADDDD; margin-top: 20px; }


/* Navigation
----------------------------------------------- */
body.gurublog #navigation { margin: 18px 0; padding: 0 20px; background-color: #000; }
body.gurublog #wrapper .nav-current:link, body.gurublog #wrapper .nav-current:visited, body.gurublog #wrapper .nav-current:active { color: #bf6030; }
body.gurublog #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.gurublog code { color: #bf8060; }
body.gurublog abbr, body.gurublog acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.gurublog h1, body .entry .title { font-family: Arial; }

		body.gurublog h3 { color: #bf6030; }
		
		/* Post content
		--------------------------------------- */
		body.gurublog .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.gurublog .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.gurublog .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.gurublog .content a.download:link, body.gurublog .content a.download:visited, body.gurublog .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.gurublog a img { border: 1px solid #0f6b99; }
		body.gurublog a:hover img, body.gurublog .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.gurublog a:link, body.gurublog a:active, body.gurublog a:visited { color: #0f6b99; }
body.gurublog a:hover { color: #e59900; }

body.gurublog .content a:link, body.gurublog .content a:active, body.gurublog .content a:visited, body.gurublog .link-pages a:link, body.gurublog .link-pages a:active, body.gurublog .link-pages a:visited, body.gurublog .tagdata a:link, body.gurublog .tagdata a:active, body.gurublog .tagdata a:visited, body.gurublog .widget_tag_cloud a:link, body.gurublog .widget_tag_cloud a:active, body.gurublog .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.gurublog .content a:hover, body.gurublog .link-pages a:hover, body.gurublog .tagdata a:hover, body.gurublog .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

body.gurublog #navigation a:link, body.gurublog #navigation a:active, body.gurublog #navigation a:visited { color: #fff!important; }

/* Plugins
----------------------------------------------- */

  /* Related Posts
	------------------------------------------- */
  body.gurublog ul.related { margin: 2em 0; list-style: none; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.gurublog .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.gurublog .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
  
  /* Twitter widget
	------------------------------------------- */
  body.gurublog .twitter-item { padding-bottom: 15px; border-bottom: 1px solid #BBEEF0; margin-bottom: 10px; }	

/* Post Images
----------------------------------------------- */
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px 3px 0 3px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption a {
	border-bottom: 0!important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none!important;
}

.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Sociable Links
----------------------------------------------- */
.sociable a { border-bottom: 0!important; }
.sociable img { border: 0!important; }
.sociable_tagline { margin-bottom: 4px; }

/* Newsletter
-----------------------------------------------*/
#newsletterFormDiv a img,
#newsletterFormDiv a:hover img { border: 0; }
