/* @override http://add-art.org/wp-content/themes/Add-Art/style.css */

/*
Theme Name: Add-Art
Description: Add-Art Theme built on Thematic
Template: thematic
*/

/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply default typography */
@import url('../thematic/library/styles/typography.css');
 
/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');

/* Add a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');
 
/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');

/* new stuff ---------------------------------------*/

body {
    background-color:#000;
	color: #fffeff;
}

/* @group links */

a {
color:#9bd4fe;
font-family:arial, sans-serif;
font-weight:800; /* bolder than bold*/
text-decoration:none;
padding:1px;
}
a:hover{
background:#0acdff;
color:#000;
}
a:focus{
background:#0acdff;
color:#000;
}
a:active{
background:#0a88ff;
color:#000;
}

/* @end */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1#blog-description {
	font-size: 1.2em;
}

h1.entry-title {
	
	font-weight: bold;
	font-size: 2em;
	background:#0a88ff;
	padding: .3em;
	margin-bottom: .5em;
	text-shadow: #ffffff 0 1px 2px;
	color: #000000;
}

h2 {
	font-weight: bold;
	font-size: 1.6em;
	padding-bottom: .5em;
	padding-top: .5em;
}

#main {
	width: auto;
	padding-bottom: 50px;
}

#container {
	float: left;
}

#branding {
	margin-left: 0;
	margin-right: 0;
	padding-left: 87px;
}

/* @group nav area */

#add-art-nav {
	width: 250px;
	padding-left:87px;
	padding-top:18px;
	float: left;
	margin: auto 0;
}

#menu2 {
	margin-left: 0;
}

#add-art-nav .donate p{
	margin-bottom: 0;
	color: #9bd4fe;
	font-weight: bold;
}

#add-art-nav .donate form{
	margin-top: .5em;
	margin-bottom: 2em;
}

/* @group Current Show Image */

.current-show {
	width: 180px;
}

.current-show p {
	margin-bottom: .5em;
	line-height: 1.4em;
}

.current-show img {
    width: 180px;
    height : auto;
    }

.current-show img {
    width: auto;
    height : 180px;
    }


/* @end */

#Install{
	font-size: 1.2em;
}

#Install :after {	
	content:" ⬅";
	font-weight: bold;
	color: #f00;
}



/* @end */



li {
	list-style-type: none;
}

/* @group contact form styles */

/* these styles make what's written in the contact form visible */

div.entry-content form input {
	color: #000;
	background-color: whitesmoke;
	border-color:#0a88ff;
}

div.entry-content form textarea {
	color: #000;
	background-color: whitesmoke;
	border-color:#0a88ff;
}

/* @end */

/* @group footer */

#footer {
	position: fixed;
	bottom: 0;
	font-size:10px;
	width: 100%;
	background-color: #3a3a3a;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#000));
	background: -moz-linear-gradient(top,  #3a3a3a,  #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#000');
	padding-top: 5px;
	z-index:101;
	padding-bottom: 5px;
}

#footer-meta {
	display: inline-block;
	padding-left: 5px;
}

#siteinfo {
	display: inline-block;
	width: auto;
	padding-left: 5px;
}

#footer-links {
	display: inline-block;
	float: right;
	padding-right: 5px;
}

.show-grid .type-post {
	float: left;
	width: 250px;
	padding-right: 50px;
	padding-bottom: 50px;
	height: 310px;
}

.show-grid h2 {
	padding-bottom: 0px;
}
/* @end */

.slug-f-a-q-s .entry-content strong {
	font-size: 1.2em;
	color:#9bd4fe;
}

blockquote {
	background-color: #323232;
	padding: 18px 18px 5px;
	font-style: italic;
	margin: 0 0 18px;
	-moz-border-radius: 12px; /* FF1+ */
 -webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
         border-radius: 12px;
	border: 1px solid gray;
}

