/*
Theme Name: AceGroup
Theme URI: http://acegroupnyc.com/blog/
Description: 
Version: 1.0
Author URI: http://www.acegroupnyc.com/
Tags: Green, custom header, fixed width, two columns, widgets

	AceGroup v1.0
	http://www.acegroupnyc.com/blog/
*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 150%;
	background-color: #000;
}
a {
	color: #48AA43;
	text-decoration: none;
}
a:visited {
	color: #48AA43;
	text-decoration: none;
}
a:hover {
	color: #48AA43;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Verdana", Geneva, sans-serif;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #000;
	margin: 0px 0px 2px;
	letter-spacing: 0.1em;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
}
h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #333;
	text-decoration: none;
}
h3 {
	color: #000;
	margin: 10px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.1em;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 19px;
	border-right-style: solid;
	border-right-color: #48AA43;
	background-color: #dbeeda;
}
#header {
	height: 164px;
	position: relative;
	background-image: url(images/headerBgnd.jpg);
}
#headerimg {
	position: relative;
	height: 164px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #6b9a11 url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #AFCD69;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	float: left;
	width: 525px;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 80px;
}
.post {
	clear:both;
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #333333;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #333;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #48AA43;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background-color: #FFF;
}
.commentlist .alt {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#comment-2 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-top: 10px;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #333;
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}
#commentform input{
	width: 153px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFF;
}
#commentform textarea{
	width: 525px;
	height: 115px;
	padding: 2px;
	margin-top: 3px;
	background-color: #FFF;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background-color: #E6FAE5;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	width: 280px;
	margin-right: 20px;
	background-color: #333;
	margin-top: 25px;
	margin-bottom: 20px;
}
#searchform {
	width: 240px;
	float:right;
	padding-bottom: 15px;
}
#searchform #s {
	width: 135px;
	height: 19px;
	vertical-align: middle;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #CCC;
}
#sidebar h3 {
	color: #FFF;
	margin: 10px 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}
#eventsContain {
	font-family: Verdana, Geneva, sans-serif;
	width: 240px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #CCC;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #48AA43;
	text-decoration: underline;
}
.ul-rec {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-rec li{
	margin: 0px;
	padding: 2px 0px 2px 0px;
}
.ul-rec li a, .ul-cat li a:visited{
	color: #CCC;
	text-decoration: none;
}
.ul-rec li a:hover{
	color: #48AA43;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #CCC;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #48AA43;
	text-decoration: none;
}
#footer {
	clear: both;
	background-color: #333;
	text-align: center;
}
#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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 100%;
	font-weight: normal;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 100%;
}
.recent-posts a{
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts li a, .ul-cat li a:visited{
	color: #CCC;
	text-decoration: none;
}
.recent-posts li a:hover{
	color: #48AA43;
	text-decoration: underline;
}
#credits {
	width: 1000px;
	color: #CCC;
	font-size: 85%;
	line-height: 120%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#credits a, #credit a:visited{
	color: #999;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

