/*  
Theme Name: Typebased
Theme URI: 
Description: Typebased by WooThemes
Version: 1.0.0
Author: WooThemes
Author URI: 
*/


/* Own styles */

html, body {
font-family: 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
border: 0;
color: #404040;
padding-bottom: 30px;
}

body {
background: #000;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
margin: 0;
padding: 0;
}

p {
line-height: 15px;
padding: 7px 0;
}

h1, h2, h3, h4, h5, ul, ol, blockquote p {
padding: 15px 0;
}

ul, ol {
list-style: none;
}

small {
font-size: 11px;
}

code {
background: #FFFFC1;
}

a {
color: #513F92;
text-decoration: none;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
}

a:hover {
text-decoration: none;
}

a img {
border: none;
}

/* Align (used for images) */

.aligncenter {
margin: 5px auto 5px auto;
display: block;
}

.alignleft {
margin: 14px 15px 10px 0;
float: left;
}

.alignright {
margin: 0px 0px 10px 15px;
float: right;
}

/* Wrap */

.wrap {
width: 100%;
}

.left-col {
float: left;
}

.right-col {
float: right;
}

/* Container */

#container {
width: 940px;
margin: 0 auto;
background: url(images/top.png) no-repeat 0 143px;
}

/* Header */

#header {
width: 100%;
height: 85px;
}

#header h1 {
padding: 14px 0px 0px;
}

/* Main Menu */

#menu {
width: 100%;
height: 31px;
margin-bottom: 4px;
}

#menu ul {
width: 764px;
height: 35px;
margin-left: 118px;
padding: 0;
background: url(images/menu_bg.png) repeat-x 0 bottom;
}

#menu ul li {
line-height: 30px;
display: inline;
font-weight: bold;
text-transform: uppercase;
font-family: "Lucida Sans";
}

#menu ul li a {
display: block;
float: left;
margin-top: 5px;
padding: 0 27px 0 0;
color: #C0CDCF;
border-left: #2B404D 1px solid;
}

#menu ul li a:hover {
color: #fff;
cursor: pointer;
}

#menu span {
display: block;
float: left;
height: 30px;
padding: 0 0 0 27px;
}

/* Main Menu - Current Page Item */

.current_page_item {
line-height: 35px;
}

.current_page_item a {
background: url(images/menu_button.png) no-repeat right top;
margin-top: 0;
color: #1A272E;
border: 0;
}

.current_page_item a:hover {
color: #1A272E;
}

.current_page_item a span {
background: url(images/menu_button.png) no-repeat left top;
height: 35px;
}

/* Main Menu - extra */

.first a {
border: 0;
}

.current_page_item a {
margin-right: -1px;
position: relative;
}

/* Content Area - Content and Sidebar */

.background {
background: #F5F5F5 url(images/content_bg-6.png) repeat-y right top;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0px 0px 20px #000;
-moz-box-shadow:0px 0px 20px #000;
-webkit-box-shadow:0px 0px 20px #000;
}

/* Content */

#content {
width: 681px;
}

h2.arh {
width: 660px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px 15px;
font-size: 20px;
background: url('images/striped-purple.png') repeat-x;
color: #FFF;
line-height: 25px;
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
text-shadow: 0px 1px 2px #000;
}

/* Post */

.post {
width: 100%;
clear: both;
padding: 10px 0;
border-bottom: #CBCBCB 1px solid;
background: url(images/post_element.gif) no-repeat 117px 21px;
}

.error, .page {
border: 0;
}

/* Post Content */

.post-content {
width: 530px;
margin-right: 10px;
display: inline;
font-family: Verdana;
}

.post-content a {
//font-weight: bold;
padding:1px;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
}

.post-content a:hover {
//text-decoration:underline;
color:#000;
}


/* Post Content Headings */

.post-content h2 {
font-size: 18px;
line-height: 30px;
text-shadow: rgb(204, 204, 204) 1px 1px 1px;
}

.post-content h2 a {
color: #404040;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
}

.post-content h2 a:hover {
//color: #3F5692;
color: #513F92;
text-decoration:none;
}

.post-content h3 {
font-size: 14px;
padding: 5px 0;
padding-top:5px;
color:#404040;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
line-height: 20px;
}

.post-content ul {
padding-left: 30px;
}

.post-content ul li {
height: auto;
list-style: disc;
padding: 3px 0px;
}

.post-content ol {
padding-left: 37px;
}

