/*********************************************************************************
 CSS Cascading Style Sheet 
 Captured Spirit Studios - Hand Painted Porcelain 
 Web Site Designed by Keith Decker, (C)2006 
*********************************************************************************/

/* Note: Max view for 600x800res = 
	781px with browser window maximized. 
	771px with browser window full-screen not maximized.  <-- this is what I'm using.
	731px with 20px margins on 771px space.  <-- this is also what I'm using.
	740px alternative for even safer compatability. 
*/

/* Note: Cool Colors:
	#A6C7CE = special ~ Daydream Artisans ~ light blue
	#15437A = special ~ Daydream Artisans ~ dark blue
	#3366FF = my ol' standard "a"
	#3399FF = my ol' standard "a:hover"
	#666699 = my ol' standard "h1 a"
	#CC0000 = my ol' standard "h1 a:hover"
	#CCFFFF = my ol' standard "menu a:hover"
	#CCCCFF = my ol' standard table header
	#DCDCFF = a lighter alternative table header

	#708090 = a frickin sweat dark blue/grey
	#B0C4DE = a really cool light blue
	#CAE1FF = a lighter version of the above light blue
	#ccccff = a neat light blue/purple/grey
	
*/
	

/* ******************** Standard HTML Elements ******************** */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#A6C7CE; /*light blue*/
	background-color:#15437A; /*dark blue*/
	background-image:url(../images/bg/bg_grad_01_blue_01.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
a {color:#3366FF; font-weight:bold; text-decoration:none;}
a:hover {color:#3399FF; text-decoration:underline;}
a:visited {}

h1 
{
	margin-top:6px; margin-bottom:8px;
	text-align:left;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	font-size-adjust:0.47;
	text-decoration:none;
}
h1 a {text-decoration:none;	color:#666699}
h1 a:hover {text-decoration:underline;	color:#CC0000;}
/*----- h2, h3 -----*/
h2
{
	margin-top:6px;	margin-bottom:4px;
	text-align:left;
	color:#000000;
	text-decoration:none;
	font-size:x-large;
}
h3
{
	margin-top:6px;	margin-bottom:4px;
	text-align:left;
	color:#000000;
	text-decoration:none;
	font-size:large;
}
h2 a, h3 a {text-decoration:none; color:#666699}
h2 a:hover, h3 a:hover {text-decoration:underline; color:#CC0000;}
/*----- /h2, h3 -----*/
h4 {margin-top:6px;	margin-bottom:4px;	text-align:left;}

h5 {margin-top:6px;	margin-bottom:4px;	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-weight:normal;
}
ul {margin-top:0px; margin-bottom:0px;}
/* ******************** /Standard HTML Elements ******************** */


/* ******************** Styles ******************** */
.txt_body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-size-adjust:0.47;
	font-stretch:expanded;*/
}
.cel_LeftRightEdges {
	width:2px;
	color:#15437A; /*dark blue*/
	background-color:#A6C7CE; /*light blue*/
	background-image:url(../images/bg/bg_grad_02_blue_01.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
.cel_Standard {padding-left:20px; padding-right:20px; padding-top:5px; padding-bottom:3px;
	vertical-align:top;}
.cel_NoBottom_01 {padding-left:20px; padding-right:20px; padding-top:5px; padding-bottom:0px;
	vertical-align:top;}
.cel_NoTop_01 {padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:3px;
	vertical-align:top;}
.cel_NoTop_NoSides_01 {padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:3px;
	vertical-align:top;}
.cel_Indent_01 {padding-left:50px; padding-right:20px; padding-top:0px; padding-bottom:3px;
	vertical-align:top;}
.cel_Indent_NoBottom_01 {padding-left:50px; padding-right:20px; padding-top:0px; padding-bottom:0px;
	vertical-align:top;}
.cel_MorePadding_01 {padding-left:20px; padding-right:20px; padding-top:8px; padding-bottom:6px;
	vertical-align:top;}
.cel_LessPadding_01 {padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:0px;
	vertical-align:top;}
.cel_List_header_01 {padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:0px;
	vertical-align:top;	font-family:"Times New Roman", Times, serif; font-size:large;}
.cel_List_item_01 {padding-left:30px; padding-right:20px; padding-top:0px; padding-bottom:10px;
	vertical-align:top;}
.txt_emphasis_01 {font-weight:bold;}
.txt_list_01 {font-family:"Times New Roman", Times, serif; font-size:large;}
.tbl_bg_horse_01
{
	width:100%;
	border-spacing:0px;
	border-style:none;
	border-width:0px;
	
	vertical-align:top;
	
	background-image:url(../images/bg/bg_horse_clouds.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


.tbl_standard 
{
	width:100%;
	
	border-width:1px;
	
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
.hdr_standard 
{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#000066;

	background-color:#CCCCFF; 
/*	#CCCCFF = my ol' standard table header
	#DCDCFF = a lighter alternative table header

	#708090 = a frickin sweat dark blue/grey
	#B0C4DE = a really cool light blue
	#CAE1FF = a lighter version of the above light blue
	#ccccff = a neat light blue/purple/grey

*/
}

/* ******************** /Styles ******************** */


/* ******************** hdr_page_01: Page Header with Logo ******************** */
#PageHeader_cel_Left 
{
	padding:0px;
	border-spacing:0px;
	
	vertical-align:bottom;
	text-align:right;
}
#PageHeader_cel_Right 
{
	padding:0px;
	border-spacing:0px;
	
	vertical-align:bottom;
	text-align:left;
}
#PageHeader_cel_Center 
{
	width:771px;
	height:100px;
	
	background-image:url(../images/logo/logo_csstudios_hdr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
	vertical-align:bottom;
	text-align:center;
}
/* #PageHeader_div_Center {} */
#PageHeader_cel_LeftEdge 
{
	vertical-align:top;
	text-align:center;
}
#PageHeader_cel_RightEdge 
{
	vertical-align:top;
	text-align:center;
}
/* ******************** /hdr_page_01: Page Header with Logo ******************** */


/* ******************** hdr_mainmenu_?: Page Header with MainMenu ******************** */
#tbl_Header {
	max-width:771px;
	width:771px;
	background-color:#FFFFFF;
}
#cel_OuterMainMenu {
	/*background-color:#003366;*/
}
#tbl_MainMenu {
	max-width:771px;
	width:771px;
	background-color:#003366;
	color:#CCCCFF;
	font-size:medium;
	font-weight:bold;
	font-size-adjust:0.47;
	cursor:default;
}
#tbl_MainMenu a {color:#FFFFFF; text-decoration:none;}
#tbl_MainMenu a:hover {color:#CCFFFF; text-decoration:none;}
#tbl_MainMenu a:visited {}

#cel_VerticalLine_MainMenu {
	color:#006699;
	vertical-align:middle;
	font-stretch:normal;
	letter-spacing:2px;
}
.cel_VerticalLine_MainMenu {
	color:#006699;
	vertical-align:middle;
	font-stretch:normal;
	letter-spacing:2px;
}

#cel_Home_MainMenu {}
#cel_OrderingInfo_MainMenu {font-size:large;}
#cel_Pricing_MainMenu {}
#cel_Gallery_MainMenu {font-size:large;}
#cel_Events_MainMenu {}
#cel_FAQ_MainMenu {}
#cel_FAQ_MainMenu a {cursor:help}
#cel_FAQ_MainMenu a:hover {cursor:help}
#cel_About_MainMenu {}
#cel_About_MainMenu a {cursor:help}
#cel_Contact_MainMenu {}
#cel_Links_MainMenu {}
/* ******************** /hdr_mainmenu_?: Page Header with MainMenu ******************** */


/* ******************** hdr_tagline_?: Page Header with TagLine ******************** */
#cel_TopBody {
	padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-size:large;
}
#cel_TopBody a {color:#666666; text-decoration:none; font-weight:bold;}
#cel_TopBody a:hover {color:#999999;}
#cel_TopBody a:visited {}
/* ******************** /hdr_tagline_?: Page Header with TagLine ******************** */


/* ******************** every page: MainBody ******************** */
#cel_OuterMainBody {}
#tbl_OuterMainBody {
	max-width:771px;
	width:771px;
}
/*id obsolete*/#cel_LeftMainBody {}
/*id obsolete*/#cel_RightMainBody{}
#tbl_MainBody {
	width:100%;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../images/bg/bg_grad_03_grey_01.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	text-align:left;
}

#cel_Body1 {
	padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px;
}

#cel_Footer {
	padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:6px;
	color:#CCCCFF;
	font-family:"Courier New", Courier, monospace;
	font-size:x-small;
}
/* ******************** /every page: MainBody ******************** */


/* ******************** page specific: ******************** */
#cel_Image_Plate_HomePage {padding-left:0px; padding-right:20px; padding-top:20px; padding-bottom:0px;}
#div_Events_Schedule {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
.tbl_Pricing_PriceList {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	text-align:left;
	color:#333366;
	border-color:#CCCCFF;
	border-width:thin;
	width:90%;
}
.tbl_Gallery_01 {
	width:100%;
	color: #330066; 
	font-size:small; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-style:italic; 
	text-align:center; 
	vertical-align:top;
	padding: 0px 0px 0px 0px; /* Top, Right, Bottom, Left */ 
	border-spacing:0;
}
.tbl_Gallery_01 a {color:#330066; text-decoration:none;}
.tbl_Gallery_01 a:hover {color:#990000; text-decoration:none;}
.cel_Gallery_01 {
	vertical-align:top;
	text-align:center;
}

/*css obsolete*/#page_faq_general {}
/*css obsolete*/#page_faq_satisfaction {}
/*css obsolete*/#page_faq_payment {}
/*css obsolete*/#page_faq_howlong {}
/*css obsolete*/#page_faq_photographs {}
/*css obsolete*/#page_faq_phototips {}

/* ******************** ftr_page_01: Footer - Very bottom of page ******************** */
#div_ftr_page_01 
{
	width:771px;
	
	margin-left:auto;
	margin-right:auto;
	
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	
	text-align:right;
}

/* ******************** /ftr_page_01: Footer - Very bottom of page ******************** */
