﻿/**********************************************
 * Page background and generic styles
 *********************************************/
html
{
	background-image: url( '/images/background.png' );
	background-position: center top;
	background-color: #0A2A3F;
	color: #333333;
}

.alert
{
	font-weight: bold;
	background-color: #FFFF00;
	background-image: url( '/images/alert.png' );
	background-position: center left;
	background-repeat: repeat-x;
}

/**********************************************
 * Header section styles
 *********************************************/
#flag
{
	background-color: none;
	background-image: url( '/images/flag-background.png' );
	background-position: center bottom;
	background-repeat: repeat-x;
	color: #2E5F8F;
}

#flag #nameplate
{
	font-family: Verdana, sans-serif;
}

/**********************************************
 * Navigation menu styles
 *********************************************/
#navigation
{
	background-image: url( '/images/navigation.png' );
	background-position: center left;
	background-color: #B22222;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active,
#navigation a:hover
{
	font-weight: bold;
	color: #FFFFFF;
}

#navigation form#search
{
}

#navigation form#search input
{
	border: 1px solid #666666;
}

/**********************************************
 * Canvas section styles
 *********************************************/
#canvas
{
	text-align: left;
	background-color: #FCFCFA;
	background-image: url( '/images/canvas-background.png' );
	background-position: top;
	background-repeat: repeat-x;
}

#canvas #title
{
	font-family: Garamond, serif;
	color: #DC143C;
	border-bottom: 1px solid #DC143C;
}

/**********************************************
 * Sidebar section styles
 *********************************************/
#sidebar
{
}

#sidebar .module, #sidebar .widget
{
	border-top: 2px solid #B22222;
	border-left: 2px solid #B22222;
}

#sidebar .module .title, #sidebar .widget .title
{
	background-color: #DC143C;
	color: #FFFFFF;
	margin-top: -0.25em;
	margin-left: -0.5em;
	margin-right: -0.5em;
	padding: 0.25em 0.5em;
}

#sidebar #twitter
{
	border-color: #336699;
}

#sidebar #twitter .title
{
	background-color: #C0E0FF;
	color: #333333;
}

#sidebar #twitter #tweet
{
	font-size: 0.75em;
}

#sidebar #twitter #tweet a
{
}

#sidebar #twitter #tweet .date
{
	font-size: 0.7em;
	font-style: italic;
}

/**********************************************
 * Content section styles
 *********************************************/
#content
{
}

#content h1
{
	border-bottom: 2px groove #CCCCCC;
}

#content p
{
}

#content a
{
}

#content a:link, #content a:visited, #content a:hover, #content a:active
{
	text-decoration: underline;
	color: #336699;
}

#content .media
{
}

/**********************************************
 * Footer section styles
 *********************************************/
#footer
{
	background-image: url( '/images/footer.png' );
	background-position: center left;
	background-color: #F0F0F0;
}

#footer a
{
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	text-decoration: underline;
}
