/*
Theme Name: Natashas Blogg
Description: Natashas Blogg
Version: 1
Author: Oskar Sundberg
Author URI: http://dread.se
*/





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, p, samp,
small, strike, strong, sub, sup, 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;
}
h1, h2, h3, h4, h5  {
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.left {float:left;}
.right {float:right;}
.center {margin:0 auto;}

img.alignleft {
float: left;
padding: 0 20px 12px 0;
}

img.alignright {
float: right;
padding: 0 0 12px 20px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff url('images/natasha-bg.png') no-repeat center top;
	color: #000;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	margin:0 auto;
}

#bg {
	background: #fff500;
	height:40px;
}

#rap {
	width: 981px;
	display:block;
	margin: 0 auto;
	overflow:hidden;
}

/* LINKS */

a {
	color:#ff0076;
	text-decoration:none;
}
a:hover {
	color:#000;
}




/* TOP BAR */

#topbar {
	margin:0 26px;
	width:929px;
}

ul.mainnav li, ul.secnav li {
	display:inline;
}
ul.mainnav li a {
	font-weight:bold;
	padding:14px 20px;
	float:left;
	border-right: 1px solid #fff;
	background: #fff500;
	color:#000;
}
ul.mainnav li a:hover {
	border-right: 1px solid #fff;
	background: #ff4b97;
	color:#fff;
}
ul.mainnav li.selected a {
	background: #fff;
	color:#000;
}
ul.mainnav li.first a {
	border-left: 1px solid #fff;
}

ul.secnav {
	text-align:right;
}
ul.secnav li a {
	font-family: georgia, times, serif;
	font-style:italic;
	font-size:14px;
	padding:0px 10px;
	float:right;
	border-right: 1px solid #000;
	margin-top:12px;
	color:#000;
} 
ul.secnav li.last a {
	border-right: none;
	padding:0px 0px 0px 10px;
}
ul.secnav li a:hover {
	color:#ff0076;
}
ul.secnav div {
  display: none;
}

ul.secnav li.mega a {
	background: url('images/smalldownarrow.gif') no-repeat right 5px;
	padding-right:13px;
}
ul.secnav li.mega div {
	background:#ff4b97;
	color:#000;
	position:absolute;
	width:210px;
	text-align:left;
	z-index:99;
	top:40px;
	margin-left:679px;
	padding:18px 30px 8px 10px;
}
ul.secnav li.hovering div {
  	display: block;
}
ul.secnav li.mega div a {
	font-weight:bold;
	color:#fff;
	font-family: arial;
	font-style:normal;
	font-size:14px;
	margin:0;
	float:none;
	border-right: none;
	display:block;
	width:100%;

}

ul.secnav li.mega div a.icon-feed, ul.secnav li.mega div a.icon-twitter, ul.secnav li.mega div a.icon-email {
	padding:1px 0 1px 21px;
	font-weight:bold;
}
ul.secnav li.mega div a.icon-feed { background: url('images/icon-feed.gif') no-repeat left top; }
ul.secnav li.mega div a.icon-twitter { background: url('images/icon-twitter.gif') no-repeat left top; }
ul.secnav li.mega div a.icon-email { background: url('images/icon-email.gif') no-repeat left top; }

ul.secnav li.mega div a:hover {
	color:#fff500;
}
ul.secnav li.mega div p {
	margin: 5px 0 10px 20px;
	padding:0 0 10px 0;
	border-bottom: 1px dotted #fff;
	font-size:11px;
}

/* HEADER */

#header {
	width:929px;
	height:153px;
	clear:both;
	margin:0 auto;
}

#logo {
	position:relative;
	top:46px;
	left:0px;
	width:981px;
}

/* Search Form */

#search {
	position:relative;
	float:right;
	top:-2px;
	right:0;
	margin:0;
	width:250px;
}

