/*  
Theme Name: Boxie
Theme URI: http://www.stevenwei.com
Description: My blog theme, based on the Boxie Admin theme.
Author: Steven Wei
Author URI: http://www.stevenwei.com
Version: 1.0
*/


/**
 * General
 */

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px 0;
}

body {
  background: #dddddd;
  color: #666666;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #cccccc;
}

a:hover {
  border-color: #d0e4f5;
  color: #0a80cf;
}

.clear {
  clear: both;
}

.center {
  margin: 0 auto;
  width: 960px;
}

blockquote {
  margin: 5px 10px;
  padding: 5px 15px;
  background: #d2e8f8;
  border: 1px solid #87c3ef;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  box-shadow: 0 0 5px #aaaaaa; -moz-box-shadow: 0 0 5px #aaaaaa; -webkit-box-shadow: 0 0 5px #aaaaaa;
}

/**
 * Layout
 */
 
#content {
  padding: 20px 0;
}

#main {
  width: 715px;
  float: left;
}

#sidebar {
  width: 225px;
  float: right;
}

#footer {
  clear: both;
}

/**
 * Header
 */
#header {
  border-bottom: 1px solid #666666;
  background: #333333 url('images/header.png') repeat-x;
  height: 100px;
  color: #ffffff;
  text-shadow: 0 1px 0 #151515;
}

#header h1 {
  display: inline-block;
  margin-top: 24px;
  padding: 0;
  font-weight: bold;
  font-size: 28px;
}

#header h1 a {
  color: #ffffff;
  border: none;
}

#header .description {
  color: #4C82A6;
  font-size: 16px;
}

#header #rss {
  background: url('images/rss.png') no-repeat right;
  float: right;
}

#header #rss a {
  color: #cccccc;
  width: 285px;
  height: 100px;
  display: inline-block;
  border: none;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 1px 0 #151515;
}

#nav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #999999;
  background: #0f518e url('images/boxheader.png') repeat-x;
  height: 60px;
}

/**
 * Tabs
 */

#tabs {
  height: 60px;
  position: relative;
}

.menu ul {
  position: absolute;
  bottom: 0;
}

.menu ul li {
  display: inline;
}

.menu ul a {
  border-radius: 5px 5px 0 0; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
  background: #489cd4;
  border: 0;
  float: left;
  margin: 0 0 0 10px;
  padding: 10px 15px 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.menu ul li.current_page_item a, .menu ul a:hover, .menu ul a:focus, .menu ul a:active {
  background: #ffffff url('images/headertab.png') repeat-x;
  color: #0f518e;
}

/**
 * Boxes
 */
 
.box {
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
  box-shadow: 0 0 10px #aaaaaa; -moz-box-shadow: 0 0 10px #aaaaaa; -webkit-box-shadow: 0 0 10px #aaaaaa;
  background: #ffffff;
  border: 1px solid #999999;
  margin: 0 20px 20px 0;
}

.box .header {
  border-radius: 6px 6px 0 0; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px;
  background: #0f518e url('images/boxheader.png') repeat-x scroll 0 0;
  padding: 7px 0 9px 20px;
}

.box .header h3 {
  display: inline;
  color: #ffffff;
  text-shadow: 0 1px 0 #003d68;
  font-size: 16px;
  padding: 0;
}

.box .header h3 a {
  color: #ffffff;
  border: none;
}

.box .inset {
  padding: 10px;
}

.box.tiny {
  width: 225px;
}

.box.medium {
  width: 715px;
}

/**
 * Buttons
 */
 
.button {
  border-radius: 5px;  -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background: #0567ad url('images/button.gif') repeat-x;
  border: 1px solid #00487a;
  color: #ffffff;
  cursor: pointer;
  padding: 6px 20px;
  text-shadow: 1px 1px 0 #00487a;
  font-size: 15px;
  display: inline-block;
}

.button.warn {
  background: #8e0f0f url('images/warnbutton.gif') repeat-x;
  border-color: #7a000000;
  text-shadow: 1px 1px 0 #5d0101;
  color: #ffffff;
}

.button:hover, .button:focus, .button:active {
  background: #2a2a2a url('images/altbutton.gif') repeat-x;
  border-color: #272727;
  text-shadow: 1px 1px 0 #000000;
  color: #ffffff;
}

.button.small {
  padding: 3px 8px;
  font-size: 12px;
}

/**
 * Footer
 */ 
 
#credits {
  text-align: center;
}

/**
 * Posts
 */
.post .meta {
  padding-bottom: 10px;
}

.post .meta .date {
  background: url(images/date.gif) left no-repeat;
  padding-left: 15px;
}

.post .meta .categories {
  background: url(images/folder.gif) left no-repeat;
  padding-left: 18px;
  margin-left: 3px;
}

.post .meta .comment_count {
  background: url(images/comments.gif) left no-repeat;
  padding-left: 18px;
  margin-left: 3px;
}

.post .inset {
  padding: 15px;
}

.post ol, .post ul {
  padding: 10px 0 10px 35px;
}

/**
 * Sidebar
 */

#sidebar a {
  border: none;
}

#sidebar a:hover {
  border-bottom: 1px solid #cccccc;
}

#sidebar .widget_about a {
  color: #409edc;
}
 
#sidebar .widget_about p {
  padding: 0 0 10px 0;
}

#sidebar .widget_about #twitter {
  text-align: center;
}

#sidebar .widget_about #twitter a.link {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

#sidebar .widget_about #twitter a.image {
  border: none;
}

#sidebar .widget_Twidget {
  font-size: 12px;
}

#sidebar ul li {
  list-style-type: none;
  padding: 2px;
  border-bottom: 1px dotted #cccccc;
}

