/*
Theme Name: aDaSL
Author: cozart
Author URI:
Tags: blue, white, silver, light, two-columns, fixed-width, right-sidebar
*/

body {
	background: url(images/bg.jpg) #999999;
	background-repeat: repeat-x repeat-y;
	margin: 0;
	padding: 10px;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000000;
	text-align: justify;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	background-repeat: repeat-y;
       top: 0;
}

#header {
	height: 77px;
	padding: 40px 50px 0 0px;
	background: url(images/banner.jpg);
        background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #666666;
        outline: none;
}

#header a:hover {
	color: #333333;
}

#header #search {
	position: absolute;
	top: 122px;
	right: 20px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #000000;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}



#login {
	text-align: right;
}

#navbar {
	margin: 0 0 20px 0;
       background: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
        
	height: 40px;
}

#navbar ul {
	margin: 0 0 0 0;
	padding: 0;
	border-left: 1px solid #cccccc;
}

#navbar li {
	display: inline;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px 0 20px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	background: url(images/navbuttonbg.gif);
	background-position: right 50%;
        outline: none;
}

#navbar a:hover {
	color: #666666;
	background: url(images/navbuttonbg-hover.gif);
	background-position: right 50%;
}

#posts {
	width: 650px;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	float: left;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
        outline: none;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 20px 0 50px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	margin: 10px 0 75px 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry blockquote {
  margin:0 15px;
  padding:0 15px 0 15px;
  border-left:5px solid #091523;
  background:#F0F0F0;
}

.entry blockquote p {
	margin: 0 0 20px 0;
}

.post h2 {
background-image: url(images/separator.jpg);
        background-position: center top;
        background-repeat: no-repeat; 
	padding-top: 30px;	
        padding-bottom: 20px;
font-size: 20px;
	font-weight: bold;
	margin: 0;
       text-align: center;
}

.post h2 a{
        color: #091523;
	text-decoration: none;
        outline: none;
        font-weight: bold;
	
}

.post h3 {
	font-size: 12px;
	font-weight: bold;
	
}

.post a {
	color: #834f17;
	text-decoration: none;
        outline: none;
        font-weight: bold;
}

.navigation a {
	
        color: #091523;
	text-decoration: none;
        outline: none;
        font-weight: bold;
}



.post a:hover, .navigation a:hover {
	color: #666666;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;

	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;

}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}


#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
	margin-left: 700px;
	width: 240px;
}

.sidebar ul {
	list-style-type: none;
line-height: 1.2em;
	margin: 0 0 50px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #666666;
	width: 240px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #091523;
	text-decoration: none;
        font-weight: bold;
        outline: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 0px;
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
}

#footer a {
	color: #666666;
	text-decoration: none;
outline: none;
}

#footer a:hover {
	color: #333333;
}

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}

.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 120px;
  border-bottom: 1px solid #ccc;
}

.footnotes li {
  margin: 0 0 0 0;
}

sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}


#twitter_div {
  text-align: left;
  
}

ul#twitter_update_list li {
  padding-bottom: 1em;
	
}

#twitter_div ul li span {
   visibility: visible;
   display:block;

}

#twitter_div ul li span a {
    visibility: visible;

}

#twitter_div ul li a {
  visibility: visible;





    /* Begin Amazon aStore */


.store { 
  width:950px;
  margin: -30px -30px 0 0;
}


    /* End Amazon aStore */f








