/* omnibus style sheet for www.channinghouston.com */


BODY {   /* a default dark background */
	background-color : #202020;
}

/* specify the default explicitly */
BODY#dark_color_bak{
	background-color : #202020;
}

H1.bldnwht {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 250%;
	color : White;
	font-weight : bold;
}

H2 {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 180%;
}

H3 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 140%;
}

/* these a:link, a:visited, a:active values are here to cancel default behaviour */
A:link  { 
	color: #000000; background-color: transparent; text-decoration: none
}

A:visited {
	 color: #000000; background-color: transparent; text-decoration: none
 }
 
A:active { 
	color: #000000; background-color: transparent; text-decoration: none 
}
/*  end of anchor psuedo element overrides */

UL#linklist {
	float: left;
	text-align : left;
}

LI.linklist_item {
	list-style-image : none;
	list-style-type : none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image : url(images/general/lnkthngy.gif);
}

A.mylnk:link {
	color: #103060;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
}

A.mylnk:visited {
    color: #e05010;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : larger;
}
 
.thumbz {
	margin-left : 40px;
	margin-top : 40px;
	border : 1px solid Black;
}
IMG.thumbz:hover{
	border : 1px solid White;
}

.thumbz_nojs {
    padding-left : 40px;
	padding-top : 40px;
	border : 0;
}

.freed {
	border : 5px solid White;
	margin : 10px 10px 10px 10px;
}

IMG.nobord {
	border : 0;
}

DIV#headbox {
	padding-left: 30px;
	padding-bottom: 20px;
}

DIV#restbox {
	height : 80%;
	width : 80%;
}

.indent_ten {
	margin-left : 10px;
}

DIv#image_n_title_box{
	width : 95%
}


DIV#image_box {
	height : 550px;
	margin-top : 20px;
	margin-left : 3%;
	float : left;
}

DIV#image_title_box {
	 float : left;
	 margin-top : 30px;
}

DIV#image_nav_box {
	margin-left : 40px;
	padding-top : 20px;
	clear : left;
}

DIV#index_photo {
	border: 2px; 
	margin-left: 20px;
	margin-right: 15%;
	float: right;
}

DIV#navbox {
	width: 156px;
	padding-left : 40px;
	float: left;
}

DIV.navtile {
	width : 153px;
	height: 83px;
	background-color: Black;
	border: 0px;
}

BODY#index {
	background-image: url(images/general/mult5.jpg);
}

UL#showlist {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : medium;
	color : #202020;
	list-style-image : none;
	list-style-type : none;
	margin-top : 20px;
	margin-bottom : 50px;
	text-align  : left;
	max-width : 85%;
}

LI.showlist_item {
	background-color : white;
	padding: 2px 2px 2px 10px;
	margin-bottom : 15px;
}

#linksbak {
	background: url(images/general/linksbak.jpg);
}

BODY#bio {
	 background-image : url(images/general/biobak.jpg);
}

BODY#shows{
	background-image : url(images/general/showbak.jpg);
}

P.biotext {
	font-family : Arial;
	font-size : large;
	font-weight : bolder;
	text-align : left;
	color : Black;
	margin-top : 40px;
	margin-left : 40px;
}

P.paintingtitle {
	font-family : Garamond;
	font-size : medium;
	text-align : center ;
	font-weight : bold;
	color : White;
	margin-top : 20px;
	margin-left : 20px;
}

