/*

Theme Name: RTS
Theme URI: n/a
Download URL: n/a
Description: RTS default theme.
Author: Craig Grannell
Author URI: 

*/

/* 


Created by Craig Grannell
www.snubcommunications.com

ToC

1. defaults
2. structure
3. links and navigation
4. fonts
5. images
6. forms
7. plug-in styles

Thanks: hexley (for the PHP nav code); VA4Business (for Talian, used to get to grips with WP themes); Karl Hodge (for the recommendation).

Usage rights: feel free to rip the code; don't rip the visual design.

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		-webkit-text-size-adjust: none;
		}

body {
		padding: 30px 0;
		text-rendering: optimizeLegibility;		
		}

/*  --------- 2. structure  --------- */

#skipBox {
		position: absolute;
		left: -200px;
		}

/* col 164; gutter 20 */

#wrapper {
		width: 900px;
		padding: 0px 30px;
		margin: 0 auto;
		background: url(/wp-shared-images/rts-star.gif) no-repeat;
		}

#masthead {
		position: relative;
		padding-bottom: 30px;
		background: url(/wp-shared-images/masthead-foot.gif) 0 100% no-repeat;
		}

#searchContainer {
		position: absolute;
		top: -30px;
		right: 0;
		border-top: 10px solid #e2e2e2;
		width: 348px;
		padding-top: 46px;
		}

#sidebar {/* 174 */

		width: 154px;
		padding: 90px 20px 0 0;
		float: left;
		text-align: right;
		background: url(/wp-shared-images/sidebar-background.gif) no-repeat;
		}

#contentContainer {
		background: url(/wp-shared-images/content-background.gif) 174px 0 repeat-y;
		}

#contentContainer:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

#content {/* 368 */

		float: left;
		width: 328px;
		padding: 20px;
		}

.postContainer, .postNavigation {
		border-bottom: 10px solid #007439;
		margin: 0 -10px 10px;
		padding: 0 10px;
		}

.postNavigation, .postNavigation a {
		font-weight: bold !important;
		}

#standing {/* 358 */

		background: url(/wp-shared-images/standing-background.gif) no-repeat;
		float: left;
		width: 338px;
		padding: 90px 0 0 20px;
		}

#footer {
		background: url(/wp-shared-images/content-foot.gif) no-repeat;
		clear: both;
		}

/* --- Internal structure --- */

/* comments */

.archiveMaterialSplit {
border-top: 1px solid #ffffff;
height: 1px;
margin-bottom: 9px;
}

.commentsBox, .commentsBox-alt {
		border-top: 5px solid #007439;
		padding-top: 11px;
		}

.commentContent {
		margin-top: 5px;
		border-top: 1px dotted #80d3a8;
		padding-top: 5px;
		}

.formContainer {
		margin: 5px -10px 0;
		border-top: 10px solid #007439;
		padding: 10px 10px 0;
		}

.commentsFix, .searchFix {
		border-top: 10px solid #007439;
		margin: 0 -10px;
		padding-top: 10px;
		}

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

.separator {
		clear: both;
		height: 0px;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

#donation {
float: right;
width: 75px;
margin-left: 15px;
}

.leftAd {
		width: 163px;
		margin-right: 12px;
		overflow: hidden;
		height: 73px;
		margin-bottom: 9px;
		float: left;
		}
		
.rightAd {
		width: 163px;
		height: 73px;
		overflow: hidden;
		float: left;
		}		

/* ---------- 3. links and navigation ---------- */

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1 {
		font: bold 1.1em Arial, Helvetica, sans-serif;
		}

#content h2 {
		font: bold 22px Arial, Helvetica, sans-serif;
		color: #ffffff;
		margin-bottom: 10px;
		border-bottom: 5px solid #4dc186;
		padding-bottom: 10px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		}

#content h2.postsFrom {
		padding: 0 10px 10px;
		margin: 0 -10px 10px;
		border-bottom: 10px solid #007439;
		}

