/*  
Theme Name: AntiSNews
Theme URI: http://www.antisocialmediallc.com
Description: This theme can be used to build a newspaper or magazine style website using wordpress as the content management system. For full list of features visit the theme website
Version: 1.2
Author: antisocialmediallc.com
Tags: white,black,right-sidebar,left-sidebar
License: GPL
Attributions: postsidebar.php social media icons credit to Paul Robert Llyod (http://paulrobertlloyd.com)
*/ 



/* HTML Elements */

* {
margin:0;
padding:0;
}


body {background: #ffffff;color: #000000;font-size:75%; font-family: Georgia,Arial,Tahoma,Verdana;}

p {margin: 17px 0;}

a:link, a:visited { color: #423B35; text-decoration:none; }

a:hover, a:active { text-decoration:underline; }

hr { display: block; height:1px; background:#ddd url(images/liline.gif) repeat-x; border:0; margin:10px 0px 10px 0px; }

small {font-size: 0.95em; background:#f9f9f9; padding:3px 6px;}

img, a:link img, a:visited img {border:0}

.clear { clear:both;overflow:hidden; margin:0;padding:0;}

h1 {font-size:140%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:100%;}
h6 {font-size:90%;}

h1,h2,h3,h4,h5,h6,span
	{
		margin:0px;
		padding:3px 0px 3px 0px;
	}
	
h1, h1 a {  color: #000000; }
h2,h3,h4,h5,h6 { color: #626263; }
h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link { color: #626263; text-decoration:none; }
h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {  color: #626263; text-decoration:none; }

h1 {  }
h1 a:link {  text-decoration:none; }
h1.padten { padding:10px 0px 0px 10px; }
h1.padtwenty { padding:20px 0px 0px 20px; }

strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
pre { overflow:auto;}
dl {margin:0 0 1.5em 0;}
dl dt {font-style:italic; padding:3px 0px 3px 0px;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#dddddd; text-align:left; border-right:1px solid #ffffff;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#eeeeee; text-align:left; border-right:1px solid #ffffff;}
tfoot {font-style:italic;}
caption {background:#3F3F3F;}

label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #f1f1f1;}

.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.aligncenter { 	display: block; margin-left: auto; margin-right: auto; margin-top:10px;  }

img.alignleft { float:left; margin-right:10px; background:#f2f2f2; padding:5px; max-width: 250px; }
img.alignright { float:right; margin-left:10px; background:#f2f2f2; padding:5px; max-width: 250px; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; background:#f2f2f2; padding:5px; max-width: 475px;  margin-top:10px; }

html>body .alignleft { width: auto; height: auto; max-width:250px; }
html>body .alignright { width: auto; height: auto; max-width:250px; }
html>body .aligncenter { width: auto; height: auto; max-width:475px;  margin-top:10px; }


#wrapper { width:1040px; margin:0 auto; padding:0; }

#maincontainer { width:990px; margin:0 auto; }

#contentcontainer { clear:both; overflow:hidden; padding-top:5px; margin:0 auto; width:990px; }



#maincontainer .datesearch {
	margin:0 auto 1px auto;
	width:990px;
	overflow:hidden;
	font-size:14px;
	background:#8C8C8C;
	height:30px;
	clear:both;
}
* html .wp-caption.aligncenter img { 
   width: expression( document.body.clientWidth > 475 ? "475px" : "auto" ); /* sets max-width for IE */
}

* html .wp-caption.alignleft img { 
   width: expression( document.body.clientWidth > 250 ? "250px" : "auto" ); /* sets max-width for IE */
}
* html .wp-caption.alignright img { 
   width: expression( document.body.clientWidth > 250 ? "250px" : "auto" ); /* sets max-width for IE */
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f2f2f2;
padding: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption.aligncenter img {  max-width: 475px; height:auto;  }
.wp-caption.alignleft img {  max-width: 250px; height:auto;  }
.wp-caption.alignright img {  max-width: 250px; height:auto;  }

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}




#maincontainer .datesearch .date {
float:left;
margin:5px 0px 0px 10px;
color:#ffffff;
font-weight:bold;
text-transform:uppercase;
}

#maincontainer .datesearch .search { float:right; width:400px;}
#maincontainer .datesearch .search .searchinput { border:1px solid #dddddd; padding:2px; width:275px; margin-top:5px; height:15px; }
#maincontainer .datesearch .search .searchbutton { float:left; margin-top:5px; background:#cccccc; border:1px solid #dddddd; height:21px;  }

#searchbox { text-align:center; float:right; width:400px; margin:0px; }
#searchbox .searchinputbox {  float:left; }
#searchbox .searchsubmitbutton { float:left;  }



#sitetitle { clear:both; margin:30px auto 0px auto; padding:0px; width:990px; }



#sitetitle .logo { float:left; }
#sitetitle .logo h1 { color:#8C8C8C; font-size:30px; text-transform:uppercase; }
#sitetitle .logo h1 a { color:#8C8C8C; font-size:30px; text-transform:uppercase; }
#sitetitle .tagline { float:right; color:#212121; padding-top:10px; margin:0px; color:#212121; font-size:12px; text-transform:uppercase; }

#navbar {
	height: auto !important;
	min-height:35px;
	font-size: 11px;
	font-weight: bold;
	clear:both;
	width:990px;
	background: url(images/bgbar-gray.gif) repeat-x;
	
	}
	
#navbar a, #navbar a:visited {
	color: #423B35;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #38A2AC;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}

#nav, bottom-nav {
	margin: 0px;
	padding: 0px;
	padding-right:8px;
	list-style: none;
	clear:both;
	}
	
#nav ul,  bottom-nav{
	margin: 0px;
	padding: 0px;
	list-style: none; height: auto;
	min-height:35px;

	}

#nav a, #nav a:visited {
	color: #423B35;
	display: block;
    font-weight: bold;
   	text-transform: uppercase;
    margin: 0px;
	padding: 8px 17px 8px 15px;
	
	}
	
#nav a:hover {
	background: #dddddd;
	color: #8c8c8c;
    margin: 0px;
	padding: 8px 17px 8px 15px;
	text-decoration: none;
	}

#nav li {
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	height:30px;
	}

#bottom-nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 130px;
z-index:2222 !important;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #dddddd;
	width: 150px;
	float: none;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	color:#8c8c8c;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #F5F4F4;
	padding: 7px 10px 7px 10px;
	color:#8c8c8c;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:2222 !important;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	

#antisnav-navbar {
	font-size: 11px;
	height:36px;
	background: url(images/bgbar-gray.gif) repeat-x;
	font-weight: bold;
	clear:both;
	
}

#antisnav-navbar-inner {
	width: 990px;
	margin: 0 auto;
}

#antisnav-navbar a {
	color: #423B35;
}

#antisnav-navbar a:hover {
	text-decoration: underline;
}

