/*
Theme Name: One Republic Aza
Theme URI: http://www.onerepublic.com/
Description: know thyself
Version: 1.0
Author: Alistair Spark
Author URI: http://www.onerepublic.com/
*/


@charset "utf-8";

html, body, div, form, ul, ol {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 67% "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, verdana, sans-serif;
	text-align: center;
	background: #fff url(images/bg_body.gif) left top repeat;
	background-attachment: fixed; 
	color: #000;
	}

h1, h2, h3, h4 { 
	font-size: 1.2em;
	margin-bottom: 3px;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #b56413;
	}

h3 {
        border-bottom: 1px solid #eee;
        }

p {
	color: #2c2c2c;
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
#content a:link, #sideBar a:link, #header a:link {
	color: #3E4480;
	text-decoration: none;
	}
#content a:visited, #sideBar a:visited, #header a:visited {
	color: #6F73A0;
	text-decoration: none;
	}
#content a:hover, #sideBar a:hover, #header a:hover {
	color: #000;
	text-decoration: none;
	}
#content a:active, #sideBar a:active, #header a:active {
	color: #000;
	text-decoration: none;
	}

a img {
	border: 0;
	}

#content a:link, #content a:visited {
	text-decoration: underline;
	}
	
#content {
	font-size: 1.1em;
        font: 1.1em verdana, arial, sans-serif;
	}
	
/* force IE/Win to inherit text styles... (FF has trouble w/Form elements too) */
table, input, select, textarea, dl, ul {
	font: inherit;
	font-size: 1em;
	}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	border-left: 1px solid #DEDCC6;
	border-right: 1px solid #DEDCC6;
	}

#header {
	padding: 2px 0 0 0;
	margin-bottom: 0;
	position: relative;
	background: #fff url(images/bg_head.jpg) 100% 0% no-repeat;
	border-bottom: 2px solid #B56413;
	}
#header span, #footer span {
	padding: 0 15px;
	}

#headlinks {
        position: absolute;
        top: 5px;
        right: 10px;
        list-style: none;
        }
#headlinks li {
        display: inline;
        }
#headlinks li a, #headlinks li a:link, #headlinks li a:visited, #headlinks li a:hover, #headlinks li a:active {
        padding: 3px;
        border-bottom: 1px dotted #3e447f;
        }

#logo {
	margin: 0 0 5px 15px;
	padding-top: 5px;
	}
#masthead_default {
	background: #fff url(images/insert_head_main.jpg) no-repeat 0% 0%;
	height: 158px;
	}
#masthead_books {
	background: #fff url(images/insert_head_books.jpg) no-repeat 0% 0%;
	height: 158px;
	}
#masthead_ceramic {
	background: #fff url(images/insert_head_ceramic.jpg) no-repeat 0% 0%;
	height: 158px;
	}
#masthead_miniature {
	background: #fff url(images/insert_head_miniatures.jpg) no-repeat 0% 0%;
	height: 158px;
	}
#masthead_stamps {
	background: #fff url(images/insert_head_stamps.jpg) no-repeat 0% 0%;
	height: 158px;
	}
#masthead_services {
	background: #fff url(images/insert_head_services.jpg) no-repeat 0% 0%;
	height: 158px;
	}

#masthead_default ul, #masthead_books ul, #masthead_services ul, #masthead_ceramic ul, #masthead_stamps ul, #masthead_miniature ul {
        list-style: none;
        list-style-position: inside;
        padding: 38px 0 0 17px;
        font: 1.5em Georgia;
	font: 1.6em "Times New Roman", Times, serif;
        font-weight: bold;
        }
#header #masthead_default a, #header #masthead_books a, #header #masthead_services a, #header #masthead_ceramic a, #header #masthead_stamps a,  #header #masthead_miniature a {
        color: #fff;
        text-decoration: none;
        }

