@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------
    colors: 
   ------------------------------------------------------ */
body, #footer {
	background-color: #eeeeea;
}
body, #footer, .entry-footer, #sidebar, #sidebar-items h3, #sidebar-items ul li, .entry-listing li {
	border-color: #ddddd9;
}
#header, #welcome {
	background-color: #d76400;
}
#header, #welcome, #header-menu a, #welcome h1 {
	color: #eee;
}
#header-menu a:hover {
	background-color: #eee;
}
a:link, a:active, a:visited, .entry-listing li span.entry-listing-title, #header-menu a:hover {
	color:#993300;
}
a img {border: none;}
#main-index #header div.container {
	border-bottom: 3px solid #dc6f02;
}
.search-results-header, .page-title {
	border-bottom: 1px solid #dc6f02;
}
#main {
	border-color: #fff;
	background-color: #fff;
}
.entry-footer, .entry-meta, .entry-listing li span {
	color: #666662;
}
abbr.published span.day {
	color: #666662;
}
h1, h2, h3, h4, h5, h6, .entry-title a:link {
	color: #993300;
}
a:hover {
	color: #663333;
}
/* ---------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5;
}
h1, h2, h3 {
	line-height: 1.2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.ti {
	width: 140px;
}
/* ---------------------------------------------------- */
div.section {
	float:left;
	width:100%;
	position:relative;
}
div.container {
	margin: 0 auto;
	width: 960px;
}
hr.section-end {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	margin:0;
}
/* ---------------------------------------------------- */
#header {
	background-image:url(theme/hbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 12px;
	line-height: 1;
}
#header-name a {
	float:left;
	margin: 0 10px 0 55px;
	background: url(theme/logo.png) no-repeat;
	height: 50px;
	width: 110px;
}
#header-name strong {
	display:none;
}
#header-menu {
	float:left;
	list-style:none;
	margin: 12px 10px 16px 20px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#header-menu li {
	float:left;
	list-style:none;
}
#header-menu a {
	padding: 6px 14px;
	display:block;
	text-decoration:none;
}
#header-menu a:hover {
	text-decoration:none;
}
/* ---------------------------------------------------- */
#welcome {
	text-shadow: 1px 1px 0px #000;
	background-image:url(theme/hbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#splash {
	position:relative;
	top:40px;
	right:12px;
	width:220px;
	height:196px;
	background:url(theme/phone2.png) no-repeat;
	background-position:top right;
	float:right;
	margin-bottom:-220px;
}
#welcome-text {
	float:left;
	position: relative;
	width:640px;
	margin: 0 10px 28px 55px;
}
#welcome-text h1 {
	font-size:76px;
	line-height: 76px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	margin: 24px 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#welcome-text p {
	padding: 0 0 8px 145px;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background-image: url(theme/hspot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#welcome-text .entry-more-link {
	text-align: right;
	margin-right: 20px;
}
#welcome-text .entry-more-link a {
	color: white;
}
#main-index #header {
	background-image:none;
}
/* ---------------------------------------------------- */
#main {
	background-image: url(theme/mbg.png);
	background-repeat: repeat-x;
	padding: 30px 0;
	border-top-style: solid;
	border-top-width: 1px;
}
#content {
	display:inline;
	float: left;
	position: relative;
	margin-right: 10px;
	width:700px;
}
#sidebar {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	width:220px;
	padding-left: 10px;
	border-left-style: dotted;
	border-left-width: 1px;
}
#footer {
	padding: 20px 0;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 9pt;
}
.copyright {
	float: left;
}
#footer-menu {
	list-style: none;
	margin: 0;
	float: left;
}
#footer-menu li {
	display: inline;
}
/* ---------------------------------------------------- */
.entry-title, .entry-content, .entry-footer, #footer div.copyright, .content-nav, #content .page, .search-results-header {
	margin-left: 55px;
}
.entry-title {
	font-weight: normal;
}
.entry-meta {
	float: left;
	width: 50px;
	text-align: center;
	text-transform: uppercase;
	line-height: 16px;
}
abbr.published {
	border:none;
}
abbr.published span.day {
	font-size: 28px;
	line-height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-bottom: 5px;
}
.entry-more-link {
	text-align:left;
	font-size: 9pt;
	font-style: italic;
}
.entry-footer {
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 5px 0 15px 0;
	margin-top: 15px;
	position: relative;
	clear: both;
	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
}
.entry-footer p {
	margin:0 0 6px;
}
.content-nav {
	text-align: center;
	margin-top: 28px;
	padding-top: 14px;
}
.page-title, .search-results-header {
	font-size: 16pt;
}
/* ---------------------------------------------------- */
#sidebar-items {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#sidebar-items h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0;
	font-size: 1em;
	padding: 4px 2px;
}
#sidebar-items ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
}
#sidebar-items ul li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-items ul a {
	display: block;
	padding: 4px 6px;
}
/* ---------------------------------------------------- */
.tag-cloud {
	list-style: none;
	margin: 5px 0 28px 0;
	padding: 0;
}
.tag-cloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2;
	background: none;
}
.tag-cloud .rank-1 {
	font-size: 17pt;
}
.tag-cloud .rank-2 {
	font-size: 16pt;
}
.tag-cloud .rank-3 {
	font-size: 15pt;
}
.tag-cloud .rank-4 {
	font-size: 14pt;
}
.tag-cloud .rank-5 {
	font-size: 13pt;
}
.tag-cloud .rank-6 {
	font-size: 12pt;
}
.tag-cloud .rank-7 {
	font-size: 11pt;
}
.tag-cloud .rank-8 {
	font-size: 10pt;
}
.tag-cloud .rank-9 {
	font-size: 9pt;
}
.tag-cloud .rank-10 {
	font-size: 8pt;
}
/* ---------------------------------------------------- */
.entry-listing {
	margin: 0 0 15px 0;
	list-style: none;
	padding: 0;
}
.entry-listing ul {
	margin: 0;
	padding: 0;
}
.entry-listing li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: left;
}
.entry-listing li a {
	display: block;
	overflow:hidden;
}
.entry-listing li a:hover {
	text-decoration: none;
}
.entry-listing li span {
	display: block;
	float: left;
	padding: 4px 0 2px;
	line-height: 24px;
}
.entry-listing li span.entry-listing-date {
	width: 14%;
	margin-right: 3%;
}
.entry-listing li span.entry-listing-title {
	width: 81%;
	margin-right: 2%;
	display: block;
}
.center {text-align: center; }