@import url('toolbar/css.css');

body {
	background: url(themeBg.png) #e7efff repeat;
	color: #444;
}

.bannerPic {
	width: 165px;
	float: left;
	margin: 10px 24px 10px 10px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 120px;
}

.meta-sep {
	margin: 0 3px;
	white-space: nowrap;
	color: #666;
	font-weight: bold;
}

#bannerLink {
	width: 980px; /* THEME-BANNER ---------- ---------- ---------- ---------- ---------- */
	margin: 0 auto 10px auto;
	font-size: 11px;
	text-align: right;
}

#bannerWrapper {
	width: 980px;
	margin: 0 auto 0px auto;
	border-style: solid;
	border-width: 0px 0 0px 0;
	border-color: red;
	background: url(themeBanner.png) no-repeat center center;
	text-align: center;
	overflow: hidden;
	height: 140px;
}

#themeBackground {
	margin: 0 auto; /* THEME-BGRepeater ---------- ---------- ---------- ---------- ---------- */
	border-style: solid;
	border-color: orange;
	border-width: 0px 0px;
	display: block;
	background: url(themeBody.png) transparent repeat-y center top; /*#e7efff*/
	text-align: center;
}

#themeBody {
	width: 1020px; /* THEME-BODY ---------- ---------- ---------- ---------- ---------- */
	margin: 0 auto;
	border-style: solid;
	border-color: white;
	border-width: 1px 0px;
	background-color: white;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
}

#themeBody #content {
	border-style: solid;
	border-color: white;
	border-width: 1px 0px;
	float: left;
	width: 500px;
	margin-left: 35px;
	padding: 1px 0;
	background-color: white;
	text-align: left;
	overflow: hidden;
	height: auto;
}

#themeBody #primary {
	float: left;
	width: 200px;
	margin-left: 25px;
	border-style: solid;
	border-color: white;
	border-width: 1px 0px;
	clear: left;
	background-color: white;
	overflow: hidden;
	height: auto;
}

#themeBody #secondary {
	float: right;
	width: 200px;
	margin-right: 25px;
	border-style: solid;
	border-color: white;
	border-width: 1px 0px;
	clear: right;
	background-color: white;
	overflow: hidden;
	height: auto;
}

#themeBodyborder {
	width: 1020px;
	border-style: solid;
	border-color: gray;
	border-width: 1px 1px 1px 1px;
	margin: 0 auto;
	background-color: white;
	text-align: center;
	overflow: hidden;
}

#themeDown {
	margin: 0px auto; /* THEME-DOWN ---------- ---------- ---------- ---------- ---------- */
	border-top: 0px solid gold;
	background: url(themeDown.png) transparent no-repeat center bottom;
	text-align: center;
	height: 22px;
	overflow: visible;
}

#themeFooter {
	margin: 0px auto; /* THEME-FOOTER ---------- ---------- ---------- ---------- ---------- */
	padding: 0;
	display: block;
	background: url(themeFooter.png) #f3fafe repeat-y center top;
	color: #333;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
}

#themeFooterbody {
	padding: 2em;
}

#themeFooterline {
	margin: 0;
	display: block;
	background: url(themeFooterline.png) transparent repeat-x;
	height: 10px;
}

#themeLogo {
	margin: 0px auto; /* THEME-LOGO ---------- ---------- ---------- ---------- ---------- */
	border-style: solid;
	border-color: orange;
	border-width: 0px 0px;
	text-align: left;
	line-height: 52px;
	height: 52px;
	vertical-align: middle;
}

#themeLogo #blog-description {
	margin-left: 8px;
	font-size: 15px;
	line-height: 52px;
}

#themeLogo #blog-title {
	margin-left: 4px;
	font-size: 21px;
	line-height: 52px;
}

#themeLogo .blog-flag {
	margin: 2px;
	vertical-align: middle;
}

#themeLogo a,
#themeLogo a:link,
#themeLogo a:visited,
#themeLogo a:hover,
#themeLogo a:active,
#themeLogo a:focus {
	color: #058; /* rgb(0, 68, 119)*/
	font-weight: bold;
	text-decoration: none;
	line-height: 52px;
	vertical-align: middle;
	height: 52px;
}

#themeLogo a:hover {
	color: #333;
	text-decoration: none;
}

#themeMirror {
	background: url(themeMirror.png) no-repeat center top;
	color: #999;
	font-size: 11px;
	font-family: cursive;
	letter-spacing: 1px;
	text-align: center;
	height: 100px;
	overflow: visible;
}

#themeTop {
	margin: 0px auto; /* THEME-TOP ---------- ---------- ---------- ---------- ---------- */
	border-bottom: 0px solid gold;
	background: url(themeTop.png) transparent no-repeat center top;
	color: #e7efff;
	text-align: center;
	height: 40px;
	overflow: hidden;
	cursor: default;
}

#themeTopcopyright {
	margin: 20px 0px 0px 24px;
	border-bottom: 0px solid gold;
	color: #999;
	font-size: 11px;
	text-align: left;
	cursor: default;
}

#themeWrapper {
	width: 1060px; /* THEME-WRAPPER ---------- ---------- ---------- ---------- ---------- */
	margin: 0 auto;
	border-style: solid;
	border-color: gold;
	border-width: 0px 0px;
	text-align: center;
	overflow: hidden;
}

#wrapper {
	background: url(themeBgtop.png) #E7EFFF repeat-x left top;
}

