/*   
Theme Name: Tele2 Beta Child Theme
Theme URI: http://www.tele2.no/
Description: 
Author: MW // TKM
Author URI: http://www.makingwaves.no/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Siten er lagt ned */

#pageOverlay {
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(90.png);
	background-position: top center;
}
#pageOverlayBg {
	position:fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#pageOverlayImage {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -290px -290px;
}
#pageOverlayButtons {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 22px;
	width: 320px;
	margin: 13px -180px;
}
#closeOverlay {
	height: 22px;
	width: 152px;
	cursor: pointer;
	background: url(btnLukkDenneMeldingen.png) no-repeat top left;
	float: left;
	margin-right: 10px;
}
#closeOverlay:hover { background-position: bottom left; }
#toFacebook {
	height: 22px;
	width: 158px;
	cursor: pointer;
	background: url(btnTilFacebook.png) no-repeat top left;
	float: left;
}
#toFacebook:hover { background-position: bottom left; }


/* =Global Elements
-------------------------------------------------------------- */

body {
	background: #fff url('img/header_wrap.png') top left repeat-x;
}

body, input, textarea {
    font: 12px Arial, Helvetica, Sans-Serif;
	text-align: center;
}
p, ul, ol, dd, pre {
    margin-bottom: 15px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption, input, textarea {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a, a:link, a:visited {
    color: #ff5a00;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
    color: #ff5a00;
}

/* button hovers */

a.button:hover, a.button:active,
.buttonComment:hover, .buttonComment:active,
.comment_bubble a:hover, .comment_bubble a:active {
	background-position: left bottom;
}

.more-link {
	display: none;
}
#wrapper {
}

#container {
	width: auto;
}

#content {
	margin:0 0 0 10px;
	width: 460px;
	text-align: left;
	overflow: visible;
}

.main-aside {
	width: 460px;
	right:10px;
	text-align: left;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	position: relative;
	background: #fff url('img/header.png') center top no-repeat;
	overflow: hidden;
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#branding {
	width: auto;
}
#blog-title {
}
#blog-title a {
    width: 170px;
	height: 114px;
	display: block;
	text-indent: -1000px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
	display: none;
    color:#fff;
    font-size:35px;
	position: absolute;
	top: 60px;
	left: 170px;
	text-transform: uppercase;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	position: absolute;
	top: 0;
	right: 10px;
}
.menu {
	margin: 0;
	width: auto;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
}
.sf-menu a {
	padding:9px 10px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_item a:visited,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background-color: #fff;
	color: #000;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #FAE901;
	outline:		0;
	color: #000;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:18px 0 22px 0;
}
.page-title {
    font-size:20px;
    padding:0 0 18px 0;
	color: #9e9e9e;
	text-transform: uppercase;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 18px;
	position: relative;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-size: 20px;
    font-weight: normal;
    line-height:26px;
    padding:0 0 7px 0;
	text-transform: uppercase;
}
.entry-title a {
    color:#000;
}
.entry-meta {
    color: #9b9b9b;
    font-size: 12px;
    line-height:16px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.entry-meta .entry-avatar {
	width: 48px;
	float: left;
}
.entry-meta .entry-avatar img {
	border: 1px solid #000;
}
.entry-meta .entry-date {
	padding-top: 11px;
}
.entry-meta .author {
	color: #000;
}
.entry-meta .entry-date-author {
	width: 412px;
	float: left;
	text-transform: uppercase;
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
	line-height: 16px;
	overflow: hidden;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content img {
	border: 1px solid #000;
	margin: 0;
	max-width: 458px;
}
.entry-content img.wp-smiley {
	border: none;
}
.aside .ahp_recent-posts img,
.aside img {
	max-width: 440px;
}
.entry-utility {
    color: #9e9e9e;
    line-height:18px;
	position: relative;
    font-style:italic;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 12px;
}
.entry-utility .readmore {
	margin-bottom: 4px;
}
#tab-author .readmore,
#tab-comments .readmore {
	text-transform: uppercase;
	font-size: 10px;
}
.entry-utility .readmore a,
#tab-author .readmore a,
#tab-comments .readmore a {
	color: #9e9e9e;
	border-bottom: 1px solid #FF5A00;
	font-style: normal;
	line-height: auto;
	margin-bottom: 4px;
	padding-left: 9px;
	background: url('img/link_arrow_gray.png') left center no-repeat;
}
.entry-utility .readmore a:hover,
.entry-utility .readmore a:active,
#tab-author .readmore a:hover,
#tab-author .readmore a:active,
#tab-comments .readmore a:hover,
#tab-comments .readmore a:active {
	color: #FF5A00;
	border-bottom: 1px solid #FF5A00;
	text-decoration: none;
	background: url('img/link_arrow_black.png') left center no-repeat;
}
.entry-utility-single {
    border-top: 1px solid #ececec;
    border-bottom: none;
	padding-top: 10px;
}
.entry-utility-single .share_links {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
	margin-top: 10px;
	width:100%;
	overflow:hidden;
}

