html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	padding-left: 2em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* base
----------------------------------------------- */

body {
	margin: 10px;
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: white;
}

blockquote, h3, p, li {
	padding-right: 10px;
	font-size: .75em;
	line-height: 1.5em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	font-size: 1.2em;
	color: #858587;
	font-weight: normal;
}

h1, h2 {
	font-family: "Lucida Sans", Helvetica, "Trebuchet MS", sans-serif;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: .8em;
}

#contact h1, h2, h3, h4  {
	color: #7bba51;
}

#artist h1, h2, h3, h4  {
	color: #7bba51;
}

#gallery h1, h2, h3, h4  {
	color: #7bba51;
}

#home h1, h2, h3, h4  {
	color: #7bba51;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}


hr {
	margin: 1em auto;
	color: #7bba51;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #858587;
}

a:hover, a:visited {
	text-decoration: none;
	color: #737373;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
	border: none;
}

h3 a {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font: 1.5em;
}

#site-name a {
	text-decoration: none;
	border: none;
}

#content-home p {
	padding: 1em 20px;
}
#content-gallery p {
	font-size: .7em;
}
#content-artist p {
	padding: 1em 0;
}
#content-contact p {
	padding: 1em 0;
}



#sidebar-2 a, #sidebar-1 a {
	text-decoration: none;
	color: #9ca3a4;
	border: none;
}

#sidebar-2 a:hover, #sidebar-1 a:hover {
	text-decoration: none;
	color: #737373;
	border: none;
}


/* layout invisible
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	background: #000 url(../images/black.gif) top left repeat-y;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	width: 740px;
	display: table;
}

#head-home {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/pag_mast1.jpg) top left no-repeat;
	height: 32px;
	width: 740px;
}

#head-gallery {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/pag_mast2.jpg) top left no-repeat;
	height: 32px;
	width: 740px;
}

#head-artist {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/pag_mast3.jpg) top left no-repeat;
	height: 32px;
	width: 740px;
}

#head-contact {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/pag_mast4.jpg) top left no-repeat;
	height: 32px;
	width: 740px;
}




/* layout
----------------------------------------------- */

#sidebar, #sidebar-1, #sidebar-2 #sidebar-3, #sidebar-4{
	padding-top: 3em;
	width: 160px;
}

#sidebar {
	float: left;
	position: relative;
	margin-left: 60px;
	margin-right: 40px;
}

#sidebar-1 {
padding-left: 30px;
padding-bottom: 10px;
padding-right: 20px;
padding-top: 0;
float:left;
margin:0;
}

#sidebar-2 {
float:left;
margin:0;
padding:0 20px 10px 0px;
}

#sidebar-3 {
float:left;
margin:0;
padding:0 20px 10px 0px;
}

#sidebar-4 {
padding-left: 0px;
padding-bottom: 10px;
padding-right: 10px;
padding-top: 0;
float:left;
margin:0;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
background: #000;
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 */


#content-artist {
	margin-left: 260px;
	margin-bottom: 0em;
	margin-right: 60px;
	margin-top: 0;
	padding-bottom: 3em;
	width: 420px;
	padding-top: 3em;
}

#content-contact {
	margin-left: 260px;
	margin-bottom: 0em;
	margin-right: 60px;
	margin-top: 0;
	padding-bottom: 3em;
	width: 420px;
	padding-top: 3em;
}

#content-gallery {
	width: 740px;
	padding-top: 3em;
}

#content-home {
	padding: 0 0 1em 0;
	text-align: center;
}


.hfeed {
}



/* navigation
----------------------------------------------  */

#navigation
{
	text-align: center;
}

#navigation ul li 
{ 
	font-size: 1.1em; 
	text-transform: uppercase; 
	font-weight: bold; 
	padding-right: 3em;
	display: inline;
}

#navigation ul li.current a.current a:link, #navigation ul li.current a.current a:visited
{
	color: white;
	background: 0 repeat-x;
}

#navigation li a.current{ 
	color: white;
}

#navigation ul li a
{
	color: black;
}

.gallery, .gallery img {
	font-size: .7em;
	list-style: none;
	list-style-type: none;
	padding-bottom: 1em;
}

#navigation ul li a:hover
{
	color: white;
}

.nav-home {
	padding-bottom: .1em;
	padding-top: .1em;
	background-color: #009acc;
}

.nav-gallery {
	padding-bottom: .1em;
	padding-top: .1em;
	background-color: #78486f;
}

.nav-artist {
	padding-bottom: .1em;
	padding-top: .1em;
	background-color: #8ac209;
}

.nav-contact {
	padding-bottom: .1em;
	padding-top: .1em;
	background-color: #ff6721;
}



/* navigation-foot
----------------------------------------------  */


#nav-foot {
	height: 50px;
	padding-top: 50px;
	margin: 0p 0px 0 30px;
	background: #fff url(../images/rdd_on.gif) 0px 0px 0 10px no-repeat;
	vertical-align: bottom;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/pag_foot.gif) top left no-repeat;
	height: 18px;
	width: 740px;

}


/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 750px;
w\idth: 740px;
}

#sidebar-1, #sidebar-2, #sidebar-3, #sidebar-4 {
\width: 160px;
w\idth: 160px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* head content
----------------------------------------------- */

.logo {
	padding-bottom: 50px;
	display: inline;
}


/* sidebar content
----------------------------------------------- */

#site-name {
	font-style: italic;
	font: .9em Georgia, Times, serif;
}

#site-slogan {
	font-style: italic;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font: .9em;
}

.section_list {
	margin: .5em 0 .8em 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

.section-category
{
	text-transform: uppercase;
	width: 160px;
	font-size: 0.8em;
	padding:0 0 1em 0;
	border-bottom: solid 1px #88a0a7;
}


/* articles content
----------------------------------------------- */

.entry-title
{
	padding:0pt 1em 0pt 0pt;
	position:relative;
	width:420px;
}

.entry-category
{
	font-size: 0.8em;
	padding:0pt 0 .5em 0pt;
	position:relative;
	width:420px;
}

.entry-image {
	padding:0pt 1em 0pt 0pt;
	position:relative;
	top: 1em;
	margin-bottom: 1em;
}

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.entry-content p{
	padding-bottom: 1em;
}

.entry-content {
}



/* comments
----------------------------------------------- */

.comments_error {
	color: #858587;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #858587;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

#txpCommentInputForm{
	text-align: left;
	font-size: 0.7em;
	padding:0pt 0 .5em 0pt;
	position:relative;
	width:425px;
}


form#txpCommentInputForm td {
	vertical-align: top;
	padding-left: 20px;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.8em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

