/*  
Theme Name: Nalej
Theme URI: http://www.nalej.com/
Description: Wordpress theme for the Nalej website.
Version: 1.0
Author: Joe Balancio
Author URI: http://joebalancio.com/

	This theme was designed and built by Joe Balancio for the Nalej store.
*/

body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background: #000000 url('images/bg.gif') fixed top center;
margin:0px;
padding:0px;
}

hr {
display:none;
}

#page {
border-left:1px solid #180000;
border-right:1px solid #180000;
width:800px;
margin: 0 auto;
z-index:1;
}

#header {
width:800px;
height:250px;
background:#f0f0f0 url('images/header.jpg') no-repeat 0px 0px;
}

#nav {
width:800px;
border-top:1px solid #f0f0f0;
border-bottom:1px solid #f0f0f0;
height:49px;
}

#nav div {
float:left;
width:100px;
height:49px;
}

h2 {
margin:0;
padding:0;
}

#content {
background: #000000 url('images/contentbg.gif') repeat-x;
font-size: 1.2em;
padding-bottom:18px;
}

#section_title{
float:left;
width:175px;
}

#mainboard {
border: 1px solid #f0f0f0;
background: #f0f0f0 url('images/mainboardbg.jpg') repeat-x;
}

#mainboardcontent {
min-height:300px;
}

#leftboard {
background: #000 url('images/leftboard.jpg') no-repeat;
width:5px;
}

#rightboard {
background: #000 url('images/rightboard.jpg') no-repeat;
width:5px;
}

#postcontainer {
margin-left:175px;
padding:0;
}

#nav_home {
background: url('images/home_highlight.jpg') #ffffff
}

#nav_store {
background: url('images/store_highlight.jpg') #ffffff
}

#nav_threads {
background: url('images/threads_highlight.jpg') #ffffff
}

#nav_events {
background: url('images/events_highlight.jpg') #ffffff
}

#nav_about {
background: url('images/about_highlight.jpg') #ffffff
}

#nav_contact {
background: url('images/contact_highlight.jpg') #ffffff
}

#nav_links {
background: url('images/links_highlight.jpg') #ffffff
}

.post, .post-store, .post-store-first {
text-align: justify;
line-height:1.5em;
padding-left:2em;
padding-top:2em;
padding-right:2em;
}
#footercontainer {
background: #cccccc url('images/footerbg.gif') repeat-y top center;
}

#footer {
padding: 0;
margin: 0 auto;
width: 800px;
background-color:#cbc4c4;
}

#footer p {
margin: 0;
padding: 5px 0;
text-align: center;
color:#777;
}

#footer a {
color:#777;
}

.post-store h1,
.post-store h2,
.post-store h3,
.post-store h4,
.post-store-first h1,
.post-store-first h2,
.post-store-first h3,
.post-store-first h4 {
color: #706254;
}

.post-store p,
.post-store-first p{
color: #000;
}

.post-store h2,
.post-store-first h2{
border-bottom:1px solid #706254;
}

.post-store-first {
float:left;
width:240px;
}
.post-store {
margin-left:280px;
width:240px;
}

.linkcat{
list-style-type:none;
}

.linkcat h2 {
border-bottom:1px solid #706254;
}

h2{
color: #706254;
}
.linkcat ul {
list-style-type:circle;
color:#180000;
line-height:2em;
}

#postcontainer a{
color:black;
border-bottom:1px dashed #706254;
text-decoration:none;
}

.postmetadata {
font-size:.8em;
}

.entry-page > p{
margin-top:0;
}

.navigation {
margin-bottom:1em;
}

.thumbnail {
float: left;
width:128px;
border: 1px solid #706254;
margin: 0 0 15px 20px;
padding:5px;
}

.thumbnailimage {
border: 1px solid #c0a890;
overflow:hidden;
}

.thumbnailinfo {
overflow:hidden;
width:128px;
margin-left:auto;
margin-right:auto
}

.clearboth {
clear: both; 
}

#nav2 {
height:18px;
border-bottom:1px solid #f0f0f0; 
background: #f0f0f0 url('images/nav2_bg.jpg') repeat-x;
}

#flashStage {
width:100%;
height:100%;
position:absolute;
background: #cccccc url('images/preloadbg.gif') repeat-y;
z-index:2;
}

#flashStageContentContainer {
width:800px;
height:400px;
margin-left:auto;
margin-right:auto;
margin-top:100px;
border:1px solid #180000;
background:#f0f0f0 url('images/preloadbg2.gif') repeat-x;
z-index:3;
}
#flashStageContent {
z-index:4;
margin-top:25px;
width:800px;
height:350px;
}

#preload_right{
float:right;
width:50px;
height:25px;
text-align:right;
margin-top:7px;
margin-right:10px;
}

#preload_left{
float:left;
width:700px;
height:25px;
text-align:left;
margin-top:7px;
margin-left:10px;
}

#flashStage a{
cursor:pointer;
color:black;
border-bottom:1px dashed #706254;
text-decoration:none;

}