/*
Theme Name: Pretty Pancakes Default
Theme URI: http://www.prettypancakes.com/
Description: The default Pretty Pancakes theme based on the the famous International House of Pancakes.
Version: 1.0
Author: Ian Pham - Minty Fresh Studios
Author URI: www.mintyfreshstudios.com
Tags: blue, custom header, widgets, pancakes

	PP Default v1.5

	This theme was designed and built by Ian Pham,
	whose blog you will find at http://www.prettypancakes.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

body {
  background-color: #438db0;
}

a {
  text-decoration: none;
  outline: none;
  color: #3d6374;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

p {
  color: #333333;
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin: 15px 0;
}

blockquote {
  width: 500px;
  margin: 10px auto;
  padding: 5px 15px 5px 15px;
  font-size: 10px !important;
  background: #e6f2f7;
}

blockquote p {
  font-size: 15px !important;
  font-style: italic;
}

.single .hentry h3, .page .hentry h3 {
  padding:5px;
  font-size: 16px;
  font-weight: bold;
  background: #3c7b98;
  color: #fff;
}

span.small-text {
  font-size: 11px;
}

div#wrapper {
  width: 100%;
}

div#container {
  position: relative;
  margin: 0 auto;
  width:980px;
  background: url(images/bg.gif) center repeat-y;
  font-family: Arial, sans-serif;
}

div#content {
  margin:0 auto;
  width: 980px;
  padding: 0;
  background: url(images/bg.gif) center repeat-y;
}

div.sidebar {
  float:right;
  overflow:hidden;
  width:300px;
  margin-right: 25px;
  display: inline; /*IE6 doublemargin fix*/
}

#sidebar-footer {
  width: 940px;
  height: 250px;
  padding: 0 15px 0 0;
  margin-top: 50px;
  float: left;
  position: relative;
}


div#primary, div#secondary {

}


div#header {
  width: 980px;
  height: 280px;
  margin:0 auto;
  background: url(images/header.jpg) no-repeat;
}

#blog-title, #blog-description {
  text-indent: -9999px;
}

a.header-link {
  display: block;
  width: 980px;
  height: 120px;
  margin-top: 130px;
  text-indent: -9999px;
}

div#footer {
  clear:both;
  width: 980px;
  height: 280px;
  margin:0 auto;
  background: url(images/footer.gif) no-repeat;
}

/* Just some example content */
div.skip-link {
  position:absolute;
  right:1em;
  top:1em;
}

div#menu {
  width: 950px;
  height: 45px;
  margin:0 auto;
  background: url(images/nav-bar.gif) no-repeat;
  padding: 5px 0 0 30px ;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

div#menu a {
  text-transform: uppercase;
  color: #607a86;
}

div#menu a:hover {
  color: #64b0ec;
}

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;
}


/*Main Page - index.php*/

#post_wrapper {
  float: left;
  width: 650px;
}

.blog .post {
  width: 580px;
  height: 210px;
  margin: 0 0 10px 26px;
  padding: 20px;
  background: url(images/post-bg.gif) no-repeat;
  position: relative;
  float: left;
  display: inline; /*IE6 doublemargin fix*/
}

.entry-title,.entry-meta {
  clear: both;
}

#entry_wrapper {
  float: left;
  width: 650px;
}

.page #entry_wrapper {
  float: left;
  width: 650px;
}

.page .hentry {
  margin-top: 0;
}

.entrybg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 12px;
  background: url(images/entrybg-top.gif) #fff top no-repeat;
}

.hentry  {
  position: relative;
  margin: 10px 0;
  width: 580px;
  background: url(images/entrybg-bottom.gif) #fff bottom no-repeat;
  margin-left: 25px;
  padding: 20px 20px 50px 20px;
}

.entry-title {
  font-size: 20px;
  margin: 0px;
  color: #29647e;
}


.entry-title a {
  color: #29647e;
  font-weight: bold;
}

.entry-title a:hover {
  color: #a7c3da;
}

.meta-sep {
  color: #c8d8df;
}

a.more-link {
  color: #64b0ec;
  font-size: 14px;
  font-weight: bold;
}

.entry-meta {
  position: absolute;
  width: 580px;
  height: 20px;
  bottom: 10px;
  border-top: 1px solid #bdd5e0;
  padding-top:5px;
}

body.single .entry-meta {
  font-size: 11px;
}

body.single .entry-meta a {
  color: #3d6374;
  font-weight: bold;
}

body.single .entry-meta span.tag-links a {
  color: #3d6374;
  font-weight: normal;
}

#comments {
  margin-left: 25px;
}

#respond {
  width: 600px;
  margin-left: 25px;
}

#respond h3 {
  font-size: 18px;
  font-weight: bold;
  color: #31505e;
}

.edit-link a{
  font-size: 12px;
  font-weight: bold;
  color: #ff97f6 !important;
}

span.author, span.cat-links {
  font-size: 12px;
  font-weight: bold;
  color: #a3a3a3;
}

span.author a, span.cat-links a {
  color: #a3a3a3;
}

