/*
Theme Name: Sushi Redux
Theme URI: http://sincewen.com
Description: Modified theme of Sushi Suicide
Author: Kristy Wen
Author URI: http://sincewen.com
*/

::selection {
	background: #ffd6db;
	}

/* CSS3 Font Fun Whooo */
@font-face {
	font-family:'Museo';
	src: url('/images/Museo300.otf') format('opentype');
}

@font-face {
	font-family: 'Museo500';
	src: url('/images/Museo500.otf') format('opentype');
}

@font-face {
	font-family: 'Museo Sans';
	src: url('/images/MuseoSans.otf') format('opentype');
}

/* Boring Regular CSS */
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lucida Sans", Verdana, Sans-Serif;
  font-size: .75em;
  background: url(images/BG.jpg) repeat top left;
}

hr { display: none;}

#wrapper {
  width: 824px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFFFFF;
}

#content {
  width: 72%;
  float: left;
  padding-top: 16px;
  background-color: #FFFFFF;
}

#sidebar {
  width: 28%;
  margin-left: 72%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 1.7em;
}

#sidebar ul {
  list-style: none;
  margin: 0 40px 10px 10px;
}

#sidebar ul h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #000000;
  padding-left: 5px;
  margin-bottom: 5px;
}

#sidebar a {
  text-decoration: none;
  font-weight: normal;
  color: #8BA800;
}

#sidebar a:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #8BA800;
}

#sidebar .center {
  margin: auto;
}

#header {
  margin: 0 auto;
  padding-bottom: 4px;
  width: 824px;
  clear: both;
  background: #FFF;
  font-family: "Lucida Sans", Verdana, Sans-Serif;
}

#nav {
  text-align: right;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 0px;
  height: 48px;
  line-height: 48px;
  background: #24261b;
}

#nav ul {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
}

#nav ul li { display: inline; }

#nav a:link, #nav a:visited {
  color: #fff;
  display: inline-block;
  height: 48px;
  padding: 1px 1.8em;
  margin: 0;
  text-decoration: none;
}

/* c5f13e */
 
#nav a:hover, #nav a:active {
  background: #fff;
  color: #24261b;
  text-shadow: none;
}

#footer {
  margin: 0 auto;
  clear: both;
  text-align: center;
  width: 824px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #24261b;
  font-size: .9em;
}

#footer a {
  text-decoration: none;
  font-weight: normal;
  color: #8BA800;
}

#footer a:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #8BA800;
}

/* Headers */
h2 {
  font-size: 2.2em;
  font-weight: normal;
  font-family: Museo500, "Lucida Sans", Verdana, sans-serif;
  color: #000;
}

h2 a, h2 a:visited, h2 a:active {
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

h2 a:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #000;
}

h3 {
  font-family: Museo500, "Lucida Sans", Verdana, sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: normal;
  color: #000;
}

h3 a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

h4 {
  font-size: 1.8em;
  color: #555555;
  font-weight: normal;
  margin-top: 1.2em;
  margin-bottom: .25em;
}

h5 {
  margin-top: 1.2em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
}

/* Search Style */
#searchfield
{
  background: url("http://sincewen.com/images/search_field.jpg") top left no-repeat;
  height: 26px;
  width: 189px;
  color: #868686;
}

#searchfield #s
{
  width: 145px;
  border: none;
  height: 20px;
  margin-left: 5px;
  margin-top: 4px;
  background: #FFF;
}

#searchfield #sb
{
  float: right;
  width: 32px;
  height: 26px;
  background: url("http://sincewen.com/images/search_button.jpg") top left no-repeat;
  border: none;
  cursor: pointer;
}

/* Content Crap */
.navigation { margin-bottom: 2.2em; }
.navigation a { font-weight: normal; text-decoration: none; color: #8BA800; }
.navigation a:visited { color:#8BA800; }
.navigation a:hover { text-decoration: underline; color: #8BA800; }

.post {
  margin-bottom: 2.2em;
  margin-left: 40px;
  margin-right: 30px;
  color: #000000;
  font-size: 1em;
}

.post a { font-weight: normal; text-decoration: none; }
.post a:hover { text-decoration: underline; }
.post a img { border: 1px solid #DCDCDC; }
.post a:hover img { border: 1px solid #868686; }

.post p { line-height: 1.7em; margin-bottom: 1em; }
.post li { margin-left: 20px; }
.post ul { margin-bottom: 10px; list-style-image: url(images/bullet.gif); }

.entry { margin-top: 10px; margin-bottom: 15px; }
.entry a { color: #8BA800; }
.entry a:hover { text-decoration: underline; color: #8ba800; }

.postmetadata { padding: 2px; font-size: 1em; }
.postmetadata a { color: #8BA800; text-decoration: none; font-weight: normal; }
.postmetadata a:hover { text-decoration: underline; color: #8ba800; }

blockquote {
  margin: 1em 2em;
  padding: 1em 4em;
  background: url(http://sincewen.com/images/blockquote.jpg) no-repeat top left;
  border: 1px solid #FFFFFF;
  color: #868686;
}

blockquote cite {
  margin: 10px 0 0;
  display: block;
}

.center { text-align: center; }
a img { border: none; }
.tag-line { padding-top: 3px; font-size: 1em; color: #868686; }
.tag-line a { color: #8BA800; }
.tag-line a:hover { color: #8ba800; }

/* Single Page Stylinnnn and wtf why do I have so many lines of style T^T */
.entry .postmetadata { font-size: 1em; color: #868686; }

/* Comment Style */
ol.commentlist { 
  width: 90%; 
  margin: 0 auto;
}

ol.commentlist li { 
  margin-bottom: 1em; 
  padding: 5px; 
}

ol.commentlist a { 
  color: #8ba800; 
}

small.commentmetadata { 
  font-size: 0.8em; 
  margin-bottom: 1em; 
  display: block; 
}

#respond { margin: 0 auto; }

/* Disqus Style */
#disqus_thread a {
  color: #8BA800;
  text-decoration: none;
  font-weight: normal;
}

#disqus_thread a:hover {
  color: #8BA800;
  text-decoration: underline;
  font-weight: normal;
}

#disqus_thread #dsq-content h3 {
  font-weight: bold;
  font-size: 1.2em;
}
