/*
Theme Name: Bloggers Delight - Sandbox
Theme URI: http://www.bloggersdelight.dk/
Description: The 2012 theme for Bloggers Delight 1click blogs
Author: Bloggers Delight ApS
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.right {float:right;}
.description { display: none; }

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
#content ol, #content ul {
	padding-left:40px;
}

.related-posts ul, #comments ol {
	padding-left:0 !important;
}

#access div.menu ul {
	padding-left:0px;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
text-decoration:none;
color: #9567AA;
}

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


body {margin:0px;padding:0;}

.container-blog {
	width:980px; 
	margin:-5px auto 0;
	position: relative;
	z-index: 3;
}


#container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}
#content {
	margin: 0 0px 0 0px;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
 	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 930px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 930px;
}


.cookie-warning {
	    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 10000000;
    border-top: 1px solid #ddd;
    text-align: center;
        opacity: 0.95;
    font-size: 12px;
    color:#555;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: arial, Georgia, "Bitstream Charter", serif;
}


pre {
	font-family: arial, Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}

#header-image { z-index:10;}
#wrapper {
	margin-top: 0;
	padding: 0 0px;
}


.sidebar {float:right;width:230px;margin-left:17px; }
.sidebar ul {list-style: none; list-style-type: none; padding:0 !important;margin:0 !important;}
.sidebar li { list-style: none; padding:0 !important;margin:0 !important;}
.sidebar h3 {font-weight:bold;}
.widget-container ul {margin-bottom:15px !important;}
li.widget {margin-bottom:25px !important;}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	/*margin: 0 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	border: 1px solid #999;
	background-color:#eee;
	margin-right:2px;
	color:#999;
}



/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu -------------------------------------------------------------- */




#access .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 0;
	width: 928px;
	text-transform:normal;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

.menu-right-icons{
	float:right;
	width:350px;
	text-align:right;
}

.menu-right-icons-center {
	text-align: center;
	margin-top:10px;
}

.menu-right-icons-center a{
	display:inline !important;
	margin-left: 10px;
}

.menu-right-icons a{
	display:inline !important;
	margin-left: 10px;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 32px;
	left: -18px;
	float: left;
	width: 120px;
	z-index: 99999;
background-color:white;
}

#access ul ul li {
	min-width: 120px;
}
#access ul ul ul {
	left: 96px;
	top: 0;
}

#access ul li:hover > ul {
	display: block;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/*search slide*/

.search-form {
    position:relative;
    float:left;
}

input[type="text"] {
    width:1px;
    padding:0;
	background:; 
	color:#fff;
	border:0;   
    font-size:13px;
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
    	padding-left:5px;

    -webkit-transition:width 0.5s ease-in-out;
       -moz-transition:width 0.5s ease-in-out;
            transition:width 0.5s ease-in-out;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active {
    width:120px;
     outline:0;
	color:#888;
}

#search{
	background:transparent;
}

label {
	margin-left:10px;
    cursor:pointer;
}






/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0 0;
}
#content {
	margin-bottom: 0px;padding-top:25px;
}
.loop_post {margin-bottom:40px;}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 14px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	/*margin-bottom: 6px;*/
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 8px 0;
}




#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 6px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #fff;
}
#content .entry-title {
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0;
	height:auto;
	padding-top:5px;
}

#content .entry-title h1 {
font-family: georgia, arial;
color: black;
font-style: italic;
margin-top: 10px;
	margin-bottom: 0;
	height:auto;
}

.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-meta {
	color: #888;
	font-size: 13px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #000;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

#content img {
	margin: 0;
	max-width: 980px;

}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
	width:700px;
}

#content .gallery br {
	clear:none !important;
}

#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width:150px;
	height:auto;
	margin:0 25px 25px 0;
}
#content .gallery img {
	border: 0 !important;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 0;
	width:150px;
	height:auto;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
color: #000;
font-size: 15px;
text-transform:uppercase;
line-height: 30px;
overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}


.nav-previous {
	float:left;
	width: 400px;
	padding-top:3px;
	font-size:12px;
	line-height:16px;
}
.nav-previous-small {
	float: left;
	width: 400px;
	font-size:11px;
	text-transform:Capitalize;
}
.nav-next {
	padding-top:3px;
	font-size:12px;
	text-align:right;
	float: right;
	text-align: right;
	width: 400px;
	line-height:16px;
	
	
}
.nav-next-small {
	float: right;
	text-align:right;
	width: 400px;
	font-size:11px;
	text-transform:Capitalize;
}

.nav-text a, .nav-text-right a { 
	
font-family: georgia !important;
font-size: 13px;
color: black;
margin-top: 5px;
text-transform:Capitalize;

font-style: italic;}




.nav-previous img, .nav-next img {width:170px; height:170px;}


#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0px 0 20px 0;
	padding-top:10px;
	border-top:1px dotted #DBDCD7;
	border-bottom:1px dotted #DBDCD7;
	padding-bottom:20px;	
}



