/*
Theme Name: TimeDoctor2
Description: Custom TimeDoctor2 wordpress theme.
Version: 0.1
Author: Virgil Quilario
*/

/* Begin Typography & Colors */
body {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size:14pt;
	color:000;
	background-color:#e6e6e6;
	margin:0px;
	padding:0px;
}
	
a {
	color:#0077B7
}

/* h1 added 021914 -Cloyd */
h1 {
	font-family:"Open Sans", Arial;	
	font-size:26px;
	padding-left:100px;
	}

.entry > ul li {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 1.5em;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}



#footer {

	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color:#999999
	}
	
small a {
	color:#999999;
	text-decoration:underline;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

/* h2 modified 021914 -Cloyd */
#sidebar h2, .narrowcolumn h1 {
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:0 0 10px;
	padding-top:0px;
	font-family:"Open Sans", Arial;
}

/* orange color, text decoration none removed 021914 -Cloyd */	
#sidebar h2 a, .narrowcolumn h1 a  {
	text-decoration:none;
	color:#0077B7;
	}

/* h2 modified 021914 -Cloyd */	
.narrowcolumn h2, .narrowcolumn h3 {
	font-size:20px;
	font-weight:bold;
	font-family:"Open Sans", Arial;
	margin:25px 0px 15px 100px;
	line-height:normal;
}

/* h3 modified 021914 -Cloyd */	
.narrowcolumn h3 {
	font-size:16px;
	font-weight:bold;
	font-family:"Open Sans", Arial;
	margin:25px 0px 15px 100px;
	line-height:normal;
}

/* h4 added 021914 -Cloyd */	
.narrowcolumn h4 {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family:"Open Sans", Arial;
	margin:25px 0px 15px 100px;
	line-height:normal;
}

.narrowcolumn > h2.pagetitle{
	padding-left:20px;
}	
.narrowcolumn h2 a ,.narrowcolumn h3 a {
	text-decoration:none;
}
.narrowcolumn .post > h3, .narrowcolumn .post > h2 {
	margin-bottom:10px;
}
h3 {
	font-size: 11px;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#commentform input, #commentform textarea {
	float:left;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: normal;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	color:#0077b7;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	margin-left:0px;
	clear:both;
}

#commentform strong {
	color:#999
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 13px;
	color:#000;
	}
	
#sidebar a {
	text-decoration:none;
	color:#0077b7;
	}
	
#sidebar a:hover {
	text-decoration: underline;
	color:#004e80;
}

 #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
}

#sidebar ul ul li {
	font-family:"Open Sans", Arial;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.required{
	color:#e65e12;
}
.more-link{
	font-family:"Open Sans", Arial;
	border-bottom:1px dotted;
	display:inline-block;
	margin-top:10px;
}
/* End Typography & Colors */



/* Begin Structure */
#page {
	margin: 0px auto;
	padding: 0;
	width: 981px;
	padding-bottom:30px;
}

