/*
Theme Name: The AppYourMac Custom Theme.
Description: Inspired by Mac OS X Leopard. Created by Seth Smith.
Version: 1.1
Author: Seth Smith
Author URI: http://appyourmac.com
Tags: fixed width, two columns, widgets, apple, mac, white, grey

	This theme was designed and built by Brian Johnson.
	whose homepage you will find at http://gekh.net
*/

/* Page Settings Start */
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* Page Reset Settings */
* { padding: 0; margin: 0; }
ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }
/* Heading Settings*/
h1, h2, h3, h4, h5,h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 span { color: #999; }
h1 { font-size: 22px; line-height: 22px; margin-bottom: 8px; margin-top: -26px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 22px; line-height: 22px; margin-bottom: -15px; margin-top: 7px; }
/*Background Settings */
body { 
	background: #e8e8e8;
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333;
}
!-- BuySellAds.com Ad Code -->
<script type="text/javascript">
(function(){
  var bsa = document.createElement('script');
     bsa.type = 'text/javascript';
     bsa.async = true;
     bsa.src = '//s3.buysellads.com/ac/bsa.js';
  (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
})();
</script>
<!-- END BuySellAds.com Ad Code -->

/* Other Settings */
a { color: #5371c5; text-decoration: none; }
a:hover { color: #5371c5; text-decoration: underline; }
a:visited { color: #5371c5; }
p { margin-bottom: 10px; }
input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}
/* Page Settings End */

#main-bg {
	background: #e8e8e8 url(static/img/bg.png) repeat-y center;
	width: 1070px;
	margin: 0 auto;
}

/* Container Start */
#container {
    width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
#wrapper {
	background: #e7e7e7;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
/* Container End */

/* Header Start*/
#header { 
	background: url(static/img/header-bg.jpg) no-repeat center;
	width: 960px;
	height: 100px;
	float: left;
	position: relative;
}
#header h1 { 
	font: 24px Verdana;
	padding: 12px 0 0 15px; 
	margin-bottom: 0; 
	color: #333; 
}
#header h1 a { 
	color: #333; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #777; 
}
#ad {
	float: right;
	padding-right: 20px;
	padding-top: 13px;
}
#logo {
	height: 72px;
	width: 384px;
	margin-top: 20px;
	margin-left: 25px;
	float: left;
}
/* Header End */

/* Blog Style Start */
.blogPost ul .blogPost ol {
	padding-bottom: 10px;
}
.blogPost ul li .blogPost ol li {
	list-style-position:inside; 
	padding-left:20px;
}
.blogPost p {
	margin-bottom: 10px; 
	font-size: 12px; 
	font: Arial;
}
p.content {
	margin-top: -8px;
}
.blogPost a {
	color: #5371C5;
	text-decoration: none;
}
p.title {
	font-family: Arial;
	font-size: 22px; 
	font-weight: bold; 
	margin-top: -10px; 
	margin-bottom: 20px; 
}
p.infoLine {
	padding: 0px 0px 5px 0px; 
	font-size: 12px; 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #bdccdc; 
	border-bottom: 1px solid #bdccdc; 
	background: #e9eff5;
    margin-top: 8px;
}
p.infoLine a {
	color: #000000;}
	
a.stico_default {background-image: url(http://appyourmac.com/wp-content/themes/appyourmac/static/img/facebook_icon.png);}

/* Blog Style End */

/* Navigation Start*/
#nav { 
	width: 955px;
	float: left;
	height: 40px;
	background: #000 url(static/img/nav-bg.gif) repeat-x; 
	position: relative;
	padding-left: 5px;
}
#nav ul {
	line-height: 40px;
	font-size:15px;
	font-weight: bold;
	font-family: Arial;
	margin-left: -4px;
}
#nav ul li {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	display: inline;
}
#nav ul li a {
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #141414;
}
#nav ul li a:hover { 
	background: url(static/img/navhover.gif) repeat-x;
	padding: 10px;
	padding-top: 11px;
	padding-left: 15px;
	padding-right: 16px;
	color: #FFF;
	border-right: 0px;
}
#nav #feed {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	text-shadow: 1px 1px 1px #fff; 
	background: url(static/img/feed.gif) no-repeat 0 3px;
}
/* Navigation End*/

/* Drop Settings Start */
#dropmenu ul {
	background: url(static/img/transbg.png) repeat;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	font-weight:bold;
	position:absolute;
	display:none;
	width:12em;
	/* Curved for Moz and Webkit */
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-right: none;
}
#dropmenu li {
	float:left;
	position:relative;
	border-right: none;
	margin-top: 1px;
}
#dropmenu li ul {
	width:10.1em;
	border-right: none;
	margin-top: -1px;
}
#dropmenu li ul a {
	width:12em;
	height:auto;
	float:left;
	border-right: none;
}
#dropmenu li ul a:hover {
	background: none;
	border-right: none;
	margin-top: -1px;
}
#dropmenu ul ul {
	top:auto;
	border-right:
	none;
}
#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
	border-right: none;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
	border-right: none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
	border-right: none;
}
/* Drop Settings End */

