/*
Theme Name: Gia Foundation
Theme URI: http://www.giafoundation.com
Description: Gia Nicole Angel Fund
Version: 1.0
Author: Lauren Mandilian
Author URI: http://www.mandilian.com
Tags: blue, custom header, fixed width, two columns, widgets

*/

* {
margin:0;
padding:0;
line-height:1;
}

body {
background-color:#e0cfe5;
font-family:Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#630f80;
}

a {
color:#f8b809;
}

img {
float:right;
margin-left: 45px; /*should be the same as [content_container left/right padding]*/
margin-bottom:45px;
}

.entry img { 
float:none;
}

#container {
background:url(/images/bkg.gif) repeat-y;
width:960px;
margin:0 auto;
}

#header img {
display:none;
}

#header {
background:transparent url(/images/header.jpg) no-repeat left top;
height:116px;
}

#nav {
margin-left:-35px; /*[content_container left/right padding] - 10px*/
margin-bottom:70px;
}

#nav li {
list-style:none;
display:inline;
}

#nav a {
text-indent:-9999px;
float:left;
width:110px;
height:25px;
margin-right:10px;
}

#nav a:hover, #nav .on a {
background-position:0 -25px;
}

#nav_home a {
background:transparent url(/images/home.gif) no-repeat left top;
}

#nav_apply a {
background:transparent url(/images/apply.gif) no-repeat left top;
}

#nav_donate a {
background:transparent url(/images/donate.gif) no-repeat left top;
}

#nav_events a {
background:transparent url(/images/events.gif) no-repeat left top;
}

#nav_photos a {
background:transparent url(/images/photos.gif) no-repeat left top;
}

#content_container {
width:635px; /*725 - [content_container left/right padding]*/
float:left;
background-color:#FFF;
padding:0 45px 45px;
}

#content_container p {
font-size:14px;
line-height:20px;
margin-bottom:18px;
}

#sidebar {
width:235px;
float:right;
padding-top:18px;
background:#c9abd2 url(/images/sidebar.jpg) no-repeat left top;
}

#sidebar a, #sidebar p {
display:block;
width:250px;
margin-bottom:18px;
margin-left:18px;
padding-bottom:18px;
color:#630f80;
text-decoration:none;
}

#sidebar strong {
text-indent:-9999px;
float:left;
width:200px;
height:48px;
margin-bottom:10px;
}

#sidebar span {
display:block;
padding:0 90px 20px 20px;
}

#sidebar_donate span {
font-size:12px;
}

#sidebar_donate strong {
background:transparent url(/images/donate_top.gif) no-repeat left top;
}

#sidebar_donate {
background:transparent url(/images/donate_bottom.gif) no-repeat left bottom;
}

#sidebar_donate em {
display: block;
font-style:normal;
font-size:26px;
font-weight:bold;
margin:3px 0;
}

#sidebar_apply strong {
background:transparent url(/images/application_top.gif) no-repeat left top;
}

#sidebar_apply {
background:transparent url(/images/application_bottom.gif) no-repeat left bottom;
}

#sidebar_apply span {
font-size:12px;
line-height:16px;
}

#sidebar_contact strong {
background:transparent url(/images/contact_top.gif) no-repeat left top;
}

#sidebar_contact {
background:transparent url(/images/contact_bottom.gif) no-repeat left bottom;
}

#sidebar_contact span {
font-size:11px;
line-height:14px;
}

#footer {
clear:both;
padding:13px;
background:#772c8b url(/images/footer.jpg) repeat-x left top;
font-size:10px;
font-weight:normal;
color:#FFF;
}

form#apply label { display:block; font-size:11px; text-transform:uppercase; letter-spacing:2; margin-bottom:2px; }
form#apply p { margin-top:2px; }
form#apply li { list-style:none; margin-bottom:1em; }
form#apply input, form textarea, form label, form p { width:450px; }
form#apply .submit { width:auto; }

.error { color:#f00; border:1px solid #f00; font-weight:bold; padding:5px; background:#fee; }
.success { color:#3c3; border:1px solid #3c3; font-weight:bold; padding:5px; background:#efe; }

h2 { margin-bottom:10px; }
body.image h2 { width:635px; }

* html h2 {
margin-top:70px;
}

* + html h2 {
margin-top:70px;
}

* html #sidebar {
overflow:hidden;
}