/*  
Template name: Emplode
Template URI: http://templates.arcsin.se/emplode-website-template/
Release date: 2008-12-19
Last updated: 2009-08-08
Description: A clean and simple two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #353530;
	color: #5A5A50;
	font: normal 1.3em Georgia,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Georgia,sans-serif;}
h2 {font: normal 2.2em Georgia,sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.8em Georgia,sans-serif;}
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #F6F6F2 url('/img/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: url('/img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table th.title {
	text-align: center;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: url('/img/grain_light.gif');
	border: 1px solid #DDC;
}

/*sidebar table*/

table.sidebar_table {
	border: 1px solid #CCB;
}
table.sidebar_table th {
	background: url('/img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.sidebar_table th.title {
	text-align: center;
}
table.sidebar_table tr {border-bottom: 1px solid #DDD;}
table.sidebar_table td, table th {padding: 2px;}
table.sidebar_table td {
	background: url('/img/grain_light.gif');
	border: 1px solid #DDC;
}

/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('/img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('/img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

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


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('/img/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: url('/img/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('/img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

/* Separators */
.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}

/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	/*margin-bottom: 1em;
	padding: 0.6em 0.8em;*/
	text-align:center;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 950px; /* 855 */
}

#header {
	background: #35322B url('/img/backgrounds.gif') repeat-x 0 0;
	padding-top: 8px;
	height: 130px;
}


/* Toplinks */
#toplinks {
	background:  url('/img/toplinks.png') no-repeat left top;
	color: #554;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {color: #887;}
#toplinks a:hover {color: #DDC;}

/* Site title */
#site_title {
	color: #998;
	padding: 0 0 25px;
	background: url('/img/banner.png') no-repeat left top;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}

/* Main */
#main_wrapper_outer {background: url('/img/grain.gif');}
#main_wrapper_inner {
	background: url('/img/main_wrapper_inner.gif') repeat-x left top;
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 640px; /*540*/
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Sidebar */
#sidebar {
	color: #665;
	width: 286px;
	border-right: 1px solid #CCB;
}
#sidebar_content {padding-right: 25px;}
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}


/* Dashboard */
#dashboard {
	background: #DDD url('/img/grain_dark.gif');
	border-top: 1px dashed #C0C0B0;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 310px;}
