/* blog guk css*/

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 {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

a:hover {
	background-color: transparent;
}

/*- Typography */

/*Resets 1em to 10px */

body {
	color: black;
	text-align: left;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

strong, em, b, i {
	
}

/* TITULARES
H1 titulo blog
H2 titular principal seccion 
H3 titulo entrada
H4 titulo menu
*/

h2, h3, h4, h5, h6 {
	font: 14px "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	visibility: hidden;
}

.entry-comments h4 {
	margin-top: 30px;
	text-align: left;
	padding-top: 10px;
	color: #707070;
	padding-bottom: 0;
	border-bottom: 1px solid #3982B9;
	font-size: 12px;
	margin-bottom: 0;
}

.secondary h4 {
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #3982B9;
	font-size: 12px;
	text-transform: lowercase;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 10px;
	margin-top: -4px;
}

.secondary a {
	font-size: 13px;
	color: #707070;
}

.secondary a:hover {
	color: #3982B9;
}

h3 {
	border-bottom: 1px solid #707070;
	padding-bottom: 7px;
}

h2 {
	margin-top: 24px;
	color: #707070;
	font-size: 12px;
	display: block;
	border-bottom: 1px dotted #707070;
	line-height: 17px;
}

h2, h2 a, h2 a:hover, h2 a:visited,

h3, h3 a, h3 a:hover, h3 a:visited,

h4, h4 a, h4 a:hover, h4 a:visited,

h5, h5 a, h5 a:hover, h5 a:visited,

h6, h6 a, h6 a:hover, h6 a:visited {
	text-decoration: none;
}

h2 a:hover,

h2 span a:hover {
	color: #707070 !important;
}

/* H3 is entry headlines. H4 is comments and replyform headlines */

.single .k2-asides h3 {
	font-size: 2.4em;
	font-weight: normal;
}

.entry-content h3 {
	
}

.entry-content h4 {
	
}

body.page .entry-content h3 {
	display: block;
	padding: 15px 0 0;
}

body.page .entry-content h4 {
	display: block;
	padding: 15px 0 0;
}

.additional-info h4 {
	margin: 1em 0;
	color: #707070;
}

.sb-about h4 {
	visibility: hidden;
	position: fixed;
	z-index: -1;
}

.sb-latest h4, .sb-comments h4, .sb-categories h4 {
	background-color: transparent;
}

.sb-months h4, .sb-years h4, .sb-days h4 {
	background-color: transparent;
}

#search h4 {
	visibility: hidden;
	position: fixed;
	z-index: -2;
}

.comments input[type=text], .comments textarea, code {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #f4f4f4;
}

/*- Page Structure */

#page {
	margin: 0 auto;
	position: relative;
	clear: both;
	background-color: transparent;
	text-align: left;
	border: none;
	padding: 0 0 0px;
	width: 900px;
	z-index: 1;
	min-height: 900px;
}

.columns-one #page {
	
}

.columns-two #page {
	width: 900px;
}

.columns-three #page {
	width: 950px;
}

.content {
	padding: 0;
}

body.columns-two #primary-wrapper {
	float: left;
	margin-right: -220px;
	width: 100%;
}

body.columns-two #primary {
	margin-right: 220px;
}

body.columns-two .secondary {
	
}

/*- header */

#header {
	width: 900px;
	height: 153px;
	text-align: right;
	background-color: transparent;
	padding-top: 5px;
	float: right;
}

#header .description {
	visibility: hidden;
	position: fixed;
	z-index: -1;
}

#header .description a {
	color: #000000 !important;
}

#primary {
	position: relative;
	float: left;
	width: 550px;
	background-image: url(images/blanco70-trans.png);
	padding: 0 25px 60px;
}

* html #primary {
	display: inline;
}

#columna_derecha {
	width: 295px;
	height: auto;
	float: right;
}

.secondary {
	font-size: 1em;
	color: #707070;
	line-height: 1em;
}

