/*
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;
}
a {
	color:#065384;
	text-decoration:none;
}
a:hover {
	color:#065384;
	text-decoration:underline;
}

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:#eee;
	color:#000;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:13px;
}
.site_center  {
	margin:0 auto;
	width:969px;
}
#header { 
	background:#ececec;
	color:#454545;
	height:70px;
}
	#header .wrap {
		height:70px;
		position:relative;
		width:600px;
		float:left;
	}
		#header .wrap .logo {
			background: url("/images/wordalist-logo.png") no-repeat scroll left 50% transparent;
		    height: inherit;
		    margin: 0 20px 0 10px;
		    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:#777;
				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:11px;
   				line-height: 18px;
				background-color: #065384;
			    border: medium none;
			    color: #FFFFFF;
			    cursor: pointer;
			    font-weight: bold;
			    padding:0px;
			}
			
	#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: #454545;
		    font-size: 16px;
		    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:16px;
			margin:10px 0;
			padding:7px 12px;
			text-align:center;
			text-decoration:none;
			width:144px;
			background-image:none;
			background-color:#F46810;
			border: none;
		    color: #fff;
		    font-weight: normal;
		    outline: medium none;
		    line-height:20px;
		    text-shadow: 0 1px 2px #454545;
		    -moz-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
		}
	
#mainmenu  {
	background:#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;
				}
	#mainmenu #header_search {
	    left:420px;
	    position:absolute;
	    top:3px;
	}
		#mainmenu #header_search input#q {
		    border: 0 solid #FFFFFF;
		    font-size: 12px;
		    height: 18px;
		    margin: 0;
		    padding: 3px 5px;
		    width: 240px;
		}
		#mainmenu #header_search input#search {
		    font-size: 11px;
		    margin: 0;
		    padding:0px 7px;
		    line-height:18px;
		}

.flash {
	background:#fff url(/w/wp-content/themes/wordalist/images/flash_969x220.png) top right no-repeat;
	width:969px;
	height:220px;
	margin-top: 10px;
}
	.flash_small {
		background-color: #065384;
	    background-image: none;
	    height: 70px;
	    -moz-border-radius: 5px 5px 0px 0px;
		border-radius-topleft: 5px 5px 0px 0px;
	}
	.flash h1 {
		font-size:2em;
		line-height:1.5em;
		font-weight:normal;
		color:#fff;
		padding:20px 0px 20px 40px;
	}
	.flash_small h1 {
		font-size:30px;
		line-height:60px;
		font-weight:normal;
		color:#fff;
		padding:0px 0px 0px 40px;
		text-shadow: 0 2px 4px #454545;
	}

#contentframe {
	background-color:#fff;
	min-height: 500px;
}
	/* main content */
	#container {
		float:left;
		margin:10px 20px 10px 40px;
		width:430px;
		line-height: 1.3em;
	}
		#container h2 {
			margin: 5px 0px 10px 0px;
			font-size:1.3em;
			color:#065384;
		}
		
		#container p {
			margin: 0px 0px 15px;
			color:#000;
		}
	/* sidebar 1 */
	#primary {
		width:250px;
		margin-right:10px;
		float:left;
	}
	/* sidebar 2 */
	#secondary {
		width:210px;
		float:left;
		margin-top:90px;
	}
	
	#footer  {
		
	}
		#footer #colophon {
			background-color:#454545;
			border:none;
			-moz-border-radius: 0px 0px 5px 5px;
			border-radius-topleft: 0px 0px 5px 5px;
		}
		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:#fff;
				line-height:25px;
			}
				ul#menu-menu_footer li a {
					color:#fff;
					text-decoration:none;
					cursor:pointer;
					padding:0.2em 1em;
					display:block;
					font-weight:normal;
				}

/**
 * JQuery Fixes
 */
.ui-accordion-header li span.container {
	color:#454545;
	cursor:default;
	display:block;
	padding:0px;
}
.ui-accordion .ui-accordion-content {
	background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    padding: 10px;
}

.ui-widget {
	padding-top:10px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	padding: 5px 10px;	
}

.ui-accordion .ui-accordion-header a {
	color: #065384;	
}

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;
}
