/*
Theme Name: Anchor Management by Redant
Theme URI: http://redant.com.au/
Description: Made with love by Redant, designed by Kap
Version: 0.1
Author: Daniel Ireland
Author URI: http://redant.com.au/
Tags: white, custom fit

*/

#header h1 span {
	font-size: 20px;
}


.narrowcolumn .entry p,
.widecolumn .entry p {
	font-size: 14px;
	}
	
.entry .highlight {
	background: #E6F1FD;
	color:#00264C;
	padding:6px 11px 9px;
}

.entry .quote {
	padding:0 0 0 30px;
	margin:15px 0;
	font-size: 18px !important;
	line-height: 22px;
	font-weight: bold;
	background: url(images/quote.gif) top left no-repeat;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	margin-top: 27px;
	clear:both;
	display:block;
	float:left;
	width: 532px;
}


#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px;
	}
	
#wp-calendar caption, cite {
	text-decoration: none;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

 #sidebar ul ul li, #sidebar ul ol li, .nocomments, {
	color: #777;
	}
	
  #sidebar ul#services li{
	background: none;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 20px;
  
  }


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#main-content {
	width: 962px;
	margin:0px auto;
	text-align:left;
}

.narrowcolumn {
	float: left;
	padding: 0 44px 20px 0px;
	margin: 0px 0 0;
	width: 688px;
	}

.widecolumn {
	float: left;
	padding: 0 0px 20px 0;
	margin: 0;
	width: 688px;
	display:inline;
	}

.post {
	margin: 40px 0 0;
	float:right;
	display: block;
	width: 688px;
	border-bottom: 1px solid #aaaaaa;
	}
	
	.post-content {
		float:right;
		width: 532px;
		display:block;
	}
	
	.post-comment-count, .post-comment-link {
		float:left;
		display:block;
	}	
	
	.post-comment-count {
		width: 40px;
		height: 40px;
		background: url('images/coments-bubble.gif') left top no-repeat;
		text-align: center;
	}
	.post-comment-count a {
		font-weight: bold;
		font-size: 20px;
		line-height: 35px;
		color: #fff;
		margin-left: -3px;
	}
	.post-comment-link a {
		font-size: 13px;
		font-weight: bold;
		line-height: 35px;
		padding-left: 5px;
	}
	.entry .meta-info  {
		margin-top: 20px;
		border-top: 1px dashed #d4d4d4;
		padding: 3px 0;
	}
	
	.narrowcolumn .meta-info p,
	.widecolumn .meta-info p{
		font-size: 13px;
		margin-bottom:5px;
	}
		
	.post h2 {
		margin: 0 0 5px 0;
		font-size: 35px;
		color: #000;
		font-weight: normal;
		line-height: 1em;
	}
	.post h2 a {
		color:#000;
		line-height:35px;
	}
	.post h2 a:hover {
		color:#0675E7;
	}
	
	.post small.timestamp {
		font-size: 13px;
		color: #595959;
	}
	
	.post .meta {
		float:left;
	}
	
	.post .make-comment {
		float:right;
		margin-bottom:5px;
	}
	
	#heading a {
		color: #fff;
		font-weight: bold;
		line-height: 110px;
	}
	

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	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;
	}
	
	.navigation .alignleft a,
	.navigation .alignright a {
		font-size: 15px;
		padding: 5px 0;
		font-weight: bold;
		line-height: 20px;
	}
	.navigation .alignleft a {
		padding-left: 25px;
		background: url('images/prev-btn.gif') left center no-repeat;
	}
	.navigation .alignright a {
		padding-right: 25px;
		background: url('images/next-btn.gif') right center no-repeat;
	}
/* 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 {
	padding:0 0 0 20px;
	list-style:disc outside none;
	}

html>body .entry li {
	font-size:14px;
	line-height:20px;
	margin:8px 0;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 35px 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul {
	list-style-position: outside;
}
#sidebar ul ul li,
#sidebar ol ul li {
	font-size: 14px;
	margin-bottom: 3px;
	padding-left: 17px;
	color: #999999;
}
#sidebar ul ul li {
	background: url('images/bullet-blue.gif') 0px 4px no-repeat;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 5px auto 50px;
	height: 28px;
	width: 230px;
	
	}

#sidebar #searchform #search {
	width: 130px;
	height: 21px;
	padding: 2px;
	float:left;
	border:1px solid #adadad;
	}
#sidebar #searchform #submit {
	float:left;
	margin-left: 7px;
}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: -40px 0 5px auto;
	float: right;
	width: 140px;
	height: 34px;
	}
#commentform .logged-in-comment #submit {
	margin-top: 15px;
}
/* End Form Elements */



/* Begin Comments*/
.comment {
	margin: 0;
}
.comment-body {
	position:relative;
	padding: 10px 0 20px 156px;
	border-bottom:1px dashed #d4d4d4;
	zoom: 1;
}

.comment-author {
	margin-left: -146px;
	margin-top: 2px;
	float:left;
	display:inline;
	width: 140px;
	overflow:hidden;
}

.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	margin:0;
	}

.commentlist li {
	list-style: none;

	}
.commentlist li ul li { 
}

.commentlist p {
	margin: 0px 5px 10px 0;
}
.children { padding: 0; margin:0;}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	bottom: 10px;
	position: absolute;
	}

	#respond {
		padding-left: 156px;
		margin-bottom: 15px;
		padding-bottom: 25px;
		border-bottom: 1px solid #aaaaaa;
	}
	#respond h3 {
		font-size:25px;
		font-weight: normal;
	}
	
	#respond input.textfield, #respond textarea {
		background: #fffbef;
		border: 1px solid #adadad;
		padding: 3px;
		font-size: 12px;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 0 0;
	float:right;
	width: 230px;
	margin-top: 40px;
	}

/* End Sidebar */



/* 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 {
	border-left:3px solid green;
	color:green;
	font-style:italic;
	margin-bottom:10px;
	padding:5px 0 1px 15px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	float:left;
	width: 688px;
	}
/* 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 15px 10px 0px;
	-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:15px;
	margin:0;
	padding:5px;
}
/* End captions */

#comments {
	margin-left:156px;
	font-weight: normal;
	font-size: 25px;
	padding-top: 25px;
	clear:right;
}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


