/* @override http://courtneysummers.ca/wp-content/themes/cutlines/style.css */

/*  
Theme Name: CourtneySummers.ca (Cutlines)
Theme URI: http://www.bravenewcode.com
Description: Customized Theme For Courtney Summers
Version: 2.0
Author: Dale Mugford and Duane Storey
Author URI: http://www.bravenewcode.com/
	
	This theme was designed and built by Dale Mugford and Duane Storey,
	whose site you will find at http://www.bravenewcode.com/
*/

/* @group CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font: 11px/18px Helvetica, Geneva, Arial, sans-serif;
	color: #222;
	letter-spacing: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group WordPress Global */

a {
	text-decoration: none;
}

a.green {
	color: #9aba6d;
}

a.green:hover {
	color: #222;
}

a.black {
	color: #222;
}

a.black:hover {
	color: #9aba6d;
}

.entry h1 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.entry h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 20px;
}

.entry h3 {
	display: block;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	clear: both;
}

.entry h3.toggle:hover {
	background: url(images/click.jpg) no-repeat right center;
	color: #9aba6d;
}

.entry h4 {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.entry h5 {
	font-size: 12px;
	font-weight: bold;
}

.entry h6 {
	font-weight: bold;
	text-transform: uppercase;
}

.entry ol li {
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}

.entry ul li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 15px;
	margin-right: 15px;
}

blockquote {
	color: #000;
	line-height: 15px;
	font-weight: none;
	font-style: normal;
	padding-right: 15px;
	padding-left: 15px;
}

.clearer {
	clear: both;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

img.alignright {
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.caption .alignleft {
	float: left;
}

.caption .alignright {
	float: right;
}

small {
	font-size: 11px;
}



/* @end */

/* @group WireFrame Global */

#bodywrapper {
}

#contentwrapper {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-top: 2px;
}

#content-head {
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	height: 18px;
}

#content-head ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	height: 27px;
	margin-bottom: -9px;
	float: left;
}

#content-head .right, #comment_wrapper .right {
	float: right;
}

#content-head a {
	color: #333;
}

#content-head a:hover {
	color: #9aba6d;
}



/* @end */

/* @group Header */

#header {
	position: relative;
	width: 670px;
	height: 140px;
	border-bottom: 3px solid #333;
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
}

/* @group Menu */

ul#menu {
	position: absolute;
	top: 69px;
	right: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-shadow: #fff 0 -1px 1px;
}

ul#menu li {
	display: inline;
	position: relative;
}

ul#menu li a {
	margin-left: 25px;
	color: #666;
	padding: 3px 0;
}

ul#menu li a:hover {
	color: #9aba6d;
	border-bottom: 1px dashed #CCC;
}



/* @end */



/* @end */

/* @group Post Area */

a.posttitle {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.postdate {
	text-transform: lowercase;
	color: #999;
	margin-bottom: 15px;
}

.entry {
	line-height: 170%;
	color: #111;
	text-align: justify;
}

.entry a {
	color: #9aba6d;
	font-weight: bold;
	border-bottom: 1px dashed #9aba6d;
}

.entry a:hover {
	color: #333;
	border-bottom-color: #999;
}



/* @end */

/* @group Homepage */

#front-feature {
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}

#front-feature p:first-child {
	margin: 0;
	padding: 0;
}

#front-text {
	padding-top: 15px;
	padding-bottom: 15px;
}

#front-text a {
	color: #9aba6d;
	font-weight: bold;
}

#front-text a:hover {
	color: #333;
}



/* @end */

/* @group Boxes */

#three-boxes, #two-boxes {
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 175px;
}

#three-boxes li#contactbox a {
	font-weight: bold;
	color: #9aba6d;
}

#three-boxes li#contactbox a:hover {
	color: #333;
}

#two-boxes {
	margin-top: 25px;
	margin-bottom: 50px;
}

ul#boxwrap li {
	float: left;
}

li.title {
	width: 13px;
	padding-right: 3px;
	border-right: 3px solid #333;
	height: 135px;
	position: relative;
}

li.title img {
	position: absolute;
	bottom: 0;
	left: 0;
}

li.box {
	width: 170px;
	border-left: 1px solid #333;
	margin-left: 2px;
	padding-left: 10px;
	height: 135px;
}

li.singlebox {
	width: 300px;
	border-left: 1px solid #333;
	margin-left: 2px;
	padding-left: 10px;
	height: 135px;
}

li.singlebox h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

li.singlebox h4.lower {
	margin-top: 20px;
}

li.singlebox p {
	padding: 0;
	margin: 0;
}

ul#detailbox a {
	font-weight: bold;
	color: #9aba6d;
}

ul#sharebox li p {
	margin-bottom: 15px;
}

ul#sharebox li a {
	font-weight: bold;
	text-transform: uppercase;
}

