/*
Theme Name: AHH 
Theme URI: k2md.com
Description: Custom Theme for AHH, derived from HTML5 boilerplate.
Version: 1.0
Author: k2md.com


*/

/*
HTML Boilerplate styles can be found in the html5-boilerplate/css directory.
*/

/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#home #text-36 .widget-title{
 color: #207778;
}
a .cff-more,
a span.cff-page-name,
a.cff-viewpost-facebook,
a.cff-link-title{
	 color: #207778;
}


/* hack because I don't have access to main.css */

footer .facebookBig{
	background: url(../../uploads/logos_facebook.png) top left no-repeat;
	background-size: 64px;
	width: 64px;
	height: 64px;
	display:block;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;

}

footer .twitterBig{
	background: url(../../uploads/logos_twitter.png) top left no-repeat;
	background-size: 64px;
	width: 64px;
	height: 64px;
	display:block;
	float: left;
	margin: 0;
	margin-top: 0px;
}

footer .instagramBig{
	background: url(../../uploads/logos_instagram.png) top left no-repeat;
	background-size: 64px;
	width: 64px;
	height: 64px;
	display:block;
	float: left;
	margin: 0;
	margin-top: 0px;
}

#sm-top .facebookBig{
	background: url(../../uploads/logos_facebook.png) top left no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	display:block;
	margin: 0;
	margin-top: 0px;
	float: right;
}

#sm-top .twitterBig {
	background: url(../../uploads/logos_twitter.png) top left no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	display:block;
	margin: 0;
	margin-top: 0px;
	margin-left: 10px;
	float: right;
}

#sm-top .instagramBig {
	background: url(../../uploads/logos_instagram.png) top left no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	display:block;
	margin: 0;
	margin-top: 0px;
	margin-left: 10px;
	float: right;
}