#antisnav-navbar ul {
	padding: 0;
}


/* Page Nav */

#antisnav, #antisnav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 36px;
	z-index: 100;
}

#antisnav a {
	display: block;
text-decoration:none;text-transform:uppercase;
	padding: 0 15px;
	z-index: 100;
	display: block;
}

#antisnav {
	float: left;
}

#antisnav li {
	float: left;
}

#antisnav li.page_item {
}

#antisnav li.current_page_item {
	background-color: #869293;
}

#antisnav li.current_page_item a {
	color: #ffffff !important;
}

#antisnav li.current_page_item li a {
	color: #555555 !important;
}

/* Style drop down list */

#antisnav li ul { position: absolute; width: 160px; left: -999em;}
#antisnav li ul li {	border-style: solid; border-color: #dddddd; border-width:0 1px 1px 1px; background: #f2f2f2; padding: 3px 0; }
#antisnav li ul li a { line-height: 25px; font-size: x-small; color: #555555; width: 150px;text-shadow:  none; text-decoration:none;text-transform:uppercase;}
#antisnav li ul ul {	margin: -28px 0 0 180px; }
#antisnav li ul ul li a { line-height: 25px; }
#antisnav li ul li ul li a {	border-width:0 1px 1px 0px; }
#antisnav li:hover ul, #antisnav li.sfhover ul { left: auto; }
#antisnav li:hover ul ul, #antisnav li.sfhover ul ul { left: -999em; }
#antisnav li:hover ul, #antisnav li li:hover ul, #antisnav li.sfhover ul, #antisnav li li.sfhover ul { left: auto; }
#antisnav li:hover, #antisnav li.hover { position: static; } /* IE7 Fix */


