/*
Theme Name: Wordalist 2.0
Theme URI: http://www.wordalist.com/
Description: Default theme for Wordalist 2.0
Author: David Johansson
Version: 1.0
Tags: wordalist
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}

ol.list, ul.list {
	list-style-position: inside;
}
	ul.list {
		list-style-type: disc;
	}
	ol.list {
		list-style-type: decimal;
	}
		ol.list li, ul.list li {
			padding:0px 0px 10px;
		}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* Clear addition */
.clear {
	clear:both;
}

/* End of default shit */

/**
 * Wordalist css
 */
html, body {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
body  {
	background-color:#EEEEEE;
	color:#111111;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:0.9em;
}
.site_center  {
	margin:0 auto;
	width:969px;
}
#header { 
	background:#fcfcfc;
	color:#444444;
	height:110px;
}
	#header .wrap {
		height:70px;
		padding-left:10px;
		padding-top:30px;
		position:relative;
		width:600px;
		float:left;
	}
		#header .wrap .logo {
			background:url("/images/wordalist-logo.png") no-repeat scroll left 50% transparent;
			height:50px;
			width:239px;
		}
		#header .wrap h1 {
			font-size:18px;
			font-weight:bold;
			color:#065384;
			margin-top:10px;
		}
		#header .wrap #header_search { 
			position:absolute;
			top:30px;
			right:0px;
		}
			#header .wrap #header_search p { 
				font-size:10px;
				color:#999;
				font-weight:bold;
				margin-bottom:3px;
			}
			#header_search form input#q {
				font-size:14px;
				padding:3px 5px;
				width:240px;
			}
			#header_search form input#search {
				font-size:12px;
				padding:3px 7px;
				height:29px;
			}
			
	#header #header_widget {
		height:110px;
		padding-top:5px;
		margin-right:10px;
		width:210px;
		float:right;
		z-index:100;
	}
	#header #header_widget #header_widget_content_area {
		z-index:100;
		/*border:10px solid #fff;*/
		padding:10px;
		height:210px
	}
		#header_widget_content_area h2 {
			color:#065384;
			font-size:17px;
			font-weight:bold;
			margin-bottom:5px;
		}
		#header_widget_content_area p {
			color:#777;
			font-size:13px;
		}
		#header_widget_content_area #join {
			display:block;
			font-size:18px;
			margin:5px 0;
			padding:7px 12px;
			text-align:center;
			text-decoration:none;
			width:144px;
		}
	
#mainmenu  {
	background:url("/css/wordalist/images/ui-bg_glass_65_065384_1x400.png") repeat-x scroll 50% 50% #065384;
	height:30px;
	padding:0;
	position:relative;
	width:inherit;
}
	.menu_header {
		position:relative;
	}
		ul#menu-menu_header {
			display:block;
			position:relative;
			margin-left:7px;
			padding:0;
		}
			ul#menu-menu_header li {
				display:block;
				float:left;
				list-style:none outside none;
				margin:0;
				padding:0;
				position:relative;
				color:#FFFFFF;
				font-weight:bold;
			}
			ul#menu-menu_header li.ui-state-default  {
				background:none repeat scroll 0 0 transparent;
				color:#FFFFFF;
				font-weight:bold;
				border:none;
				margin-top:5px;
			}
			ul#menu-menu_header li.ui-state-hover, ul#menu-menu_header li.ui-state-active {
				background:url("/css/wordalist/images/ui-bg_glass_100_fafafa_1x400.png") repeat-x scroll 50% 50% #FAFAFA;
			}
				ul#menu-menu_header li a {
					color:#FFFFFF;
					text-decoration:none;
					cursor:pointer;
					padding:0.2em 1em;
					display:block;
					font-size:0.8em;
					line-height:15px;
				}
				ul#menu-menu_header li.ui-state-hover a, ul#menu-menu_header li.ui-state-active a {
					color:#065384;
				}

.flash {
	background:#fff url(/w/wp-content/themes/wordalist/images/flash_969x220.png) top right no-repeat;
	width:969px;
	height:220px;
}
	.flash_small {
		background-image: url(/w/wp-content/themes/wordalist/images/flash_969x70.png);
		height:70px;
	}
	.flash h1 {
		width:500px;
		font-size:2em;
		line-height:1.5em;
		font-weight:normal;
		color:#fcfcfc;
		padding:20px 0px 20px 40px;
	}
	.flash_small h1 {
		padding:15px 0px 15px 40px;
	}

#contentframe {
	background-color:#FFFFFF;
}
	/* main content */
	#container {
		float:left;
		margin:10px 20px 10px 40px;
		width:430px;
	}
		#container h2 {
			margin: 5px 0px 10px 0px;
			font-size:1.3em;
			color:#065384;
		}
		
		#container p {
			margin: 0px 0px 15px;
			font-size:0.95em;
			line-height:1.2em;
			color:#222;
		}
	/* sidebar 1 */
	#primary {
		width:250px;
		margin-right:10px;
		float:left;
	}
	/* sidebar 2 */
	#secondary {
		width:210px;
		float:left;
		margin-top:67px;
	}
	
	#footer  {
		
	}
		#footer #colophon {
			background-color:#fcfcfc;
			border-top:4px solid #eee;
			border-bottom:4px solid #eee;
		}
		ul#menu-menu_footer {
			display:block;
			position:relative;
			margin-left:7px;
			height:30px;
		}
			ul#menu-menu_footer li {
				display:block;
				float:left;
				list-style:none outside none;
				margin:0;
				padding:0;
				color:#000;
				line-height:25px;
			}
				ul#menu-menu_footer li a {
					color:#000;
					text-decoration:none;
					cursor:pointer;
					padding:0.2em 1em;
					display:block;
					font-size:0.8em;
					font-weight:normal;
				}

/**
 * JQuery Fixes
 */
.ui-accordion-header li span.container {
	color:#777777;
	cursor:default;
	display:block;
	font-size:0.8em;
	padding:0.5em 0.5em 0.5em 1em;
}
.ui-accordion .ui-accordion-content {
	border:10px solid #EEEEEE;
}

input[type=text],input[type=password] {
	padding: 2px 3px;
	font-size:12px;
}

input[type=button], input[type=submit] {
	padding: 4px 7px;
	border:none;
}

.page-search .ui-widget-content a {
	color:#065384;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

/**
 * Common
 */
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/**
 * Wordpress defaults
 */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/**
 * Search API
 */
 
.page-search h4 {
	margin-bottom:10px;
	font-weight:bold;
	color:#065384;
	font-size:15px;
}