/*
skyline.css
'skyline' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Benedict Eastaugh, http://ionfish.co.uk/
*/

/* Feed icon
----------------------------------------------- */
body.gothere .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.gothere code, body.skyline pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #6B8E23; }
body.gothere abbr, body.skyline acronym { border-bottom: 1px solid #6B8E23; }

#blog-title,
#tagline {
        display: block;
        overflow: hidden;
        height: 1px;
        width: 1px;
}

		/* Headers
		--------------------------------------- */
		#navigation .secondary { width: 310px; padding: 0px; }
		body.gothere h3 { margin-bottom: 2px; color: #6B8E23; }
		body.gothere h4, body.gothere h5, body.gothere h6 { color: #6B8E23; }

		/* Post content
		--------------------------------------- */
		body.gothere .articlenav { background: #fcfeff; }

		/* Inserts
		--------------------------------------- */
		body.gothere .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.gothere .insert h3 { border-bottom: 1px solid #cfdee5; }

		/* Downloads
		--------------------------------------- */
		body.gothere a.download:link, body.skyline a.download:visited, body.skyline a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdee5; border-bottom: 1px solid #cfdee5 !important; }
		body.gothere a.download:hover { background: #fffcfd url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5cfd0; border-bottom: 1px solid #e5cfcf !important; }

		/* Images
		--------------------------------------- */
		body.gothere a img { border: 1px solid #3689b3; }
		body.gothere a:hover img { border: 1px solid #a6212c; }
						
		/* Comments
		--------------------------------------- */
		body.gothere .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.gothere .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.gothere a:link, body.skyline a:active, body.skyline a:visited { color: #3689b3; }
body.gothere a:hover { color: #a6212c; }

body.gothere .content a:link, body.skyline .content a:active, body.skyline .content a:visited { border-bottom: 1px solid #cfdee5; }
body.gothere .content a:hover { border-bottom: 1px solid #a6212c; }




/* Main structure
----------------------------------------------- */
body { min-width: 980px; }

#wrapper { width: 980px; }

/* Positioning
----------------------------------------------- */
body .primary { width: 600px;  }
.primary-span { padding: 0 0 0 210px; }
	body.janus .primary-span { padding: 0 210px 0 0; }

body .secondary { width: 200px; }
.secondary-span { padding: 0 0 0 620px; }
	body.janus .secondary-span { padding: 0 620px 0 0; }

body #footer .secondary { width: 310px; }




/* Content
----------------------------------------------- */
		
		/* Inserts
		--------------------------------------- */
		.insertright { width: 210px; }
		.insertleft { width: 210px; }

/* Forms
----------------------------------------------- */

		/* Search form
		--------------------------------------- */
		.searchbox { width: 210px; }

		/* Comment form
		--------------------------------------- */
		#info-input { width: 210px; }

			#author, #email, #url { width: 204px; }
		#comment-input { width: 700px; }
			#comment-input textarea { width: 694px;}
		
/* Widgets (I hate these things)
----------------------------------------------- */
	.widget_search #s { width: 204px; }



/* Column Three
----------------------------------------------- */
#col_3 { float: right; width: 85px; padding: 0px 0px 0px 25px; }
#col_3 h6 { margin-bottom: 0px; padding-bottom: 2px; font-weight: normal; font-size: 10px; text-transform: uppercase; }
#col_3 p { margin-top: 0px; padding-top: 0px; }
#col_3 a img { border: 0px; }
#col_3 small { font-size: 10px; line-height: normal; }
.flick { color: #0063DC; text-transform: lowercase; }
.flickr-r { color: #FF0084; text-transform: lowercase; }
.photo_frame { width: 79px; height: 79px; padding: 5px 0px 0px 5px; background: url(http://www.gothereandback.com/photo_frame.gif) no-repeat 0px 0px; }


