body {
	text-align: center;
	color: #333;
	background: #28313a url('../images/background.gif') repeat-x top;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
div#header {
	background: #c30000 url('../images/header_background.gif') repeat-x bottom;
	width: 100%;
	border-bottom: 1px solid #c30000;
}
div#search {
	background: #000;
	width: 100%;
}
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div#search div.inner {
	padding: 10px 0;
}
div#header h1 {
	font-size: 23px;
	font-weight: bold;
	float: left;
	width: 40%;
	text-shadow: 1px 0px #2B4462;
	letter-spacing: -1px;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}
ul#navigation {
	float: right;
	width: 50%;
	position: relative;
	top: 7px;
	text-align: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #f3bbbb;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-shadow: 1px 0px #2B4462;
}
ul#navigation li.active a {
	color: #f3bbbb;
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}
div#search form {
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #666!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #ccc!important;
	border-bottom: 1px solid #333;
}
/*div#wrapper {
	text-align: left;
	width: 800px;
	padding: 20px;
	margin: auto;
	background: #fff url('../images/wrapper.gif') repeat-y right;
	background-position: -60px 0px;
	border-right: 2px solid #242c34;
	border-left: 2px solid #242c34;
}*/
div#content {
	width: 500px;
	float: left;
	padding: 0 30px 0 0;
}
ul#sidebar {
	display: block;
	width: 240px;
	float: left;
	padding: 10px 0 0 30px;
	font-size: 13px;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	/*border-bottom: 1px dotted #ccc;*/
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 30px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 14px;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
p img {
	background: #fff;
	padding: 5px;
	/*border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #c30000;
}
a:hover {
	color: #950002;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	/*border-bottom: 1px dotted #ccc;*/
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: #000;
	padding: 25px 10px 15px;
	display: block;
	width: 820px;
	margin: auto;
	border-right: 2px solid #242c34;
	border-left: 2px solid #242c34;
	text-align: left;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 20px;
	color: #555;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #222;
	font-weight: bold;
}
div#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #444;
}
div#footer p#blog-name {
	font-size: 16px;
	color: #aaa;
}
div#footer p#webrevolutionary-link {
	color: #333;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}


/*
    Copyright Notice ========================================================  
  
This file contains proprietary information of Alpine Internet Solutions. 
    Copying or reproduction without prior written approval is prohibited.   
  
Copyright (c) 2000-2004 ================================================= 

    Purpose: Site style definitions  
  
    @format.tab-size 4  
    @format.use-tabs true  
	
*/

/* Global Styles */
/* -------------------------------- */

/* zeroes margins and padding for all elements, eliminating cross-browser ambiguity */
/* ...currently commented out to make the templates easier to understand
...uncomment before starting design production */
* { 
margin: 0;
padding: 0;
}

body {
text-align:left;
font-family:georgia,times new roman,helvetica,arial,serif;
}
body#home {
background: url(../images/homeBg.jpg) top left no-repeat;
}
body#sub {
background: url(../images/subBg.jpg) 0 105px no-repeat;
}
body#sub.marcy {
background: url(../images/marcyBg.jpg) 0 105px no-repeat;
}
body#sub.jeff {
background: url(../images/jeffBg.jpg) 0 105px no-repeat;
}


/* Semantic Content Styles */
/* -------------------------------- */

h1, h2, h3, h4, h5, h6 {
font-weight:normal;
line-height: 30px;
color:#a2171c;
}

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}

p {font-size: 12px;}

