/*
THEME NAME: vckystxx v1.0
THEME URI: http://www.mintfreshstudios.com
DESCRIPTION: The first vckystxx theme evar
VERSION: 1.0
AUTHOR: <a href="http://www.vckystxx.com/">Vcky Liu</a> &amp; <a href="http://www.mintyfreshstudios.com/">Ian Pham</a>
AUTHOR URI:
TAGS: sandbox, fixed width, 2 column, graphic based
*/

/****************/
/*    RESET     */
/****************/


html, body, h1, h2, h3, h4, h5, h6, form, input, textarea, ul, ol, li {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

body {
  font-family: Tahoma, Arial, sans-serif;
}

a {
  color: #508dd8;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px dotted #666;
}

p {
  color: #303030;
}

/************/
/*  GLOBAL  */
/************/

div#container {
width: 960px;
margin: 0 auto;
}

div#content {
width: 100%;
float: left;

}

div.sidebar {
overflow:hidden;
width:180px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
font-size:12px;
font-weight:bold;
}

div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

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;
margin-top:5px;
text-align:center;
font-size: 13px;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin: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;
}

div#header,div#footer {
width: 960px;
margin: 0 auto;
text-align:center;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/*********************/
/*  SPECIFIC GLOBAL  */
/*********************/

body {
  background: url(images/paper-bg.jpg) top center repeat-y;
}

#header {
  display: block;
  position: relative;
  height: 250px;
  background: url(images/header-nav-a.png) top center no-repeat;
}

#header h1 {
  text-indent: -9999px;
}

#header ul {
  list-style-type: none;
  position: absolute;
  bottom: 28px;
  right: 68px;
}

#header ul li {
  float: left;
}

#header ul li a {
  display: block;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  outline: none;
}

#header ul li a.home-nav {
  width: 76px;
  height: 30px;
}

#header ul li a.blog-nav {
  width: 55px;
  height: 30px;
}

#header ul li a.dailydoodle-nav {
  width: 132px;
  height: 30px;
}

#header ul li a.buystuff-nav {
  width: 136px;
  height: 30px;
}

#header ul li a.about-nav {
  width: 86px;
  height: 30px;
}

.sidebar-wrapper {
  float:left;
  margin-top: 19px;
  margin-left: 52px;
  padding-top: 20px;
  text-align: center;
  width: 212px;
  height: 436px;
  background: url(images/sidebar.png) top no-repeat;
}

.sidebar-wrapper img {
  display: block;
  margin: 0 auto;
}

.sidebar-wrapper ul a {
  font-size: 14px;
}

.sidebar-wrapper .sidebar-section {
  margin-top:20px;
}

.sidebar-wrapper ul {
  list-style-type: none;
}

#nav-below {
  float: right;
  width: 590px;
  margin-right: 20px;
}

#nav-below .nav-previous a, #nav-below .nav-next a {
  display: block;
  width: 110px;
  height: 58px;
  text-indent: -9999px;
  outline: none;
}

#nav-below .nav-previous {
  float: left;
  background: url(images/back-button.png) no-repeat;
  margin-left: 50px;
}

#nav-below .nav-next {
  float: right;
  background: url(images/next-button.png) no-repeat;
  margin-right: 100px;
}

div.entry-content p img {
  display: block;
  margin: 0 auto;
}

div.entry-content p {
  font-size: 13px;
}  

/**************/
/*  HOMEPAGE  */
/**************/

.homepage {
  background: url(images/home-bg.jpg) 0px 16px  no-repeat;
  height: 455px;
  position: relative;
}

.homepage div.entry-content p {
  font-size: 14px;
}  

/* twitter sidebar styling */

div.side-twitter {
  margin-left:73px;
  margin-top:102px;
  float:left;
  width:160px;
}

.scrollbar-wrapper {
  height: 300px;
  margin-bottom: 10px;
  overflow: auto;
}

a.followme {
  font-size: 12px;
}

div.side-twitter ul {
  list-style-type: none;
  font-size: 11px;
}

div.side-twitter ul li {
  margin: 5px 0 12px 0;
}

a.twitter-link {
  font-family: Tahoma, sans-serif;
}

span.twitter-timestamp {
  font-size: 10px;
}

/* Latest Blog styling */

.latest-blog-wrapper {
  position: absolute;
  top: 108px;
  right: 356px;
  width: 270px;
}

.latest-blog-wrapper h2.entry-title {
  font-size: 16px;
  font-weight: bold;
}

.latest-blog-wrapper h2.entry-title a {
  color: #666;
}

.latest-blog-wrapper  .entry-date {
  font-size: 10px;
}

.latest-blog-wrapper  .entry-date a{
  color: #666;
}

.latest-blog-wrapper  p {
  margin: 10px 0;
  font-size:14px;
}

/* Daily Doodle styling */

.dailydoodle-wrapper {
  position: absolute;
  top: 128px;
  right: 100px;
  width: 160px;
}

.dailydoodle-wrapper h2.entry-title {
  font-size: 16px;
  font-weight: bold;
}

.dailydoodle-wrapper img {
  border: 2px solid #694242;
}

.dailydoodle-wrapper a:hover {
  border: none;
}

.about-link {
  position: absolute;
  right: 414px;
  bottom: 55px;
}

.about-link a{
  display: block;
  width: 116px;
  height: 136px;
  text-indent: -9999px;
  outline: none;
}

.facebook-link {
  position: absolute;
  right: 116px;
  bottom: 55px;
}

