@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	
					
				WEBSITE | www.szszphoto.atw.hu
				AUTHOR | Szabó Szilárd (sz.sz@hdsnet.hu)
				REFERENCE | Color CSS
				PUBLISH | 2010/12/16
			
		
	---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/





/* -------BODY------- */


/* Main background color */	
body {
	background:#fefefe;
	color:#555;
}
/* Main link normal colors */
body a {
/*color:#aaa;*/
}
/* Main link hover colors */
body a:hover {
/*color:#000;*/
}
/* -------HEADER------- */


/* Header title name*/
#headerwrapper h1 {
	color:#666;
}
/* Header under text */
#title h2 {
	color:#555;
}
/* -------MENU------- */



/* Menu normal color */
#nav li a.top_link {
	color:#aaa;
}
/* Menu shows actual html */
#nav li a.top_link span.down {
	color:#000;
}
/* Menu hover color */
#nav li:hover a.top_link {
	color:#000;
}
/* -------GALLERY------- */


/* Middle area background color in the galleries (Don't forget to change the content background too...!!!) */
#gallery {
	background:#fefefe;
}
/* Not available here!!! */
#gallerywrapper a.embedlink {
	color:#aaa;
}
/* Images normal border */
#gallerywrapper .thumbs a img {
	border:#333 solid 2px;
}
/* images border at hover */
#gallerywrapper .thumbs a:hover img {
	border:#eee solid 2px;
}
/* -------CONTENT------- */




/* Flash background */
#precontent {
	background:#fefefd;
}
/* Middle area background color in the index.html */
#content {
	/*background:#fefefe;*/
}
/* Images normal border in index.html */
#contentwrapper .thumbs a img {
	border:#333 solid 2px;
}
/* images border at hover in index.html */
#contentwrapper .thumbs a:hover img {
	border:#eee solid 2px;
}
/* "Click thumbnails to view..." text color */
#contentwrapper h3 {
	color:#aaa;
}
#contentwrapper h5 {
	color:#777;
}
/* Not available here!!! */
#contentwrapper h4 {
/*color:#fa343f;*/
}
/* "More galleries" text color */
#contentwrapper h4 a {
	color:#aaa;
}
/* "More galleries" text color at hover */
#contentwrapper h4 a:hover {
	color:#000;
}
/* -------CONTACT------- */


/* Contact field text "Leave a message..." */
#leave h5 {
	color:#aaa;
}
/* Queryfield input */
#message input.alsoquery {
	background:#fffff8;
}
/* Queryfield textarea */
#message textarea {
	background:#fffff8;
}
/* -------PAGER------- */



/* Previous, Next page color */
#pulleda a {
	color:#aaa;
}
/* Previous, Next page hover color */
#pulleda a span:hover {
	color:#000;
}
/* -------FOOTER------- */



/* Footer background color */
#footer {
	background:#fefefe;	
	}

#footerwrapper {
	background:#fefefe;
	}
/* Line color */
#line {
	background:#999;
}
/* Footer text color */
#text {
	color:#999;
}
/* Footer link color at normal */
#footerwrapper a {
	color:#aaa;
}
/* Footer link color at hover */
#footerwrapper a:hover {
	color:#000;
}