.post-content ol li {
list-style: decimal;
padding: 3px 0;
}

.post-content blockquote {
border-left:2px solid #777777;
color:#777777;
font-style:italic;
margin:5px auto 15px;
padding:0px 10px;
width:85%;
}

/* Post Content Images*/

.post-content img {
padding: 5px;
background: #1A272E;
}

/* Post Content (read more) */

.post-content span.read_more {
padding: 5px 0 10px 0;
display: block;
float: left;
font-size: 13px;
}

.post-content a span.read_more {
color: #1A86DF;
text-decoration: underline ;
}

.post-content a:hover span.read_more {
text-decoration: none;
}

/* Post Meta */

.post-meta {
width: 100px;
margin-left: 9px;
text-align: right;
display: inline;
padding-top: 11px;
}

.post-meta a {
color: #587384;
}

.post-meta a:hover {
text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
padding: 3px 0;
margin-bottom: 23px;
text-shadow: rgb(204, 204, 204) 1px 1px 1px;
}

.post-meta h3 span.day {
display: block;
float: right;
line-height: 28px;
font-size: 35px;
border-right: #CBCBCB 1px solid;
padding-right: 5px;
color: #8D8D8D;
}

.post-meta h3 span.month, .post-meta h3 span.year {
color: #666666;
width: 40px;
}

.post-meta h3 span.month {
display: block;
float: right;
font-size: 16px;
line-height: 14px;
padding-left: 4px;
text-align: center;
text-transform: uppercase;
}

.post-meta h3 span.year {
font-size: 14px;
display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
font-size: 12px;
padding: 3px 21px 3px 0;
color: #666666;
}

.post-meta h4.author {
background: url(images/icon_author.gif) no-repeat right 2px;
font-style: italic;
}

.post-meta h4.comments {
background: url(images/balloon-left.png) no-repeat right 4px;
}

h4.comments a {
color: #666666;
}

/* More Entries */

.more_posts {
width: 400px;
clear: both;
margin-left: 190px;
padding: 5px 0 6px 0;
}

.more_posts h2 {
font-size: 20px;
}

.more_posts h2 a {
color: #404040;
}

.more_posts h2 a:hover {
color: #1A86DF;
}

/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
font-size: 18px;
padding-top: 30px;
}

.comments_wrap {
clear: both;
background-color:#ECEFF5;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-top:5px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
border:1px solid #B8C4DB;
}

.comments_wrap p {
padding:4px 0px;
font-family: 'Lucida Grande', Arial, sans-serif;
font-size:10px;
}

.comments_wrap img {
background: none;
padding: 1px;
}

.comments_wrap .left {
width: 46px;
padding-top: 2px;
float: left;
}

.comments_wrap .left img {
border: #D7D7D7 1px solid;
padding: 1px !important;
}

.comments_wrap .right {
width: 350px;
float: left;
padding-left: 15px;
}

.comments_wrap .right h4 {
font-size: 11px !important;
text-transform: none;
padding: 0;
font-weight: normal;
}

.comments_wrap .right h4 b {
font-size: 12px !important;
}

.comments_wrap .right h4 a {
text-decoration: none;
}

.comments_wrap .right h4 a:hover {
text-decoration: underline;
}

/* Comments (form) */

#content form {
margin: 20px 0 30px 10px;
}

#content form label {
display: block;
margin: 10px 0;
font-size: 12px;
}

#content form label input {
padding: 3px;
width: 180px;
font-size: 12px;
}

#content textarea {
margin-bottom: 10px;
display: block;
padding: 3px;
font-size: 12px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#content form input {
margin-top: 5px;
}

.lc_logged {
padding: 0;
margin-top: -10px;
}

/* Sidebar */

#sidebar {
width: 249px;
}

#sidebar h2 {
font-size: 13px;
color: #404040 !important;
padding-top:0px;
padding-bottom:0px;
text-shadow: rgb(204, 204, 204) 1px 1px 1px;
}

.textwidget {
padding-top:10px;
margin-left:2px;
}

.textwidget p {
padding-bottom:7px;
padding-top:0px;
}

/* Sidebar Search */

#search {
width: 100%;
height: 57px;
background: url(images/search_block_bg.gif) no-repeat 0 0;
height: 50px;
}

#search form {
padding: 14px 0 0 14px;
}

#search form div {
width: 259px;
height: 28px;
background: url(images/search_field.gif) no-repeat 0 0;
position: relative;
}