.searchbox {
	width:159px;
	height:16px;
	border: 1px solid #000;
	font-size:12px;
	padding: 7px 8px 7px 8px;
	float:left;
	overflow:hidden;
}
#search button {
	float:right;
	width:73px;
	overflow:hidden;
	padding: 9px 10px 11px 10px;
	background:#000;
	color:#fff;
	border:none;
	display:inline;
	height:32px;
	font-weight:bold;
	cursor: pointer;
}
#search button:hover {
	background:#ff4b97;
}
button {
	overflow:hidden;
	padding: 9px 10px 11px 10px;
	background:#000;
	color:#fff;
	border:none;
	display:inline;
	height:32px;
	font-weight:bold;
	cursor: pointer;
}
button:hover {
	background:#ff4b97;
}

/* GALLERY CAROUSEL */

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 981px; /*Width of Carousel Viewer itself*/
	height: 250px; /*Height should enough to fit largest content's height*/
	margin: 0 auto;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
#displaycssbelt, #stocklevels {
	visibility: hidden;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 41px 0 25px; /*margin around each panel*/
	width: 202px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.paneltxt {
	color:#494949;
	font-family:arial, verdana, sans-serif;
	font-size:13px;
	padding:5px 0 0 0;
	font-style:italic;
}

.scrollbut:hover {
	opacity: 0.5;
}

.stock {
	font-family:arial, verdana, sans-serif;
	font-size:10px;
	text-align:left;
	color:#000;
	clear:both;
	margin:0 auto;
	width:929px;
	padding-bottom:5px;
	border-bottom:1px dashed #000;
	height:10px;
}
h2.arch {
	font-size: 24px;
	font-weight:bold;
	width:929px;
	margin:0 auto;
	text-transform: capitalize;
}
h2.arch a {
	color:#000;
}
h2.arch a:hover {
	color:#ff4b97;
}
.run {
	position:relative;
	top:-7px;
	left:856px;
	z-index:90;
	width: 73px;
	height:73px;
}

/* Sub Feature*/

.subfeature	{
	width:202px; 
	margin:0 0 0 0px; 
	display:block; 
	overflow:hidden;
}
.subfeature	.overlay {
	position:relative; 
	float:left; 
	width:202px; 
	height:152px; 
	margin:-152px 0 0 0; 
	padding:0; 
	overflow:hidden;
}
.subfeature	.overlay a img {
	width:200px; 
	height:150px; 
	display:block;
	overflow:hidden;
}
.subfeature	.comcat {
	position:relative; 
	float:left; 
	margin:-151px 0 0 0; 
	padding:0; 
	width:201px !important; 
}

.com a {
	color:#fff;
	float:right;
	font-size:12px;
	padding:3px 9px 1px 30px;
	background: #ff4b97 url('images/icon-commentw.gif') no-repeat 9px 2px;
	height:16px;
	font-family:georgia, times, serif;
	font-style:italic;
}
.com a:hover {
	color:#fff;
	background: #000 url('images/icon-commentw.gif') no-repeat 9px 2px;
}
.cat a, .dat {
	color:#000;
	float:right;
	font-size:12px;
	padding:3px 9px 1px 9px;
	background: #fff;
	height:16px;
	font-family:georgia, times, serif;
	font-style:italic;
}
.cat a:hover {
	color:#000;
	background: #fff500;
}

.subfeature-txt {
	position:relative; 
	float:left; 
	margin:0; 
	padding:3px 0 0 0; 
	width:202px !important; 
	line-height:17px; 
}
.subfeature-txt h2 {
	font-size:14px;
	font-weight:bold;
	clear:both;
	padding-bottom:3px;
}
.subfeature-txt h2 a {
	color:#000;
}
.subfeature-txt h2 a:hover {
	color:#ff0076;
}
.subfeature-txt p {
	font-size:12px;
	font-family:georgia, times, serif;
	line-height:16px;
	font-style:italic;
}	
.subfeature-txt p a {
	color:#00b999;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-style:normal;
}
.subfeature-txt .date {
	font-size:10px;
	font-family:arial, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
}
.subfeature a img {
	border:1px solid transparent;
}
.subfeature a img:hover {
	border:1px dashed #ff0076;
}


/* ARCHIVES */
#archive {
	position: relative; /*leave this value alone*/
	overflow: hidden;
	width: 657px; /*Width of Carousel Viewer itself*/
	margin: 0 auto;
}

#archive .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 17px 15px 0; /*margin around each panel*/
	width: 202px; /*Width of each panel holding each content. */
	height:242px;
}



