/*
Theme Name: Parachute
Theme URI: http://hellosalvation.net
Description: Cheryl Cole
Version: 1
Author: Guilliean P.
Author URI: http://americanprincessweb.com/

*/

body {
padding : 0;
margin : 0;
background-color : #081e4c;
color : #fff;
font : 90% "trebuchet ms", georgia, arial, sans-serif;
line-height : 1.8;
background-image : url('sevenstates.jpg');
}
#container {
margin : 0 auto;
width : 925px;
background : #6f84b1;
}
#header {
background : #081e4c;
padding : 10px;
}
#navigation {
float : left;
width : 925px;
background : #333;
}
#navigation ul {
margin : 0;
padding : 0;
}
#navigation ul li {
list-style-type : none;
display : inline;
}
#navigation li a {
display : block;
float : left;
padding : 5px 10px;
color : #6f84b1;
text-decoration : none;
border-right : 1px solid #6f84b1;
}
#navigation li a:hover {
background : #ACE4F1;
}
#content-container {
float : left;
width : 925px;
background : #6f84b1; 
}
#content {
clear : left;
float : left;
width : 600px;
padding : 20px 0;
margin : 0 0 0 30px;
display : inline;
}
#aside {
float : right;
width : 200px;
padding : 20px 0;
margin : 0 20px 0 0;
display : inline;
}
#footer {
clear : left;
background : #081e4c;
text-align : right;
padding : 10px;
height : 2%;
}
a:link, a:visited {
color : #191970;
text-decoration : underline;
}
a:hover, a:active {
color : #70687d;
text-decoration : none;
}
h2 {
color : #99CCCC;
border-bottom : 1px solid #ff0000;
text-transform: uppercase;
text-align: right;
}
.postmetadata {
text-align : right;
background : #336699;
border-top : 1px solid #000;
}
blockquote, .commentlist {
background : #99b3cc;
padding : 3px;
border-left : 5px solid #191970;
color : #000;
}
strong, b {
color : #acc2f1;
}
em, u {
color : #99cccc;
}
img {
border-style : none;
}
#gravatar {
float: left;
margin: 0;
padding: 0 4px 0 0;
}