ul#sharebox li p span#sharethis_0 a {
	background-image: none !important;
	margin: 0;
	padding: 0;
	color: #9aba6d;
}

ul#sharebox li p span#sharethis_0 a:hover, ul#detailbox a:hover {
	color: #333;
}

#three-boxes li.bigger {
	width: 225px;
}

#three-boxes li.box p {
	margin: 0;
	padding: 0 0 10px;
	line-height: 15px;
}

#three-boxes li.box ul#linkbox li {
	float: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 11px;
}

#three-boxes li.box ul#novelbox a {
	
}

#three-boxes li.box ul#novelbox li {
	line-height: 12px;
}

#three-boxes li.box ul#novelbox li p {
	margin: 0;
	padding: 0;
}

#three-boxes li.box ul#novelbox h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#three-boxes li.box ul#novelbox li img {
	margin-right: 5px;
	float: left;
	margin-bottom: 7px;
}

/* @end */

/* @group Comments */

#comment_wrapper {
	border-top: 3px solid #333;
	margin-bottom: 60px;
}

#wrap-top {
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	margin-top: 3px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 10px;
}

sup {
	font-size: 9px;
	position: relative;
	bottom: 4px;
}

.com-float-left {
	float: left;
	text-align: center;
}

.cominfo, .cominfo a {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 12px;
}

.comdater {
	font-size: 9px;
	color: #999;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 105px;
}

.avatar img {
	border: 1px solid #333;
	position: relative;
	margin-top: 1px;
	margin-bottom: 5px;
}

.combody {
	border-left: 2px solid #333;
	margin-left: 125px;
	min-height: 110px;
	margin-bottom: 25px;
	padding: 0;
}

.combody-inner {
	border-left: 1px solid #333;
	margin-left: 1px;
	min-height: 110px;
	padding-left: 20px;
	padding-bottom: 12px;
}

/* @group Commentform */

#textinputwrap {
	background: url(images/leave-a-comment.jpg) no-repeat 108px bottom;
}

form#commentform {
	margin-left: 125px;
	padding-left: 25px;
	min-height: 386px;
	background: url(images/lines.jpg) repeat-y left top;
}

form#commentform input {
	border: 1px solid #999;
	padding: 5px;
}

form#commentform input#submit {
	background: url(images/publish.jpg) no-repeat 0 0;
	height: 22px;
	width: 67px;
	margin: 0;
	padding: 0;
	border-style: none;
	float: left;
}

form#commentform input#submit:active {
	background-position: 0 -22px;
}

form#commentform textarea {
	border: 1px solid #999;
	padding: 3px;
	width: 510px;
	height: auto;
}

form#commentform label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}



/* @end */



/* @end */

/* @group Footer */

.foot-left {
	position: absolute;
	top: 8px;
	text-transform: uppercase;
	left: 0;
}

.foot-left a {
	color: #333;
}

.foot-left a:hover {
	color: #9aba6d;
}

#footer {
	display: block;
	text-align: right;
	border-top: 3px solid #333;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 75px;
	clear: both;
}

#footer img {
	position: relative;
	top: 3px;
}

#footer span.light_grey {
	font-weight: normal;
	font-style: normal;
	color: #999;
	margin-left: 3px;
	margin-right: 3px;
}

#footer-inside {
	border-bottom: 1px solid #333;
	display: block;
	position: relative;
	height: 33px;
}

#footer input#s {
	width: 206px;
	height: 23px;
	background: url(images/search_bk.jpg) no-repeat left top;
	color: #666;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	padding: 5px 0 0 5px;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 33px;
}

#footer input#searchsubmit {
	height: 23px;
	width: 29px;
	background: url(images/search_button_bk.jpg) no-repeat left top;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 5px;
}

#footer input#searchsubmit:active {
	background-position: 0 -23px;
}



/* @end */

/* @group Search */

.archivedate {
	float: right;
	font-size: 12px;
	color: #ccc;
	position: relative;
	top: 1px;
	text-transform: lowercase;
}

.archivedate span {
	color: #888;
}

.archive {
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}

a.alttitle {
	width: 60%;
}

.archive:last-child {
	border-bottom-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
}



/* @end */

/* @group Links */

.bookmark_class {
	float: left;
	width: 190px;
	text-align: left;
}

.bookmark_class h2 {
	margin-bottom: 10px;
}

ul.link_bookmarks li {
	list-style-type: none;
}

ul.link_bookmarks li li {
	list-style-type: square;
}



/* @end */

/* @group Novels */

#content-head li.page_item.current_page_item {
	background: url(images/down_arrow.jpg) no-repeat center 19px;
	position: relative;
	z-index: 1;
}

#content-head li.page_item {
	margin-right: 25px;
}

/* @end */