#masthead_default li, #masthead_books li, #masthead_services li, #masthead_ceramic li, #masthead_stamps li, #masthead_miniature li {
        padding-bottom: 3px;
        }

#header form {	
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
#mainNav {
	height: 20px;
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #3E447F;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 5px;
	}

#mainNav div {
	margin: 0;
	float: left;
	margin: 0;
	position: absolute;
	top: 1px;
	left: 265px;
}
#mainNav div ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#mainNav div li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	}

#mainNav div a {
	float:left;
	background: transparent url(images/menu_left.gif) no-repeat left top;
	background-position: -1000px 0%;
	margin:0 1px 0 0;
	padding:0 0 0 2px;
	text-decoration:none;
	color: #000;
	}

#mainNav div a span, #mainNav div .current_page_item span {
	float:left;
	display:block;
	background: transparent url(images/menu_right.gif) right top no-repeat;
	padding:2px 6px 3px 6px;
	}

/* hide from Mac IE5 \*/
	#mainNav div a span {float:none;}
/* end hack */


#mainNav div .current_page_item a {
	background-position:0 -300px;
	}

#mainNav div .current_page_item a span, #mainNav div .current_page_item span {
	background-position:100% -300px;
	padding-bottom:3px;
	color:#fff;
	}

#mainNav div a:hover {
	background-position:0% -150px;
	}

#mainNav div a:hover span {
	color: #fff;
	background-position:100% -150px;
	}
#mainNav div .current_page_item a:hover {
	background-position:0% -300px;
}
#mainNav div .current_page_item a:hover span {
	color: #fff;
	background-position:100% -300px;
}



#bodyContainer {	
	background: #fff url(images/bg_container.jpg) left top repeat-y;
	}

#content {
	padding: 0;
	margin-left: 174px;
	background: #fff url(images/bg_content_shadow.gif) left top no-repeat;
	}
#content ul {
	/*list-style-type: none;*/
        list-style-position: inside;
	}

#sideBar {
	float: left;
	width: 174px;
	margin: 0;
	padding: 0 0 10px 0;
	}
#sideBar ul {
	text-align: left;
	list-style-type: none;
	}
#sideBar #pressCat {
	margin: 0px 0 20px 26px;
	}
#sideBar h3 a {
	font-size: 1.1em;
	}
#sideBar form, #rss img, #sideBar h3 {
	margin-left: 26px;
	}

	
#sideBar select {
	margin: 0;
	padding: 0;
	}
	
#sideBar ul a {
	font-size:1.1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, verdana, sans-serif;
  }
  
#rss {
	margin: 25px 0;
	}

.sideFunctions {	
	width: 150px;
	margin: 10px auto 10px auto;
	}
.sideFunctions div {
	text-align: left;
	}


.bodyList li { 
	background: url(images/listBullet.gif) 2px 4px no-repeat;
	padding-left: 15px;
	list-style-type: none;
	}

#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
        filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
        background: #fff;
	}
#footer ul {
	list-style-type: none;
	padding: 20px 0 20px 20px;
	border-top: 2px solid #B56413;
	margin: 0;
	height:100%;
	font-size:1.1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, verdana, sans-serif;
	}
#footer li {
	display: inline;
	padding:4px 6px;
	}
#footer a {
        text-decoration: none;
        }


/* forms */

.textField {
	width: 110px;
	font-size: 0.9em;
	margin-top: 4px;
	}  
	
	
#comment {
	width: 500px;
	}
 /* */
	

#contentInner {
	padding: 10px 30px 20px 30px;
	background: url(images/bg_design.gif) no-repeat 100% 0%;
	}

.statement {
	margin: 0 0 4px 0; 
	font-size: 0.9em;
	color: #666;
	}

/* + print and sent to friend buttons + */

ul#printSend {
	list-style-type: none;
	clear: both;
	font-size: 1em;
	text-align: left;
	border-left: 1px solid #800080;
	padding-left: 5px;
	margin-left: 26px;
	margin-bottom: 30px;
	}
