/* Document information --------

	- Document: tweetsort / Lightbox Pages Style Sheet
	- Client:   Greg Avola / tweetsort / www.tweetsort.com
	- Author:   Tim Mather / timmatherdesign.com

   Colors
	- background solid  #00334c
	- h2 text           #003366
	- link normal       #0066cc
	- link hover        #0099ff

*/


/* Global Settings -------- */

body{
	/*background: #00334c url(../images/backgroundRepeat.jpg) top left repeat-x;*/
	font-family: "Lucida", Verdana, sans-serif;
	color: #333;
}

#masterContainer{
	width: 780px;
	margin: 0 auto;
}

a{
	text-decoration: none;
}

a:link, a:active, a:visited{
	color: #0066cc;
}

a:hover{
	color: #0099ff;
}

.clear{
	clear: both;
}

h2{
	color: #003366;
	font-size: 16px;
	font-weight: bold;
}

.textInput{
	background: url(../images/sidebarInputBackground.png) top left repeat-x;
	border: 1px solid #999;
}

