/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "reset.css";

@import "typography.css";

@import "forms.css";

@import "plugins/tabs.css";

/* Page
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 950px;
}

/* branding
-------------------------------------------------------------- */

#branding {
	margin-top: 20px;
	padding-bottom: 20px;
	color: #000065;
	position: relative;
	}

#branding h1 {
	font-size: 2em;
	font-style: italic;
}

#branding h1 span {
	color: #999;
}
#branding h1.en {
	float: left;
	margin-right: .5em;
	text-transform: uppercase;
}
#branding h1.cy{
	color: #000065;
}
#branding .tabs {
	border-bottom: 1px solid #ddd;
	background: #333385 url(../images/navigation.gif) repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#branding .tabs li {
	margin-right: 1px;
	border-right: 1px solid #fff;
}

#branding .tabs a {
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#branding .tabs a:hover {
	background-color: #06066a;
}
#branding img.logo {
position: absolute;
top: 0;
right: 20px;
}


body.about #branding ul.tabs li.about a,
body.news #branding ul.tabs li.news a,
body.twin #branding ul.tabs li.twin a,
body.clubs #branding ul.tabs li.clubs a,
body.links #branding ul.tabs li.links a,
body.contact #branding ul.tabs li.contact a {
	background-color: #06066a;
}

#content a {
text-decoration: underline;
}

#content a:hover {
text-decoration: none;
}




/* Body
-------------------------------------------------------------- */

#body {
	margin-top: 20px;
}

#content {
	float: right;
	width: 700px;
	margin-left: 0px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 50px;
}

#secondary {
	float: left;
	width: 180px;
}

#secondary h3 {
	color: #888;
}

#secondary ul, #secondary ol {
	color: #888;
}

#secondary ul a {
	color: #555;
}

/* site-info
-------------------------------------------------------------- */

#site-info {
	border-top: 1px solid #eee;
	margin-top: 20px;
	font-size: .8em;
}

#site-info .tabs {
	border-top: 3px solid #ccc;
}

#site-info .tabs a {
	padding: 10px 30px 10px 0;
	color: #999;
	text-decoration: none;
}

#site-info p.quiet {
	color: #ccc;
}

.cy{
	color: #666;
}

h2 {
	font-weight: normal;
	font-size: 1.3em;
	
}

h3 {
	font-size: 1.1em;
}

#wi {
	background-color: #9cf;
		padding: 10px;
	margin-bottom: 10px;
}

#forum {
	background-color: #ededed;
		padding: 10px;
	margin-bottom: 10px;

}



.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.photo {
	background-color: #ededed;
	border: 1px solid #ccc;
	padding: 4px;
}
.photo img {
	display: block;
}

.photo p {
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #ededed;
}

p.mayor {
	float: right;
	text-align: center;
	font-weight: bold;
}

table.contacts {
	width: 400px;
}
table.contacts th.names {
	width: 200px;
}

dt {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}

.post {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

.post p {
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 1.3em;
	color: #666;
}
.post p.title {
	color: #000;
	
}

.post .new {
	color: #c00;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 0;
}

#content a, #secondary a {
	text-decoration: underline;
}

ul.navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

ul.navigation li {
	line-height: 2em;
	}