/*   
Theme Name: Saltbodan
.
Based on the Shape Theme http://themeshapes.com/ by Ian Stewart. http://themeshaper.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Import a basic layout */
@import url('1c-b.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 0;
	background: #f1f1ef;
	color: #444;
	text-align: center;
	border-top: 12px #333333 solid;
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-text-size-adjust: none;
}


a {
	color: #cc3300;
	text-decoration: none;
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}
a:hover {
	color: #555;
}

#main { padding-bottom: 2em; }




/* =Global
-------------------------------------------------------------- */

p, {
color: #666;
}

body, input, textarea {
    font: 18px Georgia,sans;
    line-height:26px;
}


p, ul, ol, dd, pre {
    margin-bottom:2em;
}


pre, code {
	font:11px Monaco, monospace;
	line-height:1em;
}


/*a:link {color: #B40404; text-decoration: none; }
a:visited {color: black; text-decoration: none; }
a:hover {color: teal; text-decoration: none; }
a:active {color: #B40404; }*/

ul, li {
	text-decoration: none;
	padding: 0;
	margin: 0;
} 


/* =Wrapper
-------------------------------------------------------------- */

#wrapper {
  margin: 0 auto;
  width: 720px;
/*   background: #fff url(images/top.jpg) no-repeat; */
}




/* =Header
-------------------------------------------------------------- */

#branding {
/*
	position:relative;
	top: -12px;
	left: 495px;
	height: 160px;
	background: url(images/saltbodan.jpg) no-repeat 0px;
	margin: 0;
*/
}

/* =Menu
-------------------------------------------------------------- */

#access {
	overflow: auto;
	padding: 2em 0 2em 0;
/* 	border-top: 6px #333 solid; */
}
.table {  /* centering the menu */
	display: table;  
	margin: 0 auto;
}
.skip-link {
	display: none;
}
.menu {
	font-family: "Trebuchet MS",Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	padding: 0 1.5em 0 0;
}	


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;
	padding-bottom: 3em;
	border-bottom: 1px solid #333333; 	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}


.entry-title {
	font-size: 1.25em;
}

h1.entry-title {
	margin: 0 6em 0 6em;
	padding: 1em 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	font-weight: bold;
	border-bottom: 1px solid #cc3300;
	
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

#sidebarwrap {
background-color: #666;
height:300px;
/* padding:0 20px 0 20px; */
}


#primary {
	border-top: 3px #eaeaea solid;
/* 	padding: 2em 20px 2em 0; */
}

#secondary {
	border-top: 3px #eaeaea solid;
/* 	padding: 2em 0 2em 20px; */
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	margin: 0;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
.widget-container li {
	padding: 0.25em 0 0.25em 0;
	border-bottom: 1px silver solid;
/*
	font-size: 0.85em;
	font-style: italic;
*/
}
.widget-title {
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 0.75em;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px silver solid;
	text-transform: uppercase;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	clear: both;
}

.siteinfo {
	font-family: "Trebuchet MS",Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: #666666;
}

.siteinfo span {
	color: #cc3300;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */






/* =Front page styles
-------------------------------------------------------------- */



#viewer {
	width: 660px;
	height: 371px;
	display: block;
	overflow: hidden;
	border: 30px #fff solid;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}


#sub-feature {
	padding: 2em 2em 0 2em ;
}


.feature span {
	font-style: italic;
}


.feature h3 {
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 0.75em;
	padding: 0.5em 0 0.5em 0;
	text-transform: uppercase;
}


/* =Remove unwanted features
-------------------------------------------------------------- */

#blog-title {
display: none;
}

#nav-above {
display: none;
}

#nav-below {
display: none;
}

.entry-utility {
display: none;
}