#breakingnews { background:#C22011 url(images/breaking.jpg) no-repeat; width:990px; height:50px; margin:0; padding:0; }
#breakingnews .bnewsheadline { margin:0px 0px 0px 260px; padding:5px 0;}

#breakingnews .bnewsheadline h2, #breakingnews h2 a { color:#ffffff; font-weight:bold;  font-size:18px; line-height:0.9em;  }
#breakingnews span.clearbhlink { float:right; margin-top:-20px;margin-right:10px;}
#breakingnews span.clearbhlink a { color:#ffffff;}



.widget {
padding:10px;
}

.widget ul { }


.widget ul li {
padding:5px 0px 5px 0px;
list-style:none;
background:transparent url(images/liline.gif) bottom repeat-x;
}

.widget ul li ul li {
background:transparent url(images/lichild.gif) top left no-repeat;
padding-left:15px;
list-style:none;
}

.widget li.widget_tag_cloud {
padding:0px 0px 10px 0px;
list-style:none;
height:180px;
text-align:left;
background:none;
border:none;
}

li.widget_tag_cloud a {
padding:2px 5px 2px 5px;
}


/* tier 1 */

#tier1 {
width:990px;
margin:0 auto;
height:325px;
overflow:hidden;
padding:0px;
}

#tier1 .tier1main {
width:600px;
margin:0;
float:left;
}

#tier1 .tier1main .firstpostouter {
/*background: url(images/stripebg.gif) repeat;*/
margin-bottom:20px;
}

#tier1 .tier1main .firstpostinner {
/*padding:10px;*/
height:auto !important;
min-height:300px;
margin:0 auto;
width:600px;
}

#tier1 .tier1main .firstpostinner img.feacrop {
height:auto !important;
min-height:320px;
margin:0 auto;
width:600px;
}

#tier1 .tier1main .firstpostinner img.cropfull {
margin:0 auto 5px auto;
padding:5px;
height:auto;
min-height:320px;
}

#tier1 .fsplash {
background:transparent url(images/fsplash.jpg) no-repeat; width:600px; height:320px;
}

#tier1 .fsplashover {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 310px;
	background-color: #ffffff;
	    filter: alpha(opacity=70);
	    -moz-opacity: 0.7;
		-khtml-opacity: 0.7;
	    opacity: 0.7;
    color: #000000;
    padding:5px;
}

		
.fsplashheader a, .fsplashheader p {
    color: #000000;
    font-size:medium;
    font-weight:bold;
    margin-top:10px;
}

#tier1 .fsplashover .morelink {
color:#000000;
}


#tier1 .fsplashover h2 {
    color: #000000;
}

#tier1 .fsplashover span {
color:#000000;
}

#tier1 .tier1side {
float:left;
width:350px;
margin-left:10px;
}

#tier1 .tier1side h2 {
padding-bottom:10px;
}

#tier1 .tier1side .excerpt {
margin-bottom:10px;
height:90px;
overflow:hidden;
}

#tier1 .tier1side .excerpt h3 {
margin-top:0px;
padding-top:0px;
}

#tier1 .tier1side .excerpt p {
margin-top:0px;
}

#tier1 .tier1side .excerpt img {
float:left;
margin-right:10px;
background:#f2f2f2;
padding:5px;
border:1px solid #f1f1f1;
}


/* tier 2 */

#tier2 {
height:610px;
overflow:hidden;
width:990px;
margin:0px auto 5px auto;
background:#F2F2F2;
}

#tier2 .tier2a {
float:left;
width:210px;
height:589px;
overflow:hidden;
padding:0px;
}

#tier2 .tier2ain {
margin:0px auto 0px 20px;
}

#tier2 .tier2ad {
float:left;
width:120px;
height:605px;
overflow:hidden;
padding:5px 5px 0px 5px;
background:#ffffff;
margin:0px;
}

#tier2 .tier2adin {
}

#tier2 .tier2ain h2 {
padding-bottom:10px;
}

#tier2 .tier2ain ul { }

