/*   
Theme Name: Artists-Trail Thematic
Description: Artists-Trail Wordpress theme, based on thematic
Author: Mark Rowatt Anderson
Author URI: http://rowatt.com
Template: thematic
Version: 1.0.5
.
(c) Mark Rowatt Anderson, graphic design by Thain Ink
.
*/

/* 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('css/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');

/* -------------------------------------------------------------- */
/* !Main body styles */
/* -------------------------------------------------------------- */

body {
	background-color: #808080;
	font-family: arial,helvetica,sans-serif;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 928px;
}

a:link, a:visited {
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	color: #A3090B;
	border-bottom: 1px dotted #A3090B;
}

a:hover, a:active {
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #11749B;
	color: #11749B;
}

.entry-content h3 {
	font-size: 1.5em;
	font-style: italic;
	margin: 22px 0 10px;
	padding: 0;
}

/* -------------------------------------------------------------- */
/* !Header Styles */
/* -------------------------------------------------------------- */

#header {
	background: url(img/header_bg.png) 0 0 no-repeat;
	height: 121px;
}

#branding {
	padding:0px;
}

#blog-title {
	padding: 41px 0px 0px 25px;
}

#blog-title a, #blog-title a:link, #blog-title a:hover, #blog-title a:visited, #blog-title a:active {
	font-family: arial,helvetica,sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: white;
	font-style: normal;
	border: none;
}

#blog-description {
	padding-left: 190px;
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #bce6f8;
	font-style: normal;
}


/* -------------------------------------------------------------- */
/* !Search form */
/* -------------------------------------------------------------- */

#branding #searchform {
    position: absolute;
    bottom: 20px;
    right: 13px;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
    color: #666;
	font-style: italic;
	padding-left: 4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border: 1px solid #700001;
}


.firefox #branding #searchform input {
	border: 1px solid #700001;
	padding: 5px 8px;
}

#branding #searchform input {
	border: 1px solid white;
	padding: 3px 5px;
}

#branding #searchform input:focus {
	color: black;
	font-style: normal;
}

#branding #searchform input#s {
    width: 216px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

/* -------------------------------------------------------------- */
/* !FORM ELEMENTS */
/* -------------------------------------------------------------- */

input[type="submit"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:#730608;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
border-color:black !important;
color:#FFFFFF !important;
font-weight:bold;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius:8px;
-moz-box-sizing:content-box;
border-style:solid;
border-width:1px;
cursor:pointer;
font-size:11px !important;
line-height:16px;
padding:2px 8px;
text-decoration:none;
margin:1px;
font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

/* -------------------------------------------------------------- */
/* !Main body content */
/* -------------------------------------------------------------- */

#main {
	background: url(img/main_bg.png) 0 0 repeat-y;
	border: 0;
	padding: 0 0 26px 0;
}

#main a:hover, #main a:active {
	text-decoration: none;
	color: #11749B;
}

#container {
	margin: 20px 0 0 26px;
	padding: 20px;
	background-color: white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	display: inline;
}

#content {
	margin: 0;
	width: auto;
	display: inline;
}

.entry-content {
	padding: 0;
}

.entry-utility {
	margin-bottom: 15px;
	display: none;
}

#comments {
	padding: 0;
	margin-top: 15px;
}

/* -------------------------------------------------------------- */
/* !Right nav */
/* -------------------------------------------------------------- */

.main-aside {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin: 0 26px 20px 0;
	background-color: white;
	float: right;
	right: 0;
	width: 271px;
	padding: 20px;
}

.main-aside ul {
	padding:0;
}

#primary, #secondary {
	border: 0;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	display: inline;
}

.aside h3 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* -------------------------------------------------------------- */
/* !Tabs */
/* -------------------------------------------------------------- */

#access {
	top: 0;
	right: 0;
	position: absolute;
	border: 0;
}

.menu {
	width: auto;
	border: 0;
}

.sf-menu{
	border: 0;
}

.sf-menu ul {
	margin: 0;
	padding: 2em 0 0 0;
	list-style: none;
}

.sf-menu li {
	float: left;
	background-color: #444;
	margin: 7px 10px 0 0;
	padding: 0;
	border: 0;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-khtml-border-radius-bottomleft: 7px;
	-khtml-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.sf-menu a {
	padding: 2px 13px 9px 13px;
}

.sf-menu li a:link,  .sf-menu li a:visited {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: white;
	border: 0;
	float: left;
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: lowercase;
}

.sf-menu li:hover, .sf-menu li a:hover, .sf-menu li a:active {
	color: #720406;
	background-color: #bce6f8;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-khtml-border-radius-bottomleft: 7px;
	-khtml-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

/* -------------------------------------------------------------- */
/* !Aside Styles */
/* for all asides (footer and right nav etc) */
/* -------------------------------------------------------------- */

.aside {
	font-family: arial,helvetica,sans-serif;
	color: #333;
}

/* -------------------------------------------------------------- */
/* !Footer Styles */
/* -------------------------------------------------------------- */

#footer {
	background-image: url(img/footer_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 34px;
	margin: -3px 0 0 0; /*-3px fixes ie6,7 */
	border: 0;
}

#footer #subsidiary {
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 20px;
}

#footer #subsidiary .aside ul.xoxo {
	padding: 0 10px 6px;
}

#footer #subsidiary a:hover, #subsidiary a:active {
	text-decoration: none;
	color: #11749B;
}

