/*  
Theme Name: Iced Cocoa
Description: Theme created for Iced Cocoa. Blue, glossy, and cold.
Author: Louis Harboe
Author URI: http://graphicpeel.com (Based off theme from http://samk.ca/)
Version: 1.0
Tags: blue, cold, glossy, sharp, soft.
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

p.submit-p {
padding: 0px;}

.edit-entry a {
float: right;
background: #a0b3d8;
-webkit-border-radius:10px;
color: #fff;
padding: 3px 8px 3px 8px;
margin-top: -6px;
margin-right:8px;
font-weight: bold;
}

.edit-entry a:hover {
background: #515f81;
color: #fff;
text-decoration: none;
}


* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Verdana, Arial, sans-serif;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 14pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
font-family: Helvetica, Verdana, Arial, sans-serif;
background: #fff url(http://icedcocoa.com/images/body-bg-default.png) repeat-x;
margin: 0;
padding: 0;
  }
  
  #logo {
height: 90px;
width: 287px;
background: url(http://icedcocoa.com/images/logo.png) no-repeat;
float: left;
}


.home-link {
text-indent: -9999px;
display: block;
height: 90px;
}

/* Navigation START */

#navigation {
float: right;
width: 340px;
padding-top: 30px;
}

.nav-link span {
display: block;
line-height: 28px;
padding-left: 13px;
overflow: hidden;
height: 29px;
}

a.nav-link {
padding-right: 13px; /* sliding doors padding */
float: left;
display: block;
height: 29px;
line-height: 28px;
margin-left: 10px;
}

.nav-link:hover span {
}

a.nav-link:hover {
color: #fff;
}

a.nav-link.selected {
background: url(http://icedcocoa.com/images/nav-link-a.png) no-repeat scroll top right;
color: #fff;
}

.nav-link.selected  span{
background: url(http://icedcocoa.com/images/nav-link-span.png) no-repeat scroll top left;
color: #fff;
}

/* Navigation END */


/* Header and wrapper */
#wrapper {
width: 910px;
margin: auto;
height: 100%;
padding: 0px 10px 0px 10px;
  }

#header a {
color: #92bbd1;
text-decoration: none;
}

#header a:hover {
color: #fff;
}


#header #logo {
  float: left;
height: 90px;
width: 287px;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }

/* Top Content */

#main {
  clear: both;
  width: 910px;
  padding-bottom: 5px;
  }
#contentwrapper {
width:600px;
float: left;
margin: 50px 20px 0px 0px;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
background: #a0b3d8 url(http://icedcocoa.com/images/tiny-gradient.png) repeat-x;
border: 1px solid #6c7998;
padding: 8px 8px 8px 12px;
color: #fff;
text-shadow: 0px -1px 0px #000;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-webkit-box-shadow: 0px 1px 2px #aaa;
  margin: 15px 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
color: rgb(15, 46, 79);
font-size: 1.5em;
margin: 0px;
width: 640px;
 font-weight: normal;
 text-shadow: 0px 1px 0px #fff;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #709ed1;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -5px 0 0 0;
color: #4290d5;
font-size: 15px;
  }
.topPost p.topMeta a {
text-decoration: none;
color: #244a75;
border-bottom: 1px solid #ddd;

  }
.topPost p.topMeta a:hover {
color: #000;
border-bottom: 1px solid #709ed1;
}
.topPost div.topContent {
color: #696969;
  margin: 8px 0;
  }
  .topPost div.topContent p {
  font-size: 14px;
  line-height: 1.6em;
  }


.topPost div.topContent a {
  text-decoration: none;
  color: #244a75;
  border-bottom: 1px solid #ddd;
  }
.topPost div.topContent a:hover {
  color: #000;
  border-bottom: 1px solid #709ed1;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  list-style: none;
  margin-top: 15px;
  }

.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #205288;
  font-size: 14px;
  padding-left: 15px;
  line-height: 1.6em;
  background: url(http://icedcocoa.com/images/bullet.png) left 7px no-repeat;
	margin: 0px 0px 12px 0px;
	padding-left: 16px;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
background: #a0b3d8;
font-size: 13px;
color: #fff;
text-shadow: none;
padding: 5px 8px 5px 8px;
-moz-border-radius:12px;
margin: 20px 10px 0px 0px;
-webkit-border-radius:12px;
font-weight: bold;
  }
  
  hr.single {
  background: #e2e8f4;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0px 0px 10px 0px;
  }
 
   hr {
  background: #e2e8f4;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 20px 0px 10px 0px;
  }
 
  
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
background: #515f81;
text-shadow: none;
 }
 
   .topPost span.topComments {
  float: right;
  padding: 1px 8px 1px 8px;
  }
  
    .topPost span.topComments:hover {
  padding: 1px 8px 1px 8px;
 background: #515f81;
 }
  
 
.topPost span.topComments a {
  color: #fff;
  background: url(images/comment.png) left 1px no-repeat;
  padding-left: 20px;
  line-height: 22px;
  vertical-align: middle;
  }
  
.topPost span.topMore a {
  color: #fff;
  background: url(images/readmore.png) left 3px no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: none;
  }

