/*
Theme Name: Hypothesis Theme
Theme URI: http://luckythemes.com/hypothesis-theme/
Description: Hypothesis Style Wordpress Theme
Version: 1.4
Author: http://luckythemes.com/
Author URI: http://themerama.com/
Tags: widget ready, valid html, valid css, 2 columns, fixed width, left sidebar
*/

body
{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000;
	background:silver;
	text-align:center;
	margin:0;
	padding:0;
}

.clear
{
	clear:both;
}

#header
{
	width:900px;
	background:#FFF;
	text-align:left;
	margin:0 auto;
}

#header h1
{
	font-family:Georgia, sans-serif;
	font-weight:400;
	font-size:24px;
	text-transform:uppercase;
	margin:0;
	padding:15px 0 0 25px;
}

#header h4
{
	font-family:Tahoma, sans-serif;
	font-weight:400;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0 0 15px 25px;
}

#header a:hover
{
	color:#000;
}

#menu
{
	background:#9E0136 url(images/menu_bg.jpg) repeat-x;
	padding:12px 0 10px;
}

#menu ul
{
	float:left;
	width:250px;
	height:12px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#menu ul li
{
	font-family:Tahoma, sans-serif;
	list-style:none;
	color:#FFF;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	float:left;
	border-right:2px dotted #CBCBCB;
	margin:0 0 0 20px;
	padding:0 20px 0 0;
}

#menu a:link,#menu a:visited,#menu a:active,#menu a:hover
{
	color:#FFF;
	text-decoration:none;
}

.search
{
	background:#1B1C1E url(images/search_bg.jpg) repeat-x;
	padding:5px 0 4px;
}

.search_form
{
	width:300px;
	float:right;
	margin:0;
	padding:2px 0;
}

.search_form input
{
	vertical-align:middle;
	margin:0 10px;
	padding:0;
}

#content
{
	width:900px;
	background:#FFF;
	text-align:left;
	margin:0 auto;
	padding:0;
}

#content .cpadding
{
	background:url(images/cont_bg.gif) repeat-y;
	border-top:20px solid #FFF;
	border-bottom:20px solid #FFF;
}

.left
{
	float:left;
	width:210px;
}

.left .lpadding
{
	margin:0 0 0 20px;
}

.left .title
{
	background:#535353 url(images/cat_bg.jpg) repeat-x;
	padding:13px 5px 11px 10px;
}

.left h1
{
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	margin:0;
	padding:0;
}

.left .title h1
{
	background:url(images/cat_bullet.gif) no-repeat left 5px;
	padding:0 0 0 10px;
}

.left ul li
{
	list-style:none;
	background:url(images/lul_bullet.gif) no-repeat 3px 7px;
	margin:0;
	padding:2px 5px 2px 15px;
}

.left ul
{
	margin:10px;
	padding:0;
}

.right
{
	float:right;
	width:680px;
}

.right .rpadding
{
	margin:0 20px 0 0;
}

.right .title
{
	border-bottom:1px dotted #B5B2AB;
	margin:0 5px;
	padding:10px 5px 5px;
}

.right h1
{
	font-size:12px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.right h1 a:link,.right h1 a:visited,.right h1 a:active,.right h1 a:hover
{
	color:#505050;
	text-decoration:none;
}

.right h4
{
	font-weight:400;
	font-size:14px;
	color:#FFF;
	margin:0;
	padding:0;
}

.right .ppost
{
	background:#E5E3DF;
}

.right p
{
	margin:5px 10px;
}

.right a:link,.right a:visited,.right a:active,.right a:hover
{
	color:#A6003A;
	text-decoration:underline;
}

.tags
{
	text-align:left;
	font-size:11px;
	background:#EFEFEF;
	margin:0;
	padding:3px 10px;
}

.permalink
{
	width:150px;
	float:right;
	font-size:11px;
	text-align:center;
	background:#C5C3BF;
	margin:0;
	padding:3px 0;
}

#footer
{
	font-family:Tahoma, Arial, Helvetica, Georgia, Verdana, sans-serif;
	font-weight:400;
	text-align:center;
	color:#D4D4D4;
	width:900px;
	font-size:11px;
	background:#D04996 url(images/footer_bg.jpg) repeat-x;
	padding-bottom:1px;
	margin:0 auto;
}

#footer .fleft
{
	width:300px;
	float:left;
	background:url(images/ico_rss.jpg) no-repeat 30px 10px;
}

#footer .fright
{
	width:600px;
	float:right;
}

#footer p
{
	margin:0;
	padding:10px 0;
}

#footer a:link,#footer a:visited,#footer a:active,#footer a:hover
{
	font-weight:700;
	color:#D4D4D4;
	text-decoration:underline;
}

#footer a.sec:link,#footer a.sec:visited,#footer a.sec:active,#footer a.sec:hover
{
	color:#A2A2A2;
	font-weight:700;
	text-decoration:underline;
}

h2
{
	font-weight:400;
	font-size:16px;
	padding-left:10px;
}

h3
{
	font-weight:400;
	font-size:14px;
}

#commentform #author,#commentform #email,#commentform #url,#commentform textarea
{
	background:#fff;
	border:1px solid #333;
	padding:.2em;
}

#commentform textarea
{
	width:99%;
}

#commentlist li ul
{
	border-left:1px solid #ddd;
	font-size:110%;
	list-style-type:none;
}

#commentlist li .avatar
{
	float:right;
	margin-right:25px;
	border:1px dotted #ccc;
	padding:2px;
}

#wp-calendar
{
	border:1px solid #ddd;
	empty-cells:show;
	font-size:14px;
	width:90%;
	margin:0 auto 10px;
}

#wp-calendar #next a
{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a
{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a
{
	display:block;
	text-decoration:none;
}

#wp-calendar a:hover
{
	background:#e0e6e0;
	color:#333;
}

#wp-calendar caption
{
	color:#505050;
	font-size:14px;
	text-align:center;
}

#wp-calendar td
{
	color:#505050;
	font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing:normal;
	text-align:center;
	padding:2px 0;
}

#wp-calendar td.pad:hover
{
	background:#fff;
}

#wp-calendar td:hover,#wp-calendar #today
{
	background:#eee;
	color:#505050;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}

p img
{
	max-width:100%;
	padding:0;
}

img.alignright
{
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft
{
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

img,.left ul li ul li,.left ul li ul li ul li
{
	border:0;
}

#header a:link,#header a:visited,#header a:active,#header a:hover,.left a:link,.left a:visited,.left a:active,.left a:hover
{
	color:#000;
	text-decoration:none;
}

#menu a:hover,.left a:hover,.right h1 a:hover
{
	text-decoration:underline;
}

.right a:hover,.tags a:hover,.permalink a:hover,#footer a:hover,#footer a.sec:hover
{
	text-decoration:none;
}

.tags a:link,.tags a:visited,.tags a:active,.tags a:hover,.permalink a:link,.permalink a:visited,.permalink a:active,.permalink a:hover
{
	color:#000;
	text-decoration:underline;
}

img.centered,.aligncenter
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.right ul li,.right ol li
{
	margin:0 10px;
}