/*   
Theme Name: EUROPE for Thematic
Theme URI: 
Description: Built on Thematic Theme
Author: Barcelona Photobloggers
Author URI: http://barcelona.photobloggers.org/
Template: thematic
Version: 1.0
.
All Rights Reserved
.
*/

/* 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/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body {
	font-family: tahoma, Verdana, Arial, Sans-Serif;
	color: #444;
	background: #ccc;
	margin: 0;
	padding: 0;
}


#wrapper {
	background: #fff;
}

#header {
  height: 110px;
  background: #fff url('images/headerbackground.jpg') 50% 0% no-repeat;
}

#logolink {
  display: inline;
  margin-top: -5px;
  margin-left: -10px;
  height: 42px;
  width: 180px;
  float: left;

}

#header #blog-title {
  display: none;
}

#header #branding {
  position: relative;
  margin: 0 auto;
}

#blog-description {
  display: none;
}

#footer {
  border: none;
  margin: 0;
  padding: 0 0 25px 0;
  background: #ccc;
}
#footr {
  padding-top: 15px;
}
#linkus {
  width: 940px;
  border: none;
  margin: 0;
  border-collapse: separate; 
}
#linkus th, td {
  padding: 0.7em 0em; 
}
code {
    background-color: #fcdcbd;
    overflow: auto;
}

pre code {
    display: block;
    width: 660px;
    padding: 10px;
    font-size: 0.9em;
    background: #fcdcbd; /* inset background */
    border-top: 1px solid #ff6633; /* inset border */
    border-bottom: 0px solid #ff9966; /* inset border */
}
#branding {
  padding: 0px;
  float: left;
  width: 10px;
  height: 10px;
}

#container {
  width: 500px;
  margin: 0;
}

#content {
  width: 500px;
}

body.page #container {
  width: 940px;
}

body.page #content {
  width: 940px;
  margin: 0px;
  margin-left: -10px;
  padding-bottom: 42px;
}

.home #content .sticky {
  border: 0;
  margin: 0 0 66px 0;
  padding: 0;
}

.main-aside ul {
  padding: 0 5px;
}

#main {
  padding: 0px;
  padding-left: 20px;
}

#primary {
  width: 210px !important;
  margin: 0 0 0 40px;
  padding: 0;
  border: none;
}

#secondary {
  width: 200px;
  margin: 0;
  padding: 0;
}

#access {
  margin: 0;
  padding: 0;
  border: none;
}

.menu {
  padding-top: 30px;
  width: 930px;
}

.sf-menu {
  	border: none;
  	padding-right: 13px;
	float: right;
}
.sf-menu a {
	border: none;
	margin: 0;
	padding: 9px 13px;
	color: #b34700 !important;
	font-family: 'Trebuchet MS', tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
  	text-transform: uppercase;
}

.sf-menu a:hover {
	border: none;
	margin: 0;
	padding: 9px 13px;
	color: #fff !important;
	font-family: 'Trebuchet MS', tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
  	text-transform: uppercase;
}

.sf-menu .current_page_item {
  background: #ddd url('images/pagebackground.jpg');
}
.sf-menu .current_page_item a {
  border: none;
  color: #000 !important;
}
.sf-menu .current_page_item a:hover {
  background: #990000;
  color: #eee !important;
  border: none;
}

.sf-menu li:hover,
.sf-menu li a:focus, .sf-menu li a:hover {
  background: #b34700;
  color: #000;
  outline: 0;
  border: none;
  text-decoration: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.sf-menu li:hover ul {
	  top: 32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top: 0;
}
.sf-menu ul li a {
    background: #fafafa;
    color: #000 !important;
	border-bottom: none;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	-moz-border-radius-bottomleft: 4px !important;
	-moz-border-radius-bottomright: 4px !important;
	-webkit-border-bottom-left-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;
	

}
.sf-menu ul li  a:hover {
    color: #fff !important;
}


.page h1.entry-title {
  display: none;
}

.entry-title {
	font-family: 'Trebuchet MS', tahoma, Verdana, Arial, Sans-Serif;
  font-size: 26px;
	font-weight: bold;
  line-height: 26px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 0 7px 0;
}

.entry-title a {
  color: #444 !important;
  text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
  color: #444;
  text-decoration: underline;
}

.entry-meta {
  color: #666;
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
}

.entry-content {
  color: #444;
  font-size: 14px;
  text-align: justify;
}

.page .entry-content {
  padding: 0;
}

.entry-content h3 {
  font-size: 20px;
  font-style: normal;
  margin: 0;
  padding: 0 0 10px 0;
}

.entry-content h3 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0 0 10px 0;
}

