/*
Theme Name: Archipelago
Theme URI: http://wordpress.org/
Description: Archipelago Cape Verde Theme.
Version: 1.0
Author: e-IGNiTION
Author URI: http://www.e-ignition.co.uk/
Tags: custom

*/
html {
font-size:16px;
}

body {
background-color:#FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size:62.5%;
background-image:url(images/archipelago-header.gif);
background-repeat:no-repeat;
background-position:top center;
}

.container {
margin:28px auto 10px;
width:900px;
background-image:url(images/whole-bg.gif);
background-repeat:repeat-y;
}

/* Begin Typography & Colors */
body {
color:#666666;
}

.entry p {
line-height:1.4em;
}

a {
text-decoration:underline
}

a:hover, .post a:hover {
color: #FFFFFF;
text-decoration:underline
}

.post a {
color:#444444;
}

.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
line-height: 1.5em;
}
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
font-weight: bold;
}

.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 p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

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

.commentmetadata {
font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

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

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

.newspostheading h2 {
border-bottom:1px solid #FFFFFF;
color:#81A2C1;
font-size:55px;
height:30px;
margin:0;
}

.post .entry h2 {
color:#777777;
font-size:1.5em;
font-weight:normal;
letter-spacing:0;
visibility:visible;
margin:0.3em 0;
}

/* End Typography & Colors */

/* Begin Header */

#header {
background-color:#81a2c1;
padding:1px;
overflow:hidden;
height:175px;
border-bottom:3px solid #FFFFFF;
}

#header-text {
float:left;
background-image:url(images/archipelago-whats-new.gif);
background-repeat:no-repeat;
background-position:center;
width:298px;
height:175px;
text-indent:-999em;
}

#header-image {
float:right;
}

/* End Header */

/* Begin Structure */
#content {
float:left;
width:591px;
margin-left:8px;
display:inline;
background-color:#c8a88b;
font-size:1.3em;
padding:2px 2px 2px 0;
position:relative;
z-index:1;
}

.post {
margin: 0 0 25px 0;
text-align: left;
padding:3px;
background:#D0E0E7 url(/css/home-right-bg.gif) no-repeat scroll right top;
border:2px #FFFFFF solid;
border-left:0;
}

.post hr {
display: block;
}

.entry {
margin:0.6em 0;
overflow:hidden;
}

.postmetadata {
clear: both;
}

.clear {
clear: both;
}

.latest-post p.posted {
font-size:11px;
}

.footer {
background-color:#81a2c1;
border-top:#FFFFFF 3px solid;
padding:5px;
color:#FFFFFF;
font-size:1.2em;
}
.footer a{
color:#FFFFFF;
text-decoration:underline;
font-size:1.1em;
}
.footer a:hover{
color:#d0e0e7;
text-decoration:underline;
font-size:1.1em;
}

.atol-number {
display:block;
text-align:right;
font-size:0.917em;
}

/* End Structure */

/* Begin Tabs */
.main-tabs {
float:left;
display:inline;
margin-left:8px;
width:593px;
margin-bottom:-4px;
position:relative;
z-index:2;
}

.main-tabs ul {
list-style:none;
width:593px;
}

.main-tabs ul li {
display:inline;
float:left;
margin-right:2px;
}

.main-tabs ul li a {
display:block;
background-color:#c8a88b;
text-decoration:none;
color:#FFFFFF;
font-size:1.2em;
background-image:url(images/tab-bg.gif);
background-position:left top;
padding-left:10px;
}

.main-tabs ul li a span {
display:block;
padding:10px 10px 8px 0;
background-image:url(images/tab-bg.gif);
background-position:right top;
}

.main-tabs ul li a:hover {
background-color:#e0ebef;
color:#81a2c1;
background-image:url(images/tab-bg-hover.gif);
background-position:left top;
padding-left:10px;
}

.main-tabs ul li a:hover span {
padding-bottom:10px;
background-image:url(images/tab-bg-hover.gif);
background-position:right top;
}

.container .main-tabs ul li#current a {
background-color:#d0e0e7;
color:#092942;
background-image:url(images/tab-bg-current.gif);
background-position:left top;
padding-left:10px;
}

.container .main-tabs ul li#current a span {
padding-bottom:10px;
background-image:url(images/tab-bg-current.gif);
background-position:right top;
}

.main-tabs ul li.RSS-link {
float:right;
margin:0;
}

.main-tabs ul li.RSS-link a {
background:none;
padding: 3px 0 0 0;
margin-bottom:9px;
}

.main-tabs ul li.video-link {
float:right;
margin:0;
}

.main-tabs ul li.video-link a {
background:none;
padding: 3px 0 0 0;
margin:0 5px 9px 0;
}
/* End Tabs */

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

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
}
/* End Images */



/* Begin Lists */

#content ul, #content ol {
list-style:none;
padding-left:10px;
}

.linkcat li {
margin-top:5px;
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

.columnleft ul, .columnleft ul ol {
margin: 0;
padding: 0;
list-style:none;
}

#sidebar ul li {
list-style: none;
}

#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;
}

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

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

.leftitem ul.archive-list {

}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform textarea {
width: 100%;
padding: 2px;
}

#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

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

.commentlist p {
margin: 10px 5px 10px 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
padding: 25px;
float: left;
width: 249px;
background-color:#81a2c1;
font-size:1.2em;
}

#sidebar form {
margin: 0;
}

.capeverde-news { 
display:block;
width:100%;
height:128px;
background:url(images/capeverde-news.jpg) no-repeat;
margin-bottom: 10px;
border-top: 1px solid #81a2c1;
border-bottom: 1px solid #81a2c1;
text-indent:-99em
}