/* =Comments
-------------------------------------------------------------- */
#comments {
}
#comments .navigation {
	padding: 0 0 18px 0;
}
.comment {}

.comment .children {padding-left:0 !important;
margin-top: 25px !important;}

.comment img {border:1px solid #ddd;}

.commentlist .children li {
	padding-top: 25px !important;
	padding-bottom: 0 !important;
}

.commentlist .children img {
	top: 27px !important;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-family:arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 100%;
}
h3#comments-title {
	padding: 24px 0 0 0;
}

#comments-title em {
	font-style:normal!important
}

.fn { font-size:16px;}

.commentlist {
	list-style: none;
	margin: 0;
}

.bypostauthor {}

.commentlist li.comment {
	line-height: 24px;
	margin: 40px 0 0 0;
	padding: 10px 0 45px 68px;
	position: relative;
	border-bottom: 1px solid #DDD;	
}

.commentlist li.comment:first-child{
	margin:0;
}

.commentlist li:last-child {
	margin-bottom: 0;
}

#comments .comment-body {
	margin-top:25px;
	margin-right: 15px;
	word-wrap: break-word;
}

#comments .comment-body img{
	border:0 !important;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 10px;
	left: 0px;
	width:40px !important;
}	 


.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	color: #888;
	line-height: 100%;
	padding-top: 5px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 0 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #888;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* EDIT Comments form AND SUBMIT BUTTON */



input[type=submit] {
border:0px solid black;
color:#fff;
}



#respond {
	margin: 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
	display:none;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}

.comment-reply-link {
	font-style: italic;
font-size: 11px;	
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: normal;
font-size:7pt;
}
#respond label {
	font-size: 14px;
	display:none;
font-weight:bold; }
#respond input {
	display:block;
	margin: 2px 0 19px;
	/*width: 50%;*/
	height:25px;
	padding:5px;
}

#respond textarea {
	display:block;
	/*width: 50%;*/
padding:8px 0 0 8px;
margin: 2px 0 19px;

line-height:130%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0 0 0;
}

#respond .subscribe-to-comments input{ display:inline;margin-top:0px;height:12px;padding:0;margin-left:2px;}
#respond .subscribe-to-comments label{ display:inline;margin:0;padding:0;}

#respond .form-submit input {
		height:60px; 
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		text-align:center;
		background:#9465a9;
		text-shadow: none;
		border:0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		margin: 0 0 10px 0;
		padding: 0;
		height: 40px;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 3px;

}

/* =Footer
-------------------------------------------------------------- */

#footer {
font-size:10pt;
line-height:130%;
width:980px;
margin: 0  auto;
padding-top:20px;

}


#footer-widgets{
	border-bottom:1px solid #d3d3d3;
	height:245px;
	margin-top: 0;
	margin-bottom:20px;
	overflow: hidden;	
}

#widgets-container {
	padding-bottom: 20px;
}

.widget-title-footer { margin-bottom:10px;}


#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(/wp-content/themes/bd-oneclick-premium/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}









/* DROP DOWN */

*navigation*/
#menu-header {padding:0;margin:0;}
#menu-header li {position:relative;display:block;float:left;}

/*sub navigation*/
#menu-header ul {position:absolute;top: 35px;left:0;padding:0;} /*the top:30px command must be the same height as your parent LI so the dropdown displays below the main navigation*/
#menu-header ul a, #nav ul li {float:none;}


.btnNewsletter {
background-image:url('/wp-content/themes/bd-oneclick-basic/images/add.jpg');
width:31px;
padding:3px;
cursor:pointer;
background-repeat:no-repeat;
}

#respond input, #respond textarea, #searchform input#s {padding:5px;}
#searchform input#s {width:180px;background-image:url('/wp-content/themes/bd-oneclick-premium/images/search_icon.png');background-repeat:no-repeat; background-position:5px 7px;  padding-left:29px;}

.btnSearch {
background-image:url('/wp-content/themes/bd-oneclick-basic/img/icon_search.png');
width:31px;
padding:7px;
margin-left:6px;
cursor:pointer;
background-repeat:no-repeat;
border:0 !important;
background-color:#fff !important;
}

.btnComment {
width:31px;
padding:3px;
cursor:pointer;
background-color:black;
color:#fff;
}




/* BANNERE */
#ad-top {width:980px;text-align:center;margin: 0 auto;padding:0;margin-top:45px;}
#ad-top div {display: inline-block;margin: 0 auto;}
.ad-content {margin-bottom:40px; text-align:center;}
.ad-content-text {margin-bottom:7px;font-size: 9px;text-align:center !important;}
#ad-side {position:absolute;width:1380px;text-align:center; position: absolute;top: 46px;left: 50%;margin-left: -690px;}
#ad-side-left-o {width:200px; height:600px;position:absolute; text-align:right; }
#ad-side-right{left:1180px;width:200px; height:600px; position:absolute;text-align: left;}
#header-image { width:980px; text-align: center;margin: 0 auto;	z-index:10; }
#header-image img {vertical-align: bottom}
#ad_post_content {text-align: center;margin:50px 0;}