.secondary div {
	background-image: url(images/blanco70-trans.png);
	margin-bottom: 5px;
	padding: 25px;
}

.secondary h4 {
	background-color: transparent;
}

.secondary2 {
	
}

#sidebar-1 {
	
}

.comments {
	text-align: left;
	position: relative;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/*- Main Menu in Header */

.menu {
	font: 15px "arial black", Arial, Helvetica, Geneva, sans-serif;
}

ul.menu {
	width: 900px;
	padding-top: 5px;
}

ul.menu li {
	display: inline;
}

ul.menu,
ul.menu li a {
	
}

ul.menu li a {
	text-decoration: none;
	color: #707070;
	background-image: url(images/blanco50-trans.png);
	text-transform: lowercase;
	padding: 5px 16px;
}

ul.menu li a:hover {
	color: #3982B9;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #3982B9;
	text-decoration: none;
	background-image: url(images/blanco70-trans.png);
	cursor: default;
}

/*	This positions the navigation menu at the top of the header.	*/

#menu-top {
	display: inline !important;
	/*

This line prevents the top menu from showing up in styles that don't support it.	*/

	position: absolute;
	top: -2px;
	left: 10px;
	padding-left: 15px;
}

#menu-top li a {
	color: #000;
}

#menu-top li a:hover {
	color: #707070 !important;
	text-decoration: none;
}

/*- Sidebar Subpages Menu */

.sb-pagemenu h4 {
	visibility: hidden;
	position: fixed;
	z-index: -2;
}

.sb-pagemenu {
	font: 15px "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
}

.sb-pagemenu .page_item {
	margin-bottom: 5px;
	margin-top: -5px;
}

.sb-pagemenu ul {
	margin-left: 10px;
}

.sb-pagemenu ul ul {
	margin-top: 0;
}

.sb-pagemenu ul ul .page_item {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
	font: 12px/15px Arial, Helvetica, Geneva, sans-serif;
	margin-left: 5px;
	list-style-type: square;
	list-style-position: inside;
}

.sb-pagemenu .current_page_item a {
	color: #3982B9;
}

.volver {
	position: fixed;
	visibility: hidden;
}

/*- Headings */

#rollingarchives.emptypage {
	display: none;
}

.page-head {
	margin: 0 0 20px;
}

.page-head .entry-edit {
	position: absolute;
	margin-top: -20px;
	right: 25px;
}

.blanca-head {
	margin: 0 0 20px 25px;
	font: 16px "arial black", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	color: #3982B9;
}

.blanca-head .entry-edit {
	margin-top: -20px;
}

.archivepages {
	color: #707070;
	display: block;
	letter-spacing: 0;
	margin-top: 2px;
	float: right;
	font: .80em Arial, Helvetica, Geneva, sans-serif;
}

.entry-head {
	margin-top: 50px;
}

.skiplink {
	display: none;
}

#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	text-transform: lowercase;
	margin-left: 15px;
}

#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
}

.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #707070;
}

.comment-meta {
	margin: 0 15px 0 0;
	float: none;
}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #707070;
	margin-bottom: 5px;
}

.comment-login a, .comment-welcomeback a {
	color: #707070;
}

#comment-personaldetails {
	margin-top: 10px;
}
#commentlist li .comment-content {
	color: #707070;
	font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
	list-style-type: circle;
}
/* Next to Comment Section Headline */

.feedicon {
	border: 0 !important;
	padding: 0 !important;
}

/* On the sidebar */

.rss {
	width: 17px;
}

.feedlink {
	background: url('images/feed.png') no-repeat left top;
	padding: 3px 0 0;
}

#header .feedlinkmenu {
	background: url('images/feed.png') no-repeat 0 3px;
	margin: 0;
	padding: 0 2px 0 0;
}

.feedlink span, .feedlinkmenu span {
	visibility: hidden;
}

.feedlink:hover span {
	visibility: hidden;
}

.secondary .k2-asides {
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
}

.secondary .k2-asides p {
	display: inline;
}

