@charset "UTF-8";
/*   
Theme Name: GetItDone
Theme URI: http://getitdoneapp.com
Description: GetItDone Theme
Author: Mike Marcucio
Author URI:  http://getitdoneapp.com
*/
body {
	background-image:url(/theme/white/img/background-swirl-cont.jpg);
	background-position:top center;
}
#blog_wrapper {
	position:relative;
	color: black;
	/*margin: 0px 30px 30px 30px;*/
	width:944px;
	margin-left: auto ;
  	margin-right: auto ;
} 
#header {
	position:relative;
	height:64px;
	width:100%;
	background-image:url(img/sign_in_bar.png);
}
#footer {
	position:relative;
	width:inherit;
	background-image:url(img/footer-background.png);
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}
#footer .footer_text {
	font-size:12px;
	color:#666;
	text-align:center;
}
#bottom_disclaimer {
	font-size:10px;
}
#blog_header {
	position:relative;
	width:inherit;
	background-image:url(img/body-background.png);
	height:113px;
}
#content {
	position:relative;
	width:inherit;
	background-image:url(img/body-background.png);
	height:100%;
}
#blog_logo {
	position:relative;
	left: 22px;
	top: 8px;
}
#blog_logo_moto {
	position:relative;
	color:#999;
	left:30px;
	top: -13px;
	font-size: 16px;
	font-style:italic;
}
#socal_header {
	height:100%;
	width:367px;
	position:absolute;
	float:right;
	right:15px;
	top:13px;
	color:#999;
	display:inline-block;
}
#socal_header a,
#socal_header a:visited {
	color:#999;
	text-decoration:none;
}
#socal_header a:hover {
	text-decoration:underline
}
.search_field {
	color:#666;
	display:block;
	float:left;
	font-size:100%;
	margin-top:3px;
	width:285px;
}
#gid_logo {
	width:420px;
	display:inline-block;
}
#gid_logo_sm {
	position:relative;
	left: 110px;
	top: 20px;
}
#gid_logo_moto {
	position:relative;
	color:#999;
	left:112px;
	top: 9px;
	font-size: 14px;
}
.help_links a,
.help_links a:visited {
	color:#03C;
	text-decoration:none;
}
.help_links a:hover {
	text-decoration:underline;
}
#header a,
#header a:visited{
	color:#FF8315;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}
#gid_sign_in {
	position:absolute;
	color:#999;
	right:15px;
	top: 32px;
	font-size:14px;
	float: right;
	width:250px;
	display:inline-block;
}
.blog_back_home_link {
	text-decoration:none;
}
.post_header {
	color:#999;
	border-bottom: 2px solid #CCC;
	border-top: 2px solid #999;
}

.post_header a:visited,
.post_header a {
	color:#999;
	text-decoration:none;
}
.post_header a:hover {
	color:#999;
	text-decoration:underline;
}

.post_title {
	color:#333;
	text-decoration:none;
	font-size:24px;
}
.post_title a:visited,
.post_title a {
	color:#333;
	text-decoration:none;
	font-size:24px;
}
.post_title a:hover {
	color:#333;
	text-decoration:underline;
}
.social_sites {
	float:right;
	padding-top:12px;
	width:46px;
	vertical-align:top;
	background-color:#FFF;
	padding:5px;
}

#blog_content{
	//float: left;
	//width: 650px;
	margin-left:20px;
	margin-right:260px;
	padding-bottom:15px;
}
#archive_body {
	padding-top:0px;
	border-top: 2px solid #999;
}

.sidebar{
	position:absolute;
	//width:192px;/*207px;*/
	top:0;
	right:0;
	//float: right;
	width: 240px;
	margin: 0 5px 0 5px;
	border-top: 2px solid #999;
}
.sidebar h2{
	color:#999;
	font-weight:normal;
	font-size:20px;
	border-bottom: 2px solid #CCC;
	padding-bottom:5px;
	margin-top:17px;
	margin-bottom:10px;
	padding-left:3px;
}
.sidebar ul {
	display:inline;
	padding:0;
}
.sidebar ul li{
	display:inline-block;
	color:#FF8315;
	padding-left:10px;
	pading-bottom:3px;
	width:100%;
	padding-right:10px;
	list-style-image: none;
	list-style-type: none;
}
.sidebar a {
	color:#FF8315;
	text-decoration:none;
}
.sidebar a:visited {
	color:#FF8315;
	text-decoration:none;
}
.sidebar a:hover {
	color:#FF8315;
	text-decoration:underline;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
.all_comments {
	padding-top:0px;
	border-top:1px solid #CCC;
}
.comment_info {
	position:relative;
	width:120px;
	display:inline-block;
	text-align:right;
	padding-right:20px;
}
.comment_info a,
.comment_info a:visited {
	text-decoration:none;
	color:#333;
}
.comment_info a:hover {
	text-decoration:underline;
}
.comment_info .author{
	font-size:16px;
	display:block;
	padding-top:5px;
}
.comment_info .administrator{
	font-size:12px;
	display:block;
	padding-top:0px;
	color:#03F;
}
.comment_info img{
	border:0;
}
	
.comment_info .date {
	font-size:14px;
	color:#CCC;
	display:block;
	padding-top:0px;
}

.comment_body {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:499px;
}
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commenttext {
	border-top:1px solid #CCC;
	padding: 20px 20px 10px 0;
	color:#000;
	}
#respond {
	padding-left:30px;
	padding-top:5px;
	background-color:#F8F8F8;
	display:inline-block;
	width:500px;
}
#comment_blurb {
	font-size:12px;
	color:#666;
}
.navigation {
	font-size:18px;
	color:#00F;
}
.navigation a,
.navigation a:visited
{
	color:#00F;
}
#help_header {
	padding:10px;
	text-align:center;
}
