/*
Theme Name: Asiance
Theme URI: http://www.asiance.com/
Description: Asiance Thematic Child Theme
Version: 1.0
Author: Asiance
Author URI: http://www.asiance.com/
Template: thematic
Tags: Asiance, Thematic
*/

/* 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/2c-r-fixed.css');

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

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

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

body, input, textarea {
	font-size: 13px;
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
}

body {
    min-width: 910px;
}

#main {
    width: 910px;
}

#branding, .menu, #subsidiary, #siteinfo {
    width: 890px;
}

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}

.alignleft, img.alignleft {
	float: left;
    margin-right:20px;
}

.alignright, img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}

.aligncenter, img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.wp-caption {
	text-align: center;
	margin-bottom:18px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}

.gallery img {
    margin:0;
}

.wp-smiley {
	max-height:12px;
	margin:0 !important;
}

#rssiconwidget-3 {
	//padding-left: 21px;
	padding-bottom: 22px;
	//background: url('http://blog.asiance.com/wp-content/plugins/rss-icon-widget/icons/feed-icon-16x16.png') no-repeat;
}

#searchform label {
	position:absolute;
	top:-1500px;
	left:-1500px;
}

#blog-title a {
	background: url("img/asiance.gif") no-repeat top center;
	display: block;
	text-indent: -9000px;
	width: 250px;
	height: 103px;
}

#blog-description {
	padding-top: 5px;
	padding-left: 210px;
}

#content {
    width: 560px;
}

.main-aside, #subsidiary .aside {
    width: 270px;
}

.main-aside ul {
    padding-right: 0;
}

.aside ul ul {
    list-style: none;
    margin: 0 0 22px 5px;
}

.aside ul #linkcat-3 ul li, .aside ul #linkcat-4 ul li {
    padding-top: 20px;
}

#branding {
    padding: 20px 10px 10px 10px;
}

#access {
    height: 10px;
}

#primary {
    border: none;
    padding-top: 0;
    margin-bottom: 0;
}

#footer {
    margin-top: 10px;
}

#siteinfo {
    padding: 20px 10px 20px 10px;
}

.aside h3 {
    font-size: 13px;
}


