/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9.1
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
Edited and fully-customized by <a href="http://www.arianasaraha.com">Ariana Saraha</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1 {
  margin: 0;
  padding: 5px 25px 10px 25px;
  color: #8a4c1f;
  font-weight:lighter;
  line-height: 29px;
  font-size:20px;
  margin: 0;
  }

h2{
  margin: 0;
  padding: 5px 25px 10px 25px;
  color: #8a4c1f;
  font-weight:lighter;
  font-size:17px;
  line-height: 22px;
  }

h3 {
  margin: 0;
  padding: 10px 25px 10px 25px;
  color: #622f23;
  font-weight:lighter;
  font-size:15px;
  line-height: 18px;
  }

h4, h5, h6, p {
  margin: 0;
  padding: 10px 25px 10px 25px;
  color: #622f23;
  font-weight:lighter;
  line-height: 16px;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #fff;
  border: 1px solid #fff;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
	color: #622f23;
  font-size: 13px;
  line-height:17px;
  padding: 5px 25px 7px 25px;
  }

table {
	color: #622f23;
  font-size: 12px;
  line-height:17px;
  }

a {
  color: #8a4c1f;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 0px;
  }

a:hover {
  color: #f58345;
  text-decoration: underline;
  border-bottom: 0px;
  }

a img {
  border: none; 
  text-decoration: none; 
  }

blockquote {
  background: url(images/bg-trans2.png) repeat;
  border: 1px solid #fff;
  padding: 10px 0px 10px 0px;
  margin: 25px 35px 25px 35px;
  }

blockquote p {
  color: #622f23;
  }

code {
  color: #622f23;
  font-style: italic;
  }

strong {
  font-weight:bold;
  }

body {
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: verdana, trebuchet ms, lucida grande, arial, helvetica, sans-serif;
  background: #86521b url(images/background.jpg) top center no-repeat;
  background-attachment:scroll; 
}


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 735px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 135px;
  }

#header #topright {
  text-align: right;
  float: left;
  top: 110px;
  width: 735px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #622f23;
  font-size: 12px;
  padding: 0 0 0 5px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #c94900;
  text-decoration: none;
  border:0px;
  }

#header #logo {
  float: left;
  width: 350px;
  margin: 0px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #622f23;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #622f23;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #622f23;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 0 0 0 35px;
  padding: 0;
  clear: both;
  height: 45px;
  width: 735px;
  background: none;
  }

#nav {
  list-style: none;
  margin: 0px 25px 0px 25px;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  text-align: center;
  float: right;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 40px;
  margin: 0 0px 0 0;
  padding: 5px 10px 0px 10px;
  font-size: 13pt;
  font-weight: lighter;
  font-family: Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;
  color: #fff;
  border: 0px;
  }

#nav li a:hover {
  color: #ba8748;
  text-decoration: none;
  display: block;
  border: 0px;
  }

#nav li a:active {
  color: #622f23;
  text-decoration: none;
  display: block;
  border: 0px;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }

#nav li li a {
  height: 19px;
  line-height: 16px;
  color: #8a4c1f;  
  background: #fff;
  padding: 3px 20px 3px 15px;
  text-align: left;
  margin: 0;
  font-size: 11pt;
  }
	
#nav li li a:hover {
  background: #fff;
  padding: 3px 20px 3px 15px;
  color: #622f23;  
  margin: 0;
  font-size: 11pt;
  }

#nav li li li {
  font-size: 0px;
  visibility:hidden;
  float: right;
  margin: 0 0 0 250px;
  padding: 0;
  width: 0px;
  }

#nav li li li a {
  font-size: 0px;
  visibility:hidden;
  }
	
#nav li li li a:hover {
  font-size: 0px;
  visibility:hidden;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }
	
#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  margin:0 0 0 0;
  clear: both;
  width: 735px;
  padding-bottom: 5px;
  background: none;
  }
#contentwrapper {
  float: right;
  width: 500px;
  background: url(images/bg-trans.png) repeat;
  margin: 0 0 15px 25px;
  border: 0px;
  padding: 0;
  }
#contentwrapper2 {
  float: right;
  width: 500px;
  background: url(images/bg-trans.png) repeat;
  margin: 0 0 15px 25px;
  border: 0px;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #622f23;
  font-weight: normal;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 10px;
  }
h2.topTitle {
  font-size: 14pt;
  font-weight: normal;
  color: #622f23;
  letter-spacing: -2px;   
  border: 0px;
  height:0px;
  }
.topPost h2.topTitle a {
  font-size: 14pt;
  font-weight: normal;
  color: #622f23;
  letter-spacing: -2px;   
  border: 0px;
  height:0px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #622f23;
  border: 0px;
  }
.topPost p.topMeta {
  padding: 5px 15px 5px 15px;
  margin: 10px 0 0 0;
  font-size: 10px;
  color: #622f23;  
  }
.topPost p.topMeta a {
  text-decoration: none;
  color: #622f23;
  border: 0px;
  }
.topPost p.topMeta a:hover {
  color: #622f23;
  text-decoration: underline;
  border: 0px;
  }
.topPost div.topContent {
  font-size: 10px;
  color: #622f23;
  margin: 25px 0;
  }
.topPost div.topContent a {
  text-decoration: none;
  font-weight:bold;
  color: #8a4c1f;
  border-bottom: 0px;
  }
.topPost div.topContent a:hover {
  text-decoration: none;
  font-weight:bold;
  color: #622f23;
  border-bottom: 0px;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0px 75px 10px 75px;
  line-height:19px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #622f23;
  font-size: 12px;
  padding: 0px 5px 0px 5px;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 10px;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  margin-right: 5px;
  line-height: 27pt;
  color: #622f23;
  border: 1px solid #622f23;
  }
