﻿/*
Theme Name: Summer
Description: Based on the Cutline Theme.
Author: Shane Perran / www.graphicalwonder.com / shane@graphicalwonder.com 
*/
/* Standard Background */
body {
	background-image: url('images/body_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 10px;
	color: #333;
	text-align: center;
	font-family:tahoma, arial, sans-serif;
	font-size:11pt;
	}

/* Main Container */
#container {
	width: 770px;
	margin: 15px auto 0 auto;
	text-align: left;}

/*---:[ header styles ]:---*/
#masthead {
	width: 770px;
	height: 90px;
	background: url('images/logo.png') no-repeat;
	background-repeat: no-repeat;}

#header h1 a {
	font: normal georgia, tahoma, courier, sans-serif !important;
	font-size:26pt;
	text-decoration: none;
	color: #fff;
	text-align: right;
	float: right;
	padding: 20px 60px 0 0px;}

#header h2{
	font: normal inherit  tahoma, courier, sans-serif !important;
	font-size:14pt;
	text-decoration: none;
	color: #fff;
	text-align: right;
	padding: 6px 60px 0 0px;
	clear: both;}

#header {
	position: relative;
	margin: 0 0 1.0em 0;
	float: left;
	clear: both;
	height: 170px;
	width: 770px;
	background: url('images/header.jpg') no-repeat;}

#topmenu {
	text-align: right;
	padding: 50px 20px 0px 0px;}

#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;}

#topmenu li {
	display: inline; padding: 10px;}

#topmenu a {
	font-size: .8em;
	text-decoration: none;
	color: #2C8FCF;}

/* Content Area */
#content_box {width: 540px; text-align: left;}

#content {
	width: 490px;
	padding: 0 0px 0 0;
	float: left;
}

.posts {
	font: 90% tahoma;
	line-height:1.3em;
}

#sidebar {
	width: 204px;
	padding: 5px;
	border: 3px double #E5F1F7;
	float: right;
	background-color: #B8D8EA;

}

/* Drop Down Menu - Theme Selector */
#ctl00_ThemeSelector {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;}

/* Side Bar */
ul.sidebar_list {list-style: none;}

ul.sidebar_list li.linkcat {width: 204px; float: left;}

/* Titles in the side bar */

