/*
Theme Name: Hypothesis Theme
Theme URI: http://luckythemes.com/hypothesis-theme/
Description: Clean and Simple Widget Ready Wordpress Theme
Version: 1.0
Author: http://themerama.com
Tags: widget ready, valid html, valid css, 2 columns, fixed width, left sidebar
*/

body{
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: black;
	margin: 0;
	padding: 0;
	background: #C0C0C0;
	text-align: center;
}
img{border: 0;}
.clear{clear: both;}

#header{
	margin: 0 auto;
	width: 1200px;
	background: white;
	text-align: left;
}

#header h1{
	padding: 15px 0 0 25px;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
/*	text-transform: uppercase;*/
}
#header h4{
	padding: 0 0 15px 25px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	margin: 0;
}
#header a:link, #header a:visited, #header a:active, #header a:hover{
	color: black;
	text-decoration: none;
}
#header a:hover{ color: black;}

.top_bar {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
	
	BACKGROUND: #1b1c1e;
	BACKGROUND: url(images/search_bg.jpg) #1b1c1e repeat-x; 
}
.top_bar table{
	MARGIN: 0px 0px 0px 5px; 
	border-collapse:collapse;
	border:0px;
}


#menu {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
/*	BACKGROUND: url(images/menu_bg.jpg) #9e0136 repeat-x; */
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px
}
#menu UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	MARGIN: 0px; 
	OVERFLOW: hidden; 
	WIDTH: 300px; 
	vertical-align:bottom;
	MARGIN: 8px 0px 0px 5px; 
	
}

#menu UL LI {
	BORDER-RIGHT: #cbcbcb 2px dotted; 
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 20px; 
	PADDING-TOP: 5px; 
	PADDING-BOTTOM: 5px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	FLOAT: left; 
	MARGIN: 0px 0px 0px 0px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: white; 
	FONT-FAMILY: Tahoma, sans-serif; 
	LIST-STYLE-TYPE: none; 
	TEXT-ALIGN: center
}
#menu li.current_page_item {
	background:white;
	COLOR: Black; TEXT-DECORATION: none
}

#menu A:link {
	COLOR: white; TEXT-DECORATION: none
}
#menu A:visited {
	COLOR: white; TEXT-DECORATION: none
}
#menu A:active {
	COLOR: white; TEXT-DECORATION: none
}
#menu A:hover {
	COLOR: white; TEXT-DECORATION: none
}
#menu A:hover {
	TEXT-DECORATION: underline
}
#menu .current_page_item A:link {
	COLOR: Black; TEXT-DECORATION: none
}
#menu .current_page_item A:visited {
	COLOR: Black; TEXT-DECORATION: none
}
#menu .current_page_item A:active {
	COLOR: Black; TEXT-DECORATION: none
}
#menu .current_page_item A:hover {
	TEXT-DECORATION: underline
}



.search {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 0px;
}
.search_form {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FLOAT: right; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 0px 0px; 
	PADDING-TOP: 0px
	vertical-align:middle;
}
.search_form INPUT {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	Margin-right: 10px;
	VERTICAL-ALIGN: middle; 
	PADDING-TOP: 0px
}
.search_form .text {
	height:14px;
	width:150px;
	font-size:12px;
}


#content{
	margin: 0 auto;
	width: 1200px;
	background: white;
	text-align: left;
	padding: 0;
}
#content .cpadding{
	border-top: 20px solid white; 
	border-bottom: 20px solid white;
}
.left{
	float: left;
	width: 210px;
	font-size: 12px;
}
.left .lpadding{
	margin: 0 0 0 20px;
	background:#E5E3DF;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
}
.left .title {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px;
	BACKGROUND: #1b1c1e;
	BACKGROUND: url(images/search_bg.jpg) #1b1c1e repeat-x; 
}
.left H1 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: white; 
	PADDING-TOP: 0px
}.left .title h1{background: url(images/cat_bullet.gif) no-repeat left 5px; padding: 0 0 0 10px;}
.left ul li{
	list-style: none;
	padding: 2px 5px 2px 15px;
	margin: 0;
	background: url(images/lul_bullet.gif) no-repeat 3px 7px;
}
.left ul{
	padding: 0;
	margin: 10px;
}
.left ul li ul li{
	list-style: none;
	padding: 2px 5px 2px 15px;
	margin: 0;
	background: url(images/lul_bullet.gif) no-repeat 3px 7px;
}
.left ul ul{
display:none;
	padding: 0;
	margin: 10px;
}
.left a:link, .left a:visited, .left a:active, .left a:hover{
	color: black;
	text-decoration: none;
}
.left a:hover{ text-decoration: underline;}

