/*
Theme Name: KateGriffin.net
Description: Adapted from 'delight' by <a href="http://webdemar.com">webdemar</a>.
Author: DT 
Author URI: http://www.orbitbooks.net
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#181818;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#111111;
	font-size: 62.5%;
}

a {
	color:#415687;
	outline: none;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position:relative;
	width:750px;
	height:150px;
	margin: 0 auto;
	background:url(img/kgheader2.jpg) no-repeat center top;
}

#content {
	width: 740px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background:#ffffff;
	border-left: 5px solid #aaa; 
	border-right: 5px solid #aaa;
}

#content-left {
	float:left;
	width:430px;
	height:auto;
	padding: 20px 0 0 20px;
}

#content-right {
	float:right;
	width:270px;
	height:auto;
	padding: 0px 10px 0 0;
}

#footer {
	width:750px;
	padding: 10px 0;
	background:#353535;
	margin:0 auto;
	text-align:center;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	right: 20px;
	bottom:75px;
	margin: 0px;
	color: #fff;
	font:bold 40px/40px Helvetica, Arial, sans-serif;
}

#header h2 {
	position: absolute;
	bottom: 40px;
	right: 20px;
	margin: 0px;
	color: #fff;
	font: 25px / 25px Verdana, Tahoma, sans-serif;
	font-weight: bold;
}

#header h1 a, #header h2 a {
	color: #fff;
	text-decoration: none;
}

h2, h3, h4 {
	margin:0 0 20px 0;
}

.box-left h2 {
	color:#415687;
	font: bold 25px/30px Verdana, Tahoma, Helvetica, sans-serif;
	border-bottom: 2px solid #415687;
	padding-bottom: 4px;
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	color: #FF3F47;
	text-decoration:none;
}

.box-left h3 {
	color:#415687;
	font:bold 20px/25px Verdana, Tahoma, Helvetica, sans-serif;
}

.content-left h3 {
	margin: 0 0 20px 0;
	color:#415687;
	font:bold 16px/16px Verdana, Tahoma, Helvetica, sans-serif;
}

.box-left h4 {
	color:#415687;
	font:11px/11px Verdana, Tahoma, sans-serif;
	line-height: 13px;
}

.box-left h4 a {
	text-decoration:none;
}

.box-left h4 a:hover {
	color: #FF3F47;
	text-decoration:none;
}

.box-right h3 {
	color:#415687;
	font:bold 18px/18px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}



/*	##################################
   	HEADER
	################################## */



/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin: 0 0 40px 0;
	font-size: 1.1em;
	color: #111111;
	padding-right: 20px;
}

p.tags {
		clear: both;
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	margin:20px 0;
	font:11px/11px Verdana, Tahoma, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3 {
	padding: 20px 10px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

.box-right a {
	text-decoration:none;
}

.box-right a:hover {
	color: #FF3F47;
	text-decoration:none;
}


/*	##################################
   	FORMS
	################################## */

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

textarea {
    width: 450px;
    height: 150px;
    margin: 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #415687;
	border: 0;
}

/** SEARCH FORM */

#search {
	width: 160px;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#415687;
	border:0;
}

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

.comment img {
	float: none;
	vertical-align: middle;
}

img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

#commentform textarea
{
width: 410px;
}

/*	##################################
   	FOOTER
	################################## */

#footer p {
	color:#fff;
	text-align:center;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	color: #fff;
	text-decoration: none;
}


/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #415687;
	color: #fff;
}

.imgl
{
margin-right: 20px;
margin-bottom: 15px;
border-top: 1px solid #ccc;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
border-left: 1px solid #ccc;
}

.imgl2
{
margin-right: 20px;
margin-bottom: 15px;
}

.imgr
{
margin-left: 20px;
margin-bottom: 15px;
border-top: 1px solid #ccc;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
border-left: 1px solid #ccc;
}

.imgr2
{
margin-left: 20px;
margin-bottom: 15px;
}