.entry-utility-single .share_links h3 {
    color: #000;
	font-style: normal;
}

.entry-utility-single .share_links ul.sharebtns {
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}

.entry-utility-single .share_links li {
	float: right;
	padding: 0 0 0 4px;
	list-style: none;
}

.entry-utility-single .share_links img {
	display: block;
}

.floatContainer {
	width:100%;
	overflow:hidden;
}

.tweetcount {
	font-size: 13px;
	font-style: normal;
	padding: 2px 6px;
	border: 1px solid #E7E7E7;
	display: inline-block;
	text-transform: none;
	background-color: #fff;
}

.tweetcount a {
	font-weight: bold;
	text-decoration: underline;
}

.fb-like {
    float: left;
    margin-left: 10px;
    margin-top: 17px;
    overflow: hidden;
    width: 230px;
}

.share_links .shareblock {
	float:right;
	width:170px;
	text-align:right;
}

.share_links .ratebox {
	float:left;
	position:static;
	width:auto;
	margin-top: 17px;
}

.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}

#container object, #container embed {
	width: 460px;
	height: 370px;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}

#comments-list h3 {
	height: 40px;
	padding: 0 20px 0 60px;
	line-height: 42px;
	color: #888888;
	background: url('img/comments_header.png');
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	position: relative;
}

#comments-list h3 span {
	height: 21px;
	width: 24px;
	line-height: 17px;
	color: #fff;
	background: url('img/comments_header_bubble.png');
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: center;
	position: absolute;
	top: 11px;
	left: 21px;
}

#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border: 1px solid #e6e6e6;
    border-width: 0 1px;
    margin: 0;
	padding: 16px 0 1px;
}
#comments-list li {
    padding: 0 19px;
    position:relative;
}
#comments-list li.alt {
    /*background:#fff;*/
}
#comments-list li.bypostauthor {
    /*background:#FFFFCC;*/
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list .entry-meta .entry-date-author {
	width: auto;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
	height: 21px;
	overflow: hidden;
	background: url('img/comments_footer.png') left bottom no-repeat;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
.report, #comments-list .ratebox, .thdrpy {
	text-transform: uppercase;
	font-style: italic;
	font-size: 10px;
	color: #9e9e9e;
}
.comment-content-meta {
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.comment-content {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.comment-content-meta p {
	display: none;
}
.comment-content-meta .floatLeft {
	float: left;
	width: 49%;
}
.comment-content-meta .floatRight {
	float: right;
	width: 49%;
}
.rateboxComment_link {
	text-align: right;
	text-transform: uppercase;
	font-style: italic;
	font-size: 10px;
}
#comments-list .ratebox {
	text-align: right;
	position: static;
	width: auto;
}
.report a, .thdrpy a {
	padding-right: 9px;
	background: url('img/link_arrow.png') right center no-repeat;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    overflow:hidden;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
	text-transform: uppercase;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:98%;
}
#form-allowed-tags p,
.aside p.allowableTags,
p#tdo-allowed-tags,
.aside .tdo-whoami p,
.aside .tdo-captcha p {
    color:#666;
    font-size:11px;
    margin:0;    
}
.aside .tdo-captcha p {
    margin:0 0 8px;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    margin: 0 0 20px;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
#comments-list #commentform {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 20px 0;
	background: #fff;
}
#comments-list #commentform .form-submit {
	margin: 0;
}
#cancel_reply {
	float: right;
	padding-top:3px;
	font-weight: bold;
}
#cancel_reply a {
	color: auto !import;
}

