/*
Theme Name: theme6
Description: Layout using blue, red, grey and beige, no sidebar but "big" footer.
Author: Vicky
Author URI: http://dearagony.org
*/

body,html { 
margin: 0; 
padding: 0; 
}

body { 
font: 95%/190% "Palatino Linotype", Georgia, Sans-Serif; 
color: #595959; 
text-align: center;
background: #E7DFCB;
}

/* Container stuff */

#container {
width: 770px;
margin: 30px auto;
text-align: justify;
background: #FFF;
}

#content {
width: 720px;
padding: 25px 20px 20px 20px;
}

#footer {
clear: both;
padding: 15px;
color: #f0f0f0;
background: #ce534d;
}
#footer a:link, #footer a:active, #footer a:visited { 
color: #E9B2AF;
text-decoration: none; 
}
#footer a:hover { 
background: #D3655F; 
text-decoration: none; 
}

.rightalign {
float: right;
}

.big-footer {
clear: both;
color: #333;
height: 200px;
padding: 5px;
margin: 0;
background: #95c2b4;
}

.one {
float: left;
width: 340px;
margin: 4px;
padding: 8px;
}

.two {
float: right;
width: 340px;
margin: 4px;
padding: 8px;
}

/* Logo */

#header  { 
padding: 15px;
height: 180px;
background: #95c2b4;
text-align: center;
} 

.logo { 
font: italic 70px/130px "Palatino Linotype", Sans-Serif;
letter-spacing: -2px;
text-shadow: 2px 2px #64A692;
} 

.logo a:link, .logo a:active, .logo a:visited  {
color: #f0f0f0;
text-decoration: none;
} 

.logo a:hover  {
color: #C6DDD6;
text-decoration : none;
}

.tagline {
font: italic 16px Georgia;
color: #f0f0f0;
display: block;
text-shadow: 2px 2px #64A692;
margin-top: -7px;
}

/* Headers */

h1 { 
font: italic 160%/90% "Palatino Linotype", Sans-Serif;
margin: 4px 4px 4px 7px;
color: #ce534d;
padding: 5px;
}
h1 a:link, h1 a:active, h1 a:visited { 
color:  #ce534d;
text-decoration: none; 
}
h1 a:hover { 
color: #202020; 
text-decoration: underline; 
}
h2 {
font: 400 15px/100% Georgia;
margin: 4px;
color: #fff;
text-shadow: 1px 1px #518576;
padding: 6px;
text-transform: uppercase;
}
h3 { 
font: italic 140%/130% "Palatino Linotype", Sans-Serif; 
margin-bottom: 10px; 
color: #64A693;
padding: 5px; 
}

/* Navigation/Links */

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

#menu { 
padding: 15px; 
text-align: center; 
margin: 0;
background: #ce534d;
}
#menu ul, #menu li {
list-style-type: none; 
display: inline; 
} 
#menu a:link, #menu a:visited {
float: inherit; 
font: 400 16px Georgia, Sans-Serif; 
color: #fff; 
width: auto; 
padding: 10px 20px; 
}
#menu a:hover { 
background: #B43831; 
border-bottom: 1px solid #8C2B26;
text-decoration: none; 
}


/* Miscellaneous */

ul { 
list-style: circle;
margin: 0 0 15px 0; 
padding: 5px 10px 0 25px;
}
img {
border: none; 
}
blockquote { 
display: block; 
border-left: 30px solid #95c2b4; 
padding: 20px; 
background: #f7f7f7; 
margin: 20px; 
font-size: 12px;
} 
input, textarea, select {
background: #fff;
padding: 10px;
font: 12px/24px "Palatino Linotype";
color: #333;
border: 1px solid #ce534d;
}
