/***
 * SNOWFLAKE SITE STYLES FOR THE SCREEN
 * CREATED BY: 		Pt, Design Less Better
 * LAST UPDATED BY: Pt, 2007-12-11
 ***/

/*** OVERRIDE THE SITE DEFAULT STYLES ***/

body.snowflake a 
{
	color: #2C598F;
	text-decoration: underline;
}

* html body.snowflake 
{
	padding-top: 2em;
}

*:first-child+html body.snowflake {
	padding-top: 2em;
}

*:first-child+html h2 {
	margin-right:4px;
}

* html body.snowflake p.first
{
	padding-left: 5px;
}

body.snowflake ol
{
	color: #666;
}

body.snowflake div#notequipped
{
	display: none;
	color: red;
	margin-top: 10px;
}

/*** 
 * POSITIONING AND TEXT FORMATTING FOR THE MAIN BOX ELEMENT
 ***/

/*** EACH ROW ***/

#form_box div.row 
{
	height: 35px;
	padding: .5em;
	clear: both;
	font-size: .75em;
	color: black;
}

#form_box div.row h2 
{
	width: 188px;
	display: block;
	float: left;
	margin: 4px 0px; 
}

* html #form_box div.row h2 
{
	width: 180px;
}

#form_box input
{
	font-size: 2em;
	color: #999;
	padding-left: 3px;
	display: inline;
	width: 300px;
}

* html #form_box input
{
	width: 260px;
}

/*** THE ADD AND REMOVE BUTTONS ***/

ul.addsubtract
{
	list-style-type: none;
	display: inline;
	margin-left: 5px;
	padding-left: 0px;
}

*:first-child+html .ie7fix 
{
	margin-top: -30px;
}

ul.addsubtract li 
{
	display:inline;
}

ul.addsubtract li a
{
	border: 0px;
	height: 22px;
	width: 22px;
	float: right;
	display: inline;
	position: relative !important;
	white-space: nowrap;
	margin-left: 3px; 
	margin-top: 5px;
}


ul.addsubtract li a span
{
	display:block;
	height:22px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index: 2;
	background-repeat:no-repeat;
	background-position: 0 -22px;
}

a.add span    {		background-image: url('../img/add.gif'); }
a.remove span {		background-image: url('../img/remove.gif'); }
a.trans span  { 	background-image: url('../img/transbutton.gif'); }

ul.addsubtract li a:hover span
{
	background-position: 0 0;
}

/*** CONTROL DIV FOR ADDING ADDITIONAL ROWS BY AJAX ***/

div#morekids 
{
	padding: 0;
	margin: 0;
}

#form_box div#morekids div 
{
	height: 35px;
	padding: .5em 0 .5em .5em;
	clear: both;
	font-size: .75em;
	color: black;
}

* html #form_box div#morekids div 
{
	padding: .5em 0;
	margin-left: 5px;
}

* html #form_box div#morekids div h2
{
	width: 181px;
	display: block !important;
	float: left;
	margin: 4px -5px 4px 0px; 
}

*:first-child+html #form_box div#morekids div h2 {
	margin: 4px -5px 4px 0px; 
}

*:first-child+html .extrachild {
	margin:0 0 0 38px;
	padding:0;
	display:inline;
	white-space:nowrap;
}

/*** SUBMIT BUTTON ***/

#form_box div.submit 
{
	text-align: center;
	padding: 5px 5px 5px 0;
}

* html #form_box div.submit 
{
	padding-left: 25px;
}

#form_box div.submit input.submit
{
	width: 172px;
	height: 40px;
	outline: none;
	border: 0px;
	margin-right: 3px;
	background-image: url('../img/submit.gif');
	background-position: 0 -40px;
}

#form_box div.submit input.submit:hover
{
	background-position: 0 0;
}

/*** ROW OF EXAMPLE IMAGES ***/

body.snowflake div#examples
{
	width: 100%;
	height: 150px;
	margin-top: 20px;
}

body.snowflake div#examples img
{
	border: 1px #eee solid;
}

/*** FOOTER ***/

p#footer
{
	font-size: .8em;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #ccc solid;
}

/***
 * THE THRASHBOX: FANCY STYLIN' FOR THE FORM BOX.
 * http://www.modxcms.com/simple-rounded-corner-css-boxes.html
 ***/

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 
{
    background: transparent url('../img/demobox.png') no-repeat bottom right; 
} 

.cssbox 
{ 
    width: 630px !important; 	/* intended total box width - padding-right(next) */
    width: 600px; 				/* IE Win = width - padding */
    padding-right: 15px; 		/* the gap on the right edge of the image (not content padding) */
    margin: 10px auto; 			/* use to position the box */ 
} 

.cssbox_head 
{ 
    background-position: top right; 
	margin-right: -15px; 		/* pull the right image over on top of border */
    padding-right: 40px; 		/* right-image-gap + right-inside padding */ 
	height: 66px;
} 

.cssbox_head h2 
{ 
    background-position: top left;
    margin: 0; 					/* reset main site styles*/ 
    border: 0; 					/* ditto */ 
	padding: 20px 0 20px 40px; 	/* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; 
	height: 1%; 				/* IE Holly Hack */ 
	display: block  !important;
	color: white;
} 

*:first-child+html .cssbox_head h2    {
    padding: 20px 0 10px 40px; 
} 

.cssbox_body 
{ 
    background-position: bottom left; 
    margin-right: 25px; 		/* interior-padding right */ 
    padding: 15px 0 15px 40px; 	/* mirror .cssbox_head right/left */ 
}


