/*   
Theme Name: CenturionSW
Theme URI: 
Description: Centurion theme based on Thematic.
Author: 3dotO
Author URI: http://3dotoO.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body, input, textarea {
	font-family: Verdana, sans-serif;
}

a, a:visited, a:link {
	color: #09f;
}

a:hover {
	color: #f60;
}

body.home .entry-title {
	display: none;
}

#header {
	position: fixed;
	width: 100%;
	background: #292929;
}

#branding {
	padding: 22px;
}

#blog-title {
	height: 64px;
	background: url(images/logo.png) no-repeat;
}

#blog-title span {
	margin-left: -10000px;
}

#blog-description {
	display: none;
}

#threedoto-branding-menu {
	position: fixed;
	top: 32px;
	right: 20px;
	list-style: none;
	z-index: 101;
}

#threedoto-branding-menu li {
	display: block;
	float: left;
}

#threedoto-branding-menu a {
	display: block;
	height: 40px;
	width: 135px;
}

#threedoto-branding-menu #threedoto-built a {
	background: url(images/3doto-branding.png) 0 0;
}

#threedoto-branding-menu #threedoto-built a:hover {
	background: url(images/3doto-branding.png) 0 -40px;
}

#threedoto-branding-menu #threedoto-hosted a {
	background: url(images/3doto-branding.png) -150px 0;
}

#threedoto-branding-menu #threedoto-hosted a:hover {
	background: url(images/3doto-branding.png) -150px -40px;
}

#threedoto-branding-menu span {
	margin-left: -10000px;
}

#access {
	background-color: #f60;
	color: #fff;
	height: 44px;
	font-size: 18px;
	font-weight: bold;
	border: none;
}

#access .page_item {
	height: 44px;
}

#access .page_item a {
	height: 32px;
	padding: 12px 6px 0 6px;
	min-width: 120px;
	border: none;
	background-color: #f60;
	color: #fff;
	text-align: center;
}

#access .page_item a:hover {
	background-color: #09f;
	color: #fff;
}

#access .current_page_ancestor a, #access .current_page_item a {
	background-color: #f30;
	color: #fff;
}

.sf-menu {
	border: none;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top: 44px; /* match top ul list item height */
}

#access .page_item .page_item a {
	background: #292929;
	text-align: left;	
}

#access .page_item .page_item a:hover {
	background: #09f;
}

#main {
	margin-bottom: 80px;
	padding-bottom: 40px;
	padding-top: 200px;
}

#footer {
	background: #292929 url(images/footer.png) no-repeat right top;
	position: fixed;
	bottom: 0;
	padding: 0;
	width: 100%;
	height: 80px;
}

#siteinfo {
	color: #ccc;
	padding-top: 52px;
}

#siteinfo a {
	color: #ccc;
}

.slug-unitracs-information-flow-diagram #content, .slug-unitracs-information-flow-diagram #container {
	width: 750px;
}

.hint {
	color: #999;
	font-size: 11px;
	margin: -6px 0 12px 12px;
}

#page-bottom {
	display: none;
}

.more-info {
	list-style: none;
}

.more-info ul {
	padding: 24px;
	margin-left: -24px;
	border: 1px solid #ccc;
	background: #eee;
	list-style: none;
}