body {
	background-position: 50% 45px !important;
}



#paginationDiv { width:980px;height:70px;text-align:center;border-top:1px solid #d3d3d3; }

/*
.pagination-push {
	margin-bottom:37px;
}
*/

.fancybox-hidden{display:none}

.what_is_container {display:none !important; }

.footer-widget-four {border:0 !important;}



/*
1Click Theme options
*/


/* =Menu -------------------------------------------------------------- */

#menu-archive {}

#access { margin: 0 auto; width: 980px;	padding:0px;height:32px; }
#access li { margin-right:15px;}
#access a { display: block; font-weight:normal; line-height: 32px; padding: 0; text-decoration: none; }
#access li:hover > a, #access ul ul :hover > a { font-weight:normal; }


.menu-header-right {list-style: none !important; }

.menu ul a { padding: 0 16px 0 	0px; }
.menu-header-right a {padding: 0 0px 0 16px; }
/* UNDERMENU */
#access ul ul a:hover { background-color:#fff; color:#949994;}
#access ul ul a { color:#000; font-size:8pt; background: #fff; line-height: 1em; padding: 10px; width: 100px; height: auto;}
#access .menu-header-right li { margin:0 10px 0 15px !important;}


/* -------------------------------------------------------------------- */


/* =Widget bar header -------------------------------------------------------------- */

#widget-bar { height:42px; 	margin: 0 auto;	 padding:4px 9px 4px 9px;width: 960px; }
#widget-bar-left { float:left;width:500px;}
#widget-bar-right { float:right; padding: 1px 5px 0 0;}
#widget-bar-right_iconpack1 { float:right; padding: 0px 0px 0 0;}

/* -------------------------------------------------------------------- */



/* =Content -------------------------------------------------------------- */


.headline { margin-top:10px; margin-bottom:12px; }
.entry-title { margin-top:5px; }
h1, h2 a.postoverskrift  {text-decoration:none; line-height:100%; }




/* -------------------------------------------------------------------- */


/* =Sidebar ------------------------------------------------- */

