/*

	Php Image Host css style definitions.
	Edit this file to change the design of your image hosting site.

	*IMPORTANT* - we recommend that you make a backup copy of this file before you edit anything in it!

*/

/* general font, size and color settings */

body, div, td{
	font-family: verdana, arial;
	font-size: 8pt;
	color: #000000;
}

/* the text-align: center; is responsible for positioning the site in the middle of the screen */

body{
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
}

/*
 the #page <div> just contains all the content displayed on the page. the "margin: ?px auto;" is needed
	to keep all the content centered on the screen.

	If you would prefer the site to stretch the full width of the screen, change "width: 740px;" to "width: 100%;"
*/

#page{
	text-align: center;
	margin: 0px auto;
	width: 780px;
}

/*
	the #content <div> contains everything that changes from one page to the next, ie. the main content on the site.
*/

#content{
	padding: 0px;
	text-align: left;
	width: 780px;
	margin: 0px;
	float: right;
	position: relative;
}



#content_wide{
	padding: 0px;
	text-align: left;
	width: 780px;
	margin: 0px;
	float: left;
	position: relative;
}



/*
	the #sidepanel <div> displays content in the php file "/includes/sidepanel.inc.php". It appears on every page.
	You can edit the sidepanel.inc.php file to display your own google adsense code, links to sponors, or
	whatever else you want.

	If you want to swap the positions of the #content and #sidepanel <divs> (so the sidepanel is on the left, and
	the content on the right of the page), change the following values:

	In the #content definition above, change "float: left;" to "float: right;"
	In the #sidepanel definition below, change "float: right;" to "float: left;"

	*Important*

	For the layout to work, the combined widths of the #content and #sidepanel <divs> (together with any padding
	or margins) must be less than the "width:" of the #page <div> above.

	If the widths exceed this, then the #sidepanel <div> will appear *below* the #content, instead of to its side.

*/

#sidepanel{
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: left;
	width: 120px;
}

/* link (<a >..</a> ) style definition */

a:link, a:visited{
	color: #FF3300;
}

a:hover{
	color: #CC0000;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

strong{
	font-weight: bold;
}

li{
	margin-bottom: 10px;
}

h3{
	font-size: 10pt;
}


/*
	The header is the area containing the logo and the top banner.
*/

#header{
	height: 80px;
}

#logo{
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	height: 60px;
	vertical-align: top;
}

/* style for the logo (site name) link. */

#logo a:link, #logo a:visited, #logo a:hover{
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

/* <div> containing the banner for the top of the page. */

#topbanner{
	float: right;
	margin: 5px;
	width: 468px;
	height: 60px;
	border: 1px solid black;
}

/* navbar, containing all the links to other pages on the site. */

.navbar{
	background-color: #FFE8B7;
	padding: 3px;
	text-align: center;
	border: 1px solid #FF9933;
}

.navitem{
	padding: 4px;
}

/* styles for links appearing in the nav bar */

.navlink:link, .navlink:visited{
	text-decoration: none;
}

.navlink:hover{
	text-decoration: none;
}

/* footer contains your site's copyright, etc message. */

#footer{
	clear: both;
	margin: 5px;
	text-align: center;
	color: #555555;
}

/* <div> containing the banner at the bottom of each page of the site. */

#bottombanner{
	border-top: thin none black;
	border-right: thin none black;
	border-bottom: thin none black;
	border-left: thin none black;
}

/* style definitions for the <table> used to list member's images on the images.php page when they are logged in. */

.imagetable{
	background-color: #FF9900;
	width: 780px;
}