#search form input.search_box {
width: 175px;
border: 0;
position: absolute;
left: 5px;
top: 5px;
padding-top: 2px;
background: transparent;
font-size: 11px;
font-weight: bold;
outline: none;
}

#search form input.submit {
position: absolute;
right: 0;
}

#search-sidebar-button {
background-image: url(images/button-candy_purple.png);
}

/* Sidebar Block */

#sidebar .block {
padding: 14px 10px;
margin-left:0px;
background: url(images/sidebar_block_top.gif) repeat-x 0 0;
font-size:11px;
}

#sidebar .block a {
color: #3F6069;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
}

#sidebar .block a:hover {
color: #131A1C;
}

#sidebar .block ul {
width: 100%;
padding: 1px 0 0 0;
padding-top: 10px;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
//font-weight: bold;
padding: 4px 0 4px 0px;
//margin-right: 10px;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
width: 104px;
float: left;
margin-right: 10px;
display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
background: url(images/circle.gif) no-repeat 5px 11px;
font-size: 11px;
}


/* Fix */

.wrap:after, .block ul:after {
content: "."; 
display: block;
height: 0;
clear: both; 
visibility: hidden;
}

/* Misc */

.fix{
clear: both;
height: 1px;
margin: -1px 0 0;
overflow: hidden
}

.fl{
float: left
}

.fr{
float: right
}

.ac{
text-align: center
}

.ar{
text-align: right
}

img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 0px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

.navigation {
padding:20px 0px 20px 120px;
background:#fff;
border-bottom-left-radius:5px;
}

thead, .rating {
display:none;
}

.votes {
padding-right:18px;
padding-left:25px;
background: url(images/thumbs16-new.png) no-repeat top right;
text-align:right;
vertical-align:top;
}

.headerlogo {
float:left;
padding-top: 5px;
}

.headersubscribe {
float:right;
color:#fff;
padding-left:5px;
}

.whoa-link {
height:49px;
width:100px;
background: url(images/whoa-link2.png) no-repeat right;
display:block;
}

.fb_share_count {
background: #F5F5F5 none repeat scroll 0px 0px !important;
color: #333;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif !important;
text-align: right !important;
left: -90px;
position: relative;
text-align: right;
top: 83px;
width:20px;
}

.fb_share_count_inner {
background: #F5F5F5 !important;
border:0px !important;
line-height: normal !important;
margin: 0px !important;
padding: 0px !important;
font-family: 'Lucida Grande', Arial, sans-serif !important;
font-size:12px !important;
color:#666 !important;
}

.fb_share_count_nub_right {
background-image:none !important;
}

.fb_share_count_inner {
width: 13px !important;
}

.FBConnectButton, .FBConnectButton_RTL {
background: transparent url(images/facebook.png) no-repeat !important;
background-position:none !important;
font-size: 10px;
left: -49px;
line-height: 10px;
position: relative;
top: 86px;
}

.FBConnectButton_Small, .FBConnectButton_RTL_Small {
width:16px !important;
height:16px !important;
}

.FBConnectButton .FBConnectButton_Text, .FBConnectButton_RTL .FBConnectButton_Text {
Background:none !important;
border:0px !important;
}

.fb_share_count_right {
text-align: right !important;
width: 10px !important;
}

#fblogin_comments {
clear:both;
}

.post-content .right {
padding:10px;
}

.fbshare-zero {
margin-top:3px;
color: #666;
font-size: 12px;
padding: 3px 21px 3px 0px;
font-weight: bold;
}

.post-content h2{
padding-bottom:0px;
}

#menu {
display:none;
}

td.title {
width:170px;
}

.latestcomment {
clear:both;
}

.latestcomment .comments_wrap {
padding:10px;
}

.latestcomment h2 {
font-size: 14px;
}

.gdsrcacheloader {
display:none;
}

#newsletter {
margin:0px !important;
}

#newsletter p {
padding-bottom:0px !important;
}

.left-sidebar {
color: #666;
font-size: 12px;
font-weight: bold;
padding: 3px 0px 3px 0px;
}

.paginate {
background: whiteSmoke url(images/hidelastborder.png) repeat-y left;
margin-top: -2px;
height:15px;
border-bottom-left-radius: 10px 10px;
}

.wp-paginate {
margin: 0px;
padding: 0px;
}

.wp-paginate .title {
color: #555;
margin-right: 4px;
}

.wp-paginate li {
display: inline;
list-style: none;
}

