/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 1em auto;
	width: 575px;
	height: 1px;
	background-color: #b2b2b2;
	border: none;
        clear:left;
}

small, .small {
	font-size: 0.9em;
}

/* top/bottom nav bar
----------------------------------------------- */

#topNav, #bottomNav { 
border: none; 
margin: 0px 20px 0px 0px;
padding: 0px 20px 0px 0px;
text-align: center;
} 

#topNav ul { 
list-style: none; 
padding-top: 5px; 
padding-bottom: 5px;
} 

#bottomNav ul { 
list-style: none; 
} 

#topNav li { 
display: inline; 
margin-right: 4px; 
padding: 5px 10px 5px 10px; 
} 

#bottomNav li { 
display: inline; 
margin-right: 4px; 
padding: 0px 3px 0px 3px; 
} 

#topNav li a { 
font-weight: bold; 
text-decoration: none; 
color: #b2b2b2; 
} 

#bottomNav li a {  
text-decoration: underline; 
color: #b2b2b2; 
}

#topNav li:hover {  
padding-top: 5px; 
padding-bottom: 5px; 
} 

#bottomNav li:hover {  
padding-top: 0px; 
padding-bottom: 0px; 
} 

#topNav li.active, #bottomNav li.active { 
color: #000;
} 

#topNav li.active a, #bottomNav li.active a { 
color: #000; 
}

#topNav li:hover a, #bottomNav li:hover a  { 
text-decoration: underline overline; 
color: #deb887; 
}

/* links
----------------------------------------------- */

a:link {
color: #a0522d;
text-decoration: none; 
border: none;

}

a:visited {
color: #a0522d; 
text-decoration: none; 
border: none;
}

a:active {
color: #a0522d;
text-decoration: none; 
border: none;
}

a:hover {
color: #deb887;
text-decoration: none; 
border: none;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
        text-decoration: none; 
        color: #000;

}

#sidebar-2 a, #sidebar-1 a {
	color: #a0522d;;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 974px;
	background-color: #fff;
        background-image: url('../images/top.jpg');
        background-repeat: no-repeat;
        background-position: top center;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0px;
	font: 2em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 175px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#sidebar-2 .section_list ul li a:hover {
color: #deb887;
text-decoration: none; 
border: none;
}

#sidebar-2 .section_list a:hover {
color: #deb887;
text-decoration: none; 
border: none;
}

#content {
	margin: 0 190px;
	padding-top: 30px;
}

#content p img{
  float: left;
  margin: 5px 15px 20px 0px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
        font-size: 0.85em;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */
.entry-content p {
        clear: left;
}

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
        font-style: italic;
        margin-top: -10px;
}

p.tags {
        clear: left;
        float: left;
}

p.prevnext {
        /* margin-top: 125px; */
       font-size: .8em;
}

p.prevnext span.left{
        clear: both;
        float: left;
}

p.prevnext span.right{
        float: right;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

.adrift_errors {
    text-align: center; 
    margin: 25px 0px 0px 0px;
     text-shadow: 0.15em 0.2em 0.2em #999;
     -webkit-text-shadow: 0.15em 0.2em 0.2em #999;
     -moz-text-shadow: 0.15em 0.2em 0.2em #999;
}

.adrift_errors img {
    box-shadow:10px 10px 20px #696969;
    -webkit-box-shadow:10px 10px 20px #696969;
    -moz-box-shadow: 10px 10px 20px #696969;
}

/* additional styles
----------------------------------------------- */
div.homelist {
border: none;
margin: 35px auto;
width: 600px;
text-align: center;
 text-shadow: 0.15em 0.2em 0.2em #999;
    -webkit-text-shadow: 0.15em 0.2em 0.2em #999;
    -moz-text-shadow: 0.15em 0.2em 0.2em #999;   
}

div #pricing {
float: right;
margin-left: 15px;
box-shadow:10px 10px 20px #696969;
-webkit-box-shadow:10px 10px 20px #696969;
-moz-box-shadow: 10px 10px 20px #696969;
}

div #pp img {
float: left;
width: 80px;
height: 80px;
}

div.quote {
font-size: .7em;
color: #333; 
text-align: center;
clear: both;
}
