/*
THEME NAME: africanpainting.com
DESCRIPTION: Based on the Sandbox theme templates.
AUTHOR: John Philip
AUTHOR URI: <a href="http://www.johnphilip.co.za/">http://www.johnphilip.co.za</a>
TEMPLATE: sandbox
*/

/* 
-------------------------------------------------------------- 
Resets default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; }
table { border-collapse: separate; border-spacing: 0; }/* Tables still need 'cellspacing="0"' in the markup. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote, q { quotes: "" ""; }
a img { border: none; }
/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { font-size: 75%; background: #fff; font-family: Arial, Helvetica, sans-serif; }
hr { border-bottom: 1px solid #D2DFE3; height: 1px; border-top-style: none; border-right-style: none; border-left-style: none; }


/*
-------------------------------------------------------------- 
Two-column fixed layout with one sidebars left of content
-------------------------------------------------------------- */
body { background: #19212B url(images/back-tile.jpg) repeat-x center top; border-top: 2px solid #000; }
#wrapper { padding-top:15px; margin-left: auto; margin-right: auto;}
#wrapper,
#container {width:1000px;}
#wrapper,
#container,
#content,
.sidebar {overflow:hidden;}
#container { float:left;  }
#content { margin:8px 0 0 315px; padding:40px 50px 40px 40px; background-color:#FFF; color:#333333; font: 1.1em/1.5em Georgia, "Times New Roman", Times, serif; }
.sidebar {  float:left;}
#primary { margin:8px 0 0 -1000px;}
#secondary { display:none; /*clear:left; width:100%;*/ }
#footer { clear:left; width:100%; }


/* 
Sidebars
-------------------------------------------------------------- */
.sidebar a { color:#333; text-decoration:none;}
.sidebar ul,
.sidebar li { list-style:none;}
.sidebar h4 { padding:0px;}
#primary .xoxo { width:315px;}
.widget,
#recent-posts { margin: 0px 0px 5px; background-color:#FFF; margin-right:10px; }
#primary > ul > li > ul,
#primary > ul > li > div,
#primary > ul > li > form { padding:8px 10px 10px 10px;}
.ui-widget-header,
.widgettitle { margin:0px; color:#333; padding:5px 8px; border-bottom: 1px solid #576360; font: normal 1.5em Georgia, "Times New Roman", Times, serif; }
.sidebar ul ul > li:first-child { border:none; padding-top:0px; margin-top:0px;}
.sidebar ul ul > li { border-top: 1px dotted #E2E2E2; padding-top:5px; margin-top:5px; }


.swt-outter .ui-tabs .ui-tabs-hide {display:none !important;}
.swt-outter,
.ui-widget-header { margin:0px!important; padding:0px!important;}
.ui-widget-header li{ display:inline-block; border-top:none!important; padding:5px!important; margin:0 0 0 5px!important; border-left: 1px solid #576360 }
.ui-widget-header li:first-child { margin-left:0px!important; border-left: none;}

/*
-------search-------*/
.sidebar input#s { width:95%; }
/*
-------tag cloud-------*/
.widget_tag_cloud { font-size: 1em; line-height: 1em; }
.widget_tag_cloud a {color:#999; }
/*
-------category styles-------*/
.sidebar .cat-item { font-weight:bold;}
.sidebar .children li { margin-left:8px; font-weight:normal;}
.sidebar .children li a { color:#999;}
/*
-------recent posts-------*/
#recent-posts .thumbs { float:right;}
/*
-------recent comments-------*/
#get-recent-comments li { }
#get-recent-comments .comment-author { font-weight:bold;}
#get-recent-comments a { color:#9E9E9E;}
#get-recent-comments a:hover { color:#000;}
#get-recent-comments .comment-author { color:#333;}
#get-recent-comments p { margin:0 0 0 30px; display:block;}
#get-recent-comments img { float:left;}
/*
-------links-------*/
.widget_links ul li,
.widget_archive ul li { font-weight:normal; display:block; text-align:left; color:#999; }
.widget_links a { font-weight:bold; display:block; width:80%;}
/*
-------archives-------*/
.widget_archive a { font-weight:bold; display:block; width:80%; float:left; text-align:left;}





/* 
Header Box
-------------------------------------------------------------- */
#header-box { position:relative; height:205px; }
/*africanpainting header title*/
#header-logo {position:absolute; left:0px;}
#header-logo img { width:300px; height:90px; background: url(images/logo.gif); }
/*header text or quote beneath title logo*/
#header-text { float:left; width:280px; margin-top:90px; font-weight:bold; font-style: italic; font-size: 1.1em; line-height: normal; margin-left: 10px;  }
#header-text p { margin:0px;}
/*header image*/
#header { position:absolute; left:316px; border: 2px solid #000; }
#feature-painting { font-size: 1.3em; font-weight: bold; color: #FFF; background: #000; padding: 3px 10px; margin: 10px 0px 0px 0px; float:right; }
/*header feature paintings*/
#recent-paintings { position:absolute; right:0px; border: 2px solid #000; width:168px; background: url(images/recent-paintings-back.jpg) repeat-x left bottom; height:160px; text-align:center;}
#recent-paintings span { font-size: 1.3em; font-weight: bold; color: #FFF; background: #000; padding: 3px 10px; margin: 10px 1px 6px 0px; float:left; }
#recent-paintings ul { margin:3px; }
#recent-paintings li { display:inline; line-height:0em; font-size:0px; margin:2px; display:block; float:left;}
#recent-paintings img { border: solid #FFF 1px;}
/*header navigation*/
#header-nav { position:absolute; bottom:3px; left:0px;}

#nav-images { height:50px; padding:10px 0px;}

/* 
-------------------------------------------------------------- 
Typography defaults
-------------------------------------------------------------- */

/* 
Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #111; line-height:normal; font-weight:bold; padding-top:1.5em; padding-bottom: 0.75em; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; font-weight: normal; }
h3,
.entry-content h1,
.entry-content h2 { font-size: 1.3em; color:#666; }
h4 { font-size: 1.1em; color:#333; }
h5 { font-size: 1em; color:#444; }
h6 { font-size: 1em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

/* 
Text elements
-------------------------------------------------------------- */
p { margin: 0 0 1em; }
a:focus, a:hover { color: #E30202; }
a { color: #BF5454; text-decoration: underline; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
small { font-size:0.8em;}

/* 
Lists
-------------------------------------------------------------- */
#content li ul, 
li ol { margin:0 1.5em; }
#content ul,
ol { margin: 0 1.5em 1.5em 1.5em; }
#content ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }

/* 
Tables
-------------------------------------------------------------- */
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }

/* 
Images within posts 
-------------------------------------------------------------- */
p img {	max-width: 100%;	}
/*center*/
.aligncenter,
img.centered {	display: block;	margin:1em auto;	}
/*right*/
.alignright {	float: right;	}
img.alignright,
.alignright img {	padding: 4px;	margin: 0 0 2px 7px;	display: inline;	}
.alignright .wp-caption-text { margin:-7px 0 4px 7px; padding:4px; }
/*left*/
.alignleft {	float: left	}
img.alignleft,
.alignleft img {	padding: 4px;	margin: 0 7px 2px 0;	display: inline;	}
.alignleft .wp-caption-text { margin:-7px 7px 4px 0; padding:4px; }

.size-full { clear:left!important; display:block;}

/*
-------------------------------------------------------------- 
Forms
-------------------------------------------------------------- */
fieldset { padding:1.4em; margin: 0 0 1.5em 0; }
legend { font-weight: bold; font-size:1.2em; }
/* 
Form fields
-------------------------------------------------------------- */
input.text, input.title, textarea, select { margin:0.5em 0; border:1px solid #bbb; }
input.text:focus, input.title:focus, textarea:focus, select:focus { border:1px solid #666; }
input.text, input.title { width: 300px; padding:5px; }
input.title { font-size:1.5em; }
textarea { width: 100%; height: 250px; padding:5px; }
/* 
Success, notice and error boxes
-------------------------------------------------------------- */
.error, .notice, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
/*
Cforms
-------------------------------------------------------------- */
.linklove,
.cf_hidden,
.cform legend {display:none;}
.cform ol {list-style:none; margin:0px; padding:0px;}

.cform label span {	width:80px;
	display:inline-block; /*for Opera & IE*/}
.cform .single { width:200px; margin: 6px 3px; }
.cform fieldset {border:none;}



/* 
Centre
-------------------------------------------------------------- */
.post { margin-bottom:50px; margin-top:50px; }
.post-divider { border-bottom: 2px solid #576360; margin:50px -50px; padding:0px; display:block; }
.entry-title { padding-top:5px; margin-bottom: 16px; padding-bottom: 5px; border-bottom: 1px dotted #E5E5E5; border-top: 1px dotted #E5E5E5; }
.entry-title,
.entry-title a { color:#333; }
.entry-title a:hover { color:#738891; }

.page-title span { color:#BF5454;}

/*date format*/
.entry-date { width:48px; height:58px; font-family: Verdana, Geneva, sans-serif; background: url(images/date-back.gif) no-repeat center top; padding-top:6px; float:left; margin-top: -10px; margin-right:10px; }
.entry-date span { display:block; text-align:center; line-height:1em;}
.entry-date .month { color:#EBEBEB; font-size: 10px; font-weight: bold; } 
.entry-date .day { font: bold 24px Tahoma, Geneva, sans-serif; letter-spacing: -0.05em; color: #FFF; }
.entry-date .year { font-size:9px; color:#8A8A8A;}

.navigation { height:1.25em; clear:both; font-family: Arial, Helvetica, sans-serif; }
.navigation a { text-decoration:none; color:#CCC; font-size:0.9em; font-weight: bold; }
.navigation a:hover { color:#333; }
#nav-above { margin:-30px -30px 1em -30px; }
#nav-below { margin-top:1em; }
.navigation .nav-next { float:right; text-align:right; }
.navigation .nav-previous { float:left; }

.more-link {  font: bold 13px/1.5em Arial, Helvetica, sans-serif; display:block; text-decoration: none; text-align:right; color: #000; background: #EDEFEA; height: 20px; padding-right: 25px; margin: 10px auto 0px; clear: both; position:relative;}
.more-link:hover { background-color:#E3345C; color:#FFF;}
.more-link .meta-nav {  font-size:36px; color:#FFF; display: block; position:relative; top:-22px; left:24px;}
.edit-link a { text-decoration:none; color:#CCC; font-weight:bold; display:block; float:right; margin-right:-40px;}
.wp-caption-text { font:11px Arial, Helvetica, sans-serif; color:#999; }

/* Meta
-------------------------------------------------------------- */
.entry-meta {  font: 0.8em Arial, Helvetica, sans-serif; color: #999; }
.entry-meta a { color:#999; text-decoration:none; }
.tag-links { display:block; }
.tag-links a { }



/* 
Comments
-------------------------------------------------------------- */
#comment { overflow:auto; }
#comments h3 { padding-top:30px; margin-top:20px; border-top: 1px solid #CCC; }
#comments .comment-meta { text-align:right; font-size:0.9em;}
#comments { width:100%; margin:0px;}
#comments .comment { line-height: 1.5em; padding: 20px; margin-top:10px; border: 2px solid #D7DADD; }
#comments .formcontainer {width: 100%;}
#comments .comment-meta { position:relative; top:-38px; right:-14px;}
#comments .comment-author { font-weight:bold;}
#comments li { margin: 0px; padding-left:0px;}
#comments ol li{ list-style:none outside; padding-left:0px; margin:0px;}
#comments ol { padding:0px; margin:0px;}

/* 
Gallery
-------------------------------------------------------------- */
.gallery-row {padding-bottom:10px;}
#gallery, 
.gallery { font: 0.9em/normal Arial, Helvetica, sans-serif; }
#gallery a,
.gallery a{ text-decoration:none; line-height:1.2em; color:#5BA3AD;}
#gallery ul,
#gallery li { list-style:none; margin:0px; padding:0px;}
#gallery li { float:left; width:184px; height:230px; }
#gallery div { padding:0 26px;}
#gallery .image-title{ display:block; font-size:12px; margin: 0px; padding: 5px 0px 2px; font-weight:bold; border-bottom:1px #CCC dotted; }
#gallery .image-title a,
#gallery dd a{ color:#000;}
#gallery small { color:#999; line-height:1.2em;}




/* 
Classes
-------------------------------------------------------------- */
.curved { 
	border-radius:10px; /* CSS3 */
	-webkit-border-radius: 10px; /*Safari and chrome*/
	-moz-border-radius: 10px; /*firefox*/
	-khtml-border-radius:10px; /* Linux browsers */
	behavior:url(wp-content/themes/africanpainting/border-radius.htc);
}