.secondary .k2-asides .metalink {
	padding-left: 0px;
}

.secondary span a {
	margin-left: 10px;
}

.chronodata {
	background: none !important;
	padding: 2px 0 !important;
}

.chronodata abbr {
	font: inherit;
}

.entry-edit a {
	border: none;
	height: 16px;
	color: red;
	padding: 2px 0 2px 2px;
}

.comment-edit a {
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
}

.entry-meta {
	color: gray;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 2em;
	margin-top: 1px;
}

.entry-meta div {
	display: inline
}

.meta-start {
	padding: 2px 0;
}

.entry-date abbr {
	border: 0;
	color: #707070;
}

.entry-author {
	display: none;
}

.entry-author address {
	display: inline;
	font-style: normal;
}

.entry-category {
	margin-right: 10px;
}

.entry-meta a, .comment-meta a {
	color: #707070;
}

.commentslink {
	margin-top: 0
}

.quoter_comment {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 5px;
}

.entry-tags {
	color: #707070;
	text-align: right;
	display: block;
	margin: 10px 0 0
}

.entry-tags a {
	color: #707070;
}

.entry-tags a:hover {
	text-decoration: underline;
}

/*- Primary Contents */

.hentry {
	margin: 5px 0 15px;
	position: relative;
}

.entry-content {
	color: #707070;
	font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
	list-style-type: circle;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 15px 0 0;
}

.k2-asides .entry-content p,
.k2-asides .entry-content ul,
.k2-asides .entry-content ol,
.k2-asides .entry-content div,
.k2-asides .entry-content blockquote {
	margin: 5px 0;
}

/* Google Maps Support */

.entry-content .map div {
	margin: 0;
}

.single .k2-asides .entry-content p,
.single .k2-asides .entry-content ul,
.single .k2-asides .entry-content ol,
.single .k2-asides .entry-content div,
.single .k2-asides .entry-content blockquote {
	margin: 13px 0;
}

.metalinks {
	margin-top: 0;
	text-align: left;
	margin-bottom: 30px;
	border-top: 1px dotted #707070;
	padding-top: 5px;
	color: #707070;
}

.metalinks a {
	
}

.image-meta span {
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
}

/*- Comments */

.commentsrsslink {
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.trackbacklink {
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.commentsrsslink a, .trackbacklink a {
	color: #707070;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nopassword {
	text-align: left;
}

#commentlist {
	margin: 10px 0 20px;
	position: relative;
}

#commentlist li {
	padding: 10px 0 5px;
	list-style: none;
	margin-top: 10px;
}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 0;
}


.comment-content a {
	overflow: hidden;
	display: block;
}

#commentlist li .comment-meta {
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	display: block;
}

#commentlist li img {
	padding: 0;
	border: none;
}

#commentlist li .gravatar {
	float: right;
	margin: 0;
	background-color: transparent;
}

#commentlist li .commentauthor {
	color: #3982B9;
	font: bold 14px "Arial black", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dotted #3982B9;
	display: block;
}

#commentlist li .counter {
	display: none;
	color: #707070;
	float: left;
	width: 35px;
}

li.byuser {
	background: #f4f4f4;
}

li.bypostauthor {
	background: #f4f4f4;
}

li.bypostauthor blockquote {
	color: #707070;
	background: url('images/quote.png') no-repeat 10px 0;
}

#pinglist {
	padding: 0;
	margin: 0 0 20px;
	font-size: 1em;
	color: #707070;
}

#pinglist li {
	padding: 5px 0 10px;
	list-style: none;
	border-top: 1px dotted #3982B9;
	text-indent: 10px;
}

#pinglist li small {
	font-size: 0.8em;
	display: block;
}

#pinglist li .counter {
	display: none;
}

#pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
}

#pinglist li img {
	padding: 0;
	border: none;
}

#leavecomment {
	visibility: hidden;
}

.comments #loading, #comments-closed-msg {
	text-align: left;
	margin: 30px 0 20px !important;
	font-size: 1.3em;
}