.comments {
	/*background: url(img/shadow.png) left bottom no-repeat;*/
	left:-15px;
	position:relative;
	width:491px;
	margin-top:40px;
}
#comments-list ol, .comments h3, .comments .comment-navigation {
	margin: 0 15px 0 16px;
}

/* Track/pingbacks */

.trackbacks ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.trackbacks li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside h3 {
    font-size: 15px;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:none;
    margin:0;
}
.aside ul ul li {
    padding:0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
    margin: 0;
}
.widget_tag_cloud a {
    color: #fff;
	text-transform: capitalize;
}
.aside #searchsubmit {
	display: none;	
}


.main-aside .widgetcontainer {
	margin-bottom: 10px;
}

.widget_highestrated li {
	position: relative;
}


.widget_promotedpost .entry-meta .entry-date-author {
	width: 100px;
}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
/*
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
*/
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/

/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:22px;
	text-align: left;
	background: url('img/footer_wrap.png') repeat-x;
	height: 252px;
	color: #a6a6a6;
	position: relative;
}

#footer h3 {
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase;
	padding-top: 26px;
	margin-bottom: 10px;
}

.widget_tag_cloud {
	padding-top: 26px;
	text-align: center;
}

#footer a {
	color: #a6a6a6;
}

#footer a:hover, #footer a:active {
	color: #fff;
}

#siteinfo {
    font-size:11px;
    line-height:18px;
	position: relative;
	margin-top: -40px;
	text-align: center;
}
#subsidiary {
	width: 960px;
	height: 252px;
	background: url('img/footer.png') center top no-repeat;
}

#subsidiary .aside {
	width: 460px;
	margin: 0 0 0 10px;
}

#subsidiary #second.aside {
	float: right;
	margin: 0;
	width: 411px;
}

#second ul {
	width: 411px;
	overflow: hidden;
	font-size: 11px;
}

#second li {
	width: 162px;
	float: left;
}

#second ul ul {
	width: auto;
	overflow: hidden;
	margin: 0;
}