li.linkcat h2 {
	color: #2D90CF;
	font: bold 95% georgia, tahoma, courier, sans-serif;
	padding: 5px;
	background-color: #B8D8EA;
	border: 1px solid #E5F1F7;
	background-image: url('images/sidebar_title_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;}

li ul li {border-bottom: 1px dashed #E5F1F7;}

li.linkcat ul {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 5px;}

li.linkcat ol {margin: 0 0 0.5em 20px;}

li.linkcat li {margin: 0 0 0.7em 0; line-height: 1em;}

li.linkcat li a {
	text-decoration : none;
	color: #FFF;
	font-size: 80%;}

li.linkcat li a:hover {
	color: #2C8FCF;}
/*---:[ footer styles ]:---*/
/* Content (POSTS) */

h1, h2, h3 {
	font-weight: bold;
	font-family: Georgia, Arial, sans-serif;
	color: #555;}

.posts h4 {
	margin: 0 0 1.25em 0;
	padding: 0 0 1.0em 0;
	border-bottom: 1px dashed #CCC;}

h1 a, h1 a:hover {color: #000; text-decoration: none;}

h2 {font-size: 150%;}

/* Post Titles */

h2 a {color: #555; text-decoration: none;}
h2 a:visited {color: #555; text-decoration: none;}
h2 a:hover {
	color: #2C8FCF;
	text-decoration: none;}

h1 {
	font-size: 3.6em;
	letter-spacing: -0.03em;}

.posts h2 {
	margin: 0 0 0.1em 0;
	line-height: 1.2em;}

h2.archive_head {
	font-weight: bold !important;
	font-size: 1.4em !important;
	text-transform: uppercase !important;
	letter-spacing: normal !important;
	margin: 0 0 1.8em 0 !important;
	padding: 0.4em 2px !important;
	border-top: 3px solid #000 !important;}

h3 {font-size: 1.0em; text-transform: uppercase;}

.entry h3 {margin: 2.5em 0 0.5em 0;}

.entry h3.top {margin: 1.5em 0 0.5em 0 !important;}

h3.comments_headers {font-size: 1em;}

h4 {font: 90% Georgia, "Times New Roman", Times, serif; 	color: #888;}

h4 a {color: #888; text-decoration: none;}
h4 a:active {color: #888; text-decoration: none;}
h4 a:visited {color: #888; text-decoration: none;}
h4 a:hover {color: #2C8FCF; text-decoration: underline;}

/* Post Comments and Tags */
.tagged {
	font: 75% tahoma;
	padding: 5px;
	color: #000;
	clear: both;
	background-color: #E5F1F7;
	border: 1px dashed #2C8FCF;
}
.tagged a {
	padding: 0.25em;
	color: #333;
	text-decoration: none;
}
.tagged a:hover {
	color: #FF00B4;
	text-decoration: none;
}
#footer {
	width:770px;
	float: left;
	clear: both;
	border-top: 1px dashed #CCC;
	margin-top: 15px;
	padding: 3px;
	color: #021d23;
	font-size: 11px;
	}

#footerlogo {
	background-image: url('images/ofc-ShrPtSvr07_rgb2.gif');
	background-position: top left;
	background-repeat:no-repeat;
	height:20px;
	width:174px;
	float:right;

}

#footer a {color: #555;	text-decoration: none;}

#footer a:hover {color: #FF00B4; text-decoration: underline;}

* {padding: 0;	margin: 0;}

/*---:[ global elements ]:---*/

a {color: #0060ff;	text-decoration: underline;}

a:visited {color: #333; text-decoration: underline;}

a:hover {color: #2C8FCF; text-decoration: underline;}

a img {border: none;}

span.label {
	font-size: .8em;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	margin: 0 30px 1.5em 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;}

acronym {
	border-bottom: 1px dotted #aaa;
	text-transform: uppercase;
	cursor: help;}

abbr {
	border-bottom: 1px dotted #aaa;
	text-transform: uppercase;
	cursor: help;}

code {color: #090; font-family: Courier, monospace;}

pre {
	margin: 0 0 1.5em 0;
	overflow: auto;
	font-size: 1.3em;
	clear: both;}

p.center {text-align: center !important;}

p.bottom {margin: 0 !important;
}
/*---:[ content styles ]:---*/

.entry {
	font-size: 10.5pt;
	font-family: tahoma;
	line-height:1.5em;
	padding-bottom:8px;
	}

.entry blockquote {font-size: 1.0em;}

.entry blockquote.right {
	width: 200px;
	font-style: normal !important;
	font-size: 1.3em !important;
	margin: 0.3em 0 0.3em 15px !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: right;}

.entry blockquote.left {
	width: 200px;
	font-style: normal !important;
	font-size: 1.3em !important;
	margin: 0.3em 15px 0.3em 0 !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: left;}

.entry blockquote.left p {margin: 0 !important; line-height: 1.4em !important;}

.entry blockquote.right p {margin: 0 !important; line-height: 1.4em !important;}

.entry p {margin: 0 0 1.5em 0;}

.entry ol, .entry ul {margin: 0 0 1.5em 18px;}

.entry ul {	
	list-style-type: square;
	list-style-image:url(images/blueDot.jpg);
}

.entry li {
	margin: 0 0 0.5em 0;}

.entry ol li ol,
.entry ol li ul,
.entry ul li ol,
.entry ul li ul {
	margin: 0.5em 0 0.5em 30px;}

.entry dl {	margin: 0 0 1.5em 0;}

.entry dt {font-weight: bold; margin: 0 0 0.5em 0;}

.entry dd {margin: 0 0 1.5em 20px;}

.entry .ad {margin: 0 0 0.5em 15px;	float: right;}

.entry .ad_left {margin: 0 15px 0.5em 0; float: left;}

.entry img {
	border: 1px solid #bbb;
	margin:6px;
	padding:4px;
}

.entry img.left {
	padding: 3px;
	margin: 0.5em 15px 0.5em 0;
	border: 3px double #bbb;
	float: left;
	clear: left;}

.entry img.right {
	padding: 3px;
	margin: 0.5em 0 0.5em 15px;
	border: 3px double #bbb;
	float: right;
	clear: right;}

.entry img.center {
	display: block;
	padding: 3px;
	margin: 0 auto 1.5em auto;
	border: 3px double #bbb;
	float: none;
	clear: both;}

.entry img.off {padding: 0 !important;	border: none !important;}

.entry img.stack {clear: none !important;}

.add_comment {
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	float: right;}

.navigation {
	width: 500px;
	font-size: 1.4em;
	float: left;}

.previous {padding: 0 20px 0 0; float: left;}

.next {float: right;}

.clear {
	width: 500px;
	height: 1px;
	margin: 0 0 5.0em 0;
	clear: both;
}

.flat {margin: 0 0 2.0em 0 !important;}

.whitespace {margin: 0 0 3.5em 0 !important;}

#calendar_wrap {font-size: 1.3em;}

#comments {
	width: 500px;
	float: left;
	clear: both;}

h4 #comments_headers {padding: 5px 0 0 0;}

ul#comment_list {
	list-style: none;
	margin: 0 ;
	float: left;}

ul#comment_list li.comment {
	width: 500px;
	padding: 3px 0 ;
	border-bottom: 1px dotted #bbb;
	float: left;}

ul#comment_list li.trackback {
	width: 470px;
	padding: 1em 15px 0 15px;}


.comment_time,
.comment_meta,
.comment_meta a {font: normal .8em tahoma; color: #888;}

.comment_num {
	padding: 0 15px 0 20px;
	font-weight: bold;
	font-size: 1em;
	float: right;}
	
.trackback .comment_num {padding: 0 0 0 20px;}

.comment_num a {color: #888; text-decoration: none;}

.comment_num a:hover {color: #df0000;}

.comment .entry {padding: 15px; font: normal .8em tahoma; color: #888;}

#comment_form {
	width: 500px;
	padding: 0;
	float: left;}

#comment_form p {padding: 0.6em 0;}

#comment_form label {padding: 0 0 0 10px;}

#comment_form .text_input {
	width: 191px;
	padding: 3px;
	color: #444;
	font: normal 1em tahoma, "Times New Roman", Times, serif;
	border: 1px solid #DDD;}

#comment_form .text_area {width: 321px !important;}

#comment_form .text_input:focus {
	border: 1px solid #CCC;
	background-color: #fbffcc;}

#comment_form .form_submit {
	padding: 0.4em 4px;
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font: bold 1em tahoma, "Times New Roman", Times, serif;
	cursor: pointer;}

#comment_form p.subscribe-to-comments {font-size: 1em;}

#comment_form p.subscribe-to-comments label {font-size: 1em;}


#tagCloud a {
	line-height: normal;
	color: #fff;
	font-size: .7em;}

#tagCloud a.w1 {font-size: 1.1em;}

#tagCloud a.w2 {font-size: 1em;}

#tagCloud a.w3 {font-size: .9em; font-weight: bolder;}

#tagCloud a.w4 {font-size: 95%;}

#tagCloud a.w5 {font-size: 90%;}

#tagCloud a.w6 {font-size: 85%;}

#tagCloud a.w7 {font-size: 80%;}

#tagCloud a.w8 {font-size: 75%;}

#tagCloud a.w9 {font-size: 70%;}

.mailinput {
	width:260px;
	border: dashed 1px #ccc;
	margin-bottom:8px;
	
}
.mailtext {
	width:400px;
	border: dashed 1px #ccc;
	margin-bottom:8px;
	
}
.mailtext1 {
	width:380px;
	border: dashed 1px #ccc;
	margin-bottom:8px;
	
}


.errormessage {

	font-size:10px;
	
}
.more {
	padding-top:4px;
	text-align:right;
	font-family:Tahoma;
	font-size:12;
	color:#555555
}
.more a {
	font-family:Tahoma;
	font-size:12;
	color:#555555
}
.more a:visited {
	font-family:Tahoma;
	font-size:12;
	color:#555555


}



.myBlogLinks {
	background-image:url(images/listItem.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	margin-top:4px;
	padding-left:12px;
	font-weight:normal;
}

.myBlogLinks .textCopyright {
	color:#9594AD;
	font-weight:normal;
	font-size:12px;
}

.myBlogLinks a:link, 
.myBlogLinks a:visited, 
.myBlogLinks a:active, 
.myBlogLinks a:focus, 
.myBlogLinks a:hover {
	color:#2C8FCF;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}

a.extern:link, 
a.extern:visited, 
a.extern:active, 
a.extern:focus, 
a.extern:hover {
	color:#2C8FCF;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	background-image:url(images/extlink.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:8px;	
}


/* Twitter */
.twitterlogo {
	position:absolute; 
	top:-4px; 
	left:67px;
}

.tweetContainer {
	border-top:0px;
	margin:4px 0px 10px 0px;
	text-align: left;
}

.tweetContainer .tw_backg {
	background-image:url(images/tweet_backg.png);
	padding:4px 4px 0px 4px;
}

.tweetContainer .tw_backg_bottom {
	height:5px;
	background-repeat:no-repeat;
	padding-bottom:5px;
	background-image:url(images/tweet_backg.png);
	background-position: 0px -173px;
}

.tweetContainer .tw_title {
	font-size: 80%;
	color: #2D90CF;
	border-bottom:1px dashed #E5F1F7;
	margin-bottom:3px;
	font-weight: bold;
	padding-bottom:4px;
}

.tweetContainer .tw_title .tw_pics {
	float:left;
}

.tweetContainer .tw_title .tw_name {
	float:left;
	color: #555555;
}

.tweetContainer .tw_title .time {
	font-size:70%;
	font-weight:normal;
	color: #2D90CF;
	padding-top:2px;
}

.tweetContainer .tw_cont {
	float:left;
	font-size: 75%;
	color: #555555;
	padding-bottom:5px;
	width:195px;
}

.tweetContainer .tw_cont a:link,
.tweetContainer .tw_cont a.visited {
	color: #2D90CF;
}

.tweetContainer .tw_cont a:hover {
	color: #2D90CF;
}

.tweetContainer .tw_cont img {
	border: 3px double #E5F1F7;
	margin-left:4px;
}

/* Twitter END*/