#tier2 .tier2ain ul li {
padding:3px 0px 3px 0px;
list-style:none;
background:transparent url(images/liline.gif) bottom repeat-x;
}

#tier2 .tier2ain ul li ul li {
background:none;
}

#tier2 .tier2ain ul li ul li {
background:transparent url(images/lichild.gif) top left no-repeat;
padding-left:15px;
list-style:none;
}

#tier2 .tier2b {
float:left;
width:280px;
height:580px;
overflow:hidden;
margin:5px 10px 0px 10px;
background:#ffffff;
padding:10px;
}

#tier2 .tier2bin {
float:left;
width:280px;
height:610px;
overflow:hidden;
}

#tier2 .tier2b .tier2bin .imgstyle {
width:280px;
background:#f2f2f2;
display:block;
float:none;
margin:0 auto;
text-align:center;
}


#tier2 .tier2b h2 {
padding-bottom:10px;
}

#tier2 .tier2b .tier2bin .excerpt {
margin-bottom:10px;
height:90px;
overflow:hidden;
}

#tier2 .tier2b .tier2bin .excerpt h3 {
margin-top:0px;
padding-top:0px;
}

#tier2 .tier2b .tier2bin .excerpt p {
margin-top:0px;
}

#tier2 .tier2b .tier2bin .excerpt img {
float:left;
margin-right:10px;
background:#f2f2f2;
padding:5px;
border:1px solid #f1f1f1;
}

#tier2 .tier2c {
float:left;
width:280px;
height:580px;
overflow:hidden;
background:#ffffff;
padding:10px;
margin:5px 0px 0px 0px;
}

#tier2 .tier2c .tier2cin {
margin-right:20px;
}

#tier2 .tier2c .tier2cin .imgstyle {
width:280px;
background:#f2f2f2;
display:block;
float:none;
margin:0 auto;
text-align:center;
}


#tier2 .tier2cin p {
width:280px;
}

#tier2 .tier2cin h2 {
padding-bottom:10px;
}

#tier2 .tier2cin h4 {
padding:10px 0px 10px 0px;
}

#tier2 .tier2cin ul {
}

#tier2 .tier2cin ul li {
padding:3px 0px 3px 0px;
list-style:none;
background:transparent url(images/bullet.gif) no-repeat center left;
padding-left:10px;}


/* tier 3 */

#tier3 {
width:990px;
margin:0 auto;
height:300px;
overflow:hidden;
padding:5px;
background:#f2f2f2;

}

#tier3 .tier3inside {
width:950px;
margin:0 auto;
}

#tier3 .tier3main {
width:575px;
magin:0;
float:left;
height:300px;
overflow:hidden;
padding:0;
background:#ffffff;

}

#tier3 .tier3main h2 {
padding:10px 0px 5px 0px; 
background:transparent url(images/liline.gif) bottom repeat-x;
margin:0px 10px 5px 10px;
}


#tier3 .tier3main .tier3mainleft {
width:340px;
float:left;
padding:10px 0px 10px 10px;
}

#tier3 .tier3main .tier3mainright {
width:220px;
float:right;
}

#tier3 .tier3main .tier3mainright img {
width:200px;
margin:0 auto;
background:#f2f2f2; 
padding:5px;
}

#tier3 .tier3main .excerpt {
margin-bottom:20px;
height:90px;
overflow:hidden;
}

#tier3 .tier3main .excerpt h3 {
margin-top:0px;
padding-top:0px;
}

#tier3 .tier3main .excerpt p {
margin-top:0px;
margin-right:10px;
}

#tier3 .tier3main .excerpt img {
float:left;
margin-right:10px;
background:#f2f2f2; padding:5px;
}

#tier3 .tier3main ul {
margin:15px;
list-style:none;
}

#tier3 .tier3main ul li {
background:transparent url(images/bullet.gif) no-repeat center left;
padding-left:10px;
}


#tier3 .tier3side {
float:left;
width:340px;
margin:0px 0px 0px 10px;
background:#ffffff;
height:293px;
overflow:hidden;
padding:7px 5px 0px 5px;
}

html>body #tier3 img { text-align:center; }