#header {
    background: url("images/headerbox.png") repeat-x scroll 0 -92px transparent;
    height: 46px;
    width: 985px;
	position:relative;
	left:-2px;
	margin:0 0 10px;
	font-family:"Open Sans", Arial;
}
#headerL {
    background: url("images/headerbox.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 100%;
    width: 10px;
}
#headerC {
    float: left;
    height: 100%;
    width: 960px;
}
#headerC  a{
    font-family:Arial;
}
#headerR {
    background: url("images/headerbox.png") no-repeat scroll 0 -46px transparent;
    float: right;
    height: 100%;
    width: 10px;
}
#logo {
    display: block;
    float: left;
    margin: 5px 10px 0 0;
}
#logo img {
    border: medium none;
}
.headerItem{
	background:url("images/headermenusep.png") no-repeat scroll 0 0 transparent;
}
#headerMenu {
    float: left;
    height: 100%;
    list-style-type: none;
	margin:0;
	padding:0;
}
#headerMenu li {
    background: url("images/headermenusep.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 100%;
}
#headerMenu a {
    color: #004E80;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    padding: 14px 5px 0;
	margin:0 0 0 3px;
    text-decoration: none;
}
#headerMenu a:hover,#headerMenu a.active {
    background: url("images/headermenu_bg_h.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
}
#login{
	margin-left:5px;
	float:right;
	font-size:14px;
}
#login a{
	color:#004E80;
	display:block;
	margin:14px 11px 11px;
	text-decoration:none;
}
#mainbox{
	border:1px solid #d9d9d9;
	border-bottom:1px solid #848484;
	background:url(images/bottom-gradient.png) repeat-x 0 100% #fff;
}
.rcsBox {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */

  -moz-box-shadow: 0px 2px 4px #d9d9d9; /* Firefox */
  -webkit-box-shadow: 0px 2px 4px #d9d9d9; /* Safari, Chrome */
  box-shadow: 0px 2px 4px #d9d9d9; /* CSS3 */
}
#content{
	padding:20px 0 0 0;
}
#content .post:first-child{
	padding-top:0px;
}
#footerTop{
	clear:both;
	background:url("images/bottom-gradient.png") repeat-x scroll 0 100% #FFFFFF;
	height:36px;
	border-bottom:1px solid #d0d0d0;
}
#footer{
	margin:30px 20px 30px;
	font-family:"Open Sans", Arial;
}
.protectedBy  img{
	border:none;
}
#footer .protectedBy {
	display:block;
	float:right;
}
#footer ul {
	list-style-type:none;
	padding:0;
}
#footer li{
	float:left;
	width:25%;
}
#footer li > h3{
	font-size:16px;
	text-align:center;
}
#footer li > ul > li{
	width:100%;
	float:none;
	text-align:center;
	margin:5px 0px;
	font-size:14px;
}

#footer li >a{
	text-decoration:none;
	color:#737373;
}

#footer li >a:hover{
	color:#0077b7;
	text-decoration:underline;
}

#bottom{
	margin:20px;
	color:#737373;
	text-align:center;
}

#copyright{
	font-family: "Open Sans", Arial;
	font-size: 16px;
	text-align:center;
    color:#737373;
}

#copyright a{
  color: #004E80;
  text-decoration:none;
  vertical-align: text-top;
  border-bottom:1px solid #004E80;
  height: 15px;
  margin-top: -3px;
}
a.top-sign-in{
  color: #004E80;
  text-decoration:none !important;
  border-bottom:1px solid #004E80;
  height: 15px;
  margin-top: -3px;
}


#pageNav{
	padding:20px;
	font-family: "Open Sans", Arial;
	font-size: 12px;
}
#pageNav a{
	color:#0077b7;
	text-decoration:none;
	border-bottom:1px dotted #0077B7;
}
.pageNavPrev{
	float:left;
}
.pageNavNext{
	float:right;
}




#signupbox {
	width:174px;
	height:17px;
	background:url(images/signup-bg.jpg) no-repeat;
	padding:12px;
	float:right;
	margin:16px 0px;
	text-align:center;
	}
	
#signupbox a {
	color:#005788;
	text-decoration:underline;
	font-size:11px;
	}


.narrowcolumn {
	float: left;
	padding: 0;
	margin: 00;
	width: 714px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	padding: 20px 30px 20px 20px;
	text-align: left;
	background:url(images/bottom-gradient.png) repeat-x 0 100% #fff;
	border-bottom:1px solid #d0d0d0;
}

/* Modified 021914 - Cloyd */
.post .postDate{
	float:left;
	position:relative;
	width:90px;
	font-size:11px;
	text-align:right;
	color:#0077B7;
	top:-44px;
	left:-10px;
}
.post .postDate div{
	float:right;
}
.post .postCategories{
	font-size:12px;
	margin:6px 0 0 100px;
}
.post .postCategories a{
	text-decoration:none;
}

