
/*Copyright Linden Line Designs 2005-2008*/ 


/*Basics*/

body {
background-image: url(images/main_bg.jpg);
background-position: left;
background-repeat: repeat-y;
background-color: white;
}

body {
color: #666666;
font-family: "Century Gothic", "Times New Roman", Times, Georgia, Verdana, "Trebuchet MS";
font-size: 12pt;
font-weight: normal;
text-decoration: none;
}


select {
background-color: #e0e9ff;
border: 1px solid #284b9f;
}


a:link, a:active, a:visited {
color: #374c9c;
font-size: 12pt;
text-decoration: underline;
}

a:hover {
color: #c36870;
font-size: 12pt;
text-decoration: none;
} 

hr {
background-color: #333333;
}

h1 {
color : #3863cb;
text-align : left;
line-spacing : 1em;
padding : 5px;
margin : auto;
border-bottom : 5px solid #374c9c;
background-color : #EDEDED;
font-weight : bold;
}

a h1 {
color : #333333;
text-align : center;
line-spacing : 1em;
padding : 5px;
margin : auto;
font-weight : bold;
border-bottom : none;
background-color : white;
}

a:hover h1 {
color : #555555;
text-align : center;
line-spacing : 1em;
padding : 5px;
margin : auto;
font-weight : bold;
border-bottom : none;
background-color : white;
}

h2 {
color: #666666;
text-align: center;
font-weight: bold;
}

h3 {
color: #333333;
text-align: center;
font-weight: normal;
}

a h3 {
color: #333333;
text-align: center;
font-weight: normal;
text-decoration: none;
}

a:hover h3 {
color: #666666;
text-align: center;
font-weight: normal;
text-decoration: none;
}

small {
font-size : 8pt;
}

small a:link {
font-size : 8pt;
color : #3863cb;
text-decoration : underline;
}

small a:hover {
font-size : 8pt;
color : #284b9f;
text-decoration : none;
}

img.cent {
margin: 0px auto 0px auto;
}

td {
background-color: #e7e7e7;
border: 1px solid #cbcbcb;
}

.big a {
font-size: 20pt;
text-decoration: underline
}

.big a:hover {
font-size: 20pt;
text-decoration: none;
}



/*Divs*/

#ad {
position : absolute;
background-color : white;
padding : 5px;
top : 420px;
left : 30px;
width : 970px;
text-align : center;
color : red;
}

#content {
position: absolute;
background-color: white;
padding: 5px;
top: 420px;
left: 30px;
width: 970px;
}

.side {
position: absolute;
background-color: white;
padding: 5px;
top: 420px;
left: 30px;
width: 300px;
text-align: center;
}


.menu {
position: absolute;
background-color: #e7e7e7;
padding: 1px 1px 1px 1px;
top: 340px;
left: 30px;
width: 1000px;
}


#bottom {
background-color: white;
text-align: center; 
padding : 10px;
}


.botimg {
text-align : center;
margin : 0px auto 0px auto;
}


.box {
background-color: white;
font-family: "Century Gothic," georgia, century, arial;
font-size: 20pt;
text-decoration: none;
border-bottom: 3px solid #a2d8fb;
text-align: center;
}

.bottom {
background-color: #e7e7e7;
text-align: center;
}

#orderbox {
padding : 3px;
float : left;
margin : 50px 0px 0px 20px; 
background-color : #e7e7e7;
border : 5px solid #dedede;
}

a.order:link {
display : block;
color : #363636;
background-color: #ebebeb;
border: 1px solid #cbcbcb;
padding : 10px;
line-height : 3em;
text-align : center;
}

a.order:hover {
display : block;
color : #333333;
background-color: #f7f7f7;
border: 1px solid #bababa;
padding : 10px;
line-height : 3em;
text-align : center;
}

.right {
float : right;
text-align : right;
padding : 5px; 
}

.left {
float : left;
text-align : left;
padding : 5px;
}

.center {
text-align : center;
margin : 0px auto 0px auto;
}

.bottomleft {
float : left;
text-align : left;
padding : 5px;
width : 250px;
margin : 0px 0px 0px 20px;
background-color : #e7e7e7;
}

.bottomright {
float : right;
text-align : right;
padding : 0px;
width : 600px;
margin : 0px 20px 0px 0px;
background-color : #f3f3f3;
}

/*The Question Box*/

#qbox {
background-color : #FAFAFA;
border-bottom : 10px solid #374c9c;
padding : 5px;
}

.question {
display : block;
font-size : 4em;
font-face : Georgia;
}

.answer {
display : block;
font-size : 2.5em;
font-face : Georgia;
}

.qtext {
display : block;
font-size : 1em;
font-style : italic;
}

.atext {
display : block;
font-size : 1.3em;
font-weight : bold;
}

/*Photo Album CSS*/



.pabox {
background-color : #f7f7f7;
padding : 10px;
text-align : center;
margin : 0px auto 0px auto;
}

.papic img{
border: 10px solid #cccccc;
}

.papic:hover img{
border: 10px solid white;
}

.papic:hover{
color: black; /* irrelevant definition to overcome IE bug */
}

a.papage {
background-color : #e7e7e7;
font-size : 12pt;
padding-right : 5px;
padding-left : 5px;
color : black;
}

a.papage:hover {
background-color : #cccccc;
font-size : 12pt;
padding-right : 5px;
padding-left : 5px;
color : #333333;
}