#nextprevious {
  margin: 15px 0 10px 0;
  }
#nextprevious a {
  text-decoration: none;
  color: #244a75;
  }
#nextprevious a:hover {
  color: #000;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  width: 585px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 10px 0px 10px 0px;
  color: #fff;
  }

#comments p a {
  color: #6598b8;
  }
#comments p a:hover {
  color: #515f81;
  }
h3 {
  font-size: 18px;
  color: #515f81;
  font-weight: normal;
  margin: 0px;
  }
#comments li p {
  padding:0;
  margin: 3px 0;
  }
  
  .comment-text {
  margin-top: 9px;
  }
  
  #comment {
 -webkit-border-radius: 5px;
background-image: url(http://icedcocoa.com/images/input-bg.png);
background-repeat: repeat-x;
border: 1px solid rgb(112, 158, 209);
color: rgb(136, 136, 136);
font-size: 14px;
-moz-border-radius: 5px;
margin: 2px 0px 5px 0px;
padding: 5px;
width: 310px;
float: right;
height: 133px;
}
   input[type="submit"] {
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

  }
  
  #comments input[type="submit"] {
	margin: 0px 0px 0px 425px;
  }


  #comments input[type="text"] {
  -webkit-border-bottom-left-radius: 5px 5px;
-webkit-border-bottom-right-radius: 5px 5px;
-webkit-border-top-left-radius: 5px 5px;
-webkit-border-top-right-radius: 5px 5px;
background-image: url(http://icedcocoa.com/images/input-bg.png);
background-repeat: repeat-x;
border: 1px solid rgb(112, 158, 209);
color: rgb(136, 136, 136);
font-size: 14px;
margin: 2px 0px 0px 0px;
padding: 5px;
clear: right;
-moz-border-radius: 5px;
}

#comment-creds {
width: 230px;
float: left;
}

#comment-creds p {
padding-bottom: 3px;
}

#respond p.large-field {
width: 320px;
float: right;
}

#respond p.small-field {
width: 270px;
float: left;
clear: right;
margin-right: 100px;
}

 .leavecomment {
 float: right;
 width: 320px;
 clear: left;
  margin: 0px;

}
#commentform {
padding: 0;
margin: 0;
}
 #comments label {
 color: #0d2447;
text-align: left;
text-shadow: 0px 1px 0px #fff;
font-size: 14px;
 }
 
ol.commentlist, ul.trackback  {
  margin: 10px 0;
  font-size: 9pt;
  color: #7d9ebe;
  font-weight: bold;
  font-size: 15px;
  }
.commentlist li, .trackback li {
  margin: 10px 0 0px 0;
  padding: 10px;
  background: #f2f2ff;
    -moz-border-radius:5px;
  -webkit-border-radius:5px;
  }
.commentlist li.alt {
  background: #fff;
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border: none;
  margin-top:10px;
  
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
  
  .commentlist li.alt .gravatar img {
   background: #edf2fb  url(http://icedcocoa.com/blog/wp-content/themes/icedcocoa/images/gravatar2.png) 3px 3px no-repeat;
  }
  
.commentlist .gravatar img {
  float: left;
  margin: 0 15px 10px 0;
  height: 32px;
  width: 32px;
  padding: 3px;
    background: #fff  url(http://icedcocoa.com/blog/wp-content/themes/icedcocoa/images/gravatar2.png) 3px 3px no-repeat;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
  .commentlist .commentbody img.wp-smiley {
padding: 0;
margin: 0;
border: none;
vertical-align: baseline;
margin-bottom: -2px;}
  .commentlist .commentbody p {
  width: 510px;
  float: right;
}
.commentlist .commentbody p a {
  text-decoration: underline;
  }
  
  .commentlist .commentbody em {
  font-size: 14px;
  font-weight: normal;
  }
  
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #515f81;
  font-weight: normal;
  line-height: 1.7em;
  }
  
  .commentlist cite a {
height: 20px;
  }
    .commentlist cite a:hover {
    color: #000;
}
.commentlist small.commentmetadata a {
color: #696969;
font-size: 10px;
line-height: 1.2em;
    font-weight: normal;

  }
.commentlist p {
  color: #515f81;
  font-size: 13px;
   font-weight: normal;
  line-height: 1.5em;
  }
  
#respond {
  clear: both;
  margin-top: 10px;
  background: #cbdef7 url(http://icedcocoa.com/images/tiny-gradient.png) repeat-x;
  padding: 10px 15px 15px 15px;
  -moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  border: 1px solid #c4d7ef;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#rssleft {float:right; width:150px;margin-top:-25px;font-size:0.8em;line-height: 0.5em;clear: left;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
background: url(http://icedcocoa.com/images/tiny-gradient.png) repeat-x rgb(28, 69, 125);
-webkit-border-bottom-left-radius: 5px 5px;
-webkit-border-bottom-right-radius: 5px 5px;
-webkit-border-top-left-radius: 5px 5px;
-webkit-border-top-right-radius: 5px 5px;
border: 1px solid rgb(31, 74, 121);
color: rgb(192, 207, 228);
cursor: pointer;
font-size: 14px;
margin: 0px 0px 0px 5px;
outline: none;
padding: 5px 6px 4px 6px;
text-shadow: rgb(0, 0, 0) 0px -1px 0px;
  }
.submitbutton:hover {
background: url(http://icedcocoa.com/images/tiny-gradient.png) repeat-x rgb(77, 126, 180);
color: white;
  }
  .submitbutton:active {
background: url(http://icedcocoa.com/images/tiny-gradient.png) repeat-x rgb(14, 39, 72);
color: white;
border: 1px solid #000;
}

/* Sidebars */
#sidebars {
  margin: 25px 13px 0 0px;
  float: right;
width: 257px;
padding: 35px 0px 0px 0px;

  color: #eee;
  }
#sidebars .sidebarbox {
background: #4d7eb4 url(http://icedcocoa.com/images/tiny-gradient.png) repeat-x;
border: 1px solid #4d7eb4;
  width: 225px;
padding: 15px;
color: #ccd7ea;
text-shadow: 0px -1px 0px #000;
margin-bottom: 20px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-webkit-box-shadow: 0px 1px 2px #aaa;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 4px 0 8px 0;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
    list-style: none;
}

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 13px;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 0px;
	color: #dbecff;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #dbecff;
  }
