/*
Theme Name: appFigures
Theme URI: http://www.appfigures.com
Author: the appFigures team
Author URI: http://www.appfigures.com/
Description: .
Version: 1.2
License: REL
License URI: license.txt
Tags: appfigures
*/

html,body {
    height:100%;
}


#primary {
	width: 660px;
	float: left;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
}

#secondary {
	width: 275px;
	float: right;
	background-color: #ededed;
	background-repeat: repeat-x;
	border-left: 1px solid #d2d2d2;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

#primary-bottom {
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	height: 12px;
}

#secondary-bottom {
	height: 15px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #ededed;
}

h1 {
	margin: 0;
}

.entry-title a {
	color: #424242;
	text-decoration: none;
	font-size: 30px;
	margin-top: 0px;
	font-weight: normal;
}

.entry-title a:hover {
	color: #568cba;
}

.entry-meta {
	color: #969696;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 30px;
	font-weight: normal;

}

.widget-title {
	font-size: 16px;
	color: #555555;
	background-color: #ededed;
	padding: 15px;
	text-shadow: 1px 1px 0px #fff;
	margin: 0 0 1px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.search-form {
	padding: 4px;
	background-color: #d7d9db;
}

.search-input-wrapper {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d2d3d4;
	background-color: #fff;
	background-image: url('/wp-content/themes/appfigures/images/search_magnifier.png');
	background-repeat: no-repeat;
	background-position: 11px 5px;
	padding-left: 31px;
}

.search-form input {
	width: 200px;
	border: none;
	background: none;
	outline: none;
	-webkit-appearance: none;
}

.entry-content {
	font-size: 14px;
	color: #535353;
}

.zebra-odd {
	background-color: #fff;
}

.zebra-even {
	background-color: #fafafa;
}

.widget ul {
	padding: 0px;
	background-color: #fff;
	margin: 0px;
}

.widget li a {
	font-size: 13px;
	color: #888;
	text-decoration: none;
}

.widget li a:hover {
	color: #568cba;
}

.widget li {
	padding: 10px 10px 10px 17px;
	list-style-type: none;
}

article.post {
	padding: 40px 30px 5px 50px;
	background-image: url('/wp-content/themes/appfigures/images/post_bottom.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.social-links {
	height: 56px;
	background-image: url('/wp-content/themes/appfigures/images/top_gradient.jpg');
	background-repeat: repeat-x;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	padding-top: 14px;
}

.social-links a {
	color: #a2a2a2;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
}

.social-tile {
	background-image: url('/wp-content/themes/appfigures/images/social_tilesheet.png');
}

.social-twitter {
	float: left;
	margin-left: 21px;
	background-image: url('/wp-content/themes/appfigures/images/twitter_icon.png');
	background-repeat: no-repeat;
	background-position: 50% 2px;
	height: 20px;
	padding-top: 30px;
}

.social-rss {
	float: left;
	margin-left: 34px;
	background-image: url('/wp-content/themes/appfigures/images/rss_icon.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 26px;
	background-position: 50% 2px;
	padding-top: 30px;
}

.social-email {
	float: left;
	margin-left: 32px;
	background-image: url('/wp-content/themes/appfigures/images/email_icon.png');
	background-repeat: no-repeat;
	height: 20px;
	background-position: 50% 8px;
	padding-top: 30px;
}

.social-twitter:hover {
	background-image: url('/wp-content/themes/appfigures/images/twitter_icon_over.png');
	color: #568cba;
}

.social-rss:hover {
	background-image: url('/wp-content/themes/appfigures/images/rss_icon_over.png');
	color: #cd6c04;
}

.social-email:hover {
	background-image: url('/wp-content/themes/appfigures/images/email_icon_over.png');
	color: #579614;
}

.widget_archive .widget-title {
	background-image: url('/wp-content/themes/appfigures/images/archive_icon.png');
	background-repeat: no-repeat;
	background-position: 13px 16px;
	padding-left: 42px;
}

.widget_categories .widget-title {
	background-image: url('/wp-content/themes/appfigures/images/categories_icon.png');
	background-repeat: no-repeat;
	background-position: 13px 18px;
	padding-left: 42px;
}

.widget_recent_entries .widget-title {
	background-image: url('/wp-content/themes/appfigures/images/entries_icon.png');
	background-repeat: no-repeat;
	background-position: 13px 19px;
	padding-left: 42px;
}

.column-shadow {
	height: 100%;
	width: 11px;
	background-image: url('/wp-content/themes/appfigures/images/column_shadow.png');
	background-repeat: repeat-y;
	position: absolute;
}

.entry-content li {
	margin-bottom: 10px;
}

span.collapsing {
	padding-left: 10px;
	font-weight: bold;
}

li.collapsing {
	padding-left: 0;
}

.nav-previous, .nav-next {
	float: left;
	padding: 5px;
	margin-left: 10px;
}

.nav-next {
	float: right;
	padding: 5px;
	margin-right: 10px;
}