.facebook-link a {
  display: block;
  width: 192px;
  height: 97px;
  background: url(images/facebook-button.png) no-repeat;
  text-indent: -9999px;
  outline: none;
}

.about-link a:hover, .facebook-link a:hover, .twitter-link a:hover {
  border: none;
}

.single .hentry, .archives .hentry, .archive .hentry, .category .hentry, .page .hentry, .errorpage404 .error404 {
  width: 590px;
  float: right;
  margin-right: 60px;
  margin-bottom: 100px;
  padding: 15px;
  position: relative;
  background: url(images/post-bg.png) right repeat-y;
}

.archive .hentry, .category .hentry  {
  margin-top: 0px;
  margin-bottom: 20px;
}

.pageid-2 .hentry  {
  background:none;
  margin-bottom:10px;
  margin-right:40px;
}

.errorpage404 .error404 {
  background: none;
}

.home .twitter-link {
  position: inline;
  right: 116px;
  bottom: 55px;
}

.home  .twitter-link a {
  display: block;
  width: 190px;
  height: 97px;
  background: url(images/twitter-button.png) no-repeat;
  text-indent: -9999px;
  outline: none;
}
/****************/
/*    SINGLE    */
/****************/

.single .hentry .social-buttons-link {
  position: absolute;
  bottom:-85px;
  left:141px;
  right:283px;
  width: 176px;
  height:40px;
  background: url(images/social-media-button.png) no-repeat;
  padding: 57px 0 0 16px;
}

.social-links-wrapper {
  width: 119px;
  margin: 0 auto;
}

.social-links-wrapper a {
  margin-left: 5px;
  text-decoration: none !important;
  opacity: 0.5;
}

.social-links-wrapper a:hover {
  text-decoration: none !important;
  opacity: 1;
}

.single .hentry .twitter-link-img {
  bottom:-85px;
  left:361px;
  right:64px;
}

.twitter-link-img {
  position: absolute;
  right: 116px;
  bottom: 55px;
}

.twitter-link-img a {
  display: block;
  width: 190px;
  height: 97px;
  background: url(images/twitter-button.png) no-repeat;
  text-indent: -9999px;
  outline: none;
}

.post-info {
  font-size: 12px;
  color: #666;
}

.post-content-wrapper {
  width: 490px;
  float: right;
}

.date-tab, .comments-tab {
  position: absolute;
  display: block;
  width: 92px;
  height: 60px;
  padding-right: 14px;
}

.date-tab {
  top: 5px;
  left: 0;
  text-align: center;
  background: url(images/date-tab.png) no-repeat;
  font-size: 24px;
  font-weight: bold;
  color: #871818;
}

.date-tab span.month-year {
  display: block;
  width: 80px;
  margin: 7px auto 0px auto;
  font-size: 11px;
  font-weight: normal;
}

.comments-tab {
  top: 75px;
  left: 0;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #558655;
  background: url(images/comments-tab.png) no-repeat;
}

.comments-tab a{
  color: #558655;
}

.comments-tab span.comment-no{
  display: block;
  width: 80px;
  margin: -3px auto 0px auto;
  font-size: 24px;
  font-weight: bold;
}

/************************/
/*    COMMENTS STYLING  */
/************************/

#comments {
  width: 550px;
  float: right;
  margin-right: 60px;
}

#comments-list {
  margin-top: 10px;
  background: url(images/post-bg.png) left repeat-y;
}

#comments-list img.line-break {
  display: block;
  margin: 0 auto;
}

#comments-list ul {
  list-style-type: none;
}

#comments-list ul li {
  padding: 10px;
  list-style-type: none;
  background: url(images/comment-line-break.png) center bottom no-repeat;
}

#comments-list p {
  margin: 3px 0 20px 0;
}

#comments-list .comment-meta {
  font-size: 12px;
}

#comments-list .comment-author {
  font-size: 14px;
  font-weight: bold;
}

#respond {
  height: 430px;
  margin-top: 15px;
  position: relative;
  background: url(images/comment-bg.gif) no-repeat;
}

.loggedin #respond {
  height: 341px;
  background: url(images/loggedin-comment-bg.gif) no-repeat;
}

.input-author, .input-email, .input-website {
  position: absolute;
  left: 104px;
  width: 400px;
}

.input-author {
  top: 126px;
}

.input-email {
  top: 156px;
}

.input-website {
  top: 186px;
}

.input-comment {
  position: absolute;
  left: 104px;
  top: 216px;
}

.loggedin .input-comment {
  top: 160px;
}

.input-comment textarea {
  width: 400px !important;
  height: 150px !important;
}

.input-submit input {
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 106px;
  height: 55px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: url(images/submit-button.png) no-repeat;
}

.loggedin .input-submit input {
  bottom: -36px;
}

span.unapproved {
  font-size: 10px;
  background: #f5baba;
}

.loggedin p#login {
  position: absolute;
  top: 108px;
  left: 104px;
}

/************************/
/*    CATEGORY STYLING  */
/************************/

img.cat-title {
  margin: 10px 0 10px 15px;
  float: left;
  vertical-align: middle;
}

div.page img.cat-title {
  margin: 10px 0 -22px 15px;
}

span.archive-month {
  padding: 5px 0 0 10px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  display: block;
  float: left;
  margin-top: 10px;
}

a.more-link {
  font-size: 12px;
  font-weight: bold;
  color: #990000;
}


/***********************/
/*    HELPER CLASSES   */
/***********************/

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

.clear-simple {
  clear: both;
}

.hide {
  display: none;
}
