/*
Theme Name: Applied Arts Custom
Theme URI: http://www.appliedartsmag.com/
Description: The custom theme for Applied Arts Magazine.
Author: Stuart Thursby
Author URI: http://www.appliedartsmag.com/
Version: 1.0
*/

html	{
	background-color: #fff;
}

body	{
	background-color: #fff;
	color: #666;
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height: 1.5em;
	text-align: center;
}

p	{
	margin-bottom: 0.75em;
}

p.cutline	{
	color: #999;
}

p.postmetadata	{
	color: #999;
}

p.wp-caption-text	{
	font-style: italic;
}

p	span {
	color: #00aeef;
}

h2	{
	color:#00aeef;
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size:24px;
	line-height: 28px;
	font-weight:bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h2.widgettitle	{
	color: #ec008c;
	font-size: 14px;
}

h3	{
	color: #ec008c;
	font-size: 14px;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

ul	{
	list-style: none;
}

li	{
	list-style: none;
}

li.heading	{
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

a:link	{
	border: none;
	color: #00aeef;
	text-decoration: none;
}

a:visited	{
	border: none;
	color: #00aeef;
	text-decoration: none;
}

a:hover	{
	border: none;
	color: #00aeef;
	text-decoration: underline;
}

div.main	{
	border-right: 1px solid #ccc;
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	width: 535px;
}

div.sidebar	{
	float: right;
	margin-right: 4em;
	width: 300px;
}

div.blue	{
	background-image: url(images/bluewhite.jpg);
	background-repeat: repeat-x;
	height: 200px;
	left: 0;
	margin: 0;
	top: 0;
	width: 100%;
}

div.header	{
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 255px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div.wrapper	{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 920px;
}

div.footer	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	text-align: center;
	width: 920px;
}

div.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
}

div.author	{
	margin-bottom: 0.75em;
}

img.floatleft	{
	float: left;
	padding-right: 10px;
}

div.post img	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.header	{
	margin-left: 3em;
	margin-top: -133px;
}

img.rss	{
	margin-top: 1.5em;
}

img.box	{
	margin-top: 1.5em;
}

img.line	{
	margin-top: 1.5em;
}

div.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	color: #999;
	font-size: 12px;
	margin-bottom: 3px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}


input {
	background-color:#EEEEEE;
	border:1px solid #999999;
	width: 200px;
}

#searchsubmit	{
	margin-top: 1em;
	width: 100px;
}

#submit	{
	margin-top: 1em;
	width: 150px;
}

textarea {
	background-color:#EEEEEE;
	border:1px solid #999999;
	color: #666;
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	width: 530px;
}

select {
	background-color:#EEEEEE;
	border:1px solid #999999;
	width: 100px;
}

.aa-share {
	margin: 20px 0;
}