.azores-news {
display:block;
width:100%;
height:0px;
background:url(images/azores-news.jpg) no-repeat;
margin-bottom: 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
overflow:hidden;
padding-top: 129px;
}

.subscribe {
line-height:24px;
background: #eac3a4;
padding-left:10px;
}

#sidebar ul {
list-style:none;
background-color:#FFFFFF;
border:#FFFFFF solid;
border-width: 0 3px;
}

#sidebar ul li {
border-top:#092942 1px dotted;
}

#sidebar ul li.side-top-link {
border:0;
}

#sidebar ul li a {
display:block;
width:203px;
color:#092942;
padding:7px 20px 7px 20px;
border:#FFFFFF solid;
border-width: 3px 0;
text-decoration:none;
}

#sidebar ul li a:hover {
background-color:#81a2c1;
background-image:url(images/degree.gif);
background-repeat:no-repeat;
background-position:top right;
color:#FFFFFF;
}

.category-link {
margin-bottom:15px;
background-color:#FFFFFF;
}

.category-link h4 {
background-image:url(images/cats-side-head.gif);
background-repeat:no-repeat;
width:249px;
height:35px;
text-indent:-999em;
}

.category-link p {
padding:7px;
color:#092942;
}

.category-link a {
color:#666666;
}

.category-link a:hover {
color:#81A2C1;
}

.side-archipelago {
margin-bottom:15px;
}

.side-archipelago h4 {
background-image:url(images/archipelago-side-head.gif);
background-repeat:no-repeat;
width:249px;
height:35px;
text-indent:-999em;
}

.side-azores {
margin-bottom:15px;
}

.side-azores h4 {
background-image:url(images/azores-side-head.gif);
background-repeat:no-repeat;
width:249px;
height:31px;
text-indent:-999em;
}

.side-cape-verde {
margin-bottom:15px;
}

.side-cape-verde h4 {
background-image:url(images/cape-verde-side-head.gif);
background-repeat:no-repeat;
width:249px;
height:35px;
text-indent:-999em;
}

#sidebar .side-topics {
margin-bottom:15px;
}


#sidebar .side-topics .wp-tag-cloud {
padding-bottom:2px;
}

#sidebar .side-topics .wp-tag-cloud li {
border:0;
display:inline;
padding:0 2px;
}

#sidebar .side-topics .wp-tag-cloud li a {
display:inline;
width:auto;
color:#666666;
padding:0;
border:0;
text-decoration:none;
line-height:17px;
}


#sidebar .side-topics .wp-tag-cloud li a:hover {
background:none;
color:#81A2C1;
}

.side-topics h4 {
background-image:url(images/topics-side-head.gif);
background-repeat:no-repeat;
width:249px;
height:30px;
text-indent:-999em;
}

.side-authors {
margin-bottom:15px;
}

.side-authors h4 {
background-image:url(images/authors-side-head.gif);
background-repeat:no-repeat;
width:249px;
height:28px;
text-indent:-999em;
}

#sidebar .side-authors ul {
background-color:#FFFFFF;
padding:5px;
border:0;
}

#sidebar .side-authors ul li {
border:0;
margin:0;
padding:5px 0;
overflow:hidden;
border-top:dotted 1px #941B82;
}

#sidebar .side-authors ul li.author-top {
border-top:0;
padding:0 0 5px 0;
}

#sidebar .side-authors ul li.author-bottom {
padding:5px 0 0 0;
}

#sidebar .side-authors ul li a {
border:0;
margin:0;
padding:0;
display:inline;
}

#sidebar .website-links {
height:47px;
border:0;
margin:0 0 15px 0;
padding:0;
}

#sidebar .website-links ul {
border:0;
margin:0;
padding:0;
list-style:none;
}

#sidebar .website-links ul li {
border:0;
margin:0;
padding:0;
}

#sidebar .website-links .azores-link {
float:left;
width:122px;
height:47px;
}

#sidebar .website-links .cape-verde-link {
float:right;
width:122px;
height:47px;
}

#sidebar .website-links .azores-link a {
display:block;
background-image:url(images/azores-site-btn.gif);
background-repeat:no-repeat;
background-position:top;
width:122px;
height:47px;
text-indent:-999em;
border:0;
margin:0;
padding:0;
}

#sidebar .website-links .cape-verde-link a {
display:block;
background-image:url(images/cape-verde-site-btn.gif);
background-repeat:no-repeat;
background-position:top;
width:122px;
height:47px;
text-indent:-999em;
border:0;
margin:0;
padding:0;
}

#sidebar .website-links li a:hover {
background-position:bottom;
}

#sidebar .author_image {
float:left;
width:80px;
margin-right:5px;
}

#sidebar .author_details {
float:left;
width:154px;
}

#sidebar .author_details a {
text-decoration:underline;
}

#sidebar .author_details a:hover {
text-decoration:none;
background-color:#81A2C1;
background-image:none;
}

#sidebar .author_details h5 {
font-size:13px;
font-weight:bold;
color:#FFFFFF;
background-color:#941b82;
padding:5px;
margin-bottom:5px;
}

.side-testimonials {

}

.side-testimonials h4 {
background-image:url(images/testimonials-side-head.gif);
background-repeat:no-repeat;
width:249px;
height:28px;
text-indent:-999em;
}


/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

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;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display:block;
margin-bottom:15px;
margin-top:-8px;
text-align:center;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.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 img {
margin: 0;
padding: 0;
border: 0 none;
}

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