/*
-------------------------------------------
	Imagefire.net - share your images
-------------------------------------------
*/

/*>>>>>>>>>> Global <<<<<<<<<<*/
* { outline:none }

:link, :visited { 
	text-decoration:none
}

ul, ol { list-style:none }

a img, :link img, :visited img { border:none }

h1, h2, h3, h4, h5, h6, pre, code { font-size:1em }

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin:0; padding:0 }

html {
  height: 100%;
  min-height: 100%;
}

body {
	background: #fff;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	margin: 0;
	height: 100%;
	min-height: 100%;
	background:url(../images/bg.gif);
}
/*>>>>>>>>>> MAIN DEFINITIONS <<<<<<<<<<*/
h1 {
    font-size: 180%;
    color: #000;
	border-bottom:thin solid #2D2D2D;
	margin-bottom:10px
}
h2 {
    color: #0281ca;
    font-size: 155%;
    line-height: 100%;
    margin: 0 0 .5em 0;
    letter-spacing: -1px;
}
h3 {
	letter-spacing: -1px;
    font-size: 110%;
    color: #006EBA;
    margin: 1em 0 1em 0;
}
h4 {
    font-size: 115%;
    color: #666;
    padding-bottom: 10px;
}
h5 {
	float: right;
	font-weight: normal;
	margin: .8em 0 0 0;
	font-size: 80%;
	color: #666;
}
p {
    font-size: 80%;
    color: #444;
    line-height: 150%;
    margin: 0 0 1.5em 0;
}
p em, li em {
    font-family: Georgia, Times, serif;
    font-style: italic;
}
/*>>>>>>>>>> HEADER <<<<<<<<<<*/
#header {
	height: 110px;
	width:100%;
	background: url(../images/headerbg.gif) repeat-x;
}
	/*>>>>>>>>>> HEADER -> CONTAINER <<<<<<<<<<*/
	#header #header_container { 
		width: 855px;
		margin:0 auto;
	}
		/*>>>>>>>>>> HEADER -> CONTAINER LOGO <<<<<<<<<<*/
		#logo { 
		  margin-top:15px;
		  float:left;
		}
		#logo a {
			background:url(../images/logo.png) no-repeat;
			width:300px;
			height:50px;
			display:block;
		}
		/*>>>>>>>>>> HEADER -> CONTAINER MENU <<<<<<<<<<*/
		#menu {
			float:left;
			margin-top:9px;
			width: 100%;
		}
		#menu ul.menu {
			height: 18px;
			text-align:left;
			width: 100%;
		}
		#menu ul.menu li {
			float:left;
            height:18px;
		}
		#menu ul.menu li a.items {
			display:inline-block;
			padding:4px 10px;
			font-weight:bold;
			font-size:130%;
			text-decoration:none;
			color:#000;
		}
		#menu ul.menu li a.items:hover {
			background: #2D2D2D;
			color:#fff;
		}
		
		#menu ul.menu li.language a.items {
			display:inline-block;
			padding:4px 10px;
			font-weight:bold;
			font-size:130%;
			text-decoration:none;
			color:#000;
		}
		#menu ul.menu li.language a.items:hover {
			background: #2D2D2D;
			color:#fff;
		}
		#menu ul.menu li.language .gBranding {
			text-align: center;
			width: 100%;
		}
		
		#menu ul.menu li .sub ul {
			position: relative; /*--Important--*/
			z-index: 99999;
			float: left;
			list-style: none;
			width:auto;
			background: #EEEEEE;			
		}
		#menu ul.menu li .sub ul li {
			float: left;
			text-indent: 0; /*--Override text-indent from parent list item--*/
			height: auto; /*--Override height from parent list item--*/
			padding: 7px 5px 7px 5px;
			background: #EEEEEE;
			display: block;
			text-decoration: none;
			color:#000;
		}
		#menu ul.menu li .sub ul li:hover {
			background: #2D2D2D;
			color:#fff;
			cursor: pointer;
		}
		#menu ul.menu li .sub ul li span {
			height: 18px;
			cursor: pointer;
		}
		
		
		
		
		

/*>>>>>>>>>> CONTENT <<<<<<<<<<*/
#content { 
	margin: 20px auto 20px auto; 
	position: relative;
	width: 850px;
	min-height:350px;
}
	/*>>>>>>>>>> CONTENT -> MAIN <<<<<<<<<<*/
	#content #main {
		width: 650px;
		float: left;
	}
		/*>>>>>>>>>> CONTENT -> MAIN -> BOX <<<<<<<<<<*/
		#content #main .box {
			background:#D9D9D9;
			padding:10px;
			margin-bottom:10px;
			border:thin solid #fff;
		}
			/*>>>>>>>>>> CONTENT -> MAIN -> BOX -> FORM <<<<<<<<<<*/
			#content #main .box .form label {
				float: left;
				width: 200px;
				font-weight: bold;
				margin-top: 5px;
				margin-bottom: 5px;
			}
			#content #main .box .form input {
				margin-bottom: 5px;
			}
	
	/*>>>>>>>>>> CONTENT -> SIDEBAR <<<<<<<<<<*/
	#content #sidebar {
		width: 200px;
		float: left;
		z-index:500;
	}
		/*>>>>>>>>>> CONTENT -> SIDEBAR -> BOX <<<<<<<<<<*/
		#content #sidebar .box {
			background:#D9D9D9;
			padding:10px;
			margin-left:10px;
			border:thin solid #fff;
		}

