/* ##########################################
   ##  Name: DreamFolio                    ##
   ##  Developed by: cesiel1993            ##
   ##  File: lightblue.css                 ##
   ##  Last Updated: May 14th, 2009        ##
   ##  Help: Email - cesiel1993@gmail.com  ##
   ##########################################
*/


/* ---- Standard Elements ---- */

a {
	color: #1d90b5;
	text-decoration: none;
}

a:hover {
	color: #1d90b5;
	text-decoration: underline;
}

a:visited {
	color: #1d90b5;
	text-decoration: none;
}

a:active {
	color: #1d90b5;
	text-decoration: none;
}


/* ---- Header ---- */

#header {
	background: url(../images/lightblue/header_bg.jpg) repeat-x;
}

#header_inner {
	background: url(../images/lightblue/header_innerbg.jpg) repeat-x;
}

/* -- Header: Message -- */

#header_message {
	color: #e0f6ff;
}

#header_message a {
	color: #e0f6ff;
}

#header_message a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* ---- Content ---- */

#left ul.borders li a:hover {
	color: #1d90b5;
	text-decoration: none;
}

#left ul.borders li ul li a {
	color: #1d90b5;
}

#left ul.borders li ul li a:hover {
	color: #1d90b5;
	text-decoration: underline;
}

.button a:hover {
	background: url(../images/lightblue/button_highlight.gif) repeat-x;
}

#contact_form button:hover {
	background: url(../images/lightblue/button_highlight.gif) repeat-x;
}