span.author a:hover, span.cat-links a:hover {
  text-decoration: underline;
}

span.tag-links {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #3d6374;
  position: absolute;
  left: 0;
  bottom: 3px;
}

span.tag-links a {
  color: #3d6374;
  font-weight: normal;
}

span.tag-links a:hover {
  text-decoration: underline;
}

span.comments-link {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 2px;
}

span.comments-link a {
  color: #3d6374;
}

div#container,div#primary {
/*margin-top:2em;*/
}

.sendformrow {
  margin:5px 0 0 0;
}

form#commentform .form-label {
  font-size: 15px;
  width: 80px;
  float: left;
}

form#commentform span.required {
  background:#8ebed4;
  color:#c30;
}

form#commentform,form#commentform p {
  padding:0;
  font-size: 11px;
}

form#commentform a, form#commentform a {
  color: #3d6374;
  font-weight: bold;
}

input#author,input#email,input#url,textarea#comment {
  border: 1px solid #6f9cb2;
  padding: 1px;
  font-family: 'MS Sans Serif', sans-serif;
  font-size: 14px;
}

input#author,input#email,input#url {
  width: 450px;
}

#comments-list h3 {
  font-size: 18px;
  font-weight: bold;
  color: #31505e;
}


div.comments ul {
  padding: 0;
  margin: 0;
}

div.comments ul li {
  position: relative;
  width: 580px;
  margin:10px 0;
  display: inline;
  padding: 20px;
  list-style: none;
  display: block;
  background: url(images/commentsbg-bottom.gif) #e4f2f8 bottom no-repeat;
}

.commentsbg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 12px;  
  background: url(images/commentsbg-top.gif) #e4f2f8 top left no-repeat;
}

.comment-author {
  font-size: 14px;
  color: #3d6374;
  font-weight: bold;
}

.comment-author a{
  font-size: 14px;
  color: #3d6374;
  font-weight: bold;
}

.comment-meta {
  font-size: 10px;
}

.comment-meta a{
  color: #3d6374;
}

textarea#comment {
  height: 13em;
  margin: 0;
  overflow: auto;
  width: 450px;
  font-family: 'MS Sans Serif', sans-serif;
  font-size: 14px;
}

input.post-comment-button {
  float: right;
  margin-right: 66px;
  _margin-right: 64px;
  margin-top: 5px;
}


/*category.php - archive.php*/

.category h2, .archive h2 {
  margin: 0 0 10px 39px;
  color: #31505e;
  font-size: 22px;
  text-transform: uppercase;
}

.category h2 a, .archive h2 a {
  color: #607a86;
}

.archive-meta {
  margin-left: 39px;
  font-size: 12px;
}

.archive-meta p{
  font-size: 14px;
}

.alignright,img.alignright{
  float:right;
  margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:5px 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{
  margin-top: 3px;
  font-size: 14px;
  font-style:italic;
}

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 {
  width: 621px;
  margin-left: 25px;
}

div#nav-below {
  width: 621px;
  margin-left: 25px;

}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
  float:right;
}

div.sidebar h3 {
  font-size: 18px;
  margin-left: 15px !important;
  color: #fff;
  font-family: Arial, sans-serif;
}

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 {
  background: url(images/bullet.gif) 0px 0px no-repeat;
  margin: 10px 0 0 0;
  padding: 4px 0 5px 40px;
  font-size: 14px;
  font-weight: bold;
}

#sidebar-footer ul ul li {
  background: none;
  padding: 0px;
  margin: 4px 0;


  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #d6d6d6;
}


div.sidebar ul ul li a {
  color: #3d6374;
}

div.sidebar ul ul li a:hover {
  text-decoration: underline;
}

#sidebar-footer ul ul li a {
  color: #97dfff;
  font-weight: bold;
}

#sidebar-footer ul ul li a:hover {
  color: #cdf0ff;
  text-decoration: none;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

#sidebar-footer .widget {
  float: left;
  margin-left: 15px;
  width: 325px;
  display: inline; /*IE6 doublemargin fix*/
}

#sidebar-footer .widget_links {
  width: 240px;
}


div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
}

.footer-copyright {
  border-top: 1px dotted #d6d6d6;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  width: 100%;
  height: 20px;
  padding: 10px 0;
  margin: 20px auto;
  _margin-bottom: -10px;
  text-align: center;
  text-transform: uppercase;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
  margin:0;
  padding:0;
}

/*text & link replacement*/

a.text-replace {
  display: block;
  height: 17px;
  text-indent: -9999px;
}

a.text-replace:hover {
  background-position: 0 -17px;
}

.nav-previous a, .nav-next a {
  display: block;
  height: 15px;
  text-indent: -9999px;
}

.nav-previous a:hover, .nav-next a:hover {
  background-position: 0 -17px;
}

.nav-previous a {
  width: 98px;
  background: url(images/link-olderposts.gif) 0 2px no-repeat;
}

.nav-next a {
  width: 103px;
  background: url(images/link-newerposts.gif) 0 2px no-repeat;
}


















































.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 */