.comments #loading {
	margin-top: 20px !important;
}

#comments-closed-msg {
	margin-bottom: 40px !important;
}

.comments #commenterror {
	display: none;
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
}

.comments #commentload {
	display: none;
	padding-top: 3px;
	float: right;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
}

.comments form {
	clear: both;
	padding: 1px 0 0px;
}

.comments input[type=text], .comments textarea {
	color: #707070;
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding-left: 0;
	padding-right: 0;
	background: #f4f4f4;
}

input[type=text]:focus, textarea:focus {
	background: #f4f4f4;
	color: #707070;
	border-color: #707070;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #f4f4f4;
}

.comments textarea {
	width: 100%;
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comments form #submit {
	float: right;
}

#comment-author-info {
	color: #707070;
}

#footer {
	clear: both;
	text-align: left;
	color: #707070;
}

#footer p {
	line-height: 1.6em;
}

#footer a {
	color: #707070;
	font-weight: bold;
}

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

#footer .wp-version,

#footer .k2-version {
	display: none;
}

.footerstats {
	display: none;
}

/*



IE hack */

#footer {
	background: none no-repeat scroll center;
	margin: 0 auto !important;
	padding: 20px 6px !important;
	width: 780px !important;
}

.footerpoweredby, .footerstyledwith {
	visibility: hidden;
}

/*- Links */

.entry-meta a:hover, .entry-content a:hover, .blanca-content a:hover, .entry-comments a:hover {
	text-decoration: underline;
}

.entry-comments.comments {
	
}

a {
	color: #3982B9;
	text-decoration: none;
}

#primary .metalink a, #primary .metalink a:visited {
	color: #3982B9;
	font-weight: normal;
}

.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #707070;
	font-weight: normal;
}

.itemtext a:visited {
	color: #707070;
}

/*- Various Tags and Classes */

.clear {
	clear: both;
}

img {
	margin-bottom: 20px;
}

a img {
	border: none;
}

img.noborder {
	border: none !important;
}

.entry-content .aligncenter,

img.center,

img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.primary img {
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
}

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

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

.entry-content .alignright,

img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
}

.entry-content .alignleft,

img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
}

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	
}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	
}

.wp-caption a img,



.wp-caption a img:hover {
	
}

.wp-caption .wp-caption-text {
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #707070;
	margin-bottom: 0;
	text-align: left;
	margin-left: 0;
	margin-top: -15px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

small, strike {
	color: #777;
}

code {
	font-size: 1.1em;
}

blockquote {
	margin: 10px 0;
	color: #707070;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
	font-style: italic;
	padding: 0 10px 0 40px;
}

hr {
	display: none;
}

.navigation {
	text-align: left;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

#nav-above {
	visibility: hidden;
	position: fixed;
	z-index: -10;
}

#nav-below {
	font-size: 10px;
	line-height: 100%;
	margin-bottom: 0px;
	border-top: 1px dotted #707070;
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#nav-below a {
	color: #3982B9;
}

#nav-below a:hover {
	color: #707070;
	text-decoration: none;
}

.comments, .navigation {
	margin: 10px 0;
}

.navigation .nav-previous,
.navigation .left {
	float: left;
	width: 48%;
	text-align: left;
	margin-left: 2%;
}

.navigation .nav-next,
.navigation .right {
	float: right;
	width: 48%;
	text-align: right;
	margin-right: 2%;
}

.navigation a {
	color: #999;
}

.alert {
	border-top: 2px solid #FFD324;
	text-align: left;
	margin: 10px auto;
	padding: 5px 0;
}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
}

/*- Begin Lists */

.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
}

.archive-list li:hover {
	
}

.image-meta,
.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
}

.image-meta li,
.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
}

.secondary div p {
	margin-top: 0.5em;
}

.secondary ul, .secondary ol {
	margin: 5px 0 0;
	padding-left: 0;
}

.secondary ul ul, .secondary ol ol {
	margin: 0;
}