#content .commentsBox h2 {
		font-size: 2.0em;
		letter-spacing: 0;
		}

#content h2 a {
		color: #ffffff;
		text-decoration: none;
		}

#content h3 {
		font: normal 1.4em/1.2em Arial, Helvetica, sans-serif;
		color: #ffffff;
		margin-bottom: 7px;
		}

#content h3.archiveMaterialHeader {
		line-height: 1.3em;
		}

h4 {
		font: bold 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		}

h5 {
		font: 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
		padding: 7px 0 5px;
		margin-top: -7px;
		}

.cutIn {
		background: #ffffff;
		padding: 10px;
		margin-bottom: 1em;
		border: 5px solid #bbb;
		}

.cutIn p {
		color: #444444 !important;
		}

blockquote {
background: url(/wp-shared-images/quote-l.gif) 0 4px no-repeat;
padding-left: 40px;
padding-right: 15px; 
}

#content p {
		font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		margin-bottom: 1em;
		}

.postContent {
		font-size: 12px;
		line-height: 16px;
		}

#content li {
		font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		padding-bottom: 3px;
		}

.postContainer ol {
		margin-left: 20px;
		margin-bottom: 1em;
		}

ol.dottedList li {
		padding-bottom: 7px !important;
		border-bottom: 1px dotted #ffffff;
		margin-bottom: 7px;
		}

ol.dottedList {
		margin-bottom: 1.4em;
		}

#content ul {
	margin-bottom: 1em;
    margin-left: 1.4em;
	}

#content .aktt_tweet_digest {
	margin-bottom: 1em;
        list-style: none;
}

.aktt_tweet_digest li {
		font: 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
margin-bottom: 1em;
}

#content ul.aktt_tweet_digest {
margin-left: 0;
}

#content p.postsFrom {
		padding: 0 10px 10px;
		margin: 0 -10px 10px;
		border-bottom: 10px solid #007439;
		}

#content p.copyright {
		font-size: 1.0em;
		padding-top: 10px;
		margin-bottom: 0;
		}

#content .caption {
		margin-bottom: 0;
		}

#content .comments {
		font-weight: bold;
		float: right;
		margin: 0;
		}

.searchPage #content .posted {
		margin-bottom: 10px;
		}

#content .posted, #content .comments {
		font-size: 11px;
		font-weight: bold;
		margin: 0;
		}

#content .categories {
		font-size: 11px;
		}

#content .sectionTag {
		display: none;
		}

#content a:link {
		color: #ffffff;
		}

#content a:visited {
		color: #dddddd;
		}

#content h2 a:visited, #content h3 a:visited {
		color: #ffffff;
		}

#wrapper a:hover {
		color: #000000 !important;
		}

#content a:hover {
		text-decoration: underline;
		}

/* SIDEBAR */

#sidebar h2, #sidebar li, #sidebar a {
		color: #888888;
		font-family: Arial, Helvetica, sans-serif;
		}

#sidebar a {
		text-decoration: none;
		}

#sidebar a:visited {
		color: #aaaaaa;
		}

#sidebar a:hover {
		text-decoration: underline;
		}

#sidebar h2 {
		text-transform: uppercase;
		font-size: 1.1em;
		line-height: 1.6em;
		}

#sidebar ul {
		font-size: 1.1em;
		line-height: 1.6em;
		margin-bottom: 2em;
		font-weight: bold;
		list-style: none;
		}

#sidebar ul ul {
		font-size: 1em;
		margin-bottom: 0;
		font-style: italic;
		}

/* STANDING */

#standing, #standing p {
		color: #777777;
		}

#standing a {
		color: #777777;
		}

#standing a:visited {
		color: #999999;
		}

#standing h2 {
		padding-top: 30px;
		background: url(/wp-shared-images/standing-header-background.gif) no-repeat;
		font: 1.4em Arial, Helvetica, sans-serif;
		}

