/*
Theme Name: acespana
Theme URI: http://wordpress.org/
Description: Child theme of Twenty Ten for the Age Concern España website
Author: Ben Giddings
Template: twentyten
Version: 1.1
*/

@import url("../twentyten/style.css");


/* =Layout
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0 0;
}


#footer {
	clear: both;
	width: 100%;
        background: #fff;
}



/* =Global Elements
-------------------------------------------------------------- */
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;

}


a:link {
	color: #0066cc;
}

a:visited {
	color: #0066cc;
}

a:active,
a:hover {
	color: #db2987;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Arial;
}
input[type=submit] {
	font-family: Arial;
}
pre {
	font-family: Arial;
}
code {
	font-family: Arial;
}




/* =Structure
-------------------------------------------------------------- */

#wrapper {
	background-image:url('images/wrapper.jpg');
	margin-top: 20px;
	padding: 0 20px;
}


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

.entry-utility {
        display:none;
}


/* =Callout
-------------------------------------------------------------- */

#announce {
        border:1px solid #fef4f9;
        border-radius: 15px;
        padding: 5px 15px 0 15px;
        background: #fef4f9;
}


#announce-blue {
        border:1px solid #0b1560;
        background: #0b1560;
	color: #fff;
        text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
}


/* #aceheader {
	background-image:url('images/acheader.jpg');
	width: 940px;
    background-repeat: no-repeat;
    line-height: 198px;
    clear: both;
	display: block;
} */

#donate {
        position: relative;
        height: auto;
        width: auto;
        left: 80%;
        top: 10%;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	border-top: 1px solid #0b1560;
        background: #0b1560;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
}

#access ul ul a {
	background: #0b1560;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
        background: #0b1560;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current_page_item > a,
#access ul li.current_page_parent > a {
	background: #fff;
	color: #0b1560;
}

* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current_page_item a,
* html #access ul li.current_page_parent a,
* html #access ul li a:hover {
	background: #fff;
	color: #db2987;
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-container {
	margin: 0 0 18px 0;
        color: #000000;
        padding: 10px 10px 0 10px;
}


.wysija-paragraph {
    MARGIN-LEFT:-10PX;
    width:170px;
    background:#ea0e89;
    color:#ffffff;
    padding-top:5px;
    padding-left:10px;
    line-height:30px;
    font-weight:bold;
}

.widget_wysija_cont {
    width:180px;
    margin:10px;
    background:#ea0e89;
    padding-bottom:10px;
}

#form-wysija-2 {
    padding-left:10px;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top: 2px solid #0b1560;
        margin-bottom: 20px;
}

#site-info {
	font-weight: normal;
}
#site-info a {
	color: #0066cc;
}
#site-info a:hover {
	color: #db2987;
}
#colophon {
	border-top: 0px;
}