.right{
	float: right;
	width: 980px;
}
.right .rpadding{
	margin: 0 20px 0 0;
}
.right .title{
	padding: 10px 5px 5px 5px;
	border-bottom: 1px dotted #B5B2AB;
	margin: 0 5px;
	margin-bottom:15px;
}
.right h1{
	padding: 0;
	margin: 0;
	font-size: 32px;
/*	text-transform: uppercase; */
}
.right h1 a:link, .right h1 a:visited, .right h1 a:active, .right h1 a:hover{
	color: #505050;
	text-decoration: none;
}
.right h1 a:hover{ text-decoration: underline;}

.right h2{
	padding: 0;
	font-weight: normal;
	font-size: 28px;
	margin: 0;
}
.right h3{
	padding: 0;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
}
.right h4{
	padding: 0;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
}
.right h4{
	padding: 0;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
}
.right .ppost{
	background: #E5E3DF;
	padding: 0px 15px;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
}

.ppost img{
	margin: 10px;
	border:1px solid black;
}

.right p{
	margin: 15px 15px;
	text-align:justify;
}

.right a:link, .right a:visited, .right a:active, .right a:hover{
	color: #A6003A;
	text-decoration: underline;
}
.right a:hover{text-decoration: none;}

.tags{
	text-align: left;
	margin: 0;
margin-top:15px;
	padding: 3px 10px;
	font-size: 14px;
	background: #EFEFEF;
}
.tags a:link, .tags a:visited, .tags a:active, .tags a:hover{
	color: black;
	text-decoration: underline;
}
.tags a:hover{text-decoration: none;}
.permalink{
	width: 150px;
	float: right;
	margin: 0;
	font-size: 11px;
	text-align: center;
/*	background: #C5C3BF;*/
	padding: 3px 0;
}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{
	color: black;
	text-decoration: underline;
}
.permalink a:hover{text-decoration: none;}
.pre_footer{ background: url(images/prefooter_bg.gif) repeat-x; height: 9px; width: 1200px; margin: 0 auto;}
#footer{
	font-family: Tahoma, Arial, Helvetica, Georgia, Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #D4D4D4;
	margin: 0 auto;
	width: 1200px;
	font-size: 11px;
	background: #D04996 url(images/footer_bg.jpg) repeat-x;
	padding-bottom: 1px;
}
#footer .fleft{width: 50px; float: left; vertical-align:middle;}
#footer .fright{width: 800px; float: right;}
#footer p{
	padding: 10px 0;
	margin: 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	font-weight: bold;
	color: #D4D4D4;
	text-decoration: underline;
}
#footer a:hover{text-decoration: none;}

#footer a.sec:link, #footer a.sec:visited, #footer a.sec:active, #footer a.sec:hover{
	color: #A2A2A2;
	font-weight: bold;
	text-decoration: underline;
}
#footer a.sec:hover{text-decoration: none;}

h2 {
	font-weight: normal;
	font-size: 16px;
	padding-left: 10px;
}

h3 {
	font-weight: normal;
	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;
	margin: 0 auto 10px auto;
	width: 90%;
}

#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;
	padding: 2px 0;
	text-align: center;
}

#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 {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.left ul li ul li{border: 0;}
.left ul li ul li ul li{border: 0;}

.right ul li{ margin: 0 10px;}
.right ol li{ margin: 0 10px;}
