/*
Icy Phoenix - Instant Gallery CSS
Style Blue by Mighty Gorgon
http://www.icyphoenix.com
Version 1.0
2007/11/24
*/


/* Icy Phoenix - Instant Gallery - BEGIN*/

body{
	color: #FFFFFF;
	background-color: #223344;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a { color: #FFCC00; text-decoration: underline; }
a:visited { color: #FFCC00; text-decoration: underline; }
a:hover, a:active { color: #DDEEFF; text-decoration: underline; }

h1 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0;
}

#head {
	clear: both;
	display: block;
	padding: 10px;
	margin: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #445566;
	border: 1px dotted #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#box_content {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#footer {
	clear: both;
	display: block;
	padding: 10px;
	margin: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #445566;
	border: 1px dotted #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.txt { font-size: 12px; }
.txtmed { font-size: 11px; }
.txtsmall { font-size: 10px; }

/* Thumbs Frame & Shadow - BEGIN */
.box {
	float: left;
	width: 200px;
	height: 230px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #556677;
	border: 1px dotted #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.box:hover {
	color: #FFCC00;
	background-color: #778899;
	border: 1px dotted #FFCC00;
}

.box-thumb {
	display: block;
	height: 120px;
	vertical-align: middle;
	color: inherit;
	background-color: inherit;
}

.picframe{
	display: block;
	position: relative;
	padding: 2px 6px 2px 6px;
	bottom: 2px;
	right: 2px;
	background-color: #FFFFFF;
	border: 1px solid #555555;
}

.picshadow{
	margin-left: 4px;
	margin-top: 4px;
	color: inherit;
	background-color: #888888;
}
/* Thumbs Frame & Shadow - END */

/* INPUTS - BEGIN */
input, textarea, select {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
}

* html input, * html textarea, * html select {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
}

input:hover, textarea:hover, select:hover {
	color: #DD2222;
	background-color: #E8E8E8;
	border: solid 1px #DD2222;
}

input:focus, textarea:focus, select:focus {
	color: #000000;
	background-color: #F4F4F4;
	border: solid 1px #FF5500;
}

input.post, input.mainoption, input.liteoption {
	color: #333333;
	background-color: #F8F8F8;
}

input.post, input.liteoption, * html input.post, * html input.liteoption {
	border: solid 1px #BBBBBB;
}

input.mainoption, * html input.mainoption {
	border: solid 1px #333333;
}

input.post:hover, input.mainoption:hover, input.liteoption:hover {
	color: #DD2222;
	background: #E8E8E8;
	border: solid 1px #DD2222;
}

input.post:focus, input.mainoption:focus, input.liteoption:focus {
	color: #333333;
	background: #F4F4F4;
	border: solid 1px #FF5500;
}

select optgroup {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	font-style: normal;
}

select option {
	color: #333333;
	background-color: #F8F8F8;
}
/* INPUTS - END */

/* Icy Phoenix - Instant Gallery - END*/
