/*
sis.css
'Polar' style for the Tarski  - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/, modified by Guy James www.arciris.com
*/


body.sis {
background: white url('../../../uploads/background.gif') no-repeat; 
background-attachment: fixed;
}

body.sis #header-image {
display: none;
}

body.sis #title {
display: none;
}

body.sis .page_item {
padding-bottom:3px;
}

body.sis .widgets ul {
color: blue;
font-size:1.2em;
margin:1.2em;
}

body.sis #content {
margin-top: 120px;
}


body.sis .entry {
background: #ffffff;
padding: 10px;
}

body.sis #navigation, .comment, .trackback, #comments .meta, #trackback-link {
display:none;
}

body.janus #navigation .secondary p, body.janus #theme-info .secondary p {
display:none;
}

body.sis .secondary {
background: #fd05f0 none repeat scroll 0% 50%;
padding-left: 10px;
}

body.sis .secondary .li {
color: #1873b5;
}

body.sis .searchbox {
display: none;
}

body.sis #footer {
background:white none repeat scroll 0% 50%;
width:500px;
}

body.sis #footer a{
color: #1873b5;
}

body.sis #theme-info {
border-top:3px double #1873b5;
color:#545454;
padding:1em 10px 0.5em;
}


/* Navigation
----------------------------------------------- */
body.sis #wrapper .nav-current:link, body.sis #wrapper .nav-current:visited, body.sis #wrapper .nav-current:active { color: #a8a8a8; }
body.sis #wrapper .nav-current:hover { color: #000; }

	/* Feed icon
	------------------------------------------- */
	body.sis .feed { display: none; }

/* Content
----------------------------------------------- */
body.sis code, body.sis pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #8fafbf; }
body.sis abbr, body.sis acronym { border-bottom: 1px solid #5c8499; }

		/* Headers
		--------------------------------------- */
		body.sis h3 { 
		color: brown;
		margin-top:23px;
		 }

		/* Post content
		--------------------------------------- */
		body.sis .articlenav { background: #fff; }

		/* Inserts
		--------------------------------------- */
		body.sis .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.sis .insert h3 { border-bottom: 1px solid #cfdee5; }

		/* Downloads
		--------------------------------------- */
		body.sis a.download:link, body.sis a.download:visited, body.sis a.download:active { background: #fafcfc url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdee5; border-bottom: 1px solid #cfdee5 !important; }
		body.sis a.download:hover { background: #fafafa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8 !important; }

		/* Images
		--------------------------------------- */
		body.sis a img { border: 1px solid #4c8099; }
		body.sis a:hover img { border: 1px solid #000; }
			
		/* Comments
		--------------------------------------- */
		body.sis .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.sis .trackback { background: url('../images/trackback.gif') no-repeat 100% 60%; }
/* Links
----------------------------------------------- */
body.sis a:link, body.sis a:active, body.sis a:visited { color: #4c8099; }
body.sis a:hover { color: white; }

body.sis .content a:link, body.sis .content a:visited, body.sis .content a:active { border-bottom: 1px solid #ccc; }
body.sis .content a:hover { border-bottom: 1px solid #000; }