#tier3 .tier3side .fsplash2 {
background:transparent url(images/fsplash2.jpg) no-repeat; width:336px; height:280px;
margin:0 auto;
}

#tier3 .tier3side .fsplash2over {
position:relative;
top:170px;
	width: 336px !important;
	height: 110px;
	background-color: #8C8C8C;
		    filter: alpha(opacity=70);
		    -moz-opacity: 0.7;
			-khtml-opacity: 0.7;
		    opacity: 0.7;
    color: #fff;
}

#tier3 .tier3side .fsplash2overin {
padding:5px;
}

#tier3 .tier3side .fsplash2over .fsplash2overin img {
vertical-align:middle;
}

#tier3 .tier3side .tier3sidecontent {
padding:5px;
height:280px;
overflow:hidden;
}

/* tier 4 */

#tier4 {
width:990px;
margin:5px auto 0px auto;
height:300px;
overflow:hidden;
padding:5px;
background:#f2f2f2;

}

#tier4 .tier4a {
float:left;
width:300px;
height:300px;
margin:0 auto;
}

#tier4 .tier4a .tier4ain {
background:#ffffff;
width:280px;
height:300px;
margin:0px auto 0px 20px;
}

#tier4 .tier4a .tier4ain h2 {
padding-bottom:10px;
}

#tier4 .tier4a .tier4ain ul {
}

#tier4 .tier4a .tier4ain ul li {
padding:3px 0px 3px 0px;
list-style:none;
background:transparent url(images/bullet.gif) no-repeat center left;
padding-left:10px;}

#tier4 .tier4b {
float:left;
width:645px;
height:300px;
margin:0 10px 0px 10px;
}

#tier4 .tier4b .tier4btop {
width:645px;
height:200px;
margin:0 auto;
padding:0px 0px 10px 0px;
text-align:center;}

#tier4 .tier4b .tier4btop .tier4btopleft {
float:left;
background:#ffffff;
width:315px;
height:190px;
overflow:hidden;
padding:5px 0px 5px 5px;
}

#tier4 .tier4b .tier4btop .tier4btopleft h2 {
text-align:left;
padding-bottom:10px;
}

#tier4 .tier4b .tier4btop .tier4btopright h2 {
text-align:left;
padding-bottom:10px;
}

#tier4 .tier4b .tier4btop .tier4btopright {
float:right;
background:#ffffff;
width:315px;
height:200px;
}

#tier4 .tier4b .tier4btop .tier4btopright ul {
}

#tier4 .tier4b .tier4btop .tier4btopright ul li {
padding:3px 0px 3px 0px;
list-style:none;
background:transparent url(images/bullet.gif) no-repeat center left;
padding-left:10px;
text-align:left;}

#tier4 .tier4b .tier4bbottom {
width:636px;
height:80px;
background:#ffffff;
padding:10px 0px 0px 10px;}

#tier4 .tier4b .tier4bbottomin {
width:500px;
margin:0 auto;
text-align:center;}

#tier4 .tier4c {
float:left;
width:300px;
height:300px;
margin:0 auto;
}

/* Content */

#content { width:990px; margin:0 auto; }
.postarea { width:500px; margin:0 auto; padding:10px; float:left; }
.postareasingle { width:500px; margin:0 auto; padding:10px; float:left; background:transparent url(images/postareasinglebg.gif) top right no-repeat; }