#dashboard .col3mid {width: 330px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #AA9;
	padding: 12px 0;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
	margin-left:10px
}
.post_date a {color: #444;}

.post_body {margin-left:10px}

.post_meta {
	background: url('/img/grain_light.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('/img/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: url('/img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	background: url('/img/grain_dark.gif');
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}

div.box {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
	background: url('/img/grain_light.gif');
}

div.box h3 {
	background: url('/img/grain_dark.gif');
	color: #555;
	text-align: left;
	border-bottom: 1px solid #CCB;
	padding: 5px;
}
div.box h3.center {
	text-align: center;
}

/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}




/*

My CHanges

*/
#contact {text-align:center}
#contact p {border-bottom:solid 1px #000}

li.selected    { background: 	url('/img/grain_dark.gif'); }

.hideme {margin-left:30px;}

/* Nav */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation ul li ul {display: none;}
#navigation, #navigation a {background: #958573 url('/img/backgrounds.gif') repeat-x 0 -222px; min-width:80px}
#navigation a {
	border-right: 1px solid #AFA69C;
	color: #654;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a.main {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
}
#navigation ul li {float:left; position:relative;}

#navigation ul li:hover ul {display:block; position:absolute; top:36px;  }
#navigation ul li:hover ul li { border-left:1px solid #AFA69C; border-bottom:1px solid #AFA69C;}
#navigation ul li:hover ul li a{min-width:80px; max-width:300px;}
#navigation ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#navigation ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
#navigation ul li:hover ul li ul {display: none;}
#navigation ul li:hover ul li a {display:block; background: #958573 url('/img/backgrounds.gif') repeat-x 0 -222px;}
#navigation ul li:hover ul li a:hover {background-position: 0 -294px; color: #543;}
#navigation ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#navigation ul li:hover ul li:hover ul.left {left:-105px;}





/* calendar CSS */

table.calendar {height:500px; width: 100%; border: 1px solid #cccccc; border-collapse: collapse; margin: 0px; padding: 0px; }
table.calendar th {background: url('/img/grain_dark.gif'); text-transform: none; color: #444444; padding: 4px; text-align: center; border: 1px solid #eeeeee;}

table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 70px; border-bottom: 1px solid #cccccc;}
table.calendar td.cell-today {background: url('/img/grain_light.gif');} /* today in the current month */
table.calendar td.cell-weekend {background: url('/img/grain_dark.gif');}
table.calendar td {border: 1px solid #cccccc;}

table.calendar td div.cell-number {text-align: right; font-size: 8px; color: #444444; display: block;}
table.calendar td div {display: block; font-size: 10px; text-align: left;}
table.calendar thead th {border: 1px solid #cccccc;}








.backwards {unicode-bidi:bidi-override; direction: rtl;} 


div.label { float:left; text-align:right; width:80px }
div.testedit { float:left; margin-left:20px; margin-bottom:10px; display:block}
div.editCount { float:left; margin-left:20px; margin-bottom:10px; display:block}
div.editPhone { float:left; margin-left:20px; margin-bottom:10px; display:block}
div.edit { float:left; margin-left:20px; margin-bottom:10px; display:block}
div.editArea { float:left; margin-left:20px; margin-bottom:10px; display:block}
div.editAutoComp { float:left; margin-left:20px; margin-bottom:10px; display:block}


div.lineRight {float:left; margin-left:20px; margin-bottom:10px; display:block;}


div.afile {
	float:left;
    margin-right: 10px;
	text-align: center;
}

div.afile:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.afolder {
	float:left;
    margin-right: 10px;
	text-align: center;
}

div.afolder:hover {
	text-decoration: underline;
	cursor: pointer;
}



.spanlink {
	text-decoration:underline;
	cursor:pointer
	
}

.spin {
	background: url('/img/ajax-loader.gif') no-repeat 50% 50%;
}



/*
 FORUM STUFFS
*/

.forum-path {
	padding-top: 8px;
	font-weight: bold;
	padding-bottom: 8px;
}
.forum-path a {
	color: #666;
}

.forum-index {


}
.forum-index table {
	border: 1px solid #E5E5D5;
	width: 100%;
}

.forum-index table th {
	background: url('/img/grain_dark.gif');
	text-align: center;
	color: #665;
	padding: 6px;
}

.forum-index table tr td {
	padding: 4px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #E5E5D5;
}
.forum-index table tr.altrow td {
	background: url('/img/grain_light.gif');
}
.forum-index table td.leftalign {
	text-align: left;
	padding-left: 5px;
}
.forum-index-title {
	font-size: 12px;
}
.forum-index-title a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.forum-index-title a:hover {
	text-decoration: underline;
}


.forum-index-desc {
	margin-top: 2px;
}

.forum-topic-title {
	font-size: 14px;
	font-weight: bold;
	color: #3B5996;
	padding-top: 10px;
	padding-bottom: 5px;
}
.forum-topic-date {
	font-size: 10px;
	margin-top: 8px;
	text-align: right;
	margin-right: 4px;
}
.forum-topic-date span {
	float: left;
	color: #999;
}

.forum-topic-cp {
	text-align: right;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
}

.paging {
	text-align: left;
	padding-top: 5px;
}
.paging a {
	text-decoration: none;
	color: #3B5996;
	padding: 2px;
	font-weight: bold;
}
.paging a:hover {
	text-decoration: none;
	background-color: #F8F8F8;
}
.paging .current {
	color: #FF6701;
	font-weight: bold;
	padding: 2px;
}
.paging .disabled {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #FF6701;
	color: #FF6701;
	display: none;
}.button-newtopic {
	text-align: right;
}
.button-newtopic a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #3B5996;
	color: #FFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	display: inline;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	width: 100px;
}
.button-newtopic a:hover {
	background-color: #2C4270;
	color: #FFF;
}

.field {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.field label {
	display: block;
	width: 100px;
	float: left;
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: left;
	color: #3B5996;
}

.field input {
	width: 400px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	padding: 3px;
	border: 1px solid #3B5996;
}
.field textarea {
	width: 400px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	padding: 3px;
	border: 1px solid #3B5996;
}
.field select {
	border: 1px solid #417EA5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #154264;
	padding: 1px;
}
.field .error-message{
	color: #C00;
	margin-left: 100px;
	margin-top: 2px;
	clear: both;
	font-weight: bold;
}




