/*
Theme Name: A0101
Theme URI: http://www.psd2site.com/
Description: Go2benidorm
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #898888;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h1 , h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #1491c5;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #071e3d;
}

a:hover {
	text-decoration: none;
	color: #071e3d;
}

p {
	padding: 5px 0;
}

small {

}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}





#wrapper {
	margin: 20px auto;
	width: 976px;
	background: url(images/wrapper_bg.jpg) repeat-x top left;
	padding: 1px;
}
#page {
	background: #fff;
	padding: 7px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 178px;
}
#header .logo {
	padding-top: 30px;
	padding-left: 55px;
}
.logo h1 a {
	width: 470px;
	height: 135px;
	display: block;
	text-indent: -999px;
}
#nav {
	list-style: none;
	height: 34px;
	line-height: 34px;
	background: url(images/nav_bg.jpg) repeat-x top left;
	margin-bottom: 1px;
	font-size: 16px;
}
#nav li {
	float: left;
}
#nav li a {
	float: left;
	display: block;
	padding: 0 10px;
	color: #fff;
}
#nav li a:visited {
	color: #fff;
}
#nav li a:hover, #nav li.current_page_item a {
	background: url(images/nav_hover.jpg) repeat-x top left;
	color: #530b0b;
}
#nav li.search {
	float: right;
	margin-top:5px;
	background: url(images/search_bg.jpg) no-repeat top left;
	width: 205px;
}

#cat-nav {
	list-style: none;
	height: 23px;
	line-height: 22px;
	background: url(images/cat-nav_bg.jpg) repeat-x top left;
	margin-bottom: 10px;
	font-size: 13px;
}
#cat-nav li {
	float: left;
}
#cat-nav li a {
	float: left;
	display: block;
	padding: 0 20px;
	height: 23px;
	color: #fff;
}
#cat-nav li a:hover, #cat-nav li.current-cat a {
	background: url(images/cat-nav_hover.jpg) repeat-x top left;
	color: #000000;
}

#content {
	width: 640px;
	 float: left;
}
#content h1 {
	background: url(images/h1_bg.jpg) no-repeat top left;
	font-size: 18px;
	padding-left: 10px;
	line-height: 32px;
	height: 36px;
	margin: 10px 0;
}
.f-wrapper {
	background: #f5f9fa url(images/f-wrapper_bg.jpg) repeat-x top left;
	padding: 1px;
	margin-bottom: 10px;
}
.f-inner {
	padding: 5px;
	background: #f5f9fa url(images/f-inner_bg.jpg) repeat-x top left;
}
.f-post {
	padding: 6px;
}
.featured {
	border: 1px solid #dddddd;
	background: #fff url(images/featured_bg.jpg) no-repeat top left;
	padding: 9px;
}
.featured_thumb {
	width: 240px;
	height: 170px;
	padding: 15px;
	float: left;
	background: url(images/featured_thumb.gif) no-repeat;
}
.f-post h2 {
	border-bottom: 1px solid #a0d7ed;
	padding: 5px 0;
}
h1#pick {
	background: url(images/pick_h1.jpg) no-repeat top left;
	font-size: 17px;
	padding-left: 60px;
	line-height: 35px;
	height: 40px;
	margin: 10px 0;
}
.comments {
	float: right;
	background: url(images/comments_bg.gif) no-repeat top left;
	width: 25px;
	text-align: center;
	height: 23px;
	line-height: 20px;
	margin-top: 5px;
}
.line {
	width: 340px;
	border-top: 1px solid #a0d7ed;
	float: right;
}

.read-more {
	width: 65px;
	height: 20px;
	line-height: 20px;
	background: url(images/read-more.gif) no-repeat;
	display: block;
	float: right;
	margin-top: 15px;
	text-align: center;
}
.posted {
	background: url(images/posted_bg.gif) no-repeat top right;
	color: #174a65;
}
.posted a, .posted .date {
	color: #686c6e;
}

.posts {
	border: 1px solid #bce3ec;
	padding: 6px;
}
.posts-outer {
	background: #59d852 url(images/posts-outer.gif) repeat-x top left;
	padding: 6px;
}
.posts-inner {
	background: url(images/posts-inner.gif) repeat-x top left;
	padding: 1px;
}
.posts-inner_bg {
	background: #f7f9fa url(images/posts-inner_bg.gif) repeat-x top left;
	border: 3px solid #f7f9fa;
	padding: 5px;
}

.post {
	margin: 0 0 10px;
}
.post h2 {
	border-bottom: 1px solid #a0d7ed;
	padding: 4px 0;
}
.post h2 a, .post h2 a:visited {
	color: #1491c5;
}
.post_thumb {
	width: 126px;
	height: 122px;
	float: left;
	background: url(images/post_thumb.gif) no-repeat;
	padding: 10px;
}
.post .posted {
	background: none;
}
.single .posted {
	background: url(images/posted_bg.gif) no-repeat bottom right;
}
.postmetadata {
	text-align: center;
	padding-top: 5px;
	margin: 30px 0;
	clear: both;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.clear {
	clear: both;
}

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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.navigation {
	text-align: center;
	height: 20px;
}

.aligncenter {
	margin: 0 auto;
}

#sidebar {
	width: 317px;
	float: right;
}
.sidebar-ad {
	padding: 7px;
	background: url(images/sidebar_ad_bg.gif) no-repeat;
	width: 302px;
	height: 252px;
}
.recent-posts {
	border: 1px solid #9ddfee;
	padding: 5px;
	color: #fff;
}
.recent-posts .post_thumb {
	background: #fff;
	padding: 5px;
	width: 121px;
	height: 122px;
	margin: 5px 5px 0 0;
}
.recent-posts-inner {
	background: #8de8fb url(images/recent-inner.gif) repeat-x top left;
	padding: 10px;
}
.recent-posts h2, .recent-posts h2 a, .recent-posts h2 a:visited {
	color: #fff;
}
.recent-posts h2 {
	border-bottom: 1px solid #bce3ec;
}
#sidebar .posted {
	color: #071e3d;
	background: none;
	padding: 0;
	line-height: 20px;
}
#sidebar .comments {
	float: right;
	width: 95px;
	background: none;
	color: #071e3d;
	margin:0;
}
#sidebar .comments a, #sidebar .comments a:visited {
	color: #071e3d;
}
#sidebar .comments span {
	background: url(images/sidebar_coments.gif) no-repeat top left;
	width: 25px;
	height: 23px;
	display: block;
	text-align: center;
	float: right;
}
#sidebar h1 {
	background: url(images/sidebar_h1.gif) no-repeat top right;
	margin: 10px 0;
	padding: 0px 10px;
	height: 36px;
	line-height: 30px;
}
#sidebar h2 {
	border-bottom: 1px solid #bce3ec;
}
.newsletter-outer {
	border: 1px solid #cecece;
	padding: 5px;
	margin-bottom: 10px;
}
.newsletter {
	background: url(images/newsletter_bg.gif) no-repeat top center;
	height: 68px;
	padding-top: 29px;
	padding-left: 85px;
	color: #fff;
}
.newsletter a, .newsletter a:visited {
	color: #fff;
}
.newsletter form {
	font-size: 14px;
}

.newsletter #subscribe_email {
	vertical-align: top;
	margin-right: 5px;
	padding: 3px;
	background: none;
	width: 166px;
}


#comments {
	color: #fff;
	padding: 0 10px;
}
.author {
	float: left;
	font-size: 23px;
	width: 85px;
	padding: 0px 5px 0 0;
	text-align: right;
}
.author a, .author a:visited {
	color: #fff;
}
.message {
	float: left;
	width: 500px;
}
.commentmetadata {
	color: #aff2ae;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
}

.commentlist li {
}

.commentlist li .avatar { 
 float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist {
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 0px 3px;
	list-style: none;
}


#commentform input {
	width: 285px;
	padding: 5px;
	margin: 0px 5px 5px 0;
	background: url(images/commentform_input.jpg) no-repeat;
}

#commentform textarea {
	padding: 2px;
	background: url(images/textarea_bg.jpg) no-repeat;
	width: 510px;
}

#commentform #submit {
	width: 75px;
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


#sidebar ul, #sidebar ul ol {
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li, ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#searchform #s {
	width: 170px;
	padding: 4px;
	padding-left: 25px;
	color: #6b6b6b;
	background: none;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#footer {
	border: 1px solid #88e0f5;
	padding: 2px;
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
}
#footer a, #footer a:visited {
	color: #fff;
}
.copy {
	font-size: 12px;
	color: #88dff5;
}
#footer .inner {
	background: #03abee url(images/footer_bg.jpg) repeat-x top left;
	min-height: 140px;
	padding: 10px 20px;
}
#footer ul {
	list-style: none;
}
#footer ul li.widget {
	width: 25%;
	float: left;
}
#footer ul li a, #footer ul li a:visited {
	color: #96ddff;
}
#footer h2 {
	color: #dddddd;
	padding: 5px 0;
	text-decoration: underline;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #ffffff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}