#second li li {
	width: auto;
	float: none;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    overflow:hidden;
}
.navigation a {
}
.navigation a:active,
.navigation a:hover {
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 472px;
	margin-left: -6px;
	margin-top: 10px;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/* =PageNavi
-------------------------------------------------------------- */

.wp-pagenavi {
	font-size: 11px;
}

.wp-pagenavi .legend {
	color: #898989;
	width: 100%;
	overflow: hidden;
}
.wp-pagenavi .legend .desc {
    float: left;
	padding: 0 6px 2px;
	display: block;
}
.wp-pagenavi .legend .pages {
    float: right;
	padding: 0 6px 2px;
	display: block;
}
.wp-pagenavi .navbar {
	background: url(img/pagenav.png) bottom left no-repeat;
	height: 30px;
	padding: 0 17px;
	overflow: hidden;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    padding: 0 4px;
	color: #000;
}
.wp-pagenavi .first,
.wp-pagenavi .previous,
.wp-pagenavi .next,
.wp-pagenavi .last {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -999px;
	background: url(img/pagearrows.png) 0 0;
	padding: 0 !important;
	margin-top: 9px;
}
.wp-pagenavi .first a,
.wp-pagenavi .previous a,
.wp-pagenavi .next a,
.wp-pagenavi .last a {
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: url(img/pagearrows.png) 0 0;
}
.wp-pagenavi .first {
	background-position: 0 -40px;
	margin-right: 2px;
}
.wp-pagenavi .previous {
	background-position: 0 -50px;
}
.wp-pagenavi .next {
	background-position: 0 -60px;
	margin-right: 2px;
}
.wp-pagenavi .last {
	background-position: 0 -70px;
}

.wp-pagenavi .previous a {
	background-position: 0 -10px;
}
.wp-pagenavi .next a {
	background-position: 0 -20px;
}
.wp-pagenavi .last a {
	background-position: 0 -30px;
}

.wp-pagenavi .pagelist {
	margin-top: 8px;
	width: 394px;
	float: left;
	text-align: center;
}

.wp-pagenavi  .pagelist a:hover {
	background-color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.wp-pagenavi span.current {
    padding: 0 5px;
	color: #fff;
	background-color: #FB5904;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.wp-pagenavi span.extend {
    color: #000000;
    padding: 0 5px;
}


.spotlights {
	float: left;
	list-style-type: none;
	width: 480px;
	overflow: hidden;
	margin: 0;
	padding-left: 10px;
}

.spotlights li {
	list-style: none;
	float: left;
	margin: 0 18px 0 0;
	background-position: 2px 2px;
}

.spotlights a {
	display: block;
	width: 142px;
	height: 104px;
	background: url('img/spotlight.png') left top;
	color: #000;
}

.spotlights .spot1 a {
	background: url('img/spotlight1.png') left top;
}

.spotlights .spot2 a {
	background: url('img/spotlight2.png') left top;
}

.spotlights .spot3 a {
	background: url('img/spotlight3.png') left top;
}

.spotlights a:hover, .spotlights a:active {
	background-position: left bottom;
}

.spotlights a span {
	display: block;
	padding: 78px 10px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
}

#searchform {
	position: absolute;
	top: 118px;
	right: 265px;
	width: 175px;
}

input#s {
	width: 165px;
	padding: 2px 5px;
	color: #808080;
	font-style: italic;
}

#searchsubmit {
	display: none;
}

.c_social {
	width: 240px;
	height: 84px;
	position: absolute;
	top: 66px;
	right: 10px;
	background: url('img/social_bg.png');
}

.c_social h2 {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 0 0 17px;
}

.c_social .c_follow h2 {
	padding-top: 7px;
}

.c_social ul {
	float: right;
	list-style-type: none;
	margin: 0 17px 0 0;
}

.c_social li {
	float: left;
	list-style: none;
}

.c_share, .c_follow, .c_like {
	width: 100%;
	overflow: hidden;
}

.c_share {
	height: 40px;
}

.c_share li {
	padding: 13px 0 0 4px;
}

.c_follow li {
	padding:8px 0 0 6px
}

.c_like iframe {
	float:right;
	margin-left:74px;
	margin-top:2px;
	width:93px !important;
}

.c_categories {
	width: 440px;
	float: right;
	line-height: 14px;
	padding-top: 50px;
}

.c_categories h2 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.c_categories ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
}

.c_categories ul li {
	float: left;
	list-style: none;
	padding-right: 10px;
}

.c_categories a {
	text-transform: uppercase;
	color: #808080;
}

.c_categories a:hover, .c_categories a:active {
	color: #FF5A00;
}

.share_links {
	position: relative;
}

.ratebox {
	position: absolute;
	top:5px;
	right: 46px;
	width: 40px;
	text-align: right;
	padding-right: 17px;
	height: 21px;
	line-height: 17px;
	background: url('img/icon_like.png') right top no-repeat;
}

.ratebox a {
	display: block;
	height: 21px;
	padding-right: 17px;
	line-height: 17px;
	margin-right: -17px;
	color: #9e9e9e;
	background: url('img/icon_like.png') right top no-repeat;
}

.ratebox a:hover, .ratebox a:active {
	background-position: right bottom;
	color: #FF5A00;
}