/* Modified 021914 - Cloyd */
.post .postComments{
	font-size:12px;
	color:#0077b7;
	clear:left;
	float:left;
	position:relative;
	text-align:right;
	width:90px;
	top:-7px;
	left:-10px;
}
.post .postComments a{
	background:url(images/comments-icon.png) no-repeat 0 4px;
	padding:0px 0px 0px 16px;
	text-decoration:none;
}
.post .entry{
	font-size:13px;
	margin:30px 0 0;
}
.post .entry > ol, .post .entry > ul, .post .entry > p{
	margin-left:100px;
}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 50px 0;
	clear: both
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


h3 {
	padding: 0;
	margin: 0px;
	}

h3.comments {
	margin: 30px auto 0px 98px ;
	padding:0 0 0 22px;
	font-family:"Open Sans", Arial;
	background:url("images/comments-icon.png") no-repeat scroll 0 6px transparent;
	overflow:visible;
	font-weight:normal;
	font-size:24px;
}
h3#leaveComment{
	margin-left:78px;
	background:url("images/leave-comment-icon.png") no-repeat scroll 0 6px transparent;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
.entry img {
	margin: 10px auto;
	max-width: 100%;
	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#customSearchForm{
	background:url(images/search-box.png) no-repeat 0 0;
	width:225px;
	height:29px;
	padding:0 0 0 5px;
	font-size:13px;
	color:#000;
}
#customSearchForm input[name=s]{
	width:190px;
	background:transparent;
	border:none;
}
#customSearchForm input[type=image]{
	width:20px;
	height:20px;
	position:relative;
	top:5px;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform input[type=text] {
	width:221px;
}
#commentform {
	font-size:12px;
	}
#commentform textarea {
	width: 555px;
	padding: 2px;
	}
#respond{
	padding:0 20px;
	width:675px;
}
#respond .cancel-comment-reply{
	margin-left:100px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0 20px;
	margin:0px;
	text-align: justify;
	font-size:12px;
	}

.commentlist li {
	margin: 10px 0 0;
	padding: 5px 5px 10px 0px;
	list-style: none;
}
.commentlist > li{
	border-bottom:1px #e6e6e6 solid;
}
.commentlist li .comment-author{
	float:left;
	width:90px;
	text-align:right;
	margin:0 10px 0 0;
	color:#737373;
}
.commentlist li .comment-author > span{
	display:block;
	overflow:hidden;
}
.commentlist li .comment-author > a{
	display:block;
	text-decoration:none;
}
.commentlist li .reply{
	text-align:right;
	clear:left;
}
.commentlist li .comment-reply-link{
	text-decoration:none;
}
.commentlist li ul li { 
	margin-right: -5px;
	padding-left: 90px;
	border-top:1px solid #E6E6E6;
	padding-bottom:0;
}

.commentlist p {
	margin: 10px 5px 10px 100px;
}
.children { padding: 0; }

#commentform label{
	width:90px;
	display:block;
	float:left;
	text-align:right;
	margin:15px 10px 0 0;
	position:relative;
	top:-5px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 20px 0;
	margin-left: 714px;
	width: 225px;
	background:url(images/sidebar-gradient.png) repeat-y 0 0;
}
#sidebarFooter{
	height:100px;
	background:url(images/sidebar-footer.png) no-repeat 0 0;
	left:-20px;
	position:relative;
}
#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Breadcrumb */
#breadcrumb{
	font-size:12px;
	padding:5px 20px 15px;
	color:#999999;
	background:url("images/bottom-gradient.png") repeat-x scroll 0 100% #FFFFFF;
	border-bottom:1px solid #d0d0d0;
	position:relative;
	top:-12px;
}
#breadcrumb a{
	text-decoration:none;
}
#breadcrumb a:hover{
	color:#004e80;
	text-decoration:underline;
}
/* End Breadcrumb */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
}