#standing p {
		font: 1.1em/1.6em Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
		}

#standing ul {
		font: 1.1em/1.6em Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
		list-style: none;
		}

#standing p.rssLink {
		font-size: 1.2em;
		}

#standing p.rssLink img {
		float: left;
		margin-right: 5px;
		margin-bottom: -3px;
		}


/* TWEETS */

#tweet a {
		background: url(/wp-shared-images/ext-standing.gif) center right no-repeat;
		padding-right: 13px;
		}

#tweet a:visited {
		background: url(/wp-shared-images/ext-standing-visited.gif) center right no-repeat;
		padding-right: 13px;
		}

#tweet a:hover {
		background: url(/wp-shared-images/ext-standing-hover.gif) center right no-repeat;
		padding-right: 13px;
		}

/* FOOTER */

#footer p {
		font: 1.0em/1.5em Verdana, Arial, Helvetica, sans-serif;
		color: #777777;
		margin-bottom: 1em;
		}

/* ---------- 5. images ---------- */

img {
		border: 0;
		}

.postImageContainer {
		background: /*#007439*/ #rgb(0, 119, 48);
		padding: 10px 10px 6px;
		margin: 0 -10px 10px;
		text-align: center;
		}

#wrapper .postImageContainer img {
		display: block;
		margin: 0 auto 5px;
		border: 1px solid #333333;
		}

#wrapper .postImageContainer p {
		margin: 0;
		}

a img {
		border: 0;
		}

/* ---------- 6. forms ---------- */

#searchField {
		background: #848484;
		border: 0;
		font: 1.3em Arial, Helvetica, sans-serif;
		color: #eee;
		padding: 3px;
		width: 259px;
		}

#searchSubmit {
		background: #848484;
		border: 0;
		color: #eeeeee;
		font: bold 1.3em Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		width: 70px;
		padding: 3px 0;
		margin-left: 10px;
		}

.commentsField {
		width: 324px;
		padding: 2px;
		font: 1.1em Verdana, Arial, Helvetica, sans-serif;
		border: 0;
		margin-top: 2px;
		}

.commentsField:focus {
		background: #eeeeee;
		}

.commentsSubmit {
		background: #ffffff;
		border: 1px solid #007439;
		color: #007439;
		font: bold 1.2em Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		padding: 3px 5px;
		}

/* --------- 7. plug-in styles  --------- */

.sociable {
		border: 1px solid #007439;
		background: #4dc186;
		margin-bottom: 10px;
		height: 2em;
		padding: 5px;
		}

.sociable ul {
		list-style: none;
		padding: 3px 3px 0 0;
		}

.sociable_tagline {
		font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		float: left;
		padding-top: 4px;
		padding-left: 5px;
		}

.sociable span span {
		display: none;
		}

.sociable li {
		display: inline;
		background: #ffffff !important;
		}

.sociable img {
		padding: 0px;
		display: block;
		float: right;
		border: 1px solid #ffffff;
		border-left: 0;
		}
		
.sociable li.sociablelast img {
		border-left: 1px solid #ffffff;
		}

.sociable a {
		background: #fff;
		}
		
.sociable a:hover img {
		border-bottom: 1px solid #007439;
		border-top: 1px solid #007439;
		cursor: hand;
		}

ul.twitter, .aktt_tweets ul {
padding-top:5px;
margin-bottom: 5px !important;
/*border-bottom: 1px dotted #cccccc;*/
}

#tweet li, li.twitter-item, .aktt_tweets li {
border-bottom: 1px dotted #cccccc;
padding: 5px 0;
}

li.twitter-item abbr, .aktt_tweets .timeStamp {
border: 0;
/*color: #aaa !important;
display: block;
text-align: right;*/
}

.aktt_more_updates {

}

.moreTweetsLink {
margin-top: 0;
}

.strikeThrough {
text-decoration: line-through;
}