#footer #subsidiary h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: black;
}

.textwidget dl {
	margin: 0 0 10px 0;
}

.textwidget dd {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 0.9em;
}

/* -------------------------------------------------------------- */
/* !SiteInfo Styles */
/* -------------------------------------------------------------- */

#siteinfo {
	width: auto;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #EEE;
	background-image: url(img/footer_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #808080;
	padding: 41px 0 30px;
}

#siteinfo a:link, #siteinfo a:visited {
	color: #EEE;
	border-bottom: 1px dotted #BBB;
}

#siteinfo a:hover, #siteinfo a:active {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}


/* -------------------------------------------------------------- */
/* !Gallery Styles */
/* -------------------------------------------------------------- */
img.nav-next, img.nav-prev {
	width: 22px;
	height: 22px;
}


#gallery {
	background: url(img/main_bg.png) 0 0 repeat-y;
	padding: 20px 26px 0;
	width: 876px;
	font-family: Arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
}

#gallery a:link, #gallery a:visited {
	color: white;
	text-decoration: none !important;
	border: 0;
}

#gallery a:hover, #gallery a:active {
	color: #A3090B !important;
	text-decoration: none !important;
	border: 0;
}


/* -------------------------------------------------------------- */
/* !Artists Pages */
/* -------------------------------------------------------------- */
#subhead {
	width: 920px;
	height: 150px;
	margin: 0 4px 20px 4px;
}

#subhead .entry-title {
	padding: 15px 0 0 25px;
	text-shadow: 1px 1px 2px #777;
}

#artist-intro .entry-title {
	padding: 0;
}

.page-template-artist-php #main {
	padding-top: 0px;
}

#artist-intro {
	width: 838px;
	background-color: white;
	padding: 20px;
	margin: 20px 0 20px 26px;
	background-color: white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}

#no-gallery {
	margin-top: -20px; /* same as bottom margin from #artist-intro */
}

#artist-gallery {
	width: 858px;
	background-color: white;
	padding: 20px 10px;
	margin:0 0 0 26px;
	background-color: white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}

#artist-gallery a {
	border: 0;
}


table#artist-gallery-images {
	border: none;
	padding: 0;
	width: 800px;
}

table#artist-gallery-images td, table#artist-gallery-images tr {
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

table#artist-gallery-images td {
	width: 152px;
}

#artist-gallery img {
	border: 1px solid black;
}

#artist-info {
	border:0 none;
	display:inline;
	padding:0;
	margin-bottom:22px;
	overflow: hidden;
}

#artist-info table.contact-info {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: separate;
	width: 100%;
	table-layout: fixed;
}

#artist-info table.contact-info th {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 65px;
}

#artist-info table.contact-info td {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 200px;
}

#artist-info #studio-open {
	margin-top: 10px;
	font-style: italic;
}


#artist-info h3 {
	margin-top: 0;
	line-height: normal;
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: bold;
}

#artist-info #more-info {
	font-style: italic;
}

#artist-info #more-info h4 {
	margin-top: 18px;
	font-size: 1em;
	font-weight: bold;
}

/* -------------------------------------------------------------- */
/* !CONTACT FORM */
/* -------------------------------------------------------------- */

div.contactform {
	margin-top: 10px;
}

#wpcf label {
 	clear: both;
 	display: block;
 	float: left;
 	width: 150px;
 }
 #wpcf input {
 	float: left;
 	width: 200px;
 	padding: 1px;
 	margin: 2px 5px 2px 0;
 }
 #wpcf textarea {
 	width: 350px;
 	height: 100px;
 	padding: 1px;
 	margin: 0 5px 10px 0;
 }
 #wpcf #contactsubmit {
 	margin-left: 250px;
 	width: 100px;
 }
 
/* -------------------------------------------------------------- */
/* !WP-GALLERY STYLES */
/* -------------------------------------------------------------- */

.gallery {
	padding: 0px;
}

.gallery dd {
	margin-bottom: 10px;
}

#gallery-1 img {
	border: 1px solid black !important;
}

.gallery a:link, 
.gallery a:visited, 
.gallery a:hover, 
.gallery a:active {
	border: 0;
}

.gallery-caption {
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
}

/* -------------------------------------------------------------- */
/* !ARTIST LIST - FULL DESCRIPTION */
/* -------------------------------------------------------------- */

.artist_full img {
	float: left;
	padding: 2px;
	margin: 5px 10px 5px 0px;
	border: 1px solid #555;
}

.artist_full h3 {
	font-size:1.15em;
	font-weight:bold;
}

.artist_full h3 a:link,
.artist_full h3 a:visited {
	color: black;
	border-color: black;
	font-style: normal;
}

.artist_full h3 a:hover,
.artist_full h3 a:active {
	border-color: #11749B;
}

/* -------------------------------------------------------------- */
/* !ARTISTS CONTACT LIST */
/* -------------------------------------------------------------- */

.contact-list dt {
	margin-top: 20px;
}

.contact-list dd {
	margin: 0;
}

/* -------------------------------------------------------------- */
/* !SPONSORS
/* -------------------------------------------------------------- */

#sponsors {
	position: relative;
	width: 100%; /*IE6*/
}

#sponsors p {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 100%;
	font-size: 0.8em;
	font-style: italic;
}

/* -------------------------------------------------------------- */
/* !ADMIN CSS */
/* -------------------------------------------------------------- */

table.widefat th.column-mediaID {
	width: 50px;
}