/*
Theme Name: SaltMedia
Theme URI: http://urekalabs.com/
Description: Developed for Salt Media by <a href="http://urekalabs.com">UrekaLabs</a>
Version: 1
Author: Ureka Labs
Author URI: http://urekalabs.com/
Tags: salt media, ureka labs

	This theme was designed and built by UrekaLabs http://urekalabs.com/

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/background.gif') repeat-y center;
	color: #333;
  margin: 0;
}

a img { border: none; }

#page { width: 880px; margin: 0 auto 20px auto; background: white; text-align: left; }

#header { height: 131px; }
body      #header { background: url('images/header.gif')            repeat-x top left; }
body.home #header { background: url('images/header_front_page.gif') repeat-x top left; }

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }

#header img {
  position: relative;
  top: 58px;
  left: 23px;
}

#navigation {
  float: left;
  width: 158px;
  text-transform: uppercase;
  background: url('images/sidebar_header.gif') repeat-x top;
  padding-top: 10px;
}

#navigation .menu a {
  color: black;
  text-decoration: none;
  display: block;
}

#navigation ul { padding: 0; margin: 0; padding-top: 10px; list-style-type: none; }

#navigation li {
  font-size: 15px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: 143px; /* 181px */
  height: 38px; /* 46px */
}

#navigation .menu a {
  padding-top: 8px;
  padding-left: 38px;
  width: 144px; /* 181px */
  height: 38px; /* 46px */
  margin-left: -24px;
  margin-top: -10px;
  position: absolute;
}

#navigation li.current_page_item,
#navigation .current_page_ancestor {
  font-weight: bold;
}

#navigation .current_page_item a,
#navigation .current_page_ancestor a {
  color: #004d94;
  background: url(images/sidebar_hover.gif) no-repeat left top;
}

#navigation ul ul{
  display: none;
}

#navigation .socialnetworks { 
  text-align: center;
}

.socialnetworks a { 
  position: static;

}

#content, #sidebar { background: url('images/sidebar_header.gif') repeat-x top; }
.home #content { background: url('images/quote.gif') no-repeat top left; }

#content #slogan {
  float: left;
  width: 184px;
  font-size: 1.6em;
  text-align: center;
  padding: 50px 22px;
}

#footer { padding: 1em; padding-left: 2em; clear: both; border-top: #868686 1px solid; }

#content {
  vertical-align: top;
  float: left;
  width: 720px; /* 880px - 158px */
  margin: 0;
  padding: 0;
  border-left: #889091 1px solid;
  border-right: none;
}

body.single #content,
body.archive #content {
  width: 540px;
}

#sidebar {
  float: left;
  width: 180px
  padding: 0;
  margin: 0;
}

ul#sidebar {
  padding: 0;
  margin: 0;
}

#sidebar ul {
  padding-left: 2em;
}
#sidebar li {
  width: 180px;
  padding: 0;
  margin: 0;
}

#sidebar li li {
  width: 140px;
}


#sidebar li { list-style-type: none; }
#sidebar li li { list-style-type: circle; }

#content h1 {
  font-family: Georgia, serif;
  border-bottom: #999 3px solid;
  padding-top: 8px;
  padding-left: 20px;
  text-transform: none;
}

#content h1 a { color: black; text-decoration: none; }
.post_date { font-family: Georgia, serif; color: #818386; margin-right: 20px; float: right; font-size: 20px; }

.page, .post {
  min-height: 453px;
  padding: 0;
  margin: 0;
}

.post {
  clear: both;
  margin-top: 10px;
  background: white;
  padding: 0px 20px;
  z-index: 3;
}

.post .entry {
  font-size: 1.3em;
  line-height: 2em;
  color: #505153;
  font-family: serif;
}

.page {
  font-size: 12px;
  color: #4c4d4e;
  font-family: Georgia, sans-serif;
  padding-bottom: 10px;
}

.page p {
  line-height:  2em;
}

.page h2 {
  color: #052a83;
  text-transform: uppercase;
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post h2 { 
  clear: both;
  font-size: 2em;
  padding: 5px;
  text-transform: uppercase;
}

.post h2 a { color: #004d94; text-decoration: none; }

.comments {
  text-transform: uppercase;
  font-size: 1.3em;
  background: url(images/comments.gif) left top no-repeat;
  padding-left: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d1d1;
  font-family: sans-serif;
}

.comments a { color: #766676; text-decoration: none; }

.more { color: black; text-transform: uppercase; font-family: serif; font-size: 1.5em; padding: 24px 0; }
.more a { text-decoration: none; color: black; } 

.navigation {
  padding-top: 2px;
  text-transform: uppercase;
  font-size: 1.3em;
}

.navigation, .navigation div { border-top: #d1d1d1 1px solid; }
.navigation a { text-decoration: none; color: black; }
.navigation .prev, .navigation .next { float: left; width: 72px; padding: 9px 0; }
.navigation .prev, .navigation .next { width: 16%; }
.navigation .next { text-align: right; }
.navigation .tags { float: left; width: 307px; border: #d1d1d1 1px solid; border-bottom: 0; text-align: center; padding: 9px 0; }
.navigation .tags { width: 68%; margin-left: -2px; }
.navigation .tags a { color: #004d94; }

.splash { float: left; margin-left: 1px; height: 222px; }
.splash img { position: absolute; }

#comments, #respond { clear: both; padding-top: 2em; }
textarea#comment { width: 400px; }

#gallery span, #gallery #focus { padding-left: 54px; }
#gallery #focus { float: left; width: 400px; text-align: center; }
#gallery ul { float: left; width: 200px; padding: 0; margin: 0; list-style-type: none; }
#gallery ul a { color: #004d94; font-size: 18px; text-decoration: none; line-height: 0.5 }
#gallery li { margin-bottom: 1px }
#gallery #focus img, #gallery ul a img { border: 1px solid #525252; overflow: visible; top: 0px; display: inline;}
/* #gallery ul .category { padding-bottom: 20px; } */
#gallery p { clear: both; }
#gallery span { color: #004d94; font-size: 1.8em; padding-top: 20px; padding-bottom: 8px; display: block; }