.entry-content img {
  margin: 5px 0 18px 0;
}

.entry-content embed, object {
    margin:0 0 22px 0;
}

.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.entry-utility a {
  color:#666;
  font-style:normal;
  text-decoration:none;
}

.aside ul ul {
  list-style: none;
  margin: 0;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', tahoma, Verdana, Arial, Sans-Serif;
}

a:link, 
a:active {
 	color: #bb0000;
 	text-decoration: none;
}
a:visited {
 	color: #bb0000;
 	text-decoration: none;
}
a:hover {
 	color: #bb0000;
 	text-decoration: underline;
}

.aside h3 {
	color: #444;
 	margin: 0 0 5px 0;
  padding: 0;
  font-size:15px;
  font-style:normal;
  line-height:22px;
  text-transform: uppercase;
}


.widgetcontainer {
	margin: 0;
  padding: 0 0 20px 0;
}

#comments-list ol {
  border:none;
}
#comments-list li {
  background: transparent;
  border: none;
  margin: 3px 0;
  padding: 18px 1.5em 4px 1.5em;
  position: relative;
}
#comments-list li.alt {
  background:transparent;
}
#comments-list li.bypostauthor {
  background: #ffffcc;
  background: #ffdddd !important;
	border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#comments-list .comment-meta a {
 	color: #bb0000;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
 	color: #bb0000;
  text-decoration: underline;
}
#respond {
  background: transparent;
}

#form-allowed-tags {
  display: none;
}

.page .edit-link {
  display: none;
}

.hidden {
  display: none;
}

#searchform {
  margin: 0;
  padding: 0 !important;
}

#searchform #s {
  width: 223px;
}

.screen-reader-text {
  display: none;
}

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

.entry-meta a:active,
.entry-meta a:hover {
  color: #b00;
}

.entry-utility a:active,
.entry-utility a:hover {
  color: #b00;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation a:active,
.navigation a:hover {
  color: #b00;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside a:active,
.aside a:hover {
  color: #b00;
}

body.home div.category-asides * {
  display: inline;
}

body.home div.category-asides .entry-title,
body.home div.category-asides .entry-meta,
body.home div.category-asides .page-link {
  display: none;
}

body.home div.category-asides {
  margin: 21px 0 42px 0;
  padding: 0 0 0 59px;
  border-left: 1px solid #e0e0e0;
}

body.home div.category-asides .entry-content {
  margin: 0;
}

body.home div.category-asides blockquote {
  margin: 0;
  font-size: 13px;
  font-style: normal;
}

body.home div.category-asides .comments-link {
  margin: 0 0 0 .125em;
}


/*-
	Polyglot
  http://www.fredfred.net/skriker/index.php/polyglot
*/

ul.languagemenu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
  }

ul.languagemenu li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  }

ul.languagemenu li.language_item {
  float: right;
  display: block;
	font: 13px 'Trebuchet MS', tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	margin: 0;
  padding: 7px 10px 6px;
  }

ul.languagemenu li.language_item a {
	color: #eee;
  }

ul.languagemenu li.language_item a:hover {
	text-decoration: none;
  }


/*-
	Spreadshop
  http://blog.tassoman.com/wordpress-plugins/spreadshop/
*/

#spreadshop {
  width: 850px;
  margin: 0 auto;
  padding: 0;
  }

#spreadshop h2 {
  margin: 0;
  padding: 2px 0;
  }

.spreadarticle {
  width: 130px;
  float: left;
  margin: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
  }
  
.spreadarticle a img {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	}

.spreadarticle a:hover img {
	border: 1px solid #b00;
	}
  
.spreadarticle h3 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-family: tahoma,Verdana,Arial,Sans-Serif;
  font-weight: bold !important;
  }

.spreadarticle p {
  padding: 0;
  margin: 0;
  }


/*-
  Subscription
*/

.itemfeed {
	margin-bottom: 0;
	padding-top: 10px !important;
	padding-left: 40px !important;
	padding-bottom: 10px !important;
	background: url('images/icons/feed.png') 0 50% no-repeat;
}