.wp-paginate a, .wp-paginate .current {
background: #FDFDFD url(images/paginate_bg.png) repeat-x 0px 100%;
color: #666;
margin-right: 4px;
padding: 6px 9px;
text-align: center;
text-decoration: none;
border: 1px solid #BBB;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.wp-paginate .current {
font-weight:bold;
}

.wp-paginate a:hover, .wp-paginate a:active, .wp-paginate .current {
background: #DEDEDE;
color: #666;
}

.gap {
color:#fff;
padding-right: 4px;
}

.wp-caption-text {
text-align:center;
padding-top: 3px;
}

.navigation {
position: relative;
text-align: center;
top: 50px;
width: 940px;
background:none;
padding: 0px 0px 20px;
}

embed {
border: 5px solid #000;
}

.current-inactive {
font-weight:bold;
}

.gdt-classical {
opacity:0.5;
}

a.gdt-classical {
opacity:1.0 !important;
}

.widget_rssiconwidget:hover {
color: #404040 !important;
}

.comment-date {
font-size:10px;
}

.gdt-size-16.gdthumb a.gdt-classical, .gdt-size-16.gdthumb div.gdt-classical {
background: url(http://titties.dk/wp-content/gd-star-rating/stars/thumb/thumbs16.png) no-repeat !important;
}

.gdt-size-16.gdthumb:hover a.gdt-classical:hover, .gdt-size-16.gdthumb:hover div.gdt-classical:hover {
background: url(http://titties.dk/wp-content/gd-star-rating/stars/thumb/thumb-up_mouseover.png) no-repeat !important;
}


/* SECTION WIDGET */

li.ui-tabs-selected a, li.ui-state-disabled a, li.ui-state-processing a, .ui-state-active, ui-tabs-selected, .ui-widget-header, .ui-state-default, .ui-widget-content, ui-state-hover {
cursor:inherit !important;
background:inherit !important;
border:inherit !important;
padding:inherit !important;
color:inherit !important;
}

li.ui-tabs-selected a, li.ui-state-disabled a, li.ui-state-processing a, .ui-state-active, ui-tabs-selected {
color:#304270 !important;
}

.ui-tabs, .ui-tabs-panel {
margin:inherit !important;
padding:inherit !important;
}

.ui-widget {
font-size:inherit !important;
}

.ui-tabs-nav {
margin-bottom:10px !important;
margin-left: 1px !important;
}

.swt-outter .ui-tabs .ui-tabs-nav li {
float:left;
}

.ui-tabs-nav li a {
padding:inherit !important;
}

.ui-corner-top {
margin-right:14px !important;
}

a[href="#section-tabbed-3-tab-1"] {
cursor:default !important;
}

a[href="#section-tabbed-3-tab-3"] {
cursor:default !important;
}

.swt-outter .ui-tabs .ui-tabs-hide {
display: none !important;
}

.link-sidebar {
color: #03C !important;
text-decoration: none !important;
}

.link-sidebar:hover {
text-decoration: underline !important;
}

.serial-posts ul {
list-style: none;
padding-left: 0px;
}

.serial-posts ul li {
list-style: none;
height: 12px;
}

.ngg-gallery-thumbnail {
margin-right: 11px !important;
}

.ngg-gallery-thumbnail img {
background-color:#1A272E !important;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
box-shadow: 0px 0px 5px #BFBFBF;
//box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
margin: 0 0 0 5px !important;
//-webkit-border-radius: 10px;
//-moz-border-radius: 10px;
//border-radius: 10px;
}

.ngg-gallery-thumbnail img:hover {
background-color:#513F92 !important;
box-shadow: 0px 0px 5px #B39AE5;
}

.alignnone {
background:none !important;
padding:0 !important;
}


/* GREY_BEGIN */
body {
background: url(images/body-background.jpg) rgb(0, 0, 0);
}

#overall {
background: url(images/background_solid2.jpg) no-repeat transparent top center;

}

#menu ul {
background: url(grey/menu_bg.png) repeat-x 0 bottom;
}

#menu ul li a {
border-left:1px solid #3a4c2b;
}

#search {
background: url(grey/search_block_bg.gif) no-repeat 0 0;
}

#sidebar .block, #sidebar .adverts{
background: url(grey/sidebar_block_top.png) repeat-x 0 0;
background-position: bottom left;
}

.block_widget_line {
background: url(grey/sidebar_block_top.png) repeat-x 0 0;
height: 3px;
}