/*>>>>>>>>>> FOOTER <<<<<<<<<<*/
#footer {
	display: block;
	visibility: visible;
	background:#2A2A2A url(../images/footerbg.gif) repeat-x;
	border-top: 1px solid #444;
    width: 100%;
    padding: 0 0 2em 0;
}
	/*>>>>>>>>>> FOOTER -> FOOTER_LINKS <<<<<<<<<<*/
	#footer_links {
		width:855px;
		margin: 0 auto;
		text-align: center;
	
	}
		/*>>>>>>>>>> FOOTER -> FOOTER_LINKS -> ADBOX <<<<<<<<<<*/
		#footer #footer_links #adbox {
			margin: 30px 0 0 0;
			background:#2D2D2D;
			border: 1px solid #434343;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		/*>>>>>>>>>> FOOTER -> FOOTER_LINKS -> WRAP <<<<<<<<<<*/
		#footer #footer_links #wrap { 
			display: block;
			background: #2d2d2d;
			border: 1px solid #434343;
			margin: 30px 0;
			padding: 20px 0 20px 20px;
		}
			/*>>>>>>>>>> FOOTER -> FOOTER_LINKS -> WRAP -> COL <<<<<<<<<<*/
			#footer #footer_links #wrap .col {
				float: left;
				text-align: left;
				width: 205px;
				margin: 0;
			}
			#footer #footer_links #wrap .col_wide {
				float: left;
				text-align: left;
				width: 400px;
				margin: 0;
			}
			#footer #footer_links #wrap .col h4,
			#footer #footer_links #wrap .col_wide h4 {
				font: bold 14px Arial, Helvetica, Verdana, sans-serif;
				color: #888;
				padding: 0;
				margin: 0 0 .8em 0;
			}
			#footer #footer_links #wrap .col p,
			#footer #footer_links #wrap .col_wide p {
				font: normal 11px Arial, Helvetica, Verdana, sans-serif;
				color: #888;
				line-height: 150%;
				padding: 0 20px 0 0;
				margin: 0 0 .8em 0;
			}
			#footer #footer_links #wrap .col p.nomargin,
			#footer #footer_links #wrap .col_wide p.nomargin {
				margin: 0;
			}
		/*>>>>>>>>>> FOOTER -> FOOTER_LINKS -> COPYRIGHT <<<<<<<<<<*/
		#footer #footer_links p#footer_copyright {
			text-align: left;
			font: normal 11px Arial, Helvetica, Verdana, sans-serif;
			color: #888;
			padding: 0;
			margin: 0;
			line-height: 140%;
		}

/*>>>>>>>>>> LINKING <<<<<<<<<<*/
a,
a:link,
a:visited {
    text-decoration: none;
    color: #0281ca;
}
a:hover {
    text-decoration: none;
    color: #808080;
}
a.important {
    color: #d70051;
}
a.important:hover {
    color: #333;
}
#footer p a,
#footer p a:visited {
	color: #ccc;
	text-decoration: underline;
}
#footer p a:hover {
	color: #fff;
	text-decoration: none;
}
/*>>>>>>>>>> FORM <<<<<<<<<<*/
.input {
	background:#f3f3f3;
	padding:4px;
	border:1px solid #D9D9D9;
	color:#000;
}
.input:hover, .input:active, .input:focus {
	background:#fff;
}
.button {
	background:#f3f3f3;
	padding:3px;
	border:1px solid #D9D9D9;
	color:#000;
	margin-top:5px;
}
/*>>>>>>>>>> MYIMAGEFIRE <<<<<<<<<<*/
.image_grid {
	float: left;
	width: 137px;
	height: 215px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #D9D9D9;
	border:thin solid #fff;
}
.image_grid img {
	padding: 10px;
	border: none;
}
.image_grid .image_description, .image_grid .image_meta  {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 117px;
}
.image_grid .image_description p, .image_grid .image_meta p { 
	padding: 0;
	margin: 0;
	line-height: 120%;
}


.image_grid a { padding: 0; }
.image_grid:hover { background: #aaa; }
.image_grid a:hover { padding: 0; background: #aaa;}

/*>>>>>>>>>> VIEW <<<<<<<<<<*/
#image img {
	padding: 10px;
	border: none;
	background: #D9D9D9;
}
#image #description {
	margin-top:15px;
	padding: 10px;
	background: #D9D9D9;
}
#image #description p {
	font-size:13px;
}
	
#image #description #links {
	margin-top:15px;
	font-size:10px;
}

/*>>>>>>>>>> OTHER <<<<<<<<<<*/
.scaled { max-width: 600px; z-index:1000; }
.clear,
.clear_footer {
    position: relative;
    clear: both;
}
.hilight {
	background: #ffa;
	padding: 0 .2em;
}
.hide {
	display: none;
}
.error {
	font-weight:bold;
	margin-bottom:15px;
	color:#FF0000;
}

