/*
regus.css
'regus' style for the Tarski theme - http://tarskitheme.com/
*/

/* Body
---------------------------------------------- */
body.regus { 
	font-family: Arial, Trebuchet MS, Courier New, Courier, Times New Roman, Georgia;
	font-size: 11px;
	color: #111111;
	background: url(../images/regus-bg.gif) repeat scroll;
	margin: 0;
	padding: 0;
	line-height: 160%;
	min-width: 760px;
	}
body.regus #wrapper {
	background: #FFFFFF;
	}

/* Navigation
----------------------------------------------- */
body.regus #wrapper .nav-current:link, body.regus #wrapper .nav-current:visited, body.regus #wrapper .nav-current:active { color: #cc0202; }
body.regus #wrapper .nav-current:hover { color: #cc0202; }
body.regus #header-image {
	float:left;
	margin: 0;
	}
body.regus #navigation {
	float: left;
	border-bottom: 0;
	background: #cc0202;
	margin: 0;
	padding: 0 5px;
}
body.navigation #navigation ul.primary {
list-style:none;
margin:0pt;
padding:0.5em;
}
body.regus #navigation ul.primary li { 
	display: block; 
	margin: 0; 
	padding: 5px;
	border-bottom: 1px dashed #000000;
	}
body.regus #navigation ul.primary li:hover  {
	background: #000000;
}
body.regus #navigation .primary {
float:left;
width:120px;
}

body.regus #navigation a:link, body.regus #navigation a:active, body.regus #navigation a:visited {
color:#000000;
font-family: Courier New, Times New Roman;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
}
body.regus #navigation ul.primary a:hover, body.regus #navigation ul.primary li:hover a {
	color: #cc0202;
}

	/* Feed icon
	------------------------------------------- */
	body.regus .feed { background: url('../images/feed-add.gif') no-repeat 0 50%;
	font-size:0.9em;
	font-family: arial, verdana;}

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

		/* Headers
		--------------------------------------- */
		body.regus h1 {
			font-family: arial, verdana;
			border-bottom: 0;
			font-size:2.5em;
			font-weight:bold;
			line-height:120%;
			letter-spacing: -1px;
			text-transform: lowercase;
			margin: 0;
			padding: 4px 4px 4px 40px;
			background: url(../images/regus-eye.gif) no-repeat;
			background-position: left center;
		}
		body.regus h2, body.regus .entry .title {
			font-family: arial, verdana;
			border-bottom: 0;
			font-size:2em;
			font-weight:bold;
			line-height:120%;
			letter-spacing: -1px;
			text-transform: lowercase;
			margin: 0;
			padding: 4px 4px 4px 40px;
			background: url(../images/regus-eye.gif) no-repeat;
			background-position: left center;
		}
		body.regus #comments .meta .title {
		padding-left:20px;
		}
		body.regus h3 { 
		border-bottom: 0px;
		color: #FFFFFF;
		font-family:Courier New, Courier, Times New Roman, Georgia;
		background-color: #000000;
		font-size:14px; 
		font-weight: normal;
		text-transform: uppercase; 
		letter-spacing: 1px;
		margin: 1em 0 0.8em 0; 
		padding: 0.4em;
		}
		body.regus #respond {
		border-top: 0;
		margin: 10px 0;
		padding: 0.8em;
		}
		body.regus h4, body.regus h5, body.regus h6 { color: #bf8f93; }

		/* Post content
		--------------------------------------- */
		body.regus .articlenav { background: #000000;
		border-bottom:1px solid #cc0202;
		border-top:1px solid #cc0202;
		}

		/* Inserts
		--------------------------------------- */
		body.regus .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.regus .insert h3 { border-bottom: 1px solid #cfdee5; }
			
		/* Tags & meta
		------------------------------------ */
		body.regus .tagdata, body.regus .entry .metadata {
		font-size:0.9em;
		color: #666666;
		}

		/* Downloads
		--------------------------------------- */
		body.regus a.download:link, body.regus a.download:visited, body.regus 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.regus 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.regus a img { border: 10px solid #cc0202; }
		body.regus a:hover img { border: 10px solid #cc0202; 
		background: transparent;}
						
		/* Comments
		--------------------------------------- */
		body.regus .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.regus .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }
		body.regus #trackback-link {
		font-size: 0.9em;
		}
		
		
		/* Subpage
		---------------------------------- */
		body.regus .page_item {
		font-size: 1.3em;
		}

/* Sidebar
---------------------------------- */
body.regus .widgets #wp-calendar caption {
color:#FFFFFF;
}

/* Gallery
-----------------------------------*/
body.regus .gallery_pic_border {
	width: 80px;
	height: 80px;
}

body.regus .gallery_alt {
background-color:#000000;
border-bottom:1px solid #333333;
border-top:1px solid #333333;
}
body.regus .gallery_meta {
color:#111111;
}
body.regus .gallery_list_p a {
font-size: 1.5em;
}

/* Footer
--------------------------------- */
body.regus #footer { 
	border-top: 0;
	background: url(../images/regus-bg-x.gif) repeat-x top;
	padding-top: 50px;
}
body.regus #theme-info {
border-top:3px double #333333;
}
/* Links
----------------------------------------------- */
body.regus a:link, body.regus a:active, body.regus a:visited { color: #cc0202; }
body.regus .entry a:hover { color: #FFFFFF;
background: #cc0202;}

body.regus .content a:link, body.regus .content a:active, body.regus .content a:visited {
border-bottom:0;
}
/* body.regus .primary a:link, body.regus .primary a:active, body.regus .primary a:visited { border-bottom: 1px solid #a6212c; }
body.regus .primary a:hover { border-bottom: 1px solid #a6212c; } */


/* ETC
----------------------------------- */
small {
font-size:0.9em;
font-family: arial, verdana;
}
body.regus #theme-info {
color: #666666;
}