#printSend li {
	padding: 0 0 0 8px;
	}

/**/



h3 a {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 1.6em;
 font-weight: bold;
 color: #C4151B;
 }

h3 a:hover {
 color: #dd6900;
 }

h3.comments a {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 1.4em;
 font-weight: bold;
 color: #C4151B;
 }

h3.comments a:hover {
 color: #dd6900;
 }


.title hr {
 border: none 0;
 border-top: 1px dashed #f1f1f1;
 height: 1px;
 margin: 10px 0px 10px 0px;
 padding: 0px 0px 0px 0px;
 }
 
code {
 font-family: Courier New, Courier, Monospace;
 font-size: 1em;
 color: #666666;
 }

li.buttons, li.buttons a {
 font-family: Arial, Helvetica, Sans-Serif;
 background-color: #a19702;
 color: #f6f6be;
 text-decoration: none;
 display: inline;
 padding: 3px 3px 3px 3px;
 text-transform: lowercase;
 }

li.buttons, li.buttons a:hover {
 color: #ffffff;
 }

ol.commentlist {
 margin-left: 20px;
 padding: 0px 0px 0px 0px;
 color: #fff;
 }

/* --- classes --- */

#content .linkTitle {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	}

.small {
 font-size: 0.9em;
 }

.postnav {
 font-size: 0.9em;
 text-align: right;
 margin-right: 25px;
 }

.blocktitle {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 0.85em;
 text-transform: uppercase;
 color: #000;
 font-weight: bold;
 padding: 3px 5px 2px 10px;
 }

.block {
 /*background-color: #;*/
 padding: 6px 10px 6px 10px;
 }

.menu ul {
 margin: 0px 0px 0px 13px;
 padding: 0px 0px 0px 0px;
 list-style-image: url(images/li.gif);
 }

.error {
 color: #cc0000;
 }

.meta, meta a {
 font-size: 0.9em;
}

.meta li, ul.post-meta li {
 display: inline;
}

.meta ul {
 display: inline;
 list-style: none;
 margin: 0;
 padding: 0;
}

.floatRight {
      float: right;
      width: 270px;
      w\idth: 250px;
      padding: 10px;
      }


.clearLeft {
      clear: left;
      }

/* --- layout --- */

#navbuttons {
 padding-top: 12px;
 margin-right: 22px;
 width: 97%;
 clear: both;
 text-align: right;
 }


#blogs {
 text-align: left;
 width: 72%;
 }

#replyform {
 padding: 10px 15px 0px 15px;
 background-color: #F5F5F5;
 border-top: 1px dotted #999999;
 border-bottom: 1px dotted #999999;
 }

/* --- calendar --- */

#wp-calendar {
 empty-cells: show;
 font-size: 0.9em;
 margin: 0;
 width: 100%;
 }

#wp-calendar #next a {
 padding-right: 10px;
 text-align: right;
 }

#wp-calendar #prev a {
 padding-left: 10px;
 text-align: left;
 }

#wp-calendar a {
 display: block;
 text-decoration: none;
 font-weight: bold;
 }

#wp-calendar caption {
 color: #fff;
 font-size: 1.2em;
 text-align: center;
 font-weight: bold;
 }

#wp-calendar td {
 letter-spacing: normal;
 padding: 0 0;
 text-align: center;
 }

#wp-calendar td:hover, #wp-calendar #today {
 color: red;
 font-weight: normal;
 }

#wp-calendar th {
 font-style: normal;
 text-transform: capitalize;
 }

/* forms */

#searchbox form input {
width: 110px;
font-size: 0.9em;
margin-top: 4px;
border: 1px solid #800080;
}

#searchbox #submitImg {
	width: 9px;
	height: 11px;
	border: none;
	}

/* sidebar */

#nav
	{
	width:99%;
	margin-right:11px;
	margin-top: 20px;
	margin-bottom: 25px;
	}