.secondary ul ul ul, .secondary ol ol ol {
	margin: 0 0 0 20px;
}

.secondary ol {
	margin-left: 15px;
}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 0;
}

.secondary ul li {
	list-style-type: none;
	margin-bottom: 6px;
	list-style-image: none;
}

/*- Attachment */

.entry-content .attachment {
	text-align: left;
}

/*- Rolling Archives */

#rollingarchives {
	border-color: #c4b79c !important;
	position: absolute;
	padding: 20px 0;
	display: block;
	width: 500px;
	top: 0;
}

#rollingarchives a:hover {
	text-decoration: underline;
}

#rollnavigation {
	position: relative;
}

#rollnavigation a:active, #rollnavigation a:focus {
	outline: none;
}

#rollprevious,

#rollnext,

#rollload,

#rollhome,

#rollpages,

#rolldates {
	position: absolute;
	top: 3px;
}

#rollprevious:hover,

#rollnext:hover,

#rollhome:hover {
	text-decoration: underline;
	cursor: pointer;
}

#rollhome {
	display: none;
	left: 54px;
	background: url('images/house.png') no-repeat center center;
	width: 16px;
	height: 16px;
}

#rollload {
	background: url('images/spinner.gif') no-repeat center center;
	top: 1px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
}

#rollload span,

#rollhome span {
	display: none;
}

#rollnext,

#rollprevious {
	color: #666;
	font-weight: bold;
}

#rollpages {
	top: 3px;
	left: 55px;
	color: #aaa;
}

#rollhover {
	position: absolute;
	top: 7px;
	left: -47px;
	z-index: 100;
	height: 45px;
	background: url('images/rollhover.png') no-repeat center top;
}

#rollhover,

#rolldates {
	width: 100px;
	margin-left: 5px;
}

#rollhover {
	
}

#rolldates {
	position: absolute;
	color: #999;
	text-align: center;
	font-size: .9em;
	top: 22px;
	margin: 0;
}

#rollprevious {
	left: 0;
	text-align: left;
}

#rollnext {
	right: 0;
	text-align: right;
}

.emptypage #rollnavigation {
	visibility: visible;
}

.firstpage #rollprevious {
	visibility: visible;
}

.firstpage #rollnext,
.firstpage #rollhome {
	visibility: visible;
}

.nthpage #rollnext,
.nthpage #rollprevious,
.nthpage #rollhome {
	visibility: visible;
}

.lastpage #rollnext,
.lastpage #rollhome {
	visibility: visible;
}

.lastpage #rollprevious {
	visibility: visible;
}

#pagetrackwrap {
	position: absolute;
	top: 6px;
	left: 130px;
	width: 240px;
	padding-right: 9px;
	background: url('images/sliderbgright.png') no-repeat right center;
}

#pagetrack {
	width: 240px;
	height: 7px;
	background: url('images/sliderbgleft.png') no-repeat left center;
}

#pagehandle {
	top: -5px;
	width: 17px;
	height: 17px;
	background: url('images/sliderhandle.png') no-repeat center center;
	cursor: col-resize;
}

#primarycontent {
	clear: both;
}

div.trimmed .hentry {
	
}

div.trimmed .hentry.alt {
	background-color: transparent;
}

#texttrimmer {
	position: absolute;
	width: 55px;
	height: 15px;
	top: 10px;
	right: 55px;
}

.firstpage #texttrimmer,
.firstpage #pagetrackwrap {
	visibility: hidden;
}

.nthpage #texttrimmer,
.nthpage #pagetrackwrap,
.lastpage #texttrimmer,
.lastpage #pagetrackwrap {
	visibility: visible;
}

#trimmertrackwrap {
	background: url('images/sliderbgright.png') no-repeat right center;
	height: 7px;
	width: 50px;
	top: 6px;
	padding-right: 4px;
	position: absolute;
	display: none;
}

#trimmertrack {
	background: url('images/sliderbgleft.png') no-repeat left center;
	width: 50px;
	height: 7px;
}