/* Content Start*/
#content {
	background: #FFF;
	width: 508px;
	float: left;
	border: 1px solid #dadada;
	/* Optional curved corners for good browsers :) */
	-moz-border-radius: 5px; /* FireFox */
	-webkit-border-radius: 5px; /* Safari */
	margin: 7px 5px 7px 5px;
	padding: 10px 10px 0px 12px;
}
#content .post { 
	margin-bottom: 40px;
	margin-top: 27px;
}
#content .post h1.post-title { 
	color: #333;
	background: none;
	padding-left: 0px;
	font-weight: bold;
	font-family: Arial;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}
#content .post h1.post-title a:hover {
	text-decoration: none;
	color: #666666;
}
#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #bdccdc; 
	border-bottom: 1px solid #bdccdc; 
	background: #e9eff5;
	margin-top: 8px;
}
#content .post .post-info a { color: #404040; text-decoration:none; }
#content .post .post-info a:hover { color: #333333; text-decoration: underline; }

#content #pages { text-align: right; }
#content #pages a { font: bold 15px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

/* Content End*/

/* Comment Form Start */
#commentform { 
	background: #fafafa; 
	border: 1px solid #CCC; 
	padding: 10px;
	margin-bottom: 10px;
	color: #555;
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 430px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px;
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }
/* Comment Form End */

/* Comments Start*/
#comments .comment { 
	width: 505px;
	background: #FFF; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border: 1px solid #ddd;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 405px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ;
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}
/* Comments End*/

#side-contain {
	width: 207px;
	float: left;
	margin-left: 2px;
}

#side-search {
	background: url(static/img/search-bg.png);
	height: 26px;
	width: 202px;
	margin: 8px 0px 0px 5px;
}

#side-search-form {
	float: left;
}

/* Left Sidebar Start */
#sidebar_left { 
	background: #FFF;
	border: 1px solid #dadada;
	/* Optional curved corners for good browsers :) */
	-moz-border-radius: 5px; /* FireFox */
	-webkit-border-radius: 5px; /* Safari */
	width: 185px;
	min-height: 100px;
	font-size: 11px;
	color: #555;
	padding: 10px 15px 0px 0px;
	margin: 7px 0px 7px 5px;
	float: left;
}
#sidebar_left h3 { 
    background: #FFF url(static/img/heading.png) no-repeat right;
	height: 25px;
	width: 170px;
	font: bold 14px Arial;
	text-align: center; 
	color: #fff;
	padding-top: 9px;
}
#sidebar_left h3 a { 
	color: #fff;
}

#sidebar_left a {color: #000; text-decoration: none;}
#sidebar_left a:hover {color: black;}

#sidebar_left .block {
	padding-left: 15px;
	paggind-right: 15px;
	padding-bottom: 15px; 
	overflow: hidden; 
}
#sidebar_left .block ul li { 
	padding-left: 10px;
	background: url(static/img/arrow.gif) no-repeat;
}
/* Left Sidebar End */

/* Right Sidebar Start */
#sidebar_right {
	background: #FFF;
	border: 1px solid #dadada;
	/* Optional curved corners for good browsers :) */
	-moz-border-radius: 5px; /* FireFox */
	-webkit-border-radius: 5px; /* Safari */
	width: 185px;
	min-height: 100px;
	font-size: 11px;
	color: #555;
	float: left;
	padding: 10px 15px 0px 0px;
	margin: 7px 0px 7px 0px;
}
#sidebar_right h3 { 
	background: #FFF url(static/img/heading.png) no-repeat right;
	height: 25px;
	width: 170px;
	font: bold 14px Arial;
	text-align: center; 
	color: #fff;
	padding-top: 9px;
}
#sidebar_right h3 a { 
	color: #fff;
}

#sidebar_right a { color: #000; text-decoration: none; }
#sidebar_right a:hover { color: black; }

#sidebar_right .block { 
	padding-left: 15px;
	paggind-right: 15px;
	padding-bottom: 15px; 
	overflow: hidden; 
}
#sidebar_right .block ul li { 
	padding-left: 10px;
	background: url(static/img/arrow.gif) no-repeat;
}
/* Right Sidebar End */

#pushside {height: 21px}

/* Calendar Start */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }
/* Calendar End*/

#bottom-bg {
	background: #e8e8e8 url(static/img/bg-bottom.png) no-repeat center bottom;
	width: 1070px;
	padding-bottom: 30px;
	margin: 0 auto;
}

/* Footer Start */
#footer {
	background: #030303 url(static/img/footer-bg.gif) no-repeat top; 
	width: 960px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
}
#footer a#theme-author { 
	position: absolute; 
	top: 0px;
	right: 0px; 
	display: block; 
	height: 96px; 
	width: 130px;
}
#footer p { 
	text-align: center;
	color: #FFF; 
	padding-left: 15px; 
	font-size: 12px; 
	margin: 0;
	margin-top: 7px;
}
#footer a { 
	color: #999999;
	text-decoration: underline;
}
#author { border: 1px solid #FFF }
#author h6 { margin-bottom: 3px; margin-top: 3px;}
/* Footer End */