.sidebar {color:#000; font-size:12px; font-family: Verdana;width:220px !important}


/* -------------------------------------------------------------------- */


/* =Post footer bar ------------------------------------------------- */


.entry-utility { padding:10px; clear: both; line-height: 18px; }



/* -------------------------------------------------------------------- */



/* =Footer -------------------------------------------------------------- */
.footer-widget-container {margin-top:20px;border-right:1px dotted #DBDCD7; float:left;width:235px;height:290px;margin-right:18px;}
.footer-widget-container-last {float:left;width:210px;height:219px;margin-top:20px;}

.footer-widget-one { width:210px;height:288px;}
.footer-widget-two { width:210px;height:288px;margin-right:45px; }
.footer-widget-three { width:210px;height:288px;margin-right:45px;}
.footer-widget-four { width:210px;height:288px;}

.footer-top-one {color:#000 !important; float:left;width:246px;height:100%;margin-right:35px;padding-left:10px;}
.footer-top-two {color:#000 !important;float:left;width:246px;height:100%;margin-right:90px;}
.footer-top-three { color:#000 !important;float:left;width:246px;height:100%;}
.footer-top-four {color:#000 !important;
float: left;
width: 200px;
height: 100%;
}
.footer-top-headline {font-family:century gothic;font-weight:bold;}

.footer-bottom-div {float:left;  padding: 10px 20px 10px 20px;}
/* -------------------------------------------------------------------- */


/* =Post fonts -------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-content,
.entry-meta,
.entry-title,
.entry-utility,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
#respond label,
.comment-notes,
.comment-body,
.navigation a 
 {
	font-family: 'Cardo', Arial, Helvetica, "Nimbus Sans L", sans-serif; color:#000000;
}

.entry-content { line-height:200%; }
.clearing {clear:both;}
/* -------------------------------------------------------------------- */



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


#footer{font-size:13px;line-height:16px;margin:0 0 0 0;text-align:left;text-align:center;padding-top:35px;font-family:"helvetica neue", helvetica;}
.footer { 
	background: #222;text-align:center;
	width:980px;
	margin:0 auto;

}
#footerMenu {padding-top:20px;}
#footerMenu .menu ul li {display:inline;color:#ddd;}
#footerMenu .menu ul li a {color:#ddd !important;}
#footerFacebook{padding-top:20px;color:#ddd;font-size:11px;text-align:center;}
#footerFacebook a {color:#ddd !important;}
#footerCopyright{padding-top:20px;font-size:11px;color:#ddd;padding-bottom:35px;}
.footerBottom {background-color:#fff;height:15px;border-top:1px solid #EAEAEA; font-size:10px;font-family:"helvetica neue", helvetica;padding: 40px 0 60px;letter-spacing: 1px;text-transform: uppercase;}
.footer-wrapper {text-align:center; color:#686868 !important}
.footer-wrapper ul {display:inline;margin: 0 0 18px 15px;}
.footer-wrapper ul li {margin-right: 16px;}
.footer-wrapper a {color:#686868 !important}

#menu-footer li {
display: inline !important;
}
#footer a {
margin-right: 10px;font-size:12px;
color: white !important;
}
.footer-wrapper {
text-align: center;
width: 980px;
margin: 0 auto;
padding: 0;
}

.footer-bottom-left {
	float: left;
}

.footer-bottom-right {
	float:right;
	padding:0 15px 0 0;	
}

.widget-title-footer {font-family: arial;font-size:12px; font-weight: bold; display:none;}





.entry-style {line-height:150%; }




#footer-top {
	margin-top: -4px;
	overflow: hidden;
	padding: 20px 0 0 0 ;
	font-family:"helvetica neue";
	font-size:8pt;
}

#footer-top a { color:#000; }

#footer-bottom {
	display:none;
	font-family:arial;
	overflow: hidden;
	font-size:8pt;
	border-top: 1px solid #DDD;
	padding: 40px 0 20px;
	margin-top: 40px;
}

#footer-bottom a {
	color:#525252;
}

.footer-top-headline {font-family:arial;font-weight:bold;text-transform: uppercase;letter-spacing: 1px;}
.footer-bottom-headline {font-family:arial;font-weight:bold;}

.footer-bottom-div {  padding: 10px 0 10px 0;}

.footer-top-one {float:left;width:210px;height:100%;margin-right:44px;}
.footer-top-two {float:left;width:210px;height:100%;margin-right:44px;}
.footer-top-three { float:left;width:210px;height:100%;margin-right:44px;}
.footer-top-four{ float:left;width:202px;height:100%;}
.footer-top-five {float:left;width:213px;height:100%;margin-right:44px;}





/* FOOTER PAGINATION */

.pagination {
	font-family:arial;
padding:30px 0;
font-size:13px;
line-height:13px;
text-transform:uppercase;
width:980px;
text-align:center;
}
 
.pagination span, .pagination a {
margin: 2px 2px 2px 0;
padding:2px 7px 2px 7px;
text-decoration:none;
color:#000;
ont-family: 'PT Sans', sans-serif;
font-size:16px;
border:1px solid #fff;

}
 
.pagination a:hover{
	padding:2px 7px 2px 7px;
	background: #fff;
	border:1px solid #DBDCD7;
	color:#000;
}
 
.pagination .current{
padding:2px 7px 2px 7px;
background: #fff;
border:1px solid #DBDCD7;
color:#000;
}


/*bottom carousel*/

#bottom-news {
	position: fixed;
	left:0;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
	background-color: #F5F5F5;
	border-top: 1px solid #EAEAEA;
	z-index: 1000;
	opacity: 0.98;
	height: 15px;
	padding:12px 0;
}


.bottom-logo {
	opacity: 0.4;
	display: block;
	width: 105px;
	height: 20px;
	background: url(/wp-content/themes/bd-oneclick-premium/files/sprite.png) 0 0;
}			

/*			#carousel {display:none} */

/*
			#bottom-news-post-text {border-right:1px solid #d9d9d9;margin-right:10px;padding-right:10px;color:#333;}
			#bottom-news-more a {border-right:1px solid #d9d9d9;margin-right:10px;padding-right:10px}
			.bottom-news-link {padding-right:10px;text-decoration:none; color:#333 !important; border-right:1px solid #d9d9d9;margin-right:10px}
			.bottom-news-link:last-child {border-right:0;} 
			.bottom-news-link-blog {text-transform:uppercase;font-weight:bold}
			.bottom-news-link-time {color:#333;padding-right:3px;}
			#bottom-news-more {color:#333}
			#bottom-news-create a, #bottom-news-more a {color:#333;text-decoration:none;}
*/


			@media (min-width: 768px) and (max-width: 1399px) { 
				#bottom-news-more {display:none;}
			}

			@media (min-width: 768px) and (max-width: 1199px) { 
				#bottom-news-create {display:none;}
			}			

			@media (min-width: 768px) and (max-width: 1199px) { 
				#bottom-news-logo {display:none;}
			}

/*shopbob*/

.footer-widget-container-shopbob {
border-right: 1px solid 
#EEE;
float: left;
width: 235px;
height: 409px;
margin-right: 18px;
margin-top:20px;
}

.footer-widget-container-last-shopbob {
float: left;
width: 210px;
height: 409px;
margin-top:20px;
}


/*twitter widget */
#my_twitter_tweetlist{list-style: none !important;margin: 0!important;}
#my_twitter_tweetlist li {padding: 10px 0;border-bottom: 1px solid #D9D9D9;}



/*addthis*/
.addthis_toolbox  {padding:17px 0}
.fb_edge_widget_with_comment{width:92px !important;}

.twitter-count-horizontal {width:95px !important;}
.addthis_button_pinterest_pinit {width:58px;}



/*Carousel*/



#carousel {
  position:fixed;
  top:0px;
  height:45px;
  width:100%;
  background-color:#f5f5f5;
  border-bottom:1px solid #eaeaea;
  z-index:1000;
  opacity:0.98;

}

#carousel   a, #carousel a:hover{
 -o-transition:.3s; -ms-transition:.3s;-moz-transition:.3s; -webkit-transition:.3s;transition:.3s;
}