ul,
ol,
dl,
ul li,
ol li,
dl li,
ul ul,
ol ol,
dl dl,
ul ul li,
ol ol li,
dl dl li {position:relative;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

img {border: 0;}
a img {border: 0;} /* keeps IE from always drawing a border around hyperlinked images */

code {font-family: courier new, courier, monospace;}

/* Layout Styles */
/* -------------------------------- */

div#whopper {
width:950px;
padding:27px 0 0 39px;
}
body#sub div#whopper {
padding:0 0 0 39px;
}
h1#homeLogo {
margin:35px 0 25px 0;
width:281px;
height:92px;
text-indent:-9999px;
background:url(../images/homeLogo.gif) top left no-repeat;
}
div#homeContent {
width:395px;
}
div#homeContent h2 {
font-size:20px;
font-weight:normal;
color:#666;
}
div#homeContent h3 {
margin:2px 0 10px 0;
font-size:18px;
font-weight:normal;
color:#a2171c;
}
div#homeContent p a {
color:#a2171c;
text-decoration:none;
}
div#homeContent p a:hover {
text-decoration:underline;
}
div#topBar {
width:912px;
height:105px;
background:url(../images/topBar.gif) top left no-repeat;
position:relative;
margin-bottom:12px;
}
h1#logo a {
width:197px;
height:64px;
text-indent:-9999px;
background:url(../images/subLogo.gif) top left no-repeat;
position:absolute;
top:41px;
}

div#leftBar {
width:197px;
float:left;
}
div#rightBar {
float:left;
width:550px;
}
body#sub.marcy div#rightBar,
body#sub.jeff div#rightBar {
width:550px;
margin-left:160px;
margin-bottom:60px;
}
div#subPrint {
clear:both;
}
div#poweredBy.home {
position:absolute;
top:610px;
}
div#poweredBy.sub p {
position:absolute;
top:720px;
left:39px;
}

/* Content Area Styles */
/* -------------------------------- */

body#sub.marcy div#content,
body#sub.jeff div#content {
width:340px;
}
div#content {
width:500px;
}
div#content.wide {
width: 700px;
}
div#content p {
font-size:12px;
line-height:22px;
padding-bottom:10px;
}
div#content a {
color:#a2171c;
text-decoration:none;
}
div#content a:hover {
text-decoration:underline;
}
div#content ul,
div#content ol {
margin-left:40px;
font-size:12px;
line-height:22px;
padding-bottom:10px;
}

/* Navigation Styles */
/* -------------------------------- */

div#nav {
width:130px;
}
div#nav ul {width:130px;}
div#nav ul li {
list-style:none;
margin-bottom:10px;
}
div#nav ul li a {
color:black;
text-decoration:none;
text-transform:lowercase;
font-size:12px;
}
div#nav ul li a:hover {
color:#a2171c;
}

div#homeCopy {
position:absolute;
top:580px;
}
div#homePrint {
position:absolute;
top:580px;
left:420px;
text-transform:lowercase;
}
div#subPrint {
text-transform:lowercase;
margin-left:600px;
}
div#homeCopy p,
div#homePrint p,
div#homePrint p a,
div#subPrint p,
div#subPrint p a {
font-family:arial,verdana,sans;
font-size:10px;
color:#b8b9b9;
}
div#homePrint p a,
div#subPrint p a {
text-decoration:none;
}
div#homePrint p a:hover,
div#subPrint p a:hover {
text-decoration:underline;
}

/* Sub-navigation */
/* -------------------------------- */

body#sub.marcy div#subNav,
body#sub.jeff div#subNav {
width:350px;
}
div#subNav {
width:510px;
height:25px;
margin-top:3px;
margin-bottom:26px;
}
div#subNav ul {}
div#subNav ul li {list-style:none;display:inline;}
div#subNav ul li a {
display:block;
float:right;
border-left:1px solid black;
font-size:12px;
font-family:georgia, times new roman, verdana, serif;
color:black;
padding:0 10px;
text-decoration:none;
}
div#subNav ul li a:hover,
div#subNav ul li.on a {
color:#a2171c;
}
div#subNav ul li.mlast a {
border:none;
}

/* Common Styles */
/* aside from .current, .designed and .powered, these are never changed.  never ever. */
/* -------------------------------- */

.current {}
.powered {text-align: center; padding: 10px;}
.designed {}

.hide {display: none;}
.cloak {visibility: hidden;}

.floatL {float: left;}
.floatR {float: right;}

.clear {clear: both;}
.clearL {clear: left;}
.clearR {clear: right;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

