@charset "utf-8";
/*   
Theme Name: Name That Note Card
Theme URI: http://wordpress.org/
Description: Theme for NameThatNoteCard.com
Author: Christine Murray
Version: 1.0
*/

@import "/reset.css";

/* General */
body {background:#fff; color:#3F120D; font:12px/17px Verdana, Arial, san serif; text-align:center;}
p {margin:0 0 8px 0;}
ul, ol  {margin:0 0 8px 20px;}
h1 {color:#E6443A; font:bold 20px/25px Georgia, Times, serif; margin-bottom:8px;}
h2 {color:#9DA42D; font:bold 16px/22px Georgia, Times, serif; margin-bottom:8px;}
h3 {color:#C29B20; font:bold 14px/19px Georgia, Times, serif; margin-bottom:8px;}
h4, h5, h6 {color:#3F120D; font:bold 12px/17px Georgia, Times, serif; margin-bottom:8px;}
a:link, a:visited {color:#9DA42D; text-decoration:underline;}
a:hover, a:active {color:#E6443A; text-decoration:underline;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
.sbhd {width:auto; padding:3px 5px; background:#3F120D; color:#E1CB78;}
.lft {float:left;}
.rght {float:right;}
.center {text-align:center;}

/* Containers */
#wrap {width:902px; margin:0 auto;}
#head {clear:both; width:902px; height:324px;}
#cntnt {width:857px; background:#FCFFCA; color:#3F120D; text-align:left; margin:0 auto; padding:10px;}
.smclm {width:200px; float:left;}
.lgclm {width:620px; float:right;}
#nav {width:852px; margin:0 auto; background:#E1CB78;}
#foot {width:837px; clear:both; background:#3F120D; color:#FCFFCA; font:10px/14px Verdana, Arial, san serif; margin:10px auto 0 auto; padding:8px 10px 1px 10px;}

/* Navigation */
ul#nav {list-style:none outside none; padding:0; margin:0 0 10px 0;}
ul#nav li {float:left; border-right:1px solid #3F120D; font-weight:bold; margin:0;}
ul#nav li:last {border-right:0;}
ul#nav li a:link, ul#nav li a:visited {display:block; font:13px/13px Georgia, Times, serif; color:#3F120D; text-decoration:none; padding:5px 7px;}
ul#nav li a:hover, ul#nav li a:active {display:block; font:13px/13px Georgia, Times, serif; color:#FCFFCA; text-decoration:none; padding:5px 7px; background:#E6443A;}
ul#nav li.current a:link {display:block; font:bold 13px/13px Georgia, Times, serif; color:#3F120D; background:#3F120D;}

/* Sidebar */
.smclm ul {margin:8px 0; padding:0; width:auto; list-style:none outside; border-top:1px solid #C29B20;}
.smclm ul li {padding:3px 0; margin:0; list-style:none outside; width:100%; border-bottom:1px solid #C29B20;}
.smclm ul li a {text-decoration:none;}
.smclm h5 {font-size:16px; margin-top:0;}

/* Blog Posts */
.post small {margin-bottom:10px;}
.post h2 {clear:both;}
.post h2 a:link, .post h2 a:visited {width:auto; padding:3px 5px; background:#3F120D; color:#E1CB78;}
.post h2 a:hover, .post h2 a:active {width:auto; padding:3px 5px; background:#E6443A; color:#FCFFCA;}

/*-- clear floats without structural markup --*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:block;}
/* hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* end hide from IE-mac */

