/*
Theme Name: Cowboys & Angels
Theme URI: http://www.cowboysandangels.ca
Description: The default WordPress theme for Cowboys and Angels.
Version: 1.0
Author: Webnames
Author URI: http://www.webnames.ca/
*/

@import url('css/sidebar.css');
@import url('css/header.css');
@import url('css/footer.css');
@import url('css/homepage.css');

body {background: #2D8CEC;font-family: Verdana, sans-serif;color:#FFF;margin: 0;padding: 0;font-size: 12px;}
p {line-height: 18px;}
h1, h2, h3, h4 {text-transform: lowercase;color:#FFF;padding: 0;margin: 0 0 10px 0;}
h1 {font-size: 22px;}
h2 {font-size: 18px;}
p {font-size: 12px;}
a:link, a:visited {color:#afcb48;text-decoration: none;}
a:hover {color:#afcb48;text-decoration: underline;}
.redborder {border:8px #c22416 solid;}
a img{border:0;}
#sidebar a {color:#c22416;}


/*STRUCTURE*/
#container_outer {width:920px;margin:0 auto;}
#header {height:138px;}
#content_outer {width:920px;margin: 10px 0;}
#content_body {width:555px;float:right;background:#69adf1;border:10px solid #c22416;padding:30px;}
#content_body_home {width:635px;float:right;}
#sidebar {width:278px;float:left;}


.entry {width:555px;background: #2d8cec url('images/entry_bg.jpg') no-repeat bottom;margin-bottom: 20px;}
.entry_padding {padding:30px 30px 10px 30px;}
.postmetadata {padding: 0 16px 10px 20px;}

.entry h2 a {text-decoration: none;color:#FFF;}