.imagetitle{
	font-weight: bold;
	padding: 3px;

	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

.tr1{
	background-color: #FFF3E8;
}

.tr2{
	background-color: #ffffff;
}

.tr3{
	background-color: #FFD99F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
}

.tdcheck{
	width: 20px;
	text-align: center;
	vertical-align: middle;
}

.tdthumb{
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.thumb{
	border: 1px solid black;
	margin: 0px;
}

.tdinfo{
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.infolabel{
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	
}

.infotext{
	color: #555555;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/* <input type="text"> style used for listing the urls to link to images on the images.php page. */

.urlinput{
	width: 300px;
	margin: 0px;
	padding: 3px;
	font-size: 8pt;
	border: 1px solid black;
	background-color: #ffffdd;
	font-family: verdana;
}

/* style definitions for the upload images form . */

.uploadform{
	text-align: center;
	border: 1px dotted #FF9900;
	padding: 5px;
}

.uploadheading{
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.uploadfield{
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
}

.uploadinput{
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

.uploadname{
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;

}

.uploadgallery{
	width: 95%;
}

.uploadsubmit{
	width: 95%;
}

/* styles for the galleries.php page */

/* container for the add and edit gallery forms */

.galleryform{
	text-align: center;
	border: 3px dotted #cccccc;
	padding: 5px;
	width: 450px;
	margin: 10px auto;
}

.galleryheading{
	font-weight: bold;
	text-align: left;
	padding-left: 2.5%;
	font-size: 10pt;
}

.gallerylabel{
	font-weight: bold;
	text-align: left;
	padding-left: 2.5%;
	margin-top: 10px;
}

.gallerynameinput{
	width: 95%;
	border: 1px solid black;
	padding: 2px;
}

.galleryintrotext{
	width: 95%;
	height: 80px;
	border: 1px solid black;
	padding: 2px;
}

.gallerysubmit{
	width: 95%;
}



/* <div> used to display any error messages. */

.errors{
	font-weight: bold;
	color: red;
	margin: 20px;
	text-align: center;
}

/* <div> used to display status messages, eg. image uploaded, etc */

.message{
	font-weight: bold;
	color: #336699;
	margin: 10px;
	text-align: center;
}

/* styles for galleries.php page */

/* <input> containing the url to each gallery */

.galleryurlinput{
	width: 95%;
	margin: 0px;
	padding: 3px;
	font-size: 8pt;
	border: 1px solid #aaaaaa;
	color: #990000;
}
.tdlabel{
	padding: 4px;
}

/* styles used on the rename image page */

/* <div> surrounding the thumbnail and form */

.renameform{
	text-align: center;
	border: 2px dotted #FF9900;
	padding: 10px;
}

/* <div> containing the thumbnail of the image to rename */

.renamethumb{
	float: left;
	width: 130px;
	text-align: center;
}

/* <div> surrounding the text input and submit button */

.renamefields{
	float: left;
	padding: 10px;
	padding-top: 0px;
	font-weight: bold;
	text-align: left;
}

/* new name <input> styles */

.renamename{
	margin-top: 10px;
	width: 300px;
}

/* submit <input> style */

.renamesubmit{
	width: 300px;
	margin-top: 10px;
	clear: both;
}
/* styles used on the resize image page */

/* <div> surrounding the thumbnail and form */

.resizeform{
	text-align: center;
	border: 3px dotted #cccccc;
	padding: 10px;
}

/* <div> containing the thumbnail of the image to resize */

.resizethumb{
	float: left;
	width: 130px;
	text-align: center;
	padding-bottom: 10px;
}

/* <div> surrounding the text input and submit buttons */

.resizefields{
	float: left;
	padding: 10px;
	padding-top: 0px;
	font-weight: bold;
	text-align: left;
	width: 300px;
}

/* new size <input> styles */

.resizesize{
	width: 50px;
	margin-top: 10px;
}

/* submit <input> style */

.resizesubmit{
	width: 300px;
	margin-top: 5px;
	clear: both;
}

/* styles used for any member forms, eg. login, join, etc. */

.memberform{
	text-align: center;
	margin-top: 40px;
}

.membertable{
	background-color: #FF9900;
	width: 780px;
}

.memberheading{
	background-color: #FFD99F;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.memberlabel{
	padding: 4px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	background-color: #ffffff;
}

.memberfield{
	color: #555555;
	background-color: #ffffff;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	width: 300px;
}

.memberinput{
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: verdana, Arial, Helvetica, sans-serif; HEIGHT: 19px
}

/* styles used for the contact form on the contact.php page. */

.contactform{
	text-align: center;
}

.contactinput{
	width: 400px;
}

.contactmessage{
	width: 400px;
	height: 150px;
}

.plantable{
	background-color: #FF9900;
	margin-top: 40px;
	width: 780px;
}

/* styles used for the account plan comparison table on the home page. */

.planname{
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.planlabel{
	font-weight: bold;
	padding: 6px;
}

.planvalue{
	text-align: center;
	padding: 6px;
}

/* style for the "powered by phpimagehost" link at the bottom of the page. */

.poweredby{
	text-align: right;
	color: #bbbbbb;
}

.keywords{
	text-align: right;
	color: #666666;
	text-decoration: none;
}

/* user account information block displayed at the top of each page when a user is logged in */

/*.userinfo{
	color: black;
	font-size: 8pt;
	text-align: left;
	border: 1px solid #cccccc;
	padding: 1px;
	color: #777777;
	font-weight: normal;
	background-color: #EDFEE0;
	background-position: left center;
	margin: 1px;
	vertical-align: middle;
}
*/

.userinfo{
	color: black;
	font-size: 7pt;
	text-align: left;
	position: relative;
	width: 270px;
	border: 1px dashed #336633;
	background-color: #E8F7EA;
	padding: 5px;
	float: right;
	top: 2px;
}

.box{
	color: #FFFFFF;
	font-size: 7pt;
	text-align: center;
	border: 1px dashed #ffffff;
	background-color: #FF6600;
	padding: 5px;
	float: right;
	vertical-align: middle;
	width: 270;
}

.uivalue{
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.formFieldStatic {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: verdana, Arial, Helvetica, sans-serif; HEIGHT: 19px
}
.buttonDefault {
	BORDER-RIGHT: #bcbcbc 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #ffffff 1px solid; 
	PADDING-LEFT: 4px; FONT-SIZE: 10px; 
	BORDER-LEFT: #ebebeb 2px solid; 
	CURSOR: hand; 
	BORDER-BOTTOM: #bcbcbc 1px solid; 
	FONT-FAMILY: VERDANA, Tahoma, times;
	font-weight: bold; 
	HEIGHT: 18px; BACKGROUND-COLOR: #dfdfdf;
}
.buttonDefaultDown {
	BORDER-LEFT: #A4A4A4 2px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-BOTTOM: #ffffff 1px solid; 
	PADDING-LEFT: 4px; 
	FONT-SIZE: 10px; 
	BORDER-RIGHT: #ffffff 1px solid; 
	CURSOR: hand; 
	BORDER-TOP: #A4A4A4 1px solid; 
	FONT-FAMILY: arial, Tahoma, times; 
	HEIGHT: 18px; 
	font-weight: bold; 
	BACKGROUND-COLOR: #C0C0C0;
}


.navigationText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

.navigationText A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.navigationText A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navigationText A:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navigationText A:hover {text-decoration: underline; color: #F7F7F7;
}

/* -------------- form fields --------------- */
.formFieldDefault{ 
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	width: 90%;
}
.formFieldStatic{
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
.listBox{
	height: 100px;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	width: 90%;
}
/*.buttonDefault {
	background-color: #dfdfdf;
	padding: 2px;
	background-image: url(images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px #333333 solid;
	font-size: .9em;
	margin: 0px;
	margin-right: 10px;
}
*/
.buttonDefault {
	background-color: #FF9900;
	padding: 2px;
	background-image: url(images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px #333333 solid;
	font-size: .9em;
	margin: 0px;
	margin-right: 10px;
}

.footer {
	margin-top:25px;
	border-top: #BBBBBB 1px solid;
	background-color: #EEEEEE;
}
.footer TD {
	background-color: #EEEEEE;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #BBBBBB 1px solid;
	padding-top:5px;padding-bottom:5px;
	padding-right: 8px;padding-left: 8px;
	font-size: 0.7em;
	filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=Yes);
	color: #373737;
}


#googleAds{
	width:250px;
	float:right;
	padding:5;
	margin:3;
	height: 250px;
	top: 0px;
	clip:  rect(0px auto auto auto);
}

#introBlock{
	width:520px;
	float:left;
	padding:5;
	margin:3;
	top: 0px;
	clip:  rect(0px auto auto auto);
}