/*
Client: RethinkIP
Website:
Written by: Richard Thomas
Last updated: April 18th, 2006

All contents © The Blog Studio and/or the owner of the site.
www.theblogstudio.com
----

/*------------- =general ---------------*/

* {
	padding:0px;
	margin:0px;
}

img {border: 0;}

p {margin: 0.8em 0;}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #fff url(images/site-bg.png) repeat-x left top;
}


/*------------- =layout ---------------*/

#wrapper {
	width: 1000px;
	margin: 0px auto;
}

#top-posts-holder {
	display: block;
	/*margin-bottom: 175px;*/
}

.top-posts {
	float: left;
	width: 316px;
	height: 74px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.middle {
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
}

#header-mainnav {
	padding-top: 120px;
}

#main-nav {
	float: right;
	width: 756px;
	margin-top: 15px;
	background: url(images/nav-bg.png) no-repeat right top;
}

#main-content {
	float: right;
	width: 756px;
	border-top: 3px solid #000;
	background: url(images/maincontent.gif) repeat-y left top;
}

#main-content-btm {
	width: 756px;
	height: 19px;
	padding-bottom: 25px;
	background: #fff url(images/maincontent-btm.gif) no-repeat left top;
}

#sidebar {
	float: left;
	width: 244px;
	background: url(images/sidebar-top.gif) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#sidebar-content {
	margin-top: 20px;
	background: url(images/sidebar-bg.gif) repeat-y left top;
}

#sidebar-bottom {
	width: 244px;
	height: 20px;
	background: url(images/sidebar-btm.gif) no-repeat left top;
}

.subscribe, .feed, .podcast, .monthly, .recent, .links, .search, .categories {
	width: 241px;
	margin: 0px 0px 10px 3px;
	background-color: #dfe7de;
}

.subscribe {
	background: #dfe7de url(images/subscribe-bg.jpg) no-repeat right bottom;
}

.post-wrapup {
	margin-left: 20px;
}

.keep-a-copy {
	margin-left: -10px;
	padding: 5px 0px 0px 10px;
	width: 526px;
	border-top: 2px solid #c2cec8;
}

.keep-a-copy img{
	margin-right: 15px;
}

#main-content .quick-post-holder {
	width: 467px;
	background: #fff;
	margin: 15px auto 0px auto;
	padding: 0px;
	border: 3px double #00833e;
}

#main-content .quick-post-bottom {
	background: url(images/quick-shadow.gif) repeat-x left top;
	width: 473px;
	margin: 0px auto;
	height: 15px;
}

#main-content #comments-section {
	margin-top: 45px;
}

#main-content .comment {
	width: 637px;
	background: #fff;
	margin: 15px auto 25px auto;
	padding: 0px;
	border-bottom: 3px double #00833e;
}

#main-content .mycomment {
	width: 637px;
	background: #dfe7de;
	margin: 15px auto 25px auto;
	padding: 0px;
	border-bottom: 3px double #00833e;
}

#add-comment-section {
	width: 526px;
	margin: 15px auto 25px auto;
	padding: 0px;
}

#comments-section .alt {
	background-color: #d7deea;
}

#footer {
	float: left;
	width: 235px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1d6d33;
	padding: 10px 0px 0px 0px;
}

#footer img {
	border: 2px solid #000;
}

/*------------- =navigation ---------------*/

#main-nav {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main-nav ul {
	display: block;
}

#main-nav ul li {
	display: inline;
	float: left;
}

#main-nav li a {
	display: block;
	width: 90px;
	height: 32px;
	margin: 0px;
	padding-top: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(images/nav-link.png) repeat-x left top;
	border-right: 3px solid #7483a0;
}

#main-nav li a.two-lines {
	padding-top: 10px;
	width: 90px;
	height: 37px;
}

#main-nav li a:link {color: #fff;}
#main-nav li a:visited {color: #fff;}
#main-nav li a:hover {background: url(images/nav-link-hover.png) repeat-x left top;}
#main-nav li a:active {color: #fff;}

#main-nav li a.home-nav {
	width: 90px;
	height: 32px;
	background: url(images/nav-home.png) no-repeat left top;
} 
#main-nav li a.home-nav:link {color:#fff;}
#main-nav li a.home-nav:visited {color:#fff;}
#main-nav li.current a.home-nav, #main-nav li a.home-nav:hover { background: url(images/nav-home-hover.png) no-repeat left top; }
#main-nav li a.home-nav:active {color:#fff;}