.wp-pagenavi {
	font-size:11px;
	color:#777777;
	font-weight:normal
	
	}
	
.wp-pagenavi .pages, .nextpostslink {
	}
	
.wp-pagenavi .current {
	border:#e8e8e8 1px;
	background: #efefef;
	padding:5px 10px;
	
	}
	
.wp-pagenavi .page {
	border:#e8e8e8 1px;
	background: #efefef;
	padding:5px 10px;
	
	}
	
	
.sharewidget{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:10px;
	}
	
		
.sharewidget h3{
	font-weight:bold;
	color:#0a4f78
	}
	
.sharewidget .docking{
	width:0px;
	}
	
.sharewidget h3 img{
	margin:0px 5px;
	}
	
.sharewidget p{
	font-size:11px;
	}
	
.vcard {
	font-weight:normal;}
	
div.facebook {
	background:url(images/facebook.jpg) no-repeat left;
	height:45px;
	padding-left:55px;
	line-height:45px;
	margin-bottom:5px;
	color:#000
	}
	
div.facebook a {
	color:#000;
	text-decoration:none
	}
	
div.twitter {
	background:url(images/twitter.jpg) no-repeat left;
		height:45px;
	padding-left:55px;
	line-height:45px;
	margin-bottom:5px;
	color:#000
	}
	
div.twitter a {
	color:#000;
	text-decoration:none
	}

div.rssfeed {
	background:url(images/rss.jpg) no-repeat left;
	height:45px;
	padding-left:55px;
	line-height:45px;
	margin-bottom:5px;
	color:#000
	}
	
div.rssfeed a {
	color:#000;
	text-decoration:none
	}
/* End captions */

/* Start Registration Form */
 .regForm {
	width: 477px;
	height: 495px;
	background: url(images/formbox.png) no-repeat;
}
.regForm .inner {
	float: left;
	padding-top:80px;
}
.register_form {
	padding:0px 0px 0px 30px;
}
.login_form {
	margin:0;
	width:100%;
}
.regForm form {
	width: 345px;
	margin: 0em auto;
	text-align: center;
	font-size: 12px;
	position:absolute;
	top:130px;
}
.regForm label {
	margin: .6em 0;
	float: left;
	line-height: 1.4em;
	font-size: 13px;
	position: relative;
	text-align: left;
}
.regForm input[type=text], .regForm input[type=password] {
	float: left;
	width: 220px;
	padding: 1px;
	font-size: 14px;
}
.regForm span {
	float: left;
	clear: both;
	width: 100px;
}
.regForm label.error {
	font-size: 11px;
	color: #FF0000;
	position: absolute;
	right: 0;
	top: 1.3em;
}
.regForm .radio {
	float: right;
	margin-right: 2em;
	width: 100px;
}
.regForm input[type=radio] {
	width: 20px;
}
.regForm .radio > label {
	width: 120px;
	display: inline;
	text-align: left;
}
.regForm p.formDesc {
	font-weight: bold;
	font-size: 16px;
}
form#regForm, form#regForm2, form#regForm3, #signupformsubmission {
	margin-left: 3em;
}
input.submit {
	width: 220px;
	height: 46px;
	background: url(images/submit.png) no-repeat top;
	cursor:pointer;
	border:none;
	font-size:1px;
	text-indent: -9999px;
	vertical-align:middle;
}
input.submit:hover {
	background: url(images/submit-hover.png) no-repeat top;
}
#mask {
	position:fixed;
	left:0;
	top:0;
	z-index:9000;
	background-color:#4A4A4A;
	display:none;
}
#boxes .window {
	position:absolute;
	left: 10;
	top:0;
	display:none;
	z-index:10000;
	float: left;
	font-family:Helvetica, Arial, sans-serif
}
.close {
	top: -1.2em;
	right: -.8em;
	position: absolute;
	cursor: pointer;
	cursor: hand;
}
/* End Registration Form */