.ratebox_link {
	width: 200px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.comment_bubble {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px dotted #b8b8b8;
	padding: 5px 0 0 12px;
}

.comment_bubble a {
	display: block;
	width: 24px;
	height: 21px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	background-image: url('img/icon_comments.png');
    font-style: normal;
}

.suggestionstatus {
	width: 100%;
	overflow: hidden;
}

.suggestionstatus_progress,
.suggestionstatus_declined,
.suggestionstatus_postponed {
	border: 1px solid #000;
	background-color: #545454;
	height: 16px;
}

.suggestionstatus_progress {
	width: 74%;
	float: left;
}

.suggestionstatus_declined {
	width: 11%;
	float: right;
}

.suggestionstatus_postponed {
	width: 11%;
	float: left;
	margin-left:6px;
}
/*
.withPostponed .suggestionstatus_declined {
	width: 11%;
	float: right;
}
*/
.suggestionstatus_progress .barDeclined,
.suggestionstatus_progress .barPostponed,
.suggestionstatus_declined .barSuggested,
.suggestionstatus_declined .barDevelopment,
.suggestionstatus_declined .barComplete,
.suggestionstatus_declined .barPostponed,
.suggestionstatus_postponed .barSuggested,
.suggestionstatus_postponed .barDevelopment,
.suggestionstatus_postponed .barComplete,
.suggestionstatus_postponed .barDeclined {
	display: none;
}

.barSuggested {
	border-top: 1px solid #fdf27f;
	background-color: #fde700;
	border-bottom: 1px solid #ab9b00;
	height: 14px;
	width: 33%;
}

.barDevelopment {
	border-top: 1px solid #ffcc92;
	background-color: #fe9601;
	border-bottom: 1px solid #a86300;
	height: 14px;
	width: 66%;
}

.barComplete {
	border-top: 1px solid #9cdaa7;
	background-color: #1cb244;
	border-bottom: 1px solid #10782b;
	height: 14px;
	width: 100%;
}

.barDeclined {
	border-top: 1px solid #da9ca5;
	background-color: #b21c24;
	border-bottom: 1px solid #781016;
	height: 14px;
	width: 100%;
}

.barPostponed {
	border-top: 1px solid #95D6FF;
	background-color: #0192FD;
	border-bottom: 1px solid #0061AC;
	height: 14px;
	width: 100%;
}

.suggestionstatus_bar {
	height: 20px;
	background-color: green;
}

.suggestionstatus_legend {
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 2px;
}

.suggestionstatus_legend .suggestionstatus_1 {
	float: left;
	width: 25%;
}
.suggestionstatus_legend .suggestionstatus_2 {
	float: left;
	width: 25%;
}

.suggestionstatus_legend .suggestionstatus_3 {
	float: left;
	width: 25%;
}

.suggestionstatus_legend .suggestionstatus_4 {
	float: right;
	width: 11%;
	text-align: right;
}

.suggestionstatus_legend .suggestionstatus_5 {
	float: left;
	width: 11%;
	margin-left:1%;
}
/*
.withPostponed .suggestionstatus_4 {
	width: 11%;
	float: right;
}
*/
p.statusComment {
	font-style:italic;
	font-size:11px;
	margin: 4px 0 0;
}


.widget_suggestions_intro {
	background: #f6e54a url('img/info_bottom.png') left bottom no-repeat;
}

.widget_suggestions_intro .widgettitle {
	height: 52px;
	text-indent: -1000px;
	background: url('img/info_top.png');
}

.widget_suggestions_intro .text {
	padding: 0 30px 10px;
	font-size: 12px;
	text-align: center;
}

 .main-aside .widget_recentsuggestions {
	border: none;
	background: url('img/forslag_footer_stripe.png') left bottom no-repeat;
	padding: 0 0 22px 0;
}

 .widget_recentsuggestions .widgettitle {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	background: url('img/forslag_header_stripe.png');
}

 .aside .widget_recentsuggestions ul {
}

 .aside .widget_recentsuggestions ul li {
	padding: 10px 8px;
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
	border-bottom: 1px solid #898989;
}

.aside .entry-meta .entry-date-author {
	width: 390px;
}


/* Tabbed widget */

.widget_twitter_search,
.widget_relatedliked,
.widget_author_list,
.widget_author_tag_cloud,
.widget_relatedsuggestions {
	width: 491px;
	background: url('img/shadow.png') bottom left no-repeat;
	position: relative;
	left: -15px;
	padding-bottom: 16px;
}

.aside ul ul.tabbar {
	background: url('img/tabbox_top.png') top left no-repeat;
	margin: 0 15px 0 16px;
	padding:10px 0 0 10px;
	height: 29px;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
}

.aside ul ul.tabbar li {
	float: left;
	display: block;
}

.aside ul ul.tabbar li a {
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	font-size: 13px;
	color: #9e9e9e;
	cursor: pointer;
	display: block;
	font-weight: bold;
	border: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
}

.aside ul ul.tabbar li.ui-tabs-selected a {
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.widget_author_list h3,
.widget_relatedsuggestions h3.widgettitle,
.widget_author_tag_cloud h3.widgettitle {
	background: url('img/tabbox_top.png') top left no-repeat;
	margin: 0 15px 0 16px;
	padding: 0 10px;
	height: 39px;
	font-size: 13px;
	font-weight: bold;
	line-height: 39px;
	color: #9e9e9e;
	border-bottom: 1px solid #e5e5e5;
}

.tab_contents {
	border: 1px solid #ebebeb;
	border-width: 0 1px;
	padding: 22px 10px 10px;
	margin: 0 15px 0 16px;
}

.widget_relatedsuggestions .entry-meta .entry-date {
	padding: 0;
}

/* Twitter panel */

#tab-twitter {
	padding-top: 16px;
}

.widget_twitter_search .entry-meta {
	border-bottom: 1px dotted #e3e3e3;
	line-height: inherit;
	padding: 5px 0;
	margin: 0;
	color: #000;
}

.widget_twitter_search .twitter-tweet {
	border-bottom: 1px solid #e3e3e3;
}

.widget_twitter_search .twitter-tweet p {
	margin: 5px 0;
}

.widget_twitter_search .twitter-tweet .entry-date {
	padding-top: 0;
}

.widget_twitter_search .twitter-tweet .entry-date a {
	color: #000;
}

.twitter-authors {
	position: relative;
	left: -10px;
	width: 458px;
	border-bottom: 1px solid #E6E6E6;
	color: #9E9E9E;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 16px;
}

.twitter-authors form {
	padding: 0 40px 12px;
	margin: 0;
	overflow: hidden;
}

.twitter-authors form span {
	display: block;
	padding-right: 14px;
	float: left;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

/* Author tag cloud */

.widget_author_tag_cloud .tab_contents {
	text-align: center;
}

.widget_author_tag_cloud .tab_contents a {
	text-transform: capitalize;
}


.suggestions_meta {
	background-color: #898989;
	padding: 14px 0;
	width: 100%;
	overflow: hidden;
}

a.button {
	display: block;
	width: 210px;
	height: 41px;
	overflow: hidden;
	text-indent: -1000px;
}

a.buttonSend {
	background: url('img/button_suggestion_send.png') top left no-repeat;
	margin: 0 10px;
	float: left;
}

a.buttonSee {
	background: url('img/button_suggestion_see.png') top left no-repeat;
	float: right;
	margin: 0 10px;
}



#tdomf-form-1 {
	background: url("img/forslag_footer_plain.png") no-repeat scroll left bottom transparent;
	border: none;
	padding: 0 0 22px;
}

#tdomf-form-1 .widgettitle {
	background:url("img/forslag_header_plain.png") repeat scroll 0 0 transparent;
	height:40px;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 20px;
}