#trimmerhandle {
	width: 7px;
	height: 7px;
	background: url('images/sliderhandle.png') no-repeat center center;
	cursor: col-resize;
}

#trimmermore,

#trimmerless {
	display: none;
	position: absolute;
	top: 0;
	height: 16px;
	width: 16px;
}

#trimmermore span,

#trimmerless span {
	display: none;
}

#trimmermore:hover,

#trimmerless:hover {
	cursor: pointer;
}

#trimmermore {
	right: 0;
	background: url('images/trim_more.png');
}

#trimmerless {
	left: 0;
	background: url('images/trim_less.png');
}

#trimmertrim:hover, #trimmeruntrim:hover {
	text-decoration: underline;
}

#trimmertrim, #trimmeruntrim {
	cursor: pointer;
	position: absolute;
	top: 13px;
	width: 50px;
	text-align: center;
	color: #999;
}

.trimmed #trimmertrim {
	display: none;
}

#trimmeruntrim {
	display: none;
}

.trimmed #trimmeruntrim {
	display: block;
}

body.smartposition #rollingarchives {
	position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px solid #eee;
	width: 500px;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 30px;
}

body.smartposition #trimmertrim, body.smartposition #trimmeruntrim {
	top: 3px;
}

#dynamic-content {
	/*

Make room for the rolling archives */

	padding-top: 0px;
}

body.onepageonly #dynamic-content {
	/*

For the rare case of having only one page of content on the frontpage */

	padding-top: 0;
}

/*-

	Secondary modules

*/

.sb-links h4 {
	
}

.sb-links a {
	
}

.sb-links ul li {
	margin-bottom: 0px;
}

.sb-links ul ul {
	margin-left: 0px;
}

.sb-links ul ul li {
	margin-top: 0;
}

.linkcat ul {
	margin-top: 0;
}

.ullinks {
	top: -5px;
	position: relative;
}

.sb-categories {
	
}

.sb-about {
	visibility: hidden;
	z-index: -1;
	position: fixed;
}

.sb-latest, .sb-categories, .sb-comments {
	background-color: transparent;
}

.sb-latest li a, .sb-categories li a, .sb-comments li a {
	line-height: 110%;
}

.sb-months, .sb-years, .sb-days {
	background-color: transparent;
}

/*- Search Form and Livesearch */

#search {
	margin-top: 0px;
}

#searchform {
	display: block;
	position: relative;
	height: 20px;
}

input[type=text], textarea {
	color: #707070;
	padding: 1px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #f4f4f4;
}

#s {
	width: 180px;
	font-size: 1.1em;
}

#s.livesearch {
	position: absolute;
	top: 0;
	width: 88%;
}

.columns-three #s.livesearch {
	width: 145px;
}

#searchreset {
	position: absolute;
	right: 0px;
	height: 19px;
	width: 16px;
	background: url('images/reset-fff.png') center center no-repeat;
}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
}

.livesearchform input[type=submit] {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #f4f4f4;
}

#searchcontrols {
	text-align: center;
	padding: 1px;
}

#searchcontrols small {
	margin: 0;
	padding: 0;
}

/*-

	************

*/

.entry-title {
	color: #3982B9;
	font: 20px "Arial Black", Arial, Helvetica, Geneva, sans-serif;
}

.entry-title a {
	color: #3982B9;
	font: 20px/100% "Arial Black", Arial, Helvetica, Geneva, sans-serif;
}

.entry-title a:hover {
	color: #3982B9;
	text-decoration: none;
}

.footerfeedlinks {
	
}

/*-

	Extras secondary

*/

/*-

	Brian's Latest Comments

	http://meidell.dk/archives/2004/09/12/brians-latest-comments/

*/

#brians-latest-comments ul li span a, #brians-latest-comments ul li small a,
.sb-comments-blc ul li span a, .sb-comments-blc ul li small a {
	color: #707070;
	font-weight: normal;
	word-spacing: -1px;
}