.itemtwitter {
	margin-bottom: 0;
	padding-top: 10px !important;
	padding-left: 40px !important;
	padding-bottom: 10px !important;
	background: url('images/icons/twitter.png') 0 50% no-repeat;
}

.itemfacebook {
	margin-bottom: 0;
	padding-top: 10px !important;
	padding-left: 40px !important;
	padding-bottom: 10px !important;
	background: url('images/icons/facebook.png') 0 50% no-repeat;
}

.itemflickr {
	margin-bottom: 0;
	padding-top: 10px !important;
	padding-left: 40px !important;
	padding-bottom: 10px !important;
	background: url('images/icons/flickr.png') 0 50% no-repeat;
}
	
.itememail {
	margin-bottom: 0;
	padding-top: 10px !important;
	padding-left: 40px !important;
	padding-bottom: 10px !important;
	background: url('images/icons/email.png') 0 50% no-repeat;
}


/*-
  Contact Form 7 plugin
*/

div.wpcf7 {
  width: 410px;
 	margin: 0 auto !important;
	padding: 10px 0 0 0 !important;
}

div.wpcf7 p {
 	margin: 0;
	padding: 0;
}

div.wpcf7 label {
 	margin: 0;
	padding: 0;
  font-size: 11px;
  line-height: 18px;
}

div.wpcf7 textarea {
	padding: 1px 0 1px 0;
	margin: 0 0 18px 0;
  width: 400px;
}

div.wpcf7 select {
	padding: 1px 0 1px 0;
	margin: 0 0 18px 0;
  width: 400px;
}

div.wpcf7 .text {
	padding: 1px 0 1px 0;
	margin: 0 0 18px 0;
  width: 400px;
}

div.wpcf7 .button {
  display: block;
  float: right;
  width: auto;
  color: #000;
  font-size: 13px;
  margin: 0 8px 0 0;
  padding: 0 6px 0 6px;
}

span.wpcf7-radio {
  display: block; 
	padding: 1px 0 1px 0;
	margin: 5px 0 16px 0;
  width: 400px;
}

span.wpcf7-list-item { 
  display: block; 
  font-size: 11px;
  line-height: 18px;
  margin: 0 !important;
  padding: 0 !important;
}
  
.required {
  color: #FF4B33;
  font-weight: bold;
}



/* KGArchives */

.kgarchives {
	margin: 0;
	padding: 0 0 35px 0;
	list-style: none;
}

.kgarchives h2 {
	font-family: 'Trebuchet MS', tahoma, Verdana, Arial, Sans-Serif;
  font-size: 26px;
	font-weight: bold;
  line-height: 26px;
  letter-spacing: -1px;
	text-transform: capitalize;
  margin: 0;
  padding: 0 0 7px 0;
	display: inline;
}

.kgarchives h2 a {
  color: #444;
  text-decoration: none;
}

.kgarchives h2 a:active,
.kgarchives h2 a:hover {
  text-decoration: underline;
}

.kgarchives ul { 
	margin: 15px 0 20px 0;
  list-style-type: none; 
  }

#sortform {
  margin: 0 0 25px 0;
  padding: 0; 
  }


/* Login box */

#login-box {
  padding: 0;
}

#loginbox .form-section input {
  margin: 0;
}

#loginbox .form-section .form-input {
  margin: 0 0 18px 0;
  width: 150px;
}

#loginbox .form-section .form-checkbox {
  margin: 0 0 18px 0;
  width: 100px;
}

#loginbox .form-section .form-checkbox input{
  width: 20px;
}


/* Gravatar Signup Encouragement */

#gse_comments_message {
  margin: 0;
  padding: 0 0 15px 0;
}

.r {
  float: right;
  width: 278px;
  margin-left: 30px;
}
.linkcateg {
  width: 940px;
  text-align: left;
  list-style: none;
  padding-bottom: 10px;
  background: #ffffff; /* inset background */
  border-top: 0px solid #ff6633; /* inset border */
  border-bottom: 1px solid #ddd; /* inset border */
}
.linkcateg ul {
  float: left;
  width: 940px;
  padding-bottom: 20px;
  margin: 0;

}
.linkcateg li {
	float: left;
    width: 230px;
    padding: 2px;
    font-size: 0.9em;
    background: #ffffff; /* inset background */
    border-top: 0px solid #ff6633; /* inset border */
    border-bottom: 0px solid #ddd; /* inset border */
}
