/* CSS Document */

img {/* ----------REMOVES BORDERS FROM IMAGES---------- */
border:0;
}

ol, ul {	/* ----------REMOVES LIST-STYLE FROM LISTS---------- */
list-style:none;
}

body {
background-image:url(design_elements/background2.jpg);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

#container {
width:850px;
margin:0 auto;
overflow:hidden;
text-align:center;
background-image:url(design_elements/background2.jpg);
background-repeat:repeat;
padding-bottom:50px;
}

#maincontent {
float:left;
width:850px;
height:auto;
padding-bottom:40px;
background-image:url(design_elements/background3.jpg);
background-repeat:repeat;
}

#nav {
margin-top:20px;
padding-top:10px;
padding-bottom:10px;
width:850px;
background-image:url(design_elements/navbackground.jpg);
background-repeat:repeat;
text-align:center;
font-size:1em;
}

#leftcontent {
float:left;
width:500px;
text-align:left;
}

#sidebar {
float:right;
width:300px;
border-left:1px solid #242424;	/* ----------DARK GRAY---------- */
text-align:left;
margin-left:5px;
margin-right:5px;
}

#flickrstyle {
width:299px;
color:#823409;	/* ----------RUST---------- */
padding-left:50px;
font-size:.8em;
}

#copyright {
float:right;
text-align:right;
font-size:.5em;
padding-top:10px;
}

h1 {	/* ----------SOON CERAMICS HEADER---------- */
background:url(design_elements/header4.jpg);
background-repeat:no-repeat;
background-position:center;
height:51px;
text-indent:-9000px;
}

.hideheader {
margin-left:-9000px;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:bold;
color:#242424;
text-align:center;
padding-bottom:10px;
}

h3 {		/* ----------HEADINGS ON MAIN AND SIDEBAR---------- */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
font-style:italic;
color:#242424;
text-align:left;
margin-left:25px;
}

img.placecenter {
text-align:center;
padding-top:30px;
padding-bottom:20px;
}

img.placeleft {
float:left;
text-align:left;
padding-top:10px;
}

p {
text-align:left;
font-size:.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#222222;		/* ----------DARK GRAY---------- */
margin-left:30px;
margin-right:20px;
}

p.about {
text-align:left;
font-size:.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#222222;		/* ----------DARK GRAY---------- */
margin-left:75px;		/* ----------FOR EASIER READING---------- */
margin-right:75px;
}

p.sidebar {
}

/* ----------LIST STYLES---------- */

ul#twitter_update_list {	/* ----------TWITTER LIST STYLE---------- */
list-style-image:url(design_elements/twitter_dot.jpg);
margin-right:20px;
}

ul#twitter_update_list li {
margin-right:20px;
font-family:Arial, Helvetica, Verdana sans-serif;
font-style:italic;
font-size:.75em;
}

ul#twitter_update_list a:link, a:visited {
color:#823409;		/* ----------RUST---------- */
text-decoration:none;
}

ul#twitter_update_list a:hover {
text-decoration:underline;
}

ul.booklist li {			/* ----------BOOK LIST STYLE---------- */
height:auto;
width:199px;
padding:5px 10px 10px 5px;
}

ul.booklist li a {
color:#823409;
text-decoration:none;
font-size:.8em;
}

ul.booklist li a img {
border:none;
text-decoration:none;
}

ul.booklist li a span {
color:#823409;		/* ----------RUST---------- */
text-decoration:none;
}

ul.booklist li a:hover {
color:#823409;		/* ----------RUST---------- */
text-decoration:underline;
}

/* -----------MAIN NAV---------- */

a.main:link, a.main:visited, a.main:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

a.main:link, a.main:visited {
color:#823409;		/* ----------RUST__________ */
text-decoration:none;
}

a.main:hover {
color:#242424;		/* ----------DARK GRAY---------- */
font-style:italic;
text-decoration:none;
}

.currentmain {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#242424;		/* ----------DARK GRAY---------- */
text-decoration:none;
}

/* -----------OTHER LINKS---------- */

a.other:link, a.other:visited {		/* ----------MICSC LINKS---------- */
color:#823409;		/* ----------RUST---------- */
}

a.other:hover {
font-style:italic;
text-decoration:underline;
}