#main-nav ul li.current a.active {background: url(images/nav-link-hover.png) repeat-x left top; }


/*------------- =typography ---------------*/

#main-content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #223164;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}

#main-content p {
	color: #272827;
	margin: 15px 0px;
	padding: 0px 20px;
	font-size: 1em;
	line-height: 1.7em;
}

#main-content p.time-post {
	font-size: .9em;
	color: #5f82c1;
	margin: 0px 0px 5px 0px;
}

blockquote {
	clear:both;
	width: 637px;
	background: #fff url(images/blockquote.png) no-repeat left top;
	margin: 15px 0 25px 40px;
	padding: 35px 15px 10px 15px;
	font-size: 1em;
	line-height: 1.7em;	
}

#main-content .post-wrapup p {
	margin-left: -20px;
	color: #00833e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

#comments-section p {
	font-size: 1em;
	line-height: 1.5em;	
}

#comments-section .comment p.poster {
	margin: 0px;
	padding: 15px 0px 0px 20px;
	color: #00833e;
	font-style: italic;
}

#comments-section .comment p.comment-timepost {
	margin: 0px;
	padding: 0px 0p 0px 20px;
	font-size: .9em;
	color: #4f504f;
	font-style: italic;
}

#comments-section .comment p.comment-post {
	margin-top: 8px;
	padding-top: 0px;
}

.top-posts h4 {
	font-size: 1em;
	margin: 5px 0 0 0;
	padding: 0px 15px;
}

.top-posts p {
	margin: 4px 0 2px 0;
	padding: 0px 15px;
	font-size: .9em;
}

#main-content .post-wrapup p {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
}

#header-mainnav h1 {
	display: block;
	float: left;
	width: 236px;
	height: 54px;
	text-indent: -9997px;
	background: url(images/rethinkip.gif) no-repeat left top;
}

#main-content .quick-post p {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 1em;
	line-height: 1.5em;
}

#main-content .quick-post p.quick-title {
	line-height: 0px;
	color: #00833e;
	font-style: italic;
	margin: 15px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
}

#main-content .quick-post .quick-author {
	float: right;
	color: #223164;
	font-size: .8em;
}

#add-comment-section p {
	margin: 0px 0px 3px 15px;
	color: #00833e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding-left: 0px;
}

#sidebar-content h4 {
	width: 241px;
	height: 26px;
	font-size: 1.2em;
	text-indent: 15px;
	padding: 4px 0px 0px 0px;
	background: url(images/sb-title-up.jpg) no-repeat right top;
	cursor: pointer;
}

#sidebar-content h4.down {
	background: url(images/sb-title-down.jpg) no-repeat right top;
}

#sidebar-content .feed h4 {
	background: url(images/sb-title-up-rss.jpg) no-repeat right top;
}

#sidebar-content .subscribe h4 {
	background: url(images/sb-title-up-rss.jpg) no-repeat right top;
}

#sidebar-content .subscribe h4.down {
	background: url(images/sb-title-down-rss.jpg) no-repeat right top;
}

#sidebar-content .whois h4 {
	background: none;
	border-bottom: 1px dotted #000;
	width: auto;
	height: 15px;
	text-indent: 0px;
	padding: 0px 0px 3px 0px;
	margin: 0px 15px 5px 15px;
}

#sidebar-content p {
	margin-left: 15px;
	padding-bottom: 5px;
}

/*------------- =links ---------------*/