#brians-latest-comments ul li,
.sb-comments-blc ul li {
	margin-bottom: 6px;
}

#brians-latest-comments ul li > a[title="Go to the comments of this entry"],
.sb-comments-blc ul li > a[title="Go to the comments of this entry"] {
	position: absolute;
	right: 0;
	color: #707070;
}

.activityentry {
	font-size: 1.1em;
}

div#latest-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1.5em;
}

/*-

	FlickrRSS

*/

.sb-flickr div {
	margin-top: 10px !important;
}

.sb-flickr div img {
	padding: 5px;
}

.sb-flickr div a {
	
}

.sb-flickr div a img {
	margin: 0px 5px;
}

/*

	Calendar Module

*/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	color: #707070;
}

#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 2px 0;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #today {
	background: #f4f4f4;
}

/*

	Ultimate Tag Warrior

	K2 removes UTW's default tags for more default control.

*/

.localtags, .technoratitags {
	display: none;
}

/*

	Contact Form

*/

.contactform {
	width: 100%;
	position: relative;
}

.contactleft {
	width: 15%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

/* Noteworthy */

.category-noteworthy h3.entry-title {
	padding-right: 25px;
	display: inline;
	font-weight: bold;
}

.noteworthyLink {
	margin-left: 5px
}

/* Tag Cloud Module */

.sb-wptagcloud ul {
	line-height: 2em;
	text-align: justify;
}

.sb-wptagcloud li {
	display: inline;
}

.sb-wptagcloud a {
	padding: 0 2px;
	white-space: nowrap;
	text-transform: lowercase;
}

.fin {
	height: 50px;
}

#logo {
	z-index: 0;
	display: block;
	position: fixed;
	width: 216px;
	height: 216px;
	background-image: url(images/logo70-trans.png);
}

.logolink a {
	color: #3982B9;
	font-size: 1px;
	display: block;
	width: 216px;
	text-align: center;
	z-index: 5;
	text-transform: uppercase;
	position: fixed;
	line-height: 5000px;
}

.admintab, .admintab a {
	position: fixed;
	top: -10px;
	font-size: 9px;
	background-color: transparent;
	background-image: none;
	text-transform: uppercase;
	right: 5px;
	visibility: hidden;
}

.blog-title {
	position: fixed;
	z-index: -1;
}

.recentcomments {
	line-height: 150%;
	font-style: normal;
	position: relative;
	font-weight: normal;
}

.recentcomments a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
	top: -2px;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	clear: none;
}

.recentcomments a:hover {
	color: #3982B9;
	clear: none;
}

#tag_cloud-3 div {
	background-color: transparent;
	background-image: none;
	padding: 0;
}

#blanca {
	padding-top: 50px;
}

.blanca-content p {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #707070;
	margin: 20px 25px 15px;
}

.blanca-content li {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #707070;
	margin: 20px 25px 15px 42px;
}

.blanca-content strong {
	
}

#searchsubmit {
	font-size: 10px;
	color: #707070;
}

.sb-links ul.xoxo.blogroll {
	margin-bottom: 10px;
}

#text-4.widget_text {
	background-color: transparent;
	padding-bottom: 0;
	padding-top: 15px;
	text-align: center;
	letter-spacing: 10px;
}

#claim {
	background: transparent no-repeat;
	font: 12px "arial black", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	color: white;
	z-index: -1;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 140px;
}

#text-4.widget_text h4 {
	position: fixed;
	visibility: hidden;
}

#text-4.widget_text a:hover {
	text-shadow: black 2px 2px 2px;
}

#tag_cloud-3.widget_tag_cloud div {
	background-color: transparent;
	width: 245px;
	line-height: 1.8em;
}

.linkcat h4 {
	border-bottom-style: dotted;
	margin-bottom: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 11px;
}

.linkcat a {
	font-size: 11px;
	line-height: 14px;
	padding-left: 5px;
}

.more-link {
	float: none;
	text-align: left;
	display: block;
	font: 0.8em arial;
}