/*	Photoraid.ro - Website global CSS declarations
	file: styles.css (for crossbrwsing fixes see styles_ie.css, styles_ie6.css)
	Copyright (C) 2010 Incremental Ltd.
*/

/* TOC 
	 S1. STYLE RESET
	 S2. GLOBAL ELEMENTS
	 S3. MAIN BOX LAYOUT
	 S4. FORMS
	 S5. TABLES
	 S6. ANCHORS
	 S7. HEADINGS
	 S8. PARAGRAPHS
	 S9. IMAGES
	 S10. PAGE SPECIFIC STYLES
*/


/* S1. DEFAULT STYLES RESET
------------------------------------------------ */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* S2. GLOBAL STYLES
------------------------------------------------ */
.fl { float: left; }
.fr { float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }
.p80 { width: 80%; }
.p90 { width: 90%; }
.p100 { width: 100%; }

.cyan { color: #009acc; }
.dark { color: #161616; }
.black { color: #000; }
.white { color: #FFF; }
.yellow { color: #dc8505; }

.scroll-x { overflow-x:scroll; }
.scroll-y { overflow-y:scroll; }

/* S3. GRID LAYOUT
------------------------------------------------ */
html {}
body {	min-width: 938px; background: url("images/bg_html.gif") top left repeat-x; font: 11px Arial; color: #454841; cursor:default; background-color: #454841; }

#centerAlign { text-align:center; }
#main { width: 938px; margin: 0 auto; text-align: left; }
	#header	{ float: left; width: 938px; height: 114px; margin-top: 24px; background-color: #060605; }
	#content{ float: left; width: 938px; margin-top: 8px; background-color: #0e100d; background: url(images/bg_content.gif) repeat-y; }
		#leftColumn { float: left; width: 542px; padding: 22px; }
		#rightColumn { float: right; width: 300px; padding: 22px 26px; }
	#footer { float: left; width: 938px; height: 64px; background-color: #060605; }


/* S4. FORMS
------------------------------------------------ */
form, form input, form select {	 }
input.textInput {  }
input.short { width: 50px; }
input.medium { width: 150px; }
input.long { width: 250px; }

label.nwsLabel { float: left; width: 35px; margin-top: 5px;  }
input.nwsText { float: left; width: 170px; height: 17px; padding:3px 0 0 3px; border: 1px solid #1e201d; background-color: #928572; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color: #FFF;  }
input.nwsSubmit { float: left; width: 52px; height: 18px; margin: 2px 0 0 8px; border: 0;  font-family:Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10px; cursor: pointer; background-color: #FFF; color: #0f110f; }
input.nwsSubmit:hover { background-color: #dc8505; color: #FFF; }

/* S5. TABLES
------------------------------------------------ */

/* S6. ANCHORS
------------------------------------------------ */
a {	color: #fff; text-decoration: none; }
a:hover { color: #dc8505; text-decoration: none; }
a em { color: #dc8505; font-style:normal; }
a:hover em { color: #FFF; }

#footerMenu a, #footerCopy a { color: #9da097; text-decoration: none; margin: 0 5px; }
#footerMenu a:hover, #footerCopy a:hover { color: #dc8505; }

.filterList a { color: #dc8505; text-decoration: none; font-size: 10px; }
.filterList a:hover { color: #FFF; text-decoration: none; }

h4.showAll a { float: right; margin: 3px 10px 0 0; font-size: 10px; }

/* S7. HEADINGS
------------------------------------------------ */
.rightBoxHolder h4 { float: left; width: 270px; height: 25px; padding: 10px 15px 0 15px; border-bottom: 3px solid #2e302b; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #9da097;  }
.rightBoxHolder h4.galleryFilter { width: 120px; }
.rightBoxHolder h4.showAll { float: right; width: 120px; }

h3.homeTitle { float: left; width: 542px; padding-bottom: 15px; font-family: "Trebuchet MS"; font-size: 36px; text-transform: uppercase; font-weight: normal; color: #817e60; }
	h3.homeTitle em { font-style: normal; color: #dc8505;  }
	h3.homeTitle span { font-size: 12px; }

h3.pageTitle { float: left; width: 542px; padding-bottom: 10px; margin: 9px 0 25px 0; border-bottom: 1px solid #9da097; color: #9da097; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;   }

h3.photoCamps { float: left; width: 542px; padding-bottom: 5px; font-family: "Trebuchet MS"; font-size: 10px; font-weight:normal; color: #dc8505; text-transform: uppercase;   }
	h3.photoCamps em { font-size: 18px; font-style:normal; }

/* S8. PARAGRAPHS
------------------------------------------------ */
#homeWelcome p { float: left; width: 542px; padding-bottom: 10px; text-indent: 30px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #9da097; }
p.pageNotice { float: left; width: 542px; padding-bottom: 30px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #9da097; text-align: center; }

/* S9. IMAGES
------------------------------------------------ */

/* S10. SPECIFIC STYLES
------------------------------------------------ */

/* Homepage */
#homeVisual { float: left; /*width: 542px; height: 410px;*/ background: top left no-repeat; }
#homePhotoCamps { float: left; width: 542px; margin-top: 25px; }
	#homePhotoCamps a { display: block; float: left; width: 542px; height: 200px; margin-bottom: 40px; color: #0e100d; text-decoration: none; }
		#homePhotoCamps a img { width: 542px; height: 200px; border: 0; }
#homeWelcome { float: left; width: 542px; margin-top: 25px; }

/* Right box holder*/
.rightBoxHolder { float: left; width: 300px; padding-bottom:22px; margin-bottom: 15px; background-color: #0f110f; color: #9da097; }

/* Right news */
.rightNewsItem { float: left; width: 270px; margin-top: 20px; padding: 0 15px; }
	.rightNewsItem p.date { float: left; width: 270px; margin-bottom: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #9da097; }
	.rightNewsItem h5.title { float: left; width: 270px; margin-bottom: 12px; }
		.rightNewsItem h5.title a { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #c5c5c7; font-weight: bold; text-decoration:none;  }
		.rightNewsItem h5.title a:hover { color: #dc8505; text-decoration:none;  }
	.rightNewsItem p.shortDesc { float: left; width: 270px; margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9da097; line-height: 16px; }	
	.rightNewsItem img { float: left; margin: 4px 10px 10px 0; border: 0; }	
	.rightNewsItem a.readMore { float: right; margin-right: 5px; }

/* Right newsletter */
	#newsletter { float:left; width: 270px; padding: 0 15px; margin-top: 15px; }
	
/* Right gallery filter */
	#galleryFilter { float:left; width: 270px; padding: 0 15px; margin-top: 15px; }
		ul.filterList { float: left; width: 135px; list-style-type: none; }
			ul.filterList li { float: left; margin-bottom: 15px; padding-bottom:10px; list-style-type:none; width: 124px; background: url(images/bg_filter_li.gif) bottom left repeat-x; }
			ul.filterList li.heading { font-size:12px; font-weight: bold; color: #FFF; }
			ul.filterList a.selected { color: #FFF; }
	
/* Header logo */
#logo { float: left; width: 150px; height: 114px; margin-left: 22px; background:url(images/logo_photoraid.png) top left no-repeat; cursor: pointer; }
		
/* Language selector */
#langSelector { float: right; width: 700px; height: 40px; padding-right: 40px; text-align: right; } 
	#currentLanguage { float: right; margin: 12px 0 0 3px; cursor: pointer;	}
		#currentLanguage div { padding: 6px 5px 0 0; font-size:10px; color: #928572; }
	#otherLanguages { float: right; width: 150px; margin: 12px 5px 0 0; visibility: hidden; }
	

/* Top menu */
#topMenu { float:right; width: 700px; height: 34px; margin-top: 18px; padding-right: 40px; }
	.topMenuItem { float:right; height: 34px; border-left: 2px solid #675f57; padding-left: 5px; margin-left: 26px; line-height: 18px; }
		.topMenuItem h4 a { font-family: "Trebuchet MS"; font-size: 14px; color: #dc8505; text-decoration: none; text-transform: uppercase; font-weight: normal; }	
		.topMenuItem h4 a:hover { color: #FFF; text-decoration: none;  }	
		.topMenuItem h4 a.selected { color: #FFF; text-decoration: none;  }	
		.topMenuItem h5 { font-family: "Trebuchet MS"; font-size: 10px; color: #675f57; text-transform: uppercase; }
		
/* Footer */
#footerMenu { float:left; width: 400px; margin-top: 30px; padding-left: 22px; color: #585a54; }
#footerCopy { float: right; width: 400px; margin-top: 30px; padding-right: 26px; color: #585a54; text-align:right; }


/*Gallery*/
#articlesGalleries { float: left; width: 542px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #999e94; }
	#articlesGalleries a { float: left; width: 100px; height: 100px; border: 1px solid #aaabaa; margin: 0 16px 40px 16px; color: #1e201d; outline: none; background: url(images/thumb_placeholder.png) top left;  }
		#articlesGalleries a img { float: left; width: 100px; height: 100px; border: 0;  }
		
	
/*News list*/
#newsList { float: left; width: 542px; }
	.newsListItem { float: left; width: 542px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #999e94; }
		.newsListItem p.date { float: left; width: 542px; margin-bottom: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #9da097; }
		.newsListItem h5.title { float: left; width: 542px; margin-bottom: 12px; }
			.newsListItem h5.title a { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #c5c5c7; font-weight: bold; text-decoration:none;  }
			.newsListItem h5.title a:hover { color: #dc8505; text-decoration:none;  }
		.newsListItem p.shortDesc { float: left; width: 542px; height: 110px; overflow: hidden; margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9da097; line-height: 16px; }	
		.newsListItem img { float: left; width: 100px; height: 100px; margin: 4px 10px 10px 0; border: 1px solid #FFF; }	
		.newsListItem a.readMore { float: right; margin: -28px 10px 0 110px; }

/*News read*/
#newsRead { float: left; width: 542px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #999e94; }
		#newsRead p.date { float: left; width: 542px; margin-bottom: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #9da097; }
		#newsRead h5.title { float: left; width: 542px; margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #c5c5c7; font-weight: bold;}
		#newsRead .body p { float: left; width: 542px; padding: 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9da097; line-height: 18px; }	
		.body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9da097; line-height: 18px; }
		#newsRead a { color: #dc8505; text-decoration: none; }
		#newsRead a:hover { color: #FFF; text-decoration: none; }
		
#newsGallery { float: left; width: 542px;  }
		#newsGallery h5.title { float: left; width: 542px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #c5c5c7; font-weight: bold;}
		
/*Camps*/
.campsHeading { float: left; margin-bottom: 20px; }
a.campsRegister { float: right; margin-bottom: 20px; }

#campsRead { float: left; width: 542px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #999e94; }
		#campsRead p.date { float: left; width: 542px; margin-bottom: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #9da097; }
		#campsRead h5.title { float: left; width: 542px; margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #c5c5c7; font-weight: bold;}
		#campsRead .body p { float: left; width: 542px; padding: 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9da097; line-height: 18px; }	
		
		
/*Parteneri*/
#partnersList { float: left; width: 542px; }
	.partnersListItem { float: left; width: 542px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #999e94; }
		.partnersListItem p.date { float: left; width: 542px; margin-bottom: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #9da097; }
		.partnersListItem h5.title { float: left; width: 542px; margin-bottom: 12px; }
			.partnersListItem h5.title a { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #c5c5c7; font-weight: bold; text-decoration:none;  }
			.partnersListItem h5.title a:hover { color: #dc8505; text-decoration:none;  }
		.partnersListItem p.shortDesc { float: left; width: 542px; height: 110px; overflow: hidden; margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9da097; line-height: 16px; }	
		.partnersListItem img { float: left; width: 100px; height: 100px; margin: 4px 10px 10px 0; border: 1px solid #FFF; }	
		.partnersListItem a.readMore { float: left; margin: -28px 10px 0 110px; }
		
/*Contact*/
#contact { float: left; width: 542px; }
	img.contactLogo { float: left; width: 100px; height: 100px; margin: 4px 20px 10px 0; }	
	h5.contactTitle { float: left; width: 400px; margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #c5c5c7; font-weight: bold; }
	p.contactInfo { float: left; width: 400px; height: 110px; overflow: hidden; margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9da097; line-height: 16px; }	
	a.contactEmail { float: left; margin: -30px 10px 0 120px; }
		
/* Pagebar */
#pagebar { float: left; width: 542px; text-align: center; }
	.navLeft { display: inline; margin-right: 2px; }
		.navLeft a { margin-right: 5px; }
	.pageNav { display: inline; }
		.pageNav a { margin: 0 3px; color: #FFF; text-decoration: none; }
		.pageNav a:hover { color: #dc8505; text-decoration: none; }
		.pageNav a.currentPage { color: #dc8505; cursor: default; }
	.navRight { display: inline; margin-left: 2px; }
		.navRight a { margin-left: 5px; }
	
/*Team*/
#team { float: left; width: 542px; }	
	#team p { float: left; width: 542px; padding-bottom: 10px; text-indent: 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #9da097; }
	#team h4 { float: left; width: 542px; padding-bottom: 5px; font-family: "Trebuchet MS"; font-size: 10px; font-weight:normal; color: #dc8505; text-transform: uppercase; }
		#team h4 em { font-size: 18px; font-style:normal; }
		
/*Terms*/
#terms { float: left; width: 542px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9da097; line-height: 18px; }
	#terms strong { color: #dc8505; text-transform: uppercase; }
