/*

	// -------------------------------------------------------------------- //
	// secondary.css

*/

#secondary {}
	#secondary ul {margin: 0;}
	#secondary > ul {
		margin: 5px 4px;
		background: url('../img/bg_secondary_ul.png') repeat-y scroll 50% 0;
	}
		#secondary > ul > li:first-child {
			position: relative;
			height: 169px;
			padding: 0 5px;
			background: url('../img/bg_secondary_ul_.jpg') no-repeat scroll 50% 0;
		}
			#secondary #flag_corners {
				position: absolute;
				top: 0;
				left: 5px;
			}

		#secondary ul li {
			position: relative;
			z-index: 150;
			margin: 0 10px;
			
			list-style: none;
			text-indent: 0;
		}
			#secondary ul li h3 {
				margin: 0 -10px 11px;
				padding: 15px 10px 10px;
				background: url('../img/bg_secondary_h3.png') no-repeat scroll 50% 0;
				
				text-align: center;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-weight: bold;
				font-size: 1.75em;
			}
			#secondary ul li ul {
				margin-top: -3px;
				padding-bottom: 5px;
			}
			#secondary ul ul ul {
				margin-top: -8px;
				margin-bottom: 0px;
				padding-bottom: 0;
			}
			#secondary ul ul ul li {margin-top: 8px;}
		#secondary > ul > li {
			margin: 0;
			padding: 0 10px 10px;
			background: url('../img/bg_secondary_.png') no-repeat scroll 50% bottom;
			
			border-top: 0 solid #00598c;
			overflow: hidden;
		}
		#secondary > ul > li:first-child {
			margin-top: 0;
			border: none;
		}
			#secondary > ul > li > ul {}
			#secondary select {margin: 10px;}

/* pages */
#pages {}
	#pages h3 {display: none;}
	#pages ul {}
		#pages ul li {}

/* search */
#search {padding: 9px 7px 9px 11px;}
	#search p {
		height: 22px;
		margin: 1px;
	}
		#search label {display: none;}
		#search input {
			float: left;
			margin: 0 -2px;
			
			color: #000;
		}
		#search input[type="text"] {
			width: 75%;
			padding: 1px 0;
		}
		#search input[type="submit"] {
			width: 25%;
			
			font-weight: bold;
			cursor: pointer;
		}
		#search input[type="text"]:hover + input[type="submit"] {}
		#search input[type="text"]:focus + input[type="submit"] {}

/* archives */
#archives {}
	#archives h3 {}
	#archives ul {}
		#archives ul li {white-space: nowrap;}

/* tags */
#tags {}
	#tags h3 {}
	#tags ul {
		margin-top: -7px;
		padding: 0 10px 9px !important;
		
		text-align: center;
	}
		#tags ul li {
			display: inline;
			margin: 0 3px 5px 0;
		}
			#tags ul li a {}

/* recent posts */
#recent_posts {}
	#recent_posts h3 {}
	#recent_posts ul {}
		#recent_posts ul li {}
			#recent_posts ul li a {}

/* widget */
.widget {}

/* widget pages */
.widget_pages {}
	.widget_pages h3 {display: none;}
	.widget_pages ul {padding-top: 10px;}
		.widget_pages ul li {margin-left: 8px;}

/* widget calender */
.widget_calendar {padding-bottom: 0 !important;}
	.widget_calendar h3 {display: none;}
	#calendar_wrap {}
	.widget_calendar table {
		width: 100%;
		margin: 0;
		padding: 0 7px 6px;
		background: none;
	}
		.widget_calendar table caption {
			margin: 0 -10px 10px;
			padding: 15px 10px 10px;
			background: #fff url('../img/bg_secondary_h3.png') no-repeat scroll 50% 0;
			
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-size: 1.75em;
			line-height: 120%;
		}
		.widget_calendar table thead {}
		.widget_calendar table tfoot {}
		.widget_calendar table tbody {}
			.widget_calendar table thead th {
				padding-bottom: 10px;
				
				text-align: center;
			}
			.widget_calendar table tfoot td {
				padding: 3px 4px 0;
				border: none;
				
				text-align: center;
				font-size: 1em;
			}
				.widget_calendar table tfoot tr td#prev {
					padding-left: 0;
					
					text-align: right;
				}
				.widget_calendar table tfoot tr td#next {
					padding-right: 0;
					
					text-align: left;
				}
					.widget_calendar table tfoot tr td#prev a,
					.widget_calendar table tfoot tr td#next a {}
			.widget_calendar table tbody tr:hover td {background: inherit;}
				.widget_calendar table tbody tr td {
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;

					text-align: right;
				}
				.widget_calendar table tbody tr td:hover {background: #eee;}
				.widget_calendar table tbody tr td.pad {border: none;}
				.widget_calendar table tbody tr td.pad:hover {background: inherit;}
					.widget_calendar table tbody tr td a {
						display: block;
						width: 100%;
						height: 100%;
						margin: -1px -3px -2px;
						padding: 1px 3px 2px;
						border-radius: 5px;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						background: #eee;
						
						font-weight: bold;
					}
				.widget_calendar table tbody tr td#today,
					.widget_calendar table tbody tr td#today a {
						border-radius: 5px;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						background: #fc0;
						
						font-weight: bold;
					}

/* widget archives */
.widget_archive {}
	.widget_archive h3 {}
	.widget_archive ul {}
		.widget_archive li {white-space: nowrap;}
	.widget_archive select {}

/* widget categories */
.widget_categories {}
	.widget_categories h3 {}
	.widget_categories ul {}
		.widget_categories li {white-space: nowrap;}

/* widget tag cloud */
.widget_tag_cloud {text-align: center;}
	.widget_tag_cloud h3 {margin: 0 -10px;}
	.widget_tag_cloud div {padding: 0 10px 9px;}
	.widget_tag_cloud div a {}

/* widget recent entries */
.widget_recent_entries {}
	.widget_recent_entries h3 {}
	.widget_recent_entries ul {}
		.widget_recent_entries ul li {margin-top: 5px !important;}
			.widget_recent_entries ul li:first-child {margin-top: 0 !important;}
			.widget_recent_entries ul li a {}

/* widget recent comments */
#recentcomments {}
	#recentcomments {}
	#recentcomments a {background: none;}
	#recentcomments a:first-child {}

/* widget links */
.widget_links {}
	.widget_links h3 {}
	.widget_links ul {}
		.widget_links ul li {margin-left: 9px !important;}

/* widget text */
.widget_text {padding-bottom: 1px !important;}
	.widget_text h3 {}
	.widget_text .textwidget {}
	.widget_text .textwidget ul {}
	.widget_text .textwidget address {}

/* meta */
#meta {}