#nav ul
	{
	list-style:none;
	margin-bottom:15px;
	} 
#nav li
	{
	list-style:none;
	text-align:right;
	} 
#nav a
	{ 
	text-decoration:none;
	font-weight:normal;
	padding: 3px 6px 3px 0;
	display:block;
	} 
#nav .current_page_item a
	{ 
	text-decoration:none;
	font-weight:normal;
	display:block;
	background: url(images/icon_leaf_brown.gif) no-repeat 100% 50%;
	padding-right: 20px;
	} 
#nav ul li.current_page_item ul li a, #nav ul li.page_item ul li a {
	background: none;
        margin-right: 15px;
	}
#nav ul li ul li.current_page_item a {
        margin-right: 15px;
        background: url(images/icon_leaf_brown.gif) no-repeat 100% 50%;
	padding-right: 20px;
	}
#nav .page_item ul li {
	border-bottom: none;
	}
	
#nav ul ul li {
	padding: 0;
	margin: 0;
	}


/* forms */

#contactForm input, #contactForm textarea {
	width: 225px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	}
#contactForm .submitButton {
	width: 50px;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	background: #f1f1f1;
	border-width: 1px;
	border-style: ridge;
	border-bottom-color: #999;
	border-right-color: #999;
	margin-top: 8px;
	padding: 4px 0;
	}
#contactForm dd {
	margin: 0;
	padding: 4px 0 0 0;
	}
#contactForm dt {
	padding-top: 2px;
	}
#contactForm dt label {
	font-weight: bold;
	}
#contactForm span {
	color: #d01414;
	font-size: 1.3em;
	}	
	
#contactForm fieldset {
	border: 1px solid #ccc;
	padding: 20px 20px;
	}

	
/* intouch contact form*/
	
#usermessage span {
	font-weight: bold;
	font-size: 110%;
	color: #ff0000;
	}
	

	
#clientTitle {
	margin-bottom: 20px;
	}
		

/* utility classes */

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearFix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

/* recent posts */ 

#sideBar #recentNews {
	margin: 0 0 20px 26px;
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: none;
	}
#sideBar #recentNews li {
	padding-left: 8px;
	background: url(images/arrowlistII.gif) no-repeat 0% 50%;
	}
#sideBar #recentNews a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	}

/* news by month */ 

#archiveform {
	margin-bottom: 20px;
	}
	
.post h2 {
	padding-left: 27px;
	background: url(images/icon_leaf.gif) no-repeat 0% 50%;
        font-size: 1.4em;
	}

/* G A L L E R Y */

#gallery .folders a {
	font-size: 1.5em;
        text-decoration: none;
	}
#gallery {
         text-align: center;
         }

/**/

#sitemap {
         margin: 30px 0;
         }
#sitemap li {
         padding-bottom: 7px;
         }
#sitemap ul {
         margin: 10px 20px;
         }


/* home */ 

#homeCeramic {
         border-top:2px solid #f1f1f1;
         border-bottom: 1px solid #f1f1f1;
         padding: 10px;
         min-height: 166px;
         margin: 20px 30px 20px 30px;
         }
#homeMiniature {
         border-top:2px solid #f1f1f1;
         border-bottom: 1px solid #f1f1f1;
         padding: 10px;
         min-height: 166px;
         margin: 0 30px 20px 30px;
         }
#homeCeramic h3, #homeMiniature h3 {border: none;}

table.stages th {
         vertical-align: top;
         }
table.stages th img {
         border: 2px solid #f1f1f1;
         padding: 1px;
         margin-right: 8px;
         }
table.stages td {
         padding: 5px;
         vertical-align: top;
         }

/* sitemap */

.ddsg-sitemap {
margin: 30px 0;
}
.ddsg-sitemap ul ul {
        margin: 4px 15px;
 }
.ddsg-sitemap li {
margin: 8px 0;
}