#tdomf-form-1 form, #tdomf-form-1 .tdomf_form_message {
	border-left:1px solid #898989;
	border-right:1px solid #898989;
	background-color: #e2e2e2;
	padding: 15px 9px;
	margin: 0;
}

#tdomf-form-1 label {
	text-transform: uppercase;
	color: #555;
	font-size: 12px;
	display: block;
}

#tdomf-form-1 small {
	color: #555;
	font-size: 10px;
}

#tdomf-form-1 .tdomf_form fieldset {
	margin: 0;
	padding: 0;
}

#tdomf-form-1 .entryline {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

.tdo-whoami,
.tdo-facebook {
	border-bottom: 1px dashed #727272;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.tdo-captcha {
	border-top: 1px dashed #727272;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 10px;
}

.tdo-whoami label,
.tdo-captcha label,
.tdo-categories label,
.tdo-facebook label {
	float: left;
	width: 142px;
	padding-top: 4px;
}

.tdo-captcha input,
.tdo-whoami input,
.tdo-categories input {
	float: right;
	width: 280px;
	padding: 2px;
}

.tdo-facebook .input,
.tdo-whoami .input {
	float: right;
	width: 285px;
	padding-top:4px;
	font-size:12px;
}

#tdomf-form-1 .fullwidth,
.tdo-content input,
.tdo-content textarea {
	width: 434px;
	padding: 2px;
}
.tdo-content label, .tdo-tags label {
	padding-top: 3px;
}

#tdomf-form-1 table, #tdomf-form-1 tbody {
	margin-bottom: 0;
	width: 100%;
	border: none;
}
#tdomf-form-1 table tr {
	border-bottom: none;
}
#tdomf-form-1 table td {
	border-right: none;
	padding: 0;
	vertical-align: top;
}
#tdomf-form-1 table td.info {
	padding-right: 20px;
	color: #555;
}
#tdomf-form-1 table td.submit {
	text-align: right;
}
#tdomf-form-1 table input {
	border: none;
	width: 130px;
	height: 41px;
	background: url('img/button_publish.png') left top;
	border:medium none;
	color:transparent;
	cursor:pointer;
	overflow:hidden;
	padding-top:40px;
	text-align:center;
	font-size:0;
	vertical-align:middle;
}
#tdomf-form-1 table .submitting {
	width: 130px;
	height: 41px;
	background: url('img/button_publish.png') left bottom;
	float:right;
}

#tdomf-form-1 table input:hover, #tdomf-form-1 table input:active {
	background-position: left bottom;
}

.fb-image {
	width:16px;
	height:16px;
	border:1px solid #000000;
	float:left;
	margin:-2px 5px 0 0;
}

/* TDO style overrides */
.tdomf_buttons td {
	width:auto !important;
}
.tdomf_form,
.tdomf_form_message {
	margin-bottom:-2.4em !important;
}
.tdomf_form .required {
	font-weight:normal !important;
}

/* Panel: Related posts */

.widget_relatedliked .entry-meta .entry-date {
	padding-top: 0;
}

.widget_relatedliked .entry-title,
.widget_relatedsuggestions .entry-title {
	font-weight: bold;
	line-height: 18px;
}


.widget_relatedliked .entry-utility {
	margin-bottom: 10px;
}


.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs {
	padding: 0 0 0 20px;
	border-left: 1px dotted #ccc;
}
#newcomment{
	border:1px dashed #777;
	width:90%;
}
#newcommentsubmit{
	color: red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}

.widget_author_list .tab_contents {
	padding-bottom: 0;
}

.aside ul ul.authorlist {
	width: 451px;
	overflow: hidden;
}

.authorlist li {
	width: 135px;
	height: 37px;
	float: left;
	margin: 0 15px 18px 0;
	overflow: hidden;
}

.authorlist .c_avatar {
	width: 36px;
	float: left;
}

.authorlist .c_avatar img {
	border: 1px solid #000;
}

.authorlist .text {
	width: 93px;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 11px;
}

.authorlist .text a {
	display: block;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.wprp_report_link {
	text-transform: uppercase;
	font-size: 10px;
}

img.alignleft {
	margin: 0 10px 10px 0;
}

img.alignright {
	margin: 0 0 10px 10px;
}

/* Author page */

#author-info {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #B8B8B8;
	margin: 0 0 1em;
	padding: 0 0 1em;
}

#author-info .author-image {
	float: left;
	width: 160px;
}

#author-info .author-bio {
	float: right;
	width: 290px;
}

#author-info .avatar {
	border: 1px solid #000;
	margin: 0 0 6px 0;
}

#author-info .author-image p {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	margin: 0 0 10px 0;
}

#author-info .links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#author-info .links li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
}

#author-info .author-bio dl {
	margin: 0 0 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #B8B8B8;
}

#author-info .author-bio dl dt {
	float: left;
	padding-right: 0.5em;
	font-weight: nor155mal;
	text-transform: uppercase;
}

#author-info .author-bio dl dd {
	margin: 0 0 0.5em;
}

li.recentcomments {
	margin-bottom: 20px;
}

.recentcomments .comment_date {
	color: #9E9E9E;
	font-size: 12px;
}

.recentcomments .comment_author {
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 6px;
}

.recentcomments h4 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
}

.recentcomments .comment_post_title {
	font-style: italic;
	text-transform: uppercase;
}

.recentcomments .comment_post_author {
	text-transform: capitalize;
}

.recentcomments p {
	margin-bottom: 10px;
	font-size: 12px;
}

.recentcomments .ratebox {
	float: right;
	position: relative;
	top: -3px;
	right: 0;
	color: #9E9E9E;
	font-size: 10px;
	font-style: italic;
}

/* Search results */

.suggestionstatus_legend {
	border-bottom:1px solid #ECECEC;
	padding-bottom:12px;
}

/* Order Tabs */

.ordertabs {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	background: url(img/ordertabs.png);
	width: 472px;
	height: 40px;
	overflow: hidden;
	position: relative;
	left: -6px;
}

.ordertabs li {
	float: left;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.ordertabs a {
	height: 40px;
	color: #757575;
	display: block;
}

.ordertabs li.tab-posted a {
	width: 146px;
}

.ordertabs li.tab-read a {
	width: 160px;
}

.ordertabs li.tab-liked a {
	width: 166px;
}

.ordertabs li.selected a {
	color: #000;
}

.authorpaging {
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 0 18px;
}

.authorpaging .authorprev {
	width: 49%;
	float: left;
}

.authorpaging .authornext {
	width: 49%;
	float: right;
	text-align: right;
}

#content #index-insert {
	border: none;
	padding: 0;
	margin-top: -19px;
}

#content #index-insert ul {
	padding: 0;
}

#content #index-insert .widget_t2binsert {
	background: url("img/shadow_insert.png") no-repeat scroll left bottom transparent;
	left: -15px;
	padding-bottom: 22px;
	position: relative;
	width: 491px;
}

#content #index-insert .widget_t2binsert h3 {
	background: url("img/comments_header.png") no-repeat scroll left top transparent;
	color:#9E9E9E;
	font-weight: normal;
	margin: 0 15px 0 16px;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-transform: uppercase;
}

.widget_t2binsert .contents {
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 0 1px;
	margin: 0 15px 0 16px;
	padding: 18px 10px 16px;
}

#content #index-insert .contents ul {
	width: 462px;
	overflow: hidden;
}

#content #index-insert .contents ul li {
	float: left;
	width: 210px;
	margin-right: 20px;
}

.widget_t2binsert .entry-avatar,
.widget_t2binsert .author {
	display: none;
}
#content #index-insert .entry-meta  {
	margin: 0;
}

#content #index-insert .entry-meta .entry-date-author {
	float: none;
	text-transform: uppercase;
	width: auto;
}
#content #index-insert .entry-meta .entry-date {
	padding: 0;
}
#content #index-insert .entry-title {
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
}

#content #index-insert .entry-content {
	margin: 0 0 10px;
}

#content #index-insert .entry-content img {
	width: 208px;
	height: auto;
	margin: 0 0 10px;
}

#content #index-insert .entry-content p {
	margin: 0;
}

#content #index-insert .entry-utility {
	border-bottom: none;
	padding-bottom: 0;
}

/* Disqus */

#dsq-content #dsq-global-toolbar .dsq-thread-like,
#dsq-content #dsq-global-toolbar .dsq-thread-dislike {
    display:none !important;
}

/* EOF */