#sidebars a:hover {
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

#searchbox {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-image: url(http://icedcocoa.com/images/input-bg.png);
background-repeat: repeat-x;
border: 0px;
color: rgb(136, 136, 136);
font-size: 15px;
margin: 0px;
padding: 5px;
width: 142px;
}

/* Footer START */

.clearfix {
clear: both;
height: 0px;
line-height: 1px;
width: 100%;
overflow: hidden;
}

#footer {
background: #88a0ce url(http://icedcocoa.com/images/tiny-gradient.png) repeat-x;
color: #fff;
text-shadow: 0px -1px 0px #515f81;
padding: 20px 0px 20px 0px;
height: 245px;
border-bottom: 1px solid #607098;
border-top: 1px solid #7e94b6;
}

#footer-shadow {
width: 100%;
height: 5px;
background: url(http://icedcocoa.com/images/footer-shadow.png) repeat-x;
}

#footer-wrapper {
width: 920px;
margin: auto;
height: 100%;
padding: 0px 10px 0px 10px;
}

.footer-block {
width: 282px;
float: left;
margin: 0px 12px 0px 12px;
}

a.footer-head {
color: #fff;
background: url(http://icedcocoa.com/images/white-arrow.png) right no-repeat;
padding-right: 15px;
width: auto;
font-weight: bold;
text-decoration: none;
}

a.footer-head:hover{
padding-right: 18px;
}

.footer-block p {
border-bottom: 1px solid #7084a3;
border-top: 1px solid #7084a3;
font-size:13px;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px 0px 10px 0px;
}

.footer-block ul {
margin-top: 10px;
border-top: 1px solid #7084a3;
margin-bottom: 10px;
list-style: none;
}

.footer-block li {
margin-top: 10px;
border-bottom: 1px solid #7084a3;
padding: 0px 0px 10px 0px;
}

#twitter_div {
margin-bottom: 10px;
}

#twitter_update_list li a {
color: #dbecff;
}

.footer-block li a:hover {
text-decoration: underline;
}

#twitter_update_list {
font-size:13px;
margin-top: 10px;
border-top: 1px solid #7084a3;
}

#twitter_update_list li {
margin-top: 0px;
max-height: 46px;
overflow: hidden;
padding: 10px 0px 10px 0px;
}

.post-title {
color: #fff;
font-size: 14px;
float: left;
}

.post-title:hover {
color: #fff;
}

.date {
color: #dbecff;
font-size: 11px;
}

#copyright-container {
width: 880px;
margin: auto;
height: 100%;
padding: 0px 20px 0px 20px;
}

#copyright-container p.copyright {
color: #386e9f;
font-size: 12px;
padding: 15px 0px 15px 35px;
float: left;
background: url(http://icedcocoa.com/images/logo-mini.png) left no-repeat;
}


#copyright-container p.nav {
color: #386e9f;
font-size: 12px;
padding: 15px 0px 15px 0px;
float: right;
}

a.foot-link {
margin-left: 20px;
color: #386e9f;
text-decoration: underline;
}

a.foot-link:hover {
color: #000;
}

a.more-link {
background: #515f81;
font-size: 13px;
color: #fff;
text-shadow: none;
padding: 2px 8px 2px 8px;
-moz-border-radius:9px;
margin-top: 10px;
-webkit-border-radius:9px;
text-decoration: none;
}

a.more-link:hover {
background: #fff;
font-size: 13px;
color: #7e94b6;
padding: 2px 8px 2px 8px;
-webkit-border-radius:9px;
}

/* Footer END */


/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 5px;
  border: 1px solid #a0b3d8;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }
  
  img {
   padding: 5px;
  border: 1px solid #a0b3d8;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  }

.wp-caption {
  padding: 10px 5px 0px 5px;
  border: 1px solid #a0b3d8;
  background: #fff;
  text-align: center;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  font-style: italic;
  line-height: 15px;
  margin: 0;
  color: #4d7eb4;
  }