/* RESTAURANTS */

a.altlink {
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, Times, Serif;
}

#archive.restaurants {
	font-size:14px;
	line-height: 150%;
}

#love-name, #love-date, #love-city, #hate-name, #hate-date, #hate-city {
	clear:both;
}

#archive.restaurants li {
	padding:2px 0 2px 5px;
	font-weight:bold;	font-size:12px;
}

#archive.restaurants li span {
	font-size:12px;
	font-weight:normal;
}
#archive.restaurants li.odd .year {
	color:#fff;
}
#archive.restaurants li.even .year {
	color:#d1d1d1;
}

#archive.restaurants a {
	color:#000;
}
#archive.restaurants a:hover {
	color:#ff0076;
}

#archive.restaurants h2 {
	font-family: georgia,times,serif;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
	padding:0 10px 20px 0;
	float:left;
	width:85px;
}

#archive.restaurants .odd {
	background:#e0e0e0;
}
#archive.restaurants .even {
	background:#fff;
}

#archive .restaurant-desc {
float:left;
font-family: georgia, times, serif;
font-size:16px;
font-style: italic;
margin-bottom:1.2em;
width:640px;
margin:0 10px 30px 0;
}

#archive .restaurant-love {
float:right;
width:300px;
margin:0 10px 10px 0;
min-height:75px;
}

#archive .restaurant-hate {
float:left;
width:300px;
margin:0 0 10px 0px;
min-height:75px;
}


.cat-item {
	border-top: 1px solid #e0e0e0;
}




/* MAIN + CONTENT */

#main {
	width:929px;
	padding:0 26px 0 26px;
	margin:0 auto;
	overflow:hidden;
}

#content {
	width:640px;
	margin-top:40px;
	overflow:hidden;
	float:left;
}

#content h1 {
	font-size: 24px;
	font-weight:bold;
}
#content h1 a {
	color:#000;
}
#content h1 a:hover {
	color:#ff4b97;
}

.meta {
	font-size: 12px;
	padding: 10px 0 20px 0;
}
.meta a {
	color:#000;
}
.meta a:hover {
	color:#ff0076;
}
.metacat {
	font-weight:bold;
}

.posthomepage {
	border-bottom:1px dashed #000;
	margin-bottom:40px;
}

.homepagecomments {
	text-align:right;
	font-weight:bold;
	padding-bottom:10px;
	font-size:14px;
}

.posttxt .intro {
	text-align: justify;
	font-size: 14px;
	font-family: georgia, times, serif;
	line-height: 170%;
	margin-bottom:1.2em;
}

.posttxt p span {
font-weight:bold;
font-family: arial, verdana, sans-serif;
}

.posttxt {
	margin-bottom:30px;
}

.posttxt p, .posttxt li {
	text-align: justify;
	font-size: 14px;
	font-family: georgia, times, serif;
	line-height: 170%;
}

.posttxt p, .posttxt ul, .posttxt ol {
	margin-bottom:1.2em;
}

.posttxt ul {
	list-style-type: disc;
	margin-left:40px;
}
.posttxt ol {
	list-style-type: decimal;
	margin-left:40px;
}
.posttxt li {
	margin-bottom:5px;
}
.posttxt ul, ol {
	margin-left:40px;
}

.posttxt h4 {font-size: 16px;margin-bottom:1em;}
.posttxt h3 {font-size: 18px;margin-bottom:1em;}
.posttxt h2 {font-size: 21px;margin-bottom:1em;}

.postextras {
	clear:both;
}

.related {
	padding:4px 0 1px 21px;
	font-weight:bold;
	background: url('images/icon-tag.gif') no-repeat left 6px; 
	margin:33px 0 20px 130px;
	line-height:150%;
	font-size: 14px;
}

.related a { font-weight:normal; padding: 0 0 0 3px;}


/* SIDEBAR */

#sidebar {
	width:250px;
	overflow:hidden;
	float:right;
	margin-top:40px;
}

#sidebar h3.headingrun {
	background: url('images/sidebarhead-bg.gif') no-repeat left top;
	padding:11px 0 0 12px;
	color:#fff;
	font-family: georgia,times,serif;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	height:42px;
	width:235px;
}

#sidebar h3.heading {
	background: url('images/sidebarhead-bg.gif') no-repeat left top;
	padding:11px 0 0 12px;
	color:#fff;
	font-family: georgia,times,serif;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	height:42px;
	width:237px;
}

#sidebar ul {
	margin-bottom:30px;
}

#sidebar ul li {
	border-bottom: 1px dotted #000;
	padding:6px 0 6px 0;
	font-size: 12px;
	line-height:130%;
}
#sidebar ul li a {
font-weight:bold;
}
#sidebar ul li.aktt_more_updates {
	border-bottom: 0px;
	font-weight: bold;
	padding-bottom: 0;
}

#sidebar ul li a.icon-feed, #sidebar ul li a.icon-twitter, #sidebar ul li a.icon-email {
	padding:1px 0 1px 21px;
}
#sidebar ul li a.icon-feed { background: url('images/icon-feed.gif') no-repeat left top; }
#sidebar ul li a.icon-twitter { background: url('images/icon-twitter.gif') no-repeat left top; }
#sidebar ul li a.icon-email { background: url('images/icon-email.gif') no-repeat left top; }

input#aktt_tweet_text {
	float:left;
	border: 1px solid #000;
}

#recentphotos {
	padding-bottom:30px;
}




/* TABS */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
	background:#fff;
	padding:0!important;
	margin:0!important;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 1px 0 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    min-width: 50px; /* be nice to Opera */
	border-bottom: none!important;
	padding:0 1px 0 0!important;
	margin:0!important;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 0px;

}
.ui-tabs-nav a {
    margin: 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding: 0 11px 0 11px;
    color: #fff;
    font-family: georgia,times,serif;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    background: url('images/sidebarhead-bg3.gif') no-repeat left top;
}
.ui-tabs-nav a:hover {
    color: #000;
    background: url('images/sidebarhead-bg2.gif') no-repeat left top;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a.hometab  {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #fff;
	background: url('images/sidebarhead-bg.gif') no-repeat left top;
}
.ui-tabs-nav a span {
    width: 50px; /* IE 6 treats width as min-width */
    min-width: 50px;
    height: 42px; /* IE 6 treats height as min-height */
    min-height: 42px;
    padding-top: 11px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-panel {
    padding: 20px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	font-family: arial, verdana, sans-serif;
	line-height: 149%;
	color:#000;
}
#homecomments, #homeforum {
    padding: 0;
	margin:0;
    background: #c0ece4; /* declare background color for container to avoid distorted fonts in IE while fading */
	line-height: normal;
	color:#000;
}
.ui-tabs-panel p {
	padding: 0 0 1em 0;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#hate .ui-tabs-nav, #love .ui-tabs-nav  {
	padding:0!important;
	margin:0!important;
}	
#hate .ui-tabs-nav a span, #love .ui-tabs-nav a span {
    width: 43px; /* IE 6 treats width as min-width */
    min-width: 40px;
    height: 12px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding:3px 0 0 0;
	line-height:110%;
	text-align:left;
	margin:0;
	background:transparent;
}
#hate .ui-tabs-nav a, #love .ui-tabs-nav a {
	background:transparent;
	color:#fff;
}
#hate .ui-tabs-nav a:hover, #love .ui-tabs-nav a:hover {
	background:transparent;
	color:#000;
}
#hate .ui-tabs-nav .ui-tabs-selected a:hover, #love .ui-tabs-nav .ui-tabs-selected a:hover {
	background:transparent;
	color:#fff;
}

#hate .ui-tabs-nav li, #love .ui-tabs-nav li {
	background: #ff4b97;
	border-right:1px solid #fff;
}
#hate .ui-tabs-nav .ui-tabs-selected, #love .ui-tabs-nav .ui-tabs-selected   {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #fff;
	background: #000;
}

#hate .ui-tabs-nav li:hover, #love .ui-tabs-nav li:hover   {
	background: #fff500;
}
#hate .ui-tabs-nav .ui-tabs-selected:hover, #love .ui-tabs-nav .ui-tabs-selected:hover   {
	background: #000;
	color:#fff;
}

