/*-----------------------------------------------------------------------------
Theme Name: Cadie's Corner
Theme URI: http://cadiespore.com
Description: Wordpress template for Cadie's Corner
Version: 1.0
Author: Brent Spore
Author URI: http://iboughtamac.com/

-----------------------------------------------------------------------------*/

/* Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @end */
/* Typography
-----------------------------------------------------------------------------*/

body {
	font: 10pt Verdana, sans-serif;
	background: url('images/bg-stripes.gif') top repeat-x #f4f4f4;
	color: #666;
}

/* @end */

/* Headings
-----------------------------------------------------------------------------*/

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: #222222;
	font-size: 12pt;
}

h3 {
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: #222222;
	font-size: 18pt;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

/* @end */

/* Links
-----------------------------------------------------------------------------*/

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}


/* @end */

/* Links
-----------------------------------------------------------------------------*/

#twitter {
	color: #888888;
	background: url('images/twitter-bg.png') top right no-repeat;
	width: 900px;
	height: 211px;
	font-size: 8pt;
	line-height: 1.5em;
}

#twitter ul {
	list-style: none;
	padding: 95px 555px 0 100px;
}

#twitter li {
	list-style: none;
}

#twitter a {
	color: #888888;
}

#twitter a:visited {
	color: #888888;
}

#twitter a:hover {
	color: #888888;
	text-decoration: none;
}

#twitter-link {
	text-align: right;
	margin-top: 10px;
}

#twitter-link a:hover {
	text-decoration: underline;
}

/* Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#masthead {
	margin: 0;
	padding: 101px 0 0 0;
	height: 211px;
	background: url('images/masthead.png');
}

/* @end */


/* Features
-----------------------------------------------------------------------------*/

#features {
	background: url('images/feature-bg.gif');
	height: 74px;
	margin: 25px 0 25px 0;
	padding: 13px;
	font-size: 8pt;
	line-height: 1.5em;
}

#features-left {
	width: 425px;
	float: left;
}

#features-right {
	width: 425px;
	float: right;
}

#features .text-area {
	width: 210px;
	float: left;
}

#features .small-button {
	background: url('images/btn_small_normal.png') no-repeat;
	height: 25px;
	width: 96px;
	font-size: 8pt;
	color: #336699;
	float: right;
	text-align: center;
	padding-top: 5px;
	margin: 23px 0 0 10px;
	text-decoration: none;
}

#features .small-button:hover {
	background: url('images/btn_small_hover.png') no-repeat;
	height: 25px;
	width: 96px;
	font-size: 8pt;
	color: #336699;
	float: right;
	text-align: center;
	padding-top: 5px;
	margin-left: 10px;
	text-decoration: none;
}

/* Content
-----------------------------------------------------------------------------*/

#content-left {
	width: 437px;
	float: left;
	margin: 0 13px 0 0;
	padding: 0;
}

#content-right {
	width: 437px;
	float: right;
	margin: 0 0 0 13px;
	padding: 0;
}

#content-wide {
	width: 624px;
	float: left;
	margin: 0 13px 0 0;
	padding: 0;
}

.post {
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 1.5em;
}

.post h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #222222;
	font-size: 12pt;
}

.post h2 a {
	color: #222222;
}

.post h2 a:visited {
	color: #222222;
}

.post h2 a:hover {
	color: #336699;
	text-decoration: none;
}

.post img {
	border: 1px solid #bbb;
	padding: 3px;
	margin: 0 0 10px 10px;
}

.exerpt {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	line-height: 1.5em;
	border-bottom: 1px solid #bbb;
	line-height: 1.5em;
	font-size: 8pt;
}

.exerpt h2 {
	margin: 0;
	padding: 0;
}

.exerpt img {
	border: 1px solid #bbb;
	padding: 3px;
	margin: 0 0 0 10px;
	float: right;
}

.exerpt p {
	margin: 0;
	padding: 0;
	float: left;
}

.exerpt a {
	font-weight: normal;
	color: #222222;
	font-size: 12pt;
}

.exerpt a:visited {
	color: #222222;
}

.exerpt a:hover {
	color: #336699;
	text-decoration: none;
}

.entry p {
	margin: 10px 0 0 0;
}

.postmetadata {
	margin: 3px 0 1em 0;
	font-size: 9px;
	text-transform: uppercase;
}

.navigation {
	margin: 10px 0 10px 0;
}

.post_nav {
	margin: 15px 0 30px 4px;
}

.moretext {
	float: right;
}

.spacer {
	height: 25px;
}


/* @end */

/* Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	width: 250px;
	padding: 0;
	margin: 15px 0 30px 0;
	float: right;
}

#sidebar ul {
	list-style: none;
	width: 250px;
}

#sidebar li {
	list-style: none;
}

#sidebar li h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	width: 250px;
	border-bottom: 1px solid #bbb;
	height: 30px;
	font-size: 12pt;
	font-weight: normal;
	color: #222;
}

#sidebar ul li {
	margin: 0 10px 0 6px;
}

#sidebar a {
	color: #336699;
	display: block;
	text-align: left;
	padding: 5px;
	text-decoration: none;
}

#sidebar a:visited {
	color: #336699;
	display: block;
	text-align: left;
	padding: 5px;
	text-decoration: none;
}

#sidebar a:hover {
	background: #ccc;
	text-align: left;
	padding: 5px;
	display: block;
	text-decoration: none;
}

/* @end */

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #bbb;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	font-size: 8pt;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

/* @end */

/* Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	
}

#searchform #submit {
	
}

h2.comments-header {
	margin: 15px 0 5px 0;
}

#comments-form {
	margin: 10px 0 0 0;
}

#commentform {
	
}

#author {
	margin: 5px 5px 0 0;
	background: #ddd;
	border: 3px solid #ccc;
	padding: 5px;
}

#email {
	margin: 5px 5px 0 0;
	background: #ddd;
	border: 3px solid #ccc;
	padding: 5px;
}

#url {
	margin: 5px 5px 0 0;
	background: #ddd;
	border: 3px solid #ccc;
	padding: 5px;
}

#comment {
	margin: 5px 5px 0 0;
	width: 98%;
	background: #ddd;
	border: 3px solid #ccc;
	padding: 5px;
}

#sub {
	margin-top: 5px;
	background: #ddd;
	border: 3px solid #ccc;
	padding: 2px;
	cursor: pointer;
}



/* @end */

/* Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

/* @end */

/* Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.odd {
	border: 3px solid #ccc;
	margin: 10px 0 0 0;
	padding: 5px;
}

.even {
	border: 3px solid #ddd;
	margin: 10px 0 0 0;
	padding: 5px;
}

.highlight {
	border: 3px solid #bbb;
	background: #ddd;
	margin: 10px 0 0 0;
	padding: 5px;
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}




/* @end */

/* Misc.
-----------------------------------------------------------------------------*/

/* @end */