.postareameta { margin: 30px 0;}
.postarea h2 {}
.postarea blockquote,.entry blockquote { clear:both; color:#3f3f3f;background:#f2f2f2;padding:6px 14px;margin:18px 35px;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;}
.postarea ul li { list-style:square; }
.postarea .byline { display:block; padding:4px 4px 4px 0px; text-transform:uppercase; font-size:x-small; }
.postarea .byline a { color:#000000;text-decoration:none; }
.postarea .byline a:hover { color:#705738;text-decoration:underline; }
.postarea .excerpt { margin:20px 0px 20px 0px; background:transparent url(images/liline.gif) bottom repeat-x; height:auto !important; min-height:200px; }
.postarea .excerpt p { margin:0px; }
.postarea .excerpt .byline { margin-bottom:10px; }
.postarea .excerpt img{ float:left;margin:0px 10px 0px 0px; padding:5px; background:#f2f2f2; border:1px solid #e7e7e7;}
.postarea .excerpt .readfull { background: #f9f9f9; padding:5px; width:100%; float:right; border:1px double #f5f5f5; margin:10px 0px 10px 0px; text-align:right; } 

.postarea .excerpt span.searchtexthighlight { background:#38A2AC; }

.postarea h1 {
font-size:24px;
width:480px;
}

h2.singletitle {
font-size:24px;
width:480px;
}

#postsidebar {
float:left;
width:230;
}

#postsidebar .postsidebarcontent {
width:230;
background:#f2f2f2;padding:10px;
}

#postsidebar .postsidebarcontent .widget {
width:230px;
}

#postsidebar .postsidebarcontent .widget ul {
width:230px;
}

#postsidebar .postsidebarcontent h2 {
margin-bottom:10px;
}

#postsidebar .postsidebarcontent select {
width:230px;
padding:3px;
border:1px solid #dddddd;
}



#postsidebar .postsidebarbottom {
background:transparent url(images/postsidebarbottom.png) no-repeat;
width:286px;
height:37px;
margin:0;
padding:0;
}

#share {
width:230px;
margin:0 auto;
}

#share ul {
width:230px;
}

#share ul li {
float:left;
width:75px;
list-style:none;
text-align:center;
margin-top:15px;
}

#postmeta {

background:transparent url(images/postmetbg.png);

}

#postmeta .byline {
width:225px;
padding:10px;
}

#postsidebar .morefromcat {
width:225px;
padding:10px;
}

#postsidebar .morefromcat h2 {
margin:0px 0px 10px 0px;
}

#postsidebar .morefromcat ul {
width:220;
padding:10px;
margin:0;
}

#postsidebar .morefromcat ul li {
padding:3px 0px 3px 0px;
list-style:none;
background:transparent url(images/bullet.gif) no-repeat center left;
padding-left:10px;

}

#postsidebar .morefromcat .excerpt {
margin-bottom:10px;
height:65px;
overflow:hidden;
background:transparent url(images/liline.gif) bottom repeat-x;
padding-bottom:5px;
}

#postsidebar .morefromcat .excerpt h3 {
margin-top:0px;
padding-top:0px;
}

#postsidebar .morefromcat .excerpt p {
margin-top:0px;
}

#postsidebar .morefromcat .excerpt img {
float:left;
margin-right:10px;
background:#E5E5E5;
padding:5px;
}

.bnavigation {
	padding:10px auto 10px auto;
	width:500px;
	margin:20px auto 20px auto;
}
.bnavigation a {
	font-size: 1em;
}

.bnavleft {
width:250px;
float:left;
}

.bnavright {
width:230px;
float:right;
}

.paginav {
	width:480px;
	margin-bottom:15px;
	float:left;
	padding:10px;
}
.paginav a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.npfsearchmsg {margin:20px 0px 20px 30px;}
.npfsearchmsg h2 {margin:0px 0px 10px 0px;}

.postareameta {margin:10px 0px 10px 30px;}

.entry { width:480px; }

.entry .tags {
background:#f2f2f2;
padding:5px;
}

.entry a {
color:#38A2AC;
}

.entry ul, .entry ol {
margin:10px 0px 10px 30px;clear:both;
}



.entry ul li {
list-style:square; padding:3px 0px 3px 0px;
}

.entry ol li {  list-style-type: decimal; padding:3px 0px 3px 0px; }
.entry ol ol li {  list-style-type: lower-roman; padding:3px 0px 3px 0px; }

.entry img { 	  }

.entry textarea {
width:100%;
height:auto !important;
min-height:100px;
border:1px solid#dddddd;
}