.logo {
  position:absolute;left:10px;margin-top:13px;opacity: 0.3;
}

.logo img {
  height:17px;
}

.logo a{
    opacity:0.4;
    display:block;
    width:105px;
    height: 20px;
    background:url(/wp-content/themes/bd-oneclick-premium/files/sprite.png) 0 0;        
}

.logo a:hover {
  opacity:0.8;  
}

.right-links {
  position: absolute;
  right:14px;
  margin-top:9px;
  font-size: 11px;
  font-family: "arial",Georgia,"Bitstream";
  color:#888;  
  display:none;
}

.right-links a {
    opacity:0.4;
}


.topbar-icons {
	font-size: 17px; margin-left: 12px; color: #222;
}


.shuffle {
	float:left;
  width: 22px;
    display:block;
    height: 20px;
    background:url(/wp-content/themes/bd-oneclick-premium/files/sprite.png) -118px 0;        
    margin:-2px 0 0 0;
}

.globe {
	float:left;
  width: 20px;
    display:block;
    height: 20px;
    background:url(/wp-content/themes/bd-oneclick-premium/files/sprite.png) -142px 0;        
margin:0 4px 0 0;
}

.facebook {
	float:left;
  width: 20px;
    display:block;
    height: 20px;
    background:url(/wp-content/themes/bd-oneclick-premium/files/sprite.png) -162px 0;        

}

.right-links a:hover{
  opacity:0.7;
}


#topmenu {
  margin: 9px auto 0;
  width: 1040px;
}

#topmenu ul {
    position:absolute; /* required */
    overflow:hidden; /* required */
    margin:0;
    padding:0;
    list-style:none;
}

.arrow {
  width:30px;
}
 
#topmenu ul li {
    float:left; /* required */
    height:24px;
    margin:2px 0 0 0;
    padding: 0;
    width: 980px;
    text-align:center;
}

#topmenu ul li a {
  font-size: 11px;
  font-family: "raleway", arial,Georgia,"Bitstream";
  color:#666;
  border-left:0px solid #d9d9d9;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-size: 9px;  
}



#topmenu .mask {
    position:relative; /* required */
    overflow:hidden; /* required */
    width:980px; /* required */
    float:left;
}
 
#topmenu .pagination-links {
    list-style:none;
    margin:0;
    padding:0;
}
 
#topmenu .pagination-links li {
    display:inline;
}
 
#topmenu .pagination-links li.current {
    background:grey;
}
 
#topmenu .disabled {
    color:grey;
}

#topmenu a {
    color: #FFFFFF;
/*    display: block;*/
    font-family: arial;
    line-height: 26px;
    padding: 0 16px;
    text-decoration: none;
	font-weight:normal !important;
}

#topmenu a:first-child, #topmenu a:last-child {
  padding:0;
}

#topmenu ul li a:first-child {
  padding:0 13px 0 0;
  border: 0;
}

#topmenu ul li a:last-child {
  padding:0 0 0 13px;
}


#topmenu a.active {
  font-weight: bold !important;
}

#topmenu a:hover {
	opacity: 0.75;
}

.prev {
  float:left;
  width: 29px;
    display:block;
    height: 20px;
      padding-top: 3px !important;
}
.next {
  float:left;
  width: 24px;
    display:block;
    height: 20px;
      padding-top: 3px !important;

}

.prev .icon-fa, .next .icon-fa {
	color:#666;
	font-size:17px;
}

.prev:hover, .next:hover {
  opacity:0.7;
}


.dummy {
	display:none;
}

/*screen size*/

      @media (min-width: 768px) and (max-width: 1249px) { 
        .logo {display:none;}
        .right-links {display:none;}
      }


/*wp comment master */

.yjl-pager{
   margin:0px 0 10px;
}
span.page-number,span.yjl-more,span.yjl-prev,span.yjl-next,.gray{   
   margin:0 4px 0 4px;     
   padding:3px 5px 3px 5px;  
   border:1px solid #dedede;
}
span.page-number:hover,span.yjl-more:hover,span.yjl-prev:hover,span.yjl-next:hover{
   cursor:pointer;
   border:1px solid #666; 
}
.currentPager{  
    background:blue;      
    color:white;
}
.gray{  
   color:#aaa;
}
.yjl-mes{  
   color:#c22;  
   font-size:14px;
}