.topPost span.linkpages {
  font-size: 10px;
  font-style: italic;
  color: #622f23;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #622f23;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: url(images/bg-trans.png) repeat;
  }
.topPost span.topComments a {
  color: #622f23;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #622f23;
  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: #622f23;
  line-height: 27pt;
  vertical-align: middle;
  border: 0px;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #622f23;
  text-decoration: underline;
  border: 0px;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #622f23;
  text-transform: lowercase;
  text-decoration: underline;
  border: 0px;
  }
#nextprevious a:hover {
  color: #622f23;
  border: 0px;
  }


/* Comments */

#comment {
  margin: 20px;
  background: url(images/bg-trans.png) top left repeat;
  width: 445px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #622f23;
  padding: 0px 15px 10px 15px;
  color: #622f23;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #622f23;
  margin: 15px 0;
  padding: 0;
  }
#comment p a {
  color: #622f23;
  }
#comment p a:hover {
  color: #622f23;
  }
#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 12px;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: url(images/bg-trans.png) top left repeat;
  border: 1px solid #622f23;
  list-style-type: none;
  }
.commentlist li.alt {
  background: url(images/bg-trans.png) top left repeat;
  border: 1px solid #622f23;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #622f23;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #622f23;
  }
.commentlist small.commentmetadata a {
  color: #622f23;
  }
.commentlist p {
  color: #622f23;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 375px;
  background-color: url(images/bg-trans.png) top left repeat;
  color: #622f23;
  padding: 10px;
  }
#comment #submit {
  margin: 0;
  }
#extrastuff a {color:#622f23; font-size:0.8em;}
#extrastuff a:hover {color:#622f23; text-decoration:none;}
#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: 16px;
  font-weight: normal;
  color: #622f23;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 11px;
  color: #622f23;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #622f23;
  }
#main #welcome a:hover {
  color: #622f23;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #622f23;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: url(images/bg-trans.png) repeat;
  color: #622f23;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #622f23;
  }
.submitbutton:hover {
  cursor: pointer;
  background: url(images/bg-trans.png) repeat;
  }


/* Sidebars */
#sidebars {
  margin: 0 0 0 5px;
  float: left;
  width: 200px;
  border: 0;
  background: none;
  }
#sidebars .sidebarbox {
  margin-bottom: 20px;
  padding: 0;
  background: url(images/bg-trans.png) repeat;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 111px;
  }

#sidebar_right {
  float: right;
  width: 111px;
  }

#sidebars h2 {
  margin: 0;
  padding: 30px 0px 10px 20px;
  font-weight: normal;
  font-size: 15pt;
  color: #8a4c1f;
  letter-spacing: -1px;
  }

#sidebars h3 {
  margin: 0;
  padding: 15px 0px 10px 20px;
  font-weight: normal;
  font-size: 12pt;
  color: #8a4c1f;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 20px;
  }

#sidebars li {
  margin-bottom: 2px;
  list-style: none;
  font-size: 13px;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 20px;
  color: #622f23;
  line-height: 16px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #8a4c1f;
  font-weight:bold;
  text-decoration:none;
  letter-spacing: -0.1em;
  }
  
#sidebars a:hover {
  color: #622f23;
  font-weight:bold;
  letter-spacing: -0.1em;
  border:0;
  }

#sidebars a.img {
  display: inline;
  color: #8a4c1f;
  font-weight:bold;
  text-decoration:none;
  border-bottom: 0px;
  letter-spacing: -0.1em;
  }
  
#sidebars p {
  padding: 10px 0px 5px 20px;
  font-size: 13px;
  color: #622f23;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

#cat {
width: 200px;
}

/* Before footer */

#morefoot {
  border: 1px solid #622f23;
  background: url(images/bg-trans.png) repeat;
  padding: 15px;
  color: #622f23;
  margin: 30px 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 11px;
  }
#morefoot a {
  text-decoration: underline;
  font-weight:normal;
  color: #622f23;
  border:0px;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #8a4c1f;
  border:0px;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #622f23;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 150px;
  }
#morefoot .col1 {
  float: left;
  width: 225px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 225px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  height: 25px;
  padding: 0;
  width:735px;
  margin: -10px 0 0 0;
  }
#footer p {
  font-size: 11px;
  color: #ba8748;
  text-align:right;
  padding: 0 10px 0 0;
  }
#footer p.right {
  font-size: 11px;
  color: #ba8748;
  text-align:right;
  padding: 0;
  }
#footer a {
  color: #ba8748;
  text-decoration: none;
  border-bottom: #8a4c1f 1px solid;
  font-weight:bold;
  }
#footer a:hover {
  color: #8a4c1f;
  text-decoration: none;
  border-bottom: #8a4c1f 1px solid;
  }


/* 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;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #b99c89;
  text-align: center;
  background-color: #c8ab97;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 5px;

  -khtml-border-radius: 5px;

  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 10px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #622f23;
  }
  

  /* LIGHTBOX */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; 
	text-decoration: 			none;
	border-bottom: 				0px;
}

#outerImageContainer{
	position: relative;
	background-color: #622f23;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	text-decoration: 			none;
	border-bottom: 				0px;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ 
	outline: none;
	text-decoration: 			none;
	border-bottom: 				0px;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #622f23;
	background-color: #622f23;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	
	text-decoration: 			none;
	border-bottom: 				0px;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #622f23;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	