#footer {
margin-top:80px;
text-align:center;
clear:both;
}

#footer .left-col h2 {
background: url(grey/footer_element.gif) no-repeat right 18px;
}

#footer .left-col ul li {
background: url(grey/footer_line.gif) repeat-x left bottom;
}

.post-content a span.read_more {
color: #97c0f0;
}

#footer a {
color: #90938e;
}

#footer a:hover {
color: #a6a9a4;
}

#footer h2 {
color: #848783;
}

#sidebar h2 {
color:#91938f;
}

#sidebar .accWidget h2 {
font-size: 11px;
}

#sidebar .block a {
color:#676966;
}

.poweredby {
text-align:center;
margin-top: 60px;
opacity:0.8;
} 

.poweredby .img {
width:160px;
height:17px;
} 


/* FACEBOOK */

.name_block {
display:none !important;
}


/* GREY_END */

.pds-links {
display:none !important;
}

.pds-answer-span img {
background:none !important;
padding:4px 0 0 0 !important;
}

.PDS_Poll {
margin-top:20px !important;
margin-bottom:20px !important;
}

body > .PDS_Poll {
display:none !important;
}

.wp-smiley {
background:none !important;
padding:0 !important;
}

#wppa-widget img{
   height:auto;
   margin-top:10px;
}

.whoa-latest-rss {
	float:right;
	color:#fff !important;
	margin-top:6px;
	text-align:right;
}

.whoa-latest-rss a {
	color:#E6E6E6;
	font-size:11px;
}
.whoa-latest-rss ul {
	padding:0;
}

.whoa-latest-rss ul a {
	color:#fff !important;
	text-shadow: #595959 1px 1px 1px;
	font-size:11px;
}

.whoa-latest-rss ul a:hover {
	text-decoration:underline;
}

.pds-pd-link {
	display:none !important;
}

.pds-view-results {
display:inline !important;
}

#search-2 {
	background: #f9f9f7 url(images/bg_col_sep-light2.gif) left bottom !important;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;

 "
}

.notification {
	background: #CCE6FF;
	padding: 3px;
}

a[href*="netnationen.dk/titties.dk"] {
display:none !important;
}


/* BABE TAGGER */

#babeTaggerLinks{
	display:none;
	position:absolute;
	z-index:100000000000;
	background:#fff;
	border:2px solid #000;
	padding:0 10px;
}

.singleBabe .ngSinglePics a.fancybox{
	display:block;
	float:left;
}

.ngg-gallery-thumbnail-box.tagged{
	background: url(images/tag-label-green.png) no-repeat 145px bottom;
}

.ngg-galleryoverview.tagged{
	background: url(images/tag-label-pink.png) no-repeat 488px top;
}

/* DAGENS PATTER */

.dagensp{
	position: relative;
}