.entry input[type=text] {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input.text {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input[type=password] {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input.password {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

ul.list404, ol.list404 {}
ul.list404 li, ol.list404 li { padding:6px 0px 6px 0px; }
ul.list404 li a, ol.list404 li a { color:#423B35; }



/************************************************
* Sidebar                                        * 
************************************************/

#sidebarnarrow { width: 160px; float:left; margin:0px; }

#sidebarnarrow h2 { margin-bottom:10px; }

#sidebarnarrow a { #333333; }


#sidebarnarrow select { width:160px; } 

.sidebarad { text-align:center; margin: 0 auto; padding:5px; }

#sidebarnarrow ul li ul {
}

#sidebarnarrow ul li ul li {
border:none;
}


#calendar caption, #wp-calendar caption { font-weight: bold; 	color : #ffffff; 	text-transform:uppercase; 	margin:0; 	padding:2px 0 2px 10px; 	width:100%; 	text-align:center; }
#calendar table, #wp-calendar table { 	width: 100%; 	padding: 0; 	text-align: center; }
#calendar thead th, #wp-calendar thead th { 	padding:3px; color:#3F3F3F; text-align:center; }
#calendar tbody td, #wp-calendar tbody td { 	padding: 5px 0;  color:#cccccc;  text-align:center;  }
#calendar tfoot td, #wp-calendar tfoot td { }
#calendar #prev, #wp-calendar #prev { 	text-align: left; }
#calendar #next, #wp-calendar #next { 	text-align: right; }
#calendar a, #wp-calendar a { 	font-weight: normal; 	color: #000000; }


/* Form Elements */

.button { padding: 1px; background:#3F3F3F; color:#ffffff; border:none; }
.button:hover { background:#eeeeee;color:#3f3f3f;text-decoration:none }

#respond { }

#commentform input { width: 170px; margin: 5px 5px 1px 0; padding:5px; border:1px solid #dddddd; }
#commentform textarea { width: 460px; margin-top:5px;height:auto !important; min-height:100px; border:1px solid#dddddd; }
#commentform .commentsubmit { background:#F6F5F5 url(images/commentsubmit.gif) repeat-x; color:#ffffff; height:35px; }
#commentform .commentsubmit:hover { background:#38A2AC url(images/commentsubmit-hover.gif) repeat-x; color:#ffffff; height:35px;  }

/* Comments*/

.commentarea { clear:both; margin-top:25px; width:480px; padding:20px 0px 20px 20px; }
.commentareain h2,.commentareain h3 {margin-bottom:10px;}
.commentlist { padding-left:30px; }

.commentlist li { margin: 0px 0 0px; padding: 18px 15px 10px 15px; }
#commentform small { font-weight:normal; padding:0; }
.commentmetadata { display: block; }
.commentlist small { background:#f9f9f9; }

.commentlist cite { font-size:12px; font-weight:bold; }

.cancel-comment-reply { font-size:12px; font-weight:bold; }

.commentlist ul li, .comments ol li { list-style:none;}

.commentlist p { margin:15px 0px 15px 0px; }

.commentlist li.even { border-left:1px solid #eeeeee; border-top:1px solid #eeeeee; margin-right:10px; }

.commentlist li.alt { border-right:1px solid #eeeeee; border-top:1px solid #eeeeee;  margin-right:10px; }
.commentlist li.odd { padding-top:10px; }

.commentlist li img { float:left; margin-right:5px; }

/* Footer*/

#footer { margin:5px auto 10px auto; width: 970px; color:#ffffff; font-size:x-small; background: #8C8C8C; padding: 10px; clear:both; }
#footer a { color:#ffffff; }
#footer .tools { float:right; margin-right:30px; }
#footer .tools ul { list-style: none; margin-right:30px;  }
#footer .tools ul li { float: left; display: block; padding-left:20px; }
#footer .tools ul li a { float: left; display: block; }
#footer .tools ul li a: hover { text-decoration:underline;}


#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 {
    width: 600; /* important to be same as image width */
    height: 320px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider ul li, #slider1 ul li {
list-style:none;
}

#sliderContent, #slider1Content {
    width: 600; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #0000000;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 574px;
    background-color: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000000;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
    color:#000000;
}

.slider1Image span b, .slider1Image span b a {
color:#000000;
font-size:medium;
}

.slidertop {
	top: 0;
	left: 0;
}
.sliderbottom {
	bottom: 0;
    left: 0;
}
.sliderleft {
	top: 0;
    left: 0;
	width: 115px !important;
	height: 300px;
}
.sliderright {
	right: 0;
	bottom: 0;
	width: 115px !important;
	height: 300px;
}



.ratingblock,.ratingmulti { clear:both; }