.top-posts a { color: #fff; text-decoration: none;  }
.top-posts a:link { color: #fff; }
.top-posts a:visited { color: #fff }
.top-posts a:hover { color: #070; background: #fff; }
.top-posts a:active { color: #fff; }

#header-mainnav h1 a {
	display: block;
	width: 236px;
	height: 54px;
}

#main-content h3 a { color: #223164; text-decoration: none;}
#main-content h3 a:link {color: #223164;}
#main-content h3 a:visited { color: #223164;/*color:#00833e;*/}
#main-content h3 a:hover {color:#00833e;}
#main-content h3 a:active {color: #223164;}

#main-content a { color: #00833e; text-decoration: none;}
#main-content a:link {color: #00833e;}
#main-content a:visited { color: #00833e;}
#main-content a:hover {color:#223164;}
#main-content a:active {color: #00833e;}

#main-content .quick-title a {color: #223164; text-decoration: none; font-style: italic}
#main-content .quick-title a:link {color: #223164;}
#main-content .quick-title a:visited {color: #223164;}
#main-content .quick-title a:hover {color: #00833e;}
#main-content .quick-title a:active {color: #223164;}

#comments-section .comment a {color: #223164; text-decoration: none;}
#comments-section .comment a:link {color: #223164;}
#comments-section .comment a:visited {color: #223164;}
#comments-section .comment a:hover { color: #00833e; }
#comments-section .comment a:active {color: #223164;}

#comments-section .comment-post a {color: #00833e; text-decoration: none;}
#comments-section .comment-post a:link {color: #00833e;}
#comments-section .comment-post a:visited {color: #00833e;}
#comments-section .comment-post a:hover { color: #223164; }
#comments-section .comment-post a:active {color: #00833e;}

#sidebar-content a { color: #333; }
#sidebar-content a:link { color: #333;}
#sidebar-content a:visited {color: #333;}
#sidebar-content a:hover {color: #000; text-decoration: none;}
#sidebar-content a:active {color: #333;}

#sidebar-content h4 a { color: #fff; text-decoration: none; }
#sidebar-content h4 a:link { color: #fff;}
#sidebar-content h4 a:visited { color: #fff;}
#sidebar-content h4 a:hover { color: #fff;}
#sidebar-content h4 a:active { color: #fff;}

.post-wrapup a { color: #00833e; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold;}
.post-wrapup a:link {color: #00833e;}
.post-wrapup a:visited {color: #00833e;}
.post-wrapup a:hover {text-decoration: underline;}
.post-wrapup a:active {color: #00833e;}

#main-content .post-wrapup span.related a { color: #223164; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold;}
#main-content .post-wrapup span.related a:link {color: #223164;}
#main-content .post-wrapup span.related a:visited {color: #223164;}
#main-content .post-wrapup span.related a:hover {text-decoration: underline;}
#main-content .post-wrapup span.related a:active {color: #223164;}

#footer a { color:#1d6d33; text-decoration: none;}
#footer a:link {color:#1d6d33;}
#footer a:visited {color:#1d6d33;}
#footer a:hover {text-decoration: underline;}
#footer a:active {color:#1d6d33;}

/*------------- =lists ---------------*/

#main-content ul, #main-content ol {margin: 0 10px 3px 50px;}

#main-content li {margin: 0 0 3px 0px;}

#main-content li ul li {margin:0 0 0 10px;}


#sidebar-content ul {
	margin: 5px 0px 5px 15px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

#sidebar-content ul li {
	padding: 3px 0px;
}

#sidebar-content .whois ul {
	list-style: none;
	margin: 13px 0px 13px 17px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#sidebar-content .whois ul li {
	font-size: .9em;
	padding: 4px 0px;
}

/*------------- =forms ---------------*/

#sidebar-content form {
	width: 215px;
	margin: 5px 0px 0px 15px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #333;
}

#sidebar-content form input {
	font-size: .9em;
	margin: 2px 0px;
	color: #333;
}

#sidebar-content form .subscribe-button {
	margin-top: 5px;
}

#add-comment-section form {
	border-top: 2px solid #c2cec8;
	font-style: italic;
	font-size: .9em;
	padding: 10px 0px;
	color: #4f504f;
}

#add-comment-section form span {
	float: right;
	padding-right: 100px;
}

#add-comment-section form input, #add-comment-section form textarea {
	font-style: normal;
	margin: 5px 0px 0px 15px;
}

/*------------- =tables ---------------*/

table {margin: 5px 18px;}
td  {margin: 5px 0;border-bottom: 5px solid #E7EEF6}
table p{margin: 0 0 1em 0}

/*------------- =ie hackery ---------------*/

* html #header-mainnav {
	padding-top: 90px;
}

* html #sidebar-content form input {
	margin: 0px;
}

* html #sidebar-content form .subscribe-bar, * html #sidebar-content form .subscribe-button {
	margin: 0px 0px 0px -12px;
	padding: 0px;
}

* html #sidebar-content form .subscribe-button {
	margin-top: 5px;
}

* html #main-content .quick-post .quick-author {
	padding-right: 15px;
}

/*------------- =Mikes hacks and additions ---------------*/

#main-content p a img {margin: 5px;}

#sidebar #sidebar-content .whois ul li .alignRight{display:block; float:right;text-align:right; margin: 0 10px 0 0;}