/*Alternate CSS Menus*/

a.nav2:link, a.nav2:visited, a.nav2:active {
        text-decoration: none;
	font-family: "times new roman", arial;
	font-size: 9pt;
	line-height: 12pt;
	color: #82817e;
        background: white;
	cursor: default;
        border: none;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align:center;
        font-weight:normal;
        text-transform: uppercase;
}

a.nav2:hover { 
        text-decoration: underline;
	font-family: "times new roman", arial;
	font-size: 9pt;
	line-height: 12pt;
	color: #82817e;
        background: white;
	cursor: default;
        border: none;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        font-weight:normal;
        text-transform: uppercase;
}

a.nav3:link, a.nav3:visited, a.nav3:active {
        text-decoration: none;
	font-family: "times new roman", arial;
	font-size: 9pt;
	line-height: 12pt;
	color: #7e5716;
        background: white;
	cursor: default;
        border: none;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align:center;
        font-weight:normal;
        text-transform: uppercase;
}

a.nav3:hover { 
        text-decoration: underline;
	font-family: "times new roman", arial;
	font-size: 9pt;
	line-height: 12pt;
	color: #7e5716;
        background: white;
	cursor: default;
        border: none;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        font-weight:normal;
        text-transform: uppercase;
}


/* 

  Secure and Accessible PHP Contact Form v.2.0 Basic Styles by Mike Cherim 

  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM

  Anchors or link elements have not been included, but everythig else is :-)

*/



/* for main form wrapping div */

div#gb_form_div { 

  /* not styled on demo page */

}



/* id for the form itself */

form#gb_form { 

  /* not styled on demo page */

}



/* form and results heading size */

.main_formhead, .formhead { 

  font-size : 1em; 
  color : #bcddbe; 
  text-align : center;

}



/* outer fieldset - it's common to make this border : 0; */

fieldset#formwrap { 

  background-color : #ffffff; 

}



/* section fieldsets - it's common to make this border : 0; */

fieldset { 

  background-color : #ffffff;
  border : 1px dashed #c0c0c0; 

}



/* form legends and dt "heading" */

legend, dt { 

  font-weight : bold; 
  color : #666;
  padding : 5px;

}



/* main legend at top of the form */

legend#mainlegend { 

  font-size : 1.2em;

  color : #669900; 

}



/* form label text */

label { 

  color : #4698AA;

}



/* all inputs, select, and textarea */

input.med, input.short, select.med, textarea.textbox { 

  font : 80% 'Trebuchet MS', sans-serif; 

  color : #666; 

  padding : 2px; 

  border : 1px solid #A5CF57;

  background-image : url (http://celebrana.com/lindenlinedesigns/tablebg2.jpg);

}



/* to make focus stable in IE 6 */

* html input.button { 

  color : #000;  

  border : 1px solid #669900;

  background-color : #cc9900;

}

* html input.button.hover { 

  color : #000;  

  border : 1px solid #6AB2C1;

  background-color : #cc9900;

}

* html input.button.focus { 

  color : #000000;  

  border : 1px solid #6AB2C1;

  background-color : #cc9900;

}



/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */

input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 

  color : #000;  

  border : 1px solid #6AB2C1;

  background-color : #fff;

}



/* for the checkbox input */

input.checkbox {

  /* not styled on demo page */

}



/* error heading weight and color - bold is for the error reason text */

span.error, dt.error, strong.error { 

  color : #cd0000; 

  font-weight : bold; 

}



/* success heading color */

span.success { 

  color : #669900; 

  font-weight : bold; 

}



/* privacy and "Why?" small element link sizes (relative to their parent element */

small.privacy, small.whythis { 

  font-size : 80%; 

}



/* set up relativity to position small Why? text */

small.whythis { 

  position : relative; 

}



/* Why? link style */

small.whythis a { 



  text-decoration : underline; 

  font-size : 0.95em;

}



small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 


  text-decoration : none;

} 



/* hide the Why? text span */

small.whythis a span { 

  border : 1px solid #fafafa; 

  background-color : #fafafa; 

  padding : 0 4px 0 4px; 

  color : #fafafa;

  text-decoration : none; 

}



/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */

small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 

  border : 1px solid #000; 

  background-color : #eecc11; 

  color : #000;

  padding : 0 4px 0 4px; 

  text-decoration : none; 

}



/* the link back to me for form credit */


p.creditline { 

  float : right; 

  margin : -17px 0; 

  padding-bottom : 1px; 

  font-size : 80%; 

}



/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */

abbr, .abbr { 

  cursor : help; 

  border-bottom : 1px dotted #999;

}



/* set result color for blockquote dt "heading" */

dl#result_dl_blockq dt, dl.result_dl_blockq dt {

  color : #669900;

}



/* position result blockquote flush with parent */

dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {

  margin-left : 0;

}



/* style the input names in the result */

div#hf_form_div span.items {

  font-weight : bold;

  color : #cc9900;
}


/*Facebox CSS*/

#facebox .b {
  background:url(facefiles/b.png);
}

#facebox .tl {
  background:url(facefiles/tl.png);
}

#facebox .tr {
  background:url(facefiles/tr.png);
}

#facebox .bl {
  background:url(facefiles/bl.png);
}

#facebox .br {
  background:url(facefiles/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
  border : none;
}


/* End CSS */