.dagensp .calendar{
	width:470px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.dagensp .calendar .calimg.landscape img{
	height:90px;
}

.dagensp .calendar .calimg.portrait img{
	width:90px;
}

.dagensp .calendar .calimg .overlay{
	position: absolute;
	z-index: 2;
	background: url(images/black-30-opacity.png);
	width:90px;
	height:90px;
	text-align: left;
	line-height: 140px;
	font-family: "lucida grande","arial",sans;
	font-size:34px;
	text-shadow: 2px 2px 2px #000;
	display: block;
	top:0;
	left:0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.dagensp .calendar .calimg{
	width:90px;
	height:90px;
	text-align: center;
	overflow: hidden;
	float:left;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}

.dagensp .calendar .calimg a{
	outline:none;
	color:#cdcdcd;
}

.dagensp .calendar .calimg:hover .overlay,
.dagensp .calendar .calimg.today .overlay{
	background: transparent;
	color:#CCB3E6;
}

.dagensp .calendar .text{
	clear: both;
	background: url(images/black-30-opacity.png);
	margin-top: 54px;
	margin-right: 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#fff;
}

.dagensp .calendar .text:hover{
	background: url(images/white-10-opacity.png);
}

.dagensp .calendar .text .actualtext{
	padding:10px;
}

.dagensp .calendar .text .dagensp_clock{
	float:left;
	margin:16px;
}

.dagensp .post-content{
	width:450px;
	float:left;
}

.dagensp .post-content a{
	border:0 !important;
}

.dagensp #content{
	width:100%;
}

.dagensp .controls .totdRating{
	color:#fff;
}

.dagensp .calcontrols,
.dagensp .controls{
	height:40px;
	padding:0;
}

.dagensp .calcontrols a.toprated{
	background: url(images/star-icon-back-black.png) no-repeat !important;
}

.dagensp .calcontrols a.toprated.selected{
	background: url(images/star-icon-back-white.png) no-repeat !important;
}

.dagensp .calcontrols a.toprated:hover{
	background: url(images/star-icon-back-white.png) no-repeat !important;
}

.dagensp .calcontrols a.cal{
	background: url(images/cal-icon-back-black.png) no-repeat !important;
}

.dagensp .calcontrols a.cal.selected{
	background: url(images/cal-icon-back-white.png) no-repeat !important;
}

.dagensp .calcontrols a.cal:hover{
	background: url(images/cal-icon-back-white.png) no-repeat !important;
}

.dagensp .calcontrols a.cal,
.dagensp .calcontrols a.toprated{
	display: block;
	float: left;
	margin-right: 20px;
	padding:6px 15px 6px 35px;
	//-webkit-box-shadow: 1px 1px 1px #000;
	//-moz-box-shadow: 1px 1px 1px #000;
	//box-shadow: 1px 1px 1px #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: url(images/black-30-opacity.png);
}

.dagensp .calcontrols a.cal:hover,
.dagensp .calcontrols a.toprated:hover {
	background: url(images/white-10-opacity.png);
}

.dagensp .calcontrols a.selected{
	//-webkit-box-shadow: inset 2px 2px 3px #000;
	//-moz-box-shadow: inset 2px 2px 3px #000;
	//box-shadow: 2px 2px 3px #000;
	background: url(images/white-10-opacity.png);
}

.dagensp .calcontrols a{
	color:#fff;
}

.dagensp .calcontrols .month{
	color:#fff;
	padding:0;
	margin-right: 10px;
	float: right;
	-webkit-box-shadow: 0;
	-moz-box-shadow: none;
	box-shadow: 0;
}

.dagensp .calcontrols .month a{
	color:#fff;
	font-size:18px;
	line-height:12px;
}

.dagensp .calcontrols .month .previous, .dagensp .calcontrols .month .selected-month, .dagensp .calcontrols .month .next {
	float:left;
	padding:6px;
	background: url(images/black-30-opacity.png);
	height: 15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.dagensp .calcontrols .month .previous:hover, .dagensp .calcontrols .month .next:hover {
	background: url(images/white-10-opacity.png);
}

.dagensp .calcontrols .month .previous {
	margin-right:5px;
}

.dagensp .calcontrols .month .next {
	margin-left:5px;
}

.dagensp .calcontrols .month .selected-month {
	padding: 6px 12px;
	cursor: default;
}

.dagensp .calcontrols .month a{
	margin:0 6px;
}

.dagensp .calcontrols .month a[href="#"] {
	color:#3f3f3f;
	cursor:default;
	
}

.dagensp .calcontrols .month a[href="#"]:hover {
	background: url(images/black-30-opacity.png);
} 

.dagensp #comments-overall{
	background-color: #f9f9f9;
	padding:6px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom: 20px;
	border: 3px solid #cacaca;
	margin-top: 24px;
}

.dagensp #comments-overall h3#comments{
	padding-top:5px;
}

.dagensp #idc-container .idc-c .idc-c-h {
	background: #e9e6e6 !important;
	border: 1px solid #B3B3B3 !important;
}

.dagensp .fbshare{
	position: absolute;
	top:-60px;
	right:5px;
}

.dpName {
	color: #fff;
	margin-top:2px;
}



.textwidget .pds-box {
	width:220px !important;
}

.textwidget .pds-vote-button, .textwidget .pds-vote-button-load {
	margin: 0px 0px 0px 66px !important;
	color: #fff !important;
}

.textwidget .PDS_Poll{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.left-sidebar-twitter{
	display:none;
}

/* Search form */
#searchform .searchbar {
	width: 208px;
	padding: 0 10px;
	background: #fff;
	color: #999;
	height: 25px;
	font-family: "Droid Serif",Georgia, "Times New Roman", Times, serif;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ie #searchform .searchbar {
	line-height: 39px;	
}
#searchform .searchbar:focus {
	color: #000;
	//background: #F9F9F9;
	border: solid 1px #cac9c9;
	outline: none;
}
.post-search {
	margin-bottom: 30px;	
}

.post.wrap.error {
	padding:22px 0;
}

