/*

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

*/

#secondary {}
	#secondary ul {margin: 0;}
		#secondary ul li {
			margin: 0 10px 5px 10px;
			
			list-style: none;
			text-indent: 0;
		}
			#secondary ul li h3 {
				margin: 0;
				padding: 10px;
				
				text-align: center;
				text-transform: uppercase;
				font-size: 1.75em;
				color: #ec1857;
			}
			#secondary ul li ul {
				margin-top: -3px;
				padding-bottom: 5px;
			}
			#secondary ul ul ul {
				margin-bottom: -5px;
				padding-bottom: 0;
			}
			#secondary ul ul ul li {margin-top: 8px;}
	#secondary > ul > li {
		margin: 0;
		overflow: hidden;
	}
	#secondary > ul > li:first-child {margin-top: 0;}
	#secondary > ul > li > ul {}
	#secondary select {margin: 10px;}

/* background images
.widget {
	width: 236px;
	margin: 0 0 -4px 3px;
	background: url('../img/bg_sb_box.png') repeat-y scroll left top;
}
	.widget > *:first-child {
		background: url('../img/bg_sb_box_top.png') no-repeat scroll left top;
	}
	.widget h2 {
		height: 32px;
		margin: 0 0 -5px 0;
		padding: 18px 0 0 15px;
		background: url('../img/bg_sb_box_title.png') no-repeat scroll left top !important;
	}
	.widget > ul {
		list-style: none;
		min-height: 40px;
		width: 236px;
		margin: 0;
		padding: 3px 0 12px 6px;
		background: url('../img/bg_sb_box_bottom.png') no-repeat left bottom;
	}
		.widget > ul li {
			margin: 0 0 3px 10px;
			text-indent: 0px;
		}
			.widget > ul ul {
				list-style: none;
			}
				.widget > ul ul li {
					margin: 0 0 0 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 10px !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 a {}

/* widget */
.widget {}

/* widget pages */
.widget_pages {}
	.widget_pages h3 {display: none;}
	.widget_pages ul {}
		.widget_pages ul li {}

/* widget calender */
.widget_calendar {}
	.widget_calendar h3 {display: none;}
	.widget_calendar table {
		width: 100%;
		margin: 0;
		padding: 0 7px 6px 7px;
		background: none;
	}
		.widget_calendar table caption {
			margin-top: 0;
			padding: 10px 5px 5px 5px;
			
			font-size: 1.75em;
			line-height: 120%;
			color: #ec1857;
		}
		.widget_calendar table thead {}
		.widget_calendar table tfoot {}
		.widget_calendar table tbody {}
			.widget_calendar table thead th {text-align: center;}
			.widget_calendar table tfoot td {
				padding: 3px 4px 0 4px;
				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-color: #ddd;
					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 -3px;
						padding: 1px 3px 2px 3px;
						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: #ddd;
						
						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 10px;}
	.widget_tag_cloud div a {}

/* widget recent posts */
#recent-posts {}
	#recent-posts h3 {}
	#recent-posts ul {}
		#recent-posts ul li {}
			#recent-posts ul li a {}

/* widget recent comments */
#recent-comments {}
	#recent-comments {}
	#recent-comments a {display: block;}
	#recent-comments a:first-child {
		display: inline;
		
		font-weight: bold;
	}

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

/* widget text */
.widget_text {}
	.widget_text h3 {margin: 0 !important;}
	.widget_text .textwidget {padding: 10px;}
	.widget_text .textwidget ul {}
	.widget_text .textwidget address {}

/* meta */
#meta {}
