/*  
Theme Name: Collins Group Custom
Theme URI: http://www.dogpawstudio.com
Description: Custom template designed for the Collins Group blog
Version: 1.0
Author: Dogpaw Studio
Author URI: http://www.dogpawstudio.com/

*/

/*
Colors
Red: cc0033
*/

@charset "UTF-8";
body  {
	font-size:14px;
	font-family:Calibri, Verdana, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding-top:12px;
}
#container { 
	width: 1010px;
	background: #E3E3E3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0;
} 
#header h1 {
	margin: 0;
	padding:0;
	font-size:23px;
	font-family:"Trebuchet MS", sans-serif;
}
/* header for blog posts */
#mainContent h1 {
	height: 24px;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	border-top:3px solid #cc0033 ;
	display:block;
	padding-top:6px;
	padding-bottom:12px;
}
#mainContent h2 {
	color:#333;
	font-size:14px;
	height:14px;
	border-left:6px solid #cc0033;
	margin-top:24px;
	padding:0 0 2px 4px;
}
#mainContent h3 {
	font-size:13px;
	color:#666;
}
#sidebarLeft {
	font-size:14px;
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px;
}
#sidebarLeft ul {
	padding-left:0;
	margin-left:0;
}
#sidebarLeft li {
	list-style:none;
	font-weight:bold;
}
#sidebarLeft a:link, #sidebarLeft a:visited {
	color:#cc0033;
	text-decoration:none;
	display:block;
	padding:1px;
}
#sidebarLeft a:hover {
	color:#FFF;
	background:#cc0033;
}
a:link, a:visited {
	color:#cc0033;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
#sidebarRight {
	font-size:14px;
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 6px;
}
#sidebarRight ul {
	padding-left:0;
	margin-left:12px;
}
#sidebarRight li {
	list-style:none;
}
#sidebarRight h2 {
	font-size:13px;
}
#mainContent { 
	margin: 0 190px 0 190px; 
	padding: 12px 24px;

/*	margin: 0 160px 0 140px; 
	padding: 12px 24px;
*/	background:#FFF;
	border:1px solid #000;
} 
#footer { 
	padding: 0 12px 3px 0;
	text-align:right;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#dogpaw {
	color:#666;
	text-align:center;
}
#dogpaw a:link, #dogpaw a:visited {
	color:#666;
	text-decoration:none;
}
#dogpaw a:hover {
	color:#cc0033;
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* comments styles */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/* end comments styles */