/*recipe*/

.recipe-container {
	text-align:center;
}

.recipe {
	margin: 0 20px 40px 0;
	display:inline-block;
	text-overflow: ellipsis;
	width: 176px;
	white-space: nowrap;
	overflow: hidden;	 
}



/* icons */

.icon-fa {font-size:15px;}
.iconpack {float:left;	margin-right: 8px;}
.icon {	display: block;	}


/* wp polls */



.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}



/*footer global*/

.footer-column {
	float: left;
	width: 210px;
	height: 100%;
	margin-right: 44px;
}

.footer-column:last-child {
	margin-right:0;
	width: 192px;
}

/* top entry*/

.top-posts {
	width: 550px;
	margin: 0 auto;
	text-align: center;
}

.top-entry img {
	width:400px;
}

.top-entry {
	padding:0 0 40px 0;
}


.fb_iframe_widget span {/*text-align:center!important;*/}
.socialite-li .fb_iframe_widget span {text-align:left!important;}










/*new styles from other theme*/


		.entry-content a { text-decoration:none;color: #9567AA;}
			#access {width:960px; padding-left:10px;padding-right:10px;}
			#access a {color:#000;font-weight:bold;}
			#access a{font-family: 'PT Sans', sans-serif;font-size:15px;font-weight:normal;color:#000;}
			#access { width:980px;padding-top:10px;height:37px;}
			#widget-bar {padding-top:10px;}
			.headline-time {border:0!important; font-family:georgia, arial; font-size:18px; color:#999;font-weight:normal;font-style:italic;text-align:center;padding-top:-25px;margin-top:15px;}
			#headline-time-div {
				letter-spacing: 2px;
				text-transform: uppercase;
				font-size: 13px;
				font-weight: 700;
				padding: 0;
				margin: 0;
				color: #333;
			}
			#headline-time-div div {
				display:inline;
			}
			#headline-time-div:after {
			display: block;
			margin: 7px auto 15px;
			width: 30px;
			height: 1px;
			background-color: #CCC;
			content: " ";
			}

			.headline {text-align:center;font-family:georgia, arial;  color:#000; font-style:italic;margin-top:10px;}
			.headline a {color:#000;font-size:42px;}
			.related_title {font-family:georgia, arial; font-size:16px; color:#777;font-style:italic;font-weight:lighter;margin-bottom:10px !important;}
			.entry-utility {text-align:center;font-family: 'PT Sans', sans-serif; color:#666 }
			.entry-utility > a {color:#666;margin-right:30px;font-size:13px}
			.entry-utility img {margin-right:6px !important; vertical-align:middle}
			.entry-content p {font-family: 'PT Sans', sans-serif;color:#666; font-size:13px;}
			.entry-content img:first-child {}
			#paginationDiv {border-bottom:1px solid #DBDCD7;}
			.right a {color:#aaa ;}
			#comments-title {font-size:15px !important;font-weight:normal;}
			.comment {margin-bottom:10px !important;}
			.comment .fn, .comment .fn a {font-family:arial, georgia; }
			.comment-meta {font-size:10px; text-transform: uppercase; color:#777;line-height:100%;}
			.comment-body {font-size:15px !important;font-weight:normal;color:#666 !important; }
			.comment-notes {color:#999;font-size:11px;}
			.commentlist .children li {border-top:1px dotted #DBDCD7 !important;margin-right:10px;}
			#reply-title  {text-transform:  uppercase;font-size:16px !important; color:#000 !important;font-weight:bold !important;margin-bottom:20px !important;}
			#respond label {font-size:15px;font-family: 'PT Sans', sans-serif;font-weight:normal;margin-bottom:3px; }
			#respond .required {font-size:15px;}
			#searchform input  {border:1px solid #DBDCD7;background-color:#fdfdfd}
			#respond input, #respond textarea {
				background: #eee;
				border: 0;
				padding: 12px 12px;
				width:100%;	
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				vertical-align: middle;	
				margin-bottom: 10px;
			  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
			  box-sizing: border-box;    	
			  height: 100%;		
			}
			#respond .subscribe-to-comments input {margin:0 !important;}
			#respond .subscribe-to-comments label {font-size:11px;font-family: 'PT Sans', sans-serif;color:#999}
			.nav-previous-small, .nav-next-small {font-size:15px;font-family: 'PT Sans', sans-serif;font-weight:normal;}
			.to-top-links {text-align:center;height:35px; border-bottom:1px dotted #DBDCD7}
			.to-top-links a { font-size:15px;font-family: 'PT Sans', sans-serif; padding:5px 9px; background-color:#000;color:#fff !important; -moz-border-radius: 3px;
			border-radius: 3px;background-image: url('http://bloggersdelight.dk/wp-content/themes/network/_inc/images/footerpattern_bg.jpg');}
			.yarppDiv {position:relative; list-style:none;line-height:130%;float:left;margin-right:23px;width:176px;font-size:10px;}
			.yarppDivLast {list-style:none;line-height:130%;float:left;width:176px;font-size:10px;}
			.footer {border-top:1px solid #CCCCCC;}
			.footer-global {padding-top:30px;padding-bottom: 30px;background:#F1F2ED; text-align:left;}
			.footer-bottom-headline, .footer-top-headline {color:#000; }
			.yarpp-border {border:1px solid #DBDCD7;height:176px; width:176px;}
			.related-posts {margin-bottom:40px;}
			.yarpp-img-div img {width:170px; height:170px;padding:3px;}
			.yarppDiv:last-child{margin:0 !important;}
			/*.yarpp-text {left: 12px;position: absolute;bottom: 12px;}
			.yarpp-text a {padding: 2px; color:#efefef; font-size:12px; line-height: 182%;background-color: rgba(0,0,0,0.5);}*/


			/*comments*/

			.stick {
			  position: fixed !important;
			width: inherit;
			top: 65px !important;
			}

			.clear {
			    clear: both;
			}

			#comments {
				clear:both;position:relative;
				min-height:540px;
				margin-bottom:50px;
			}

			.comment-respond{}

			.comment-bar {
				position: absolute;right:0;width: 300px;height: 100%;
			}

			.commentlist #respond {
				position:relative !important;
			margin-bottom: 100px;
			top: 20px !Important;	
			}

			.comment-status {
			margin-top: 10px;
			height: 40px;
			}

			.comment-list {
				width:55%; position: relative;float: left;
			}			


			/*continue reading*/

			.continue-reading .fb_iframe_widget span {
				display:inline !important;
			}

			.fancybox-opened .fancybox-skin{
				-webkit-box-shadow: none;
				box-shadow: none;
				border-radius: 0;
			}

			.continue-reading{				
				position:fixed;
				background:#fff;
				bottom:0;
				width:780px;
				height:280px;
				padding:40px 40px 0 40px;
				z-index:99999;
				width:980px;
				border:1px solid #ddd;
				color:#000!important;
			  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
			  box-sizing: border-box;   				
			}

			.continue-reading .close {
				position: absolute;
				right: 20px;
				top: 20px;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 9px;
			}
			.continue-reading .close {
				color:#666;
			}

			.continue-reading-next-img{
				float:left;margin-right:40px;
			}

			.continue-reading-next-content {
				float:left;width: 490px;padding-top:10px; text-align:center;
			}


			.continue-reading h3{
				font-family:arial !important;
				text-transform: uppercase;
				font-weight:bold !important;
				color:#666 !important;
				letter-spacing: 1px;
				font-size:9px !important;
				font-style: normal !important;

			}

			.continue-reading-next-title{
				margin-top:10px;font-size: 28px; text-transform: uppercase;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}

			.continue-reading-next-title a {
				color:#333 !important;
				letter-spacing: 1px;
				line-height: 130%;

			}		


			.continue-reading-next-btn{
				display:block;width:230px;text-align:center; background:<? echo get_option('bd_comment_button_background_color'); ?>;color:#fff !important;font-size:16px; padding:15px 30px;margin:20px auto;border-radius:4px;text-transform:uppercase;letter-spacing:1.5px;
			}	
			.continue-reading-next-btn:hover{
				opacity:0.9;
			}

			.continue-reading-prev{
				margin-top:20px;
				color:#000!important;
			}

			.continue-reading-bottom{
				border-top:1px solid #ddd;clear:both;margin-top:30px;padding-top:30px;
			}

			.continue-reading .yarppDiv {
				width: 100px;
				margin-right:25px;

			}	

			.continue-reading .related_title{
				text-align: left;
			}

			.continue-reading .yarpp-border {
				margin-bottom:7px;
			}

			.continue-reading .yarpp-border {
			border: 0px solid #DBDCD7;
			height: 100px;
			width: 100px;
			}				

			.continue-reading .yarpp-img-div img {
			width: 100px;
			height: 100px;
			padding: 0px;
			}			

			.continue-reading .related-posts {
				margin-bottom:0!important;
			}

			.continue-reading .yarpp-text {
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
						


/*image tagging*/



.tagview
{
	width: 130px;
	height: 130px;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
}

.tagview a {
	  width: 100%;
  height: 100%;
  display: block;
}

.square
{
	display: block;
	height: 79px;
}
.dot
{
	position: absolute;
	top:55px;
	left:55px;
background-color: rgba(219, 50, 92,1);
cursor: pointer;
display: block;
padding: 7px;
z-index: 1000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
  border: 3px solid #FFF;
  opacity: 0.3;
}

a:hover .dot {
	background-color: rgba(219, 50, 92, 1);
  opacity: 0.75;
}

.dot a {
	display:block;
	width:100%;
	height:100%;
}


#tagit
{
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
}
#tagit .box
{
	border: 1px solid #F10303;
	width: 100px;
	height: 100px;
	float: left;
}
#tagit .name
{
	float: left;
	background-color: #FFF;
	height: 136px;
	font-size: 10pt;
padding: 20px;
border: 1px solid #bbb;	
}
#tagit DIV.text
{
	margin-bottom: 5px;
}
#tagit INPUT[type=text]
{
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #DDD;
	width: 100%;	
}

#taglist
{
	color: #000;
}
#taglist OL
{
	padding: 0 20px;
	float: left;
	cursor: pointer;
}

#taglist ul {
	list-style-type: none;
}

#taglist li{
	float:left;
	padding-right:20px;
}


#taglist OL A
{
}
#taglist OL A:hover
{
	text-decoration: underline;
}
.tagtitle
{
	font-size: 14px;
	text-align: center;
	width: 100%;
	float: left;
}


.image-tag{
	position: relative;
}

.entry-content p {
	clear:both;
}

.image-tagbox {
}

.image-taglist {
}

.image-taglist ul {
	list-style-type: none;
  padding: 0!important;
  margin-top: 10px;
  line-height: 100%;
}

.image-taglist li{
  float: left;
  border-left: 1px solid #DDD;
  padding-left: 10px;
  margin-left: 10px;
}

.image-taglist li:first-child{ 
border:0;
margin-left:0;
padding-left:0;
}


/*********
BOTTOM BAR
*********/

/*bottom bar*/

.bottom-bar{
	display:none;
	position: fixed;
bottom: 0;
background: #fff;
width: 100%;
z-index: 999;
left: 0;
border-top: 1px solid #ddd;
opacity: 0.95;
height:50px;
}

.bottom-bar a:hover {
	color:#000;
}

.bottom-bar-frontpage{
	float:right;
}

.bottom-bar-pagination, .bottom-bar-frontpage, .bottom-bar-next {
	position:relative;
	float:right;
	border-left:1px solid #ddd;
	height:50px;
}

.bottom-bar-next {
	min-width: 275px;
}

.bottom-bar-pagination{
	padding:15px;
}

.bottom-bar-next  a{
	max-width:320px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;	
}

.bottom-bar-pagination a,.bottom-bar-pagination .current{
	margin-right:10px;
	text-transform: uppercase;
	color:#777;
	font-weight: 500;
	letter-spacing: 1px;
	font-size:12px;	
}
 .bottom-bar-frontpage a , .bottom-bar-next > a {
	margin-right:10px;
	text-transform: uppercase;
	color:#777;
	font-weight: 500;
	letter-spacing: 1px;
	font-size:12px;
	padding:18px;
	display:block;
}
.bottom-bar-pagination .current {
	color:#D64541;
}

.bottom-bar-social{
	float:left;
	border-right:1px solid #ddd;
	height:50px;
	padding:15px 15px 0 15px;
}

.bottom-bar-social a {
		margin-right:10px;
	text-transform: uppercase;
	color:#777;
	font-weight: 500;
	letter-spacing: 1px;
	font-size:12px;

}

.bottom-bar-latest {
	float:left;
	border-right:1px solid #ddd;
	height:50px;
	position:relative;
}

.bottom-bar-latest > a {
		margin-right:10px;
	text-transform: uppercase;
	color:#777;
	font-weight: 500;
	font-size:12px;
	letter-spacing: 1px;
	padding:18px;
	display:block;	

}

.bottom-bar-latest-posts{
	display:none;
	position: absolute;
height: 481px;
top: -481px;
background: #fff;
width: 330px;
border: 1px solid #ddd;
left: -1px;

}


.bottom-bar-latest-posts a{
	color:#555;
}

.bottom-bar-latest-post-time {
	font-size:9px;
	margin-bottom:3px;
}

.bottom-bar-latest-posts a{

}
.bottom-bar-latest-posts img{
	width:120px;
}


.bottom-bar-latest-post-text {
	width: 207px;border-bottom: 1px solid #DDD;height: 120px;padding: 20px;
}

.bottom-bar-next-post {
	display:none;
	position: absolute;
	height: 450px;
	top: -450px;
	background: #fff;
	width: inherit;
	border: 1px solid #ddd;
	left: -1px;
}

.bottom-bar-next-post a{
	color:#000;
}

.bottom-bar-next-post-headline{
	text-transform: uppercase;
	font-size:9px;
	font-weight:700;
	margin-bottom:7px;
}

.bottom-bar-next-post-close{
	position:absolute;
	text-transform: uppercase;
font-size: 9px;
font-weight: 700;
cursor:pointer;
right:10px;
top:10px;
}

.bottom-bar-next-post-text {
	padding:15px;
	word-wrap: break-word;

}

.bottom-bar-next-post img {
width:100%;
min-width:275px;
}

.instagram-media {
	margin:0 auto !important;
}

input:invalid {
    -moz-box-shadow: none;
    box-shadow: none;
}