/*   
Theme Name: ABAGames.com theme
Theme URI: 
Description: Theme for abagames.com. Child theme for Thematic.
Author: abagames.com
Author URI: http://abagames.com/
Template: abagames
Version: 1.0
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body, input, textarea {
	font-family: Arial;
	color: #666666;
	font-size: 13px;
}

/* keep visited links the same color as new links */
a, a:link, a:visited {
	/*color: #004B91;*/
	color: #0000FF;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
	color:#666666;
}

h1 {
	color: #339933;
	font-size: 24px;
}

h3 {
	color: #339933;
	font-size: 20px;
}

#content h3 {
	color: #339933;
	font-size: 20px;
	font-style: normal;
	padding: 0 0 7px;
}

#branding {
	background: url('images/kindergartenbanner.jpg') no-repeat bottom left;
	height: 213px;
	padding: 0 0 0 0;
}

#blog-title a {
	display: block;
	text-indent: -9000px;
}


#main {
	padding: 22px 0 22px;
}

/* content */

.entry-title {
	font-size: 20px;
	font-weight: normal;
}

.entry-content {
	padding: 0 0 0;
}

/* formatting for app descriptions */
div.appdesc {
	margin-bottom: 22px;
}

div.appdesc p {
	margin-bottom: 5px;
}

div.appdesc img {
	margin: 0 10px 0 0;
}

div.appstore {
	position: relative;
	height: 40px; /* to match height of app store img */
	text-align: left;
	vertical-align: text-bottom;
}

div.appstore img {
	margin-right: 3px;
	float: left;
}

div.appstore span {
	position: absolute;
	line-height: normal;
	bottom: 0;
}

/* asides */

#primary {
	border: none;
	width: 150px;
	
}

#secondary { 
	clear: none;
	width: 220px;
	text-align: center;
}

ul.xoxo {
	padding-left: 0px;
	padding-right: 0px;
}

.aside h3 {
	text-align: center;
	color: #CC0066;
	font-size: 22px;
	font-style: normal;
	margin-bottom: 10px;
}

/* make titles of links section smaller than other titles */
.aside .widget_links h3 {
	text-align: left;
	color: #3366CC;
	font-size: 13px;
}

.aside ul ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 11px;
	margin-left: 0px;
}

.aside a {
	text-decoration: none;
	color: inherit;
}