/* TOP TAGS */
#r-tags {text-align:justify; padding-bottom:20px!important;}
#r-tags a {
	width:73px;
	display:inline-block;
	line-height:100%;
	padding:0 0 10px 0;
	text-align:left;
	text-transform: capitalize;
}




/* CAPTIONS */
.wp-caption {
border: none;
padding: 0px;
margin:0 0 14px 0;
width: auto!important;
}

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

.wp-caption p.wp-caption-text {
font-family:verdana, arial, sans-serif;
font-size: 11px;
margin: 0;
padding-top:5px;
text-align:right;
color: #ff0076;
}


/* Begin Comments*/
#comments {
	font-weight:normal;
	font-size:21px;
	padding-top:30px;
}
h3.botreply {
	font-weight:normal;
	font-size:21px;
	padding: 30px 0 10px 0;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	width:640px;
	font-size:12px;
	margin: 10px 0px 0px 0px;
	overflow:hidden;
	border-bottom:1px dotted #000;
	padding-bottom:3px;
	}

.commentlist li {
	margin: 20px 0 17px 0;
	padding: 20px 0 0 0;
	list-style: none;
	clear:both;
	border-top:1px dotted #000;
	}
.commentlist li ul li { 
	margin-left: 70px;
	border-top:1px dashed #000;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	display: block;
	}
.commentmetadata a {
	font-size:10px;
	color:#000;
	}	
	
#commentform input, #commentform textarea {
	border:1px solid #000;
	padding:10px;
	margin: 5px 0 5px 0;
	font-size:14px;
	font-family:arial, verdana, sans-serif;
}	
#commentform textarea {
	width:618px;
}
li #respond #commentform textarea {
	width:478px;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	display:block;
}

.commentlist li .avatar { 
	float: left;
	border: 1px dotted #000;
	padding: 4px;
	background: #fff;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	margin-left:21px;
	line-height:18px;
	}
.commentlist cite a:hover {	
	color: #ff0076;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin-left:80px;
	}
.commentlist p a {	
	font-variant:small-caps;
	border-bottom:1px solid #009fef;
}
.commentlist p a:hover {	
	color: #ff0076;
	border-bottom:1px solid #ff0076;
}
.commentmetadata {
	font-weight: normal;
	margin-left:80px;
	font-family:arial, helvetica, verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	}	
#respond {
	clear:both;
	width:640px;
	overflow:hidden;
	font-size:14px;
}
li #respond {
	clear:both;
	width:560px;
	overflow:hidden;
	font-size:14px;
	margin-left:80px;
}
.cancel-comment-reply {
	margin-bottom:15px;
}
.cancel-comment-reply a {
	color: #009fef;
	font-weight:bold;
}
.cancel-comment-reply a:hover {
	color: #ff0076;
}
.reply a {
	font-weight:normal;
	font-family:arial, helvetica, verdana;
	font-size:10px;
	text-transform:uppercase;
	color: #ff0076;	
}
.reply a:hover {
	color: #009fef;
}
.says {
	display:none;
}
.awaitingmod {
	margin-left:20px;
	line-height:130%;
}


/* End Comments */





/* PAGINATION */


div.pagination {
        text-align:right;
        padding: 20px 0 10px 0;
		font-size:14px;
}
div.pagination a {
        padding: 2px 5px 2px 5px; 
        margin: 2px;
        border: 1px solid #000000;
        text-decoration: none; /* no underline */
        color: #000000;
}
div.pagination a:hover, div.pagination a:active {
        border: 1px solid #000000;
        background-color:#000000;
        color: #fff;
}
div.pagination span.current {
        padding: 2px 5px 2px 5px;
        margin: 2px; 
        border: 1px solid #000000;
        font-weight: bold;
        background-color: #000000;
        color: #FFF;
        } 
div.pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #ddd;
        color: #ddd; 
        }



/* FOOTER */
#footer {
	background: #000;
	margin-top:100px;
	color:#fff;
}
#footerinsides {
	width: 928px; 
	margin: 0 auto;
	padding:40px 0 40px 0;
}
#footer a:hover {
	color:#fff500;
}
