/*
THEME NAME: SCVNGR
THEME URI: none
DESCRIPTION: Credit to the Sandbox theme
VERSION: 0.95
AUTHOR: SCVNGR
*/


/* Just some example content */

body {
  background:url(images/grey_bk.png) repeat;
  background-color:#F1F1F1;
  font-family:arial, helvetica, sans-serif;
  margin:0;
  overflow-x:hidden;
  padding:0;
}
h1 {
  font-size:60px;
}
h2{
  color:#666;
  font-size:32px;
  font-weight:normal;
  letter-spacing:-.05em;
  margin:0px 0px 13px 0px;
  padding:0px;
  text-shadow:1px 1px 1px white;
}
h2 span {
  font-weight:bold;
  color:#666;
}
h3{
  font-size:30px;
  padding:15px 0px;
  margin:0px;
}
p {
  color:#666;
  font-family:georgia, arial, helvetica, sans-serif;
  font-size:14px;
  line-height:20px;
}
a {
  border:0px;
  color:#666;
  text-decoration:none;
}

.entry-meta {
clear:both;
color:#888;
font-size:13px;
text-align:left;
}
.entry-meta a {
  color:AAA;
}


div#wrapper {
  background:url(images/top_bar.png) repeat-x left 0px;
  padding-top:48px;
  }
div#left_tech {
  background:url(images/left_tech.png) repeat-y left 0px;
}
div#right_tech {
  background:url(images/right_tech.png) repeat-y right 0px;
  margin:8px 0 0px 0;
}
div#wrap {
  float:left;
  clear:both;
  height:auto;
  margin:0 auto;
  padding:0px 0 0 0px;
  width:100%;
}

div#header {  
  background:url(images/header_bk.png) no-repeat 0px 142px;
  height:160px;
  margin:0 auto;
  padding:10px 0 0;
  width:960px
}

.logo {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background:url(images/blog_logo.png) no-repeat 0px 20px;
  float:left;
  height:120px;
  width:340px;
}
.logo:hover {
  border:none;
  background-color:transparent;
}
div#container {
  margin:0 auto;
  width:960px;
  clear:both;
}

div#content {
  float:left;
  margin:0 0 0 0;
  text-align:justify;
  width:672px;
}


.single_entry {
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
  margin:0px 0px 20px 80px;
}
.post_bk_top {
  background:url(images/post_bk_top.png) no-repeat right 0px;
  padding:20px 25px 0px 40px;
  position:relative;
}
.post_bk_mid {
  background: transparent url(images/post_bk_mid.png) repeat-y scroll right 50px;
  padding:0px 25px 20px 40px;
  position:relative;
}
.post_bk_bot {
  background:url(images/post_bk_bot.png) no-repeat right bottom;
  height:16px;
  position:relative;
}
.date_inline {
  color:#AAA;
  font-family:georgia, arial, helvetica, sans-serif;
  font-size:13px;
  font-style:italic;
  padding:0px 20px 0 00px;
}
.date_badge {
  background:url(images/date_bk.png) no-repeat 0 0;
  float:left;
  margin:20px 0px 0px -85px;
  padding:9px;
  text-align:center;
  text-shadow:1px 1px 0px #FFF;
  width:58px;
}

.date_badge .month {
  color:#999;
  font-size:14px;
  padding:4px 6px 2px 6px;
  text-transform:uppercase;
}

.date_badge .day {
  color:#999;
  font-size:30px;
  font-weight:bold;
  letter-spacing:-2px;
  padding:0px 6px 5px 6px;
}

.entry-title {
  border-bottom:1px solid #FFF;
  display:block;
  font-family:helvetica, arial, sans-serif;
  font-size:27px;
  font-weight:normal;
  letter-spacing:-.05em;
  margin:0px 0 0 0;
  padding:3px 3px 0 0 ;
  text-align:left;
}
a:hover {
  background-color:#f2f8fe;
  border-bottom:1px solid #b5d4f3;
}

.entry-content {
  color:#666;
  padding:5px 0 20px 0;
}

.entry-content p {
  margin:14px 0px;
}
.entry-content p a {
  color:#444;
  border-bottom:1px dotted #aaa;
}

.author {
  color:#AAA;
}
.edit-link a {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background:#FDFBEC;
  border:1px dashed #FEC707;
  color:#666;
  margin:0px 0px 0px 20px;
  padding:5px 12px;
}
.edit-link a:hover {
  background:#666;
  color:#FEC707;
}

.like_btn {
  clear:both;
  float:left;
  margin:-5px 0px 15px 0;
}

div#secondary {
clear:right;
}

div#footer {
background:#666;
border-top:1px solid #333;
color:#AAA;
height:50px;
margin:20px 0 0 0px;
padding:30px;
width:100%;
text-align:center;
}

div#footer a {
  border-bottom:1px dotted #999;
  color:#CCC;
  margin:10px 80px;
  padding:3px 1px;
  text-shadow: 1px 1px 0px #333;
}

div#footer a:hover {
  color:#333;
  text-shadow: none;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
margin-bottom:0px 0px 15px;
text-shadow:1px 1px 0px #FFF;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

#twitter-tools {
  color:#666;
  font-family:arial, helvetica, sans-serif;
  font-size:14px;
  line-height:17px;
  margin:0px 0px 30px 0;
  text-shadow:1px 1px 0px #FFF;
}
#twitter-tools h3 {
  background:url(images/hdr_twitter.png) no-repeat right 0px;
  height:30px;
  margin:5px 0 22px 0;
  padding:0px;
  width:250px;
}
.aktt_tweets li.first_tweet {
  background:url(images/twitter_post_bk.png) no-repeat right 0px;
  border:none;
  color:#555;
  display:block;
  float:right;
  font-family:georgia, arial, helvetica, sans-serif;
  font-size:15px;
  font-style:italic;
  line-height:21px;
  margin:-220px -15px 50px 0px;
  height:128px;
  padding:22px 18px 10px 10px;
  text-shadow:1px 1px 0px #FFF;
  width:243px;
}
.aktt_tweets li {
  border-bottom:1px dotted #DDD;
  border-top:1px dashed #FFF;
  margin:0px;
  padding: 15px 0px 15px 0px;
  
}
#twitter-tools a {
  border-bottom:1px dotted #999;
  color:#888;
  padding:0 0 0px 0;
}
#twitter-tools a.aktt_tweet_time {
  border-bottom:1px dotted #AAA;
  color:#AAA;
  float:right;
  font-size:12px;
  font-family:georgia, arial, helvetica, sans-serif;
  font-style:italic;  
  margin:3px 0px 0px 0px;
}
#twitter-tools a.aktt_tweet_time:hover {
  color:#888;
}
.aktt_tweets li.first_tweet .aktt_tweet_time {
  display:none;
}

#twitter-tools .aktt_more_updates {
  border-top: 1px solid #A8C4ED;
  border-bottom:none;
  display:block;
  float:right;
  font-family:georgia, arial, helvetica, sans-serif;
  font-size:16px;
  font-style:italic;
  margin:-1px 0px 0px 0px;
  padding:7px 2px 3px 2px;
  text-align:right;
  text-shadow:1px 1px 0px #FFF;
  width:100%;
}

#archives-4 h3 {
  background:url(images/hdr_archives.png) no-repeat center center;
  
  border-bottom:1px solid #FEC707;
  min-height:32px;
  width:240px;
}
#archives-4 li {
  color:#CCC;
  float:none;
  font-family:georgia, arial, helvetica, sans-serif;
  font-size:22px;
  margin:5px 0px;
  text-align:right;
  text-shadow:1px 1px 0px #FFF;
}
#archives-4 li a {
  border-bottom:1px dotted #CCC;
  float:none;
  font-family: arial, helvetica, sans-serif;
  font-size:15px;
  margin:12px 0px;
  padding-bottom:1px;
  text-align:right;
  text-shadow:1px 1px 0px #FFF;
}
div.sidebar {
  float:right;
  margin:0 0 20px 0;
  width:265px
}

div.sidebar h3 {
  background-color:#f9fcff;
  color:#999;
  padding:15px 0px 10px 15px;
  margin:0px;
}

div.sidebar input#s {
width:7em;
}
div.sidebar ul {
display:inline-block;
list-style:none;
margin:0px;
padding:0px;
width:250px;
}

div.sidebar li {
list-style:none;
margin:0 0 0;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {

margin:0 0 30px 0;
padding:0px;
}

div.sidebar ul ul li {
float:left;
list-style:none;
margin:0 0 0px 0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

