/*
Theme Name: Jason Liptak
Theme URI: http://
Description: Jason Liptak
Author: Ramesh Dataya
Author URI:
Tags: standard
	standard v1.1
*/
body {
	margin: 0px;
	padding: 0;
	background: #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}
/* Header */
#header {
	background: transparent url(images/header.jpg) no-repeat center center;
	border:none;
	height: 224px;
	position:relative;
}



/* Menu */

#menu {
	background: transparent url(images/bg.jpg) repeat-y;
	height: 62px;
	position:relative;
	width: 908px;
}

#menu ul {
	margin:0px 0px 0px 9px;
	padding: 9px 0 0 0;
	list-style: none;
}

#menu li {

	background:url(images/menu.jpg) center center no-repeat;
	display: inline;
	float: left;
	margin-right:8px;
	padding-top:11px;
	padding-bottom:12px;
	text-align:center;
	width:115px;
}

#menu li a {
	color: #505050;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 20px;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
}

#menu li.current_page_item{
	background: url(images/menu_selected.jpg) center center no-repeat;
	color: #fff;
}
#menu li.current_page_item a{
	color: #fff;
}

/* Wrapper */
#wrapper {
	width: 908px;
	margin: 0px auto;
	padding: 0px;
}
/* Wrapper */

/* Container */
#container {
	background:transparent url(images/bg.jpg) repeat-y;
	border-top: 2px solid #DADADA;
	padding-top:16px;
	height:100%;
}
/* Container */

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 540px;
}

#content-wrap{
	margin:0px 10px;
}

.post {
	padding: 15px;
}

.post h1 {
	font-weight: normal;
}
.post .category a{
	color: #FD8C22;
	text-transform: uppercase;
	font: "Times New Roman", Times, serif;
	font-weight:bold;
}

.title {
	margin: 0;
	padding: 10px 0 4px 0px;
	font-size: 16px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #000000;
}

.title a:hover {
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 0px;
	border-bottom: 1px #EDEDED solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
}

.links a {
	display: block;
	width: 110px;
	height: 28px;
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
}

.links a:hover {
}

/* Sidebar */


#sidebar{
	margin-left:546px;
	width:350px;
}

#sidebar #sidebar-content{
}

#sidebar a img{
	padding-bottom:15px;
}

#sidebar ul{
	list-style:none;
}

.optin-wrap{
	background:url(./images/optin.jpg) no-repeat;
	height:291px;
	position:relative;
	margin-bottom:12px;
}

/*	###############################################################################
	@optin-area	
	############################################################################### */
.optin{
	left:82px;
	position:absolute;
	top:124px;
	width:232px;
}

.optin form{
	margin:0px;
	padding:0px;
}
.optin-wrap  input{
	border:0px;
	background:transparent;
	margin-bottom:8px;
	margin-bottom:8px;
	margin-left:14px;
	padding:3px 4px;
	width:200px;
}

.optin-wrap  input.submit{
	width:229px;
	height:58px;
	background:transparent;
	border:0px;
	cursor:pointer;
	margin:8px 0 0 0;} 

#connect{
	background: url(./images/connect.jpg) no-repeat center center;
	height:178px;
	padding: 20px 0px 0px 10px;
}

#connect table{

	padding:15px;
	padding-top: 50px;
}

/* Search */

.searchform {
	background:#F3F8FB;
	border:1px solid #333534;
	height:31px;
	left:690px;
	position:absolute;
	top:8px;
	width:204px;
}

.s-wrap{
	background:#F3F8FB; 
	display:inline;
	width:204px;
	height:31px;
}

.searchform br {
	display: none;
}

.searchform .searchsubmit{
	background:url(./images/search.jpg) top right no-repeat;
	border:none;
	height: 31px;
	position:absolute;
	right:0px;
	top:0px;
	width: 45px;
}

.searchform .s-text{
	background:#F3F8FB; 
	border:0px;
	padding:3px 0px 3px 4px;
	position:absolute;
	top:4px;
	width:184px;
}

.searchform h2 {
}


/* Footer */

#footer-wrap{
	clear: both;
	
}

#footer {
	background:#5C5C5C;
	margin:0px auto;
	height:34px;
	width:908px;
}

#footer p {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer .link {
}

#footer #copyright {
	color:#ffffff;
	padding-top:10px;
	font-size:14px;
	text-align:center;
}

#comment {
	margin: 0;
	width: 400px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	border-top: 1px #EDEDED solid;
	padding-top: 30px;
}

.navigation {
	padding: 20px 0px;
}

.pagetitle {
	margin: 0px;
	padding: 20px 0px;
	font-size: 2em;
	font-weight: normal;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

#comments {
}

hr {
	display: none;
}

#commentform {
}

.commentlist {
	padding-left: 40px;
}

.clear{
	clear:both;
}

.postdate{
	color:#005FD3;
}

.postdate-top{
	margin-top:12px;
}

.recent{
	background:#FFD636;
	width:277px;
}

.recent .recent-header{
	background: url(images/recent.jpg) no-repeat center center;
	height: 33px;
	padding:1px 1px 8px 1px;
}

.recent ul {
	padding-left:8px;
}
.recent ul li{
	padding:2px 0 8px 0px;
}

#rss{
	height:56px;	
	left:630px;
	position:absolute;
	top:2px;
	width:56px;
	/* padding:-10px 30px 0px 0px;
	margin:-10px 70px 0px 0px; */
}

#rss a{
	text-decoration:underline;
}

.post-title-box h2, .post-title-box h2 a{
	color:#333333;
	font-family:Arial;
	font-size:30px;
	margin-bottom:4px;
}

.postmetadata{
	margin:2px 0px; 
}

.post
{
	border-bottom:1px dashed #ccc;
	margin-bottom:12px;
}

.sidebar-bullets{
	font-family:Arial;
}

.sidebar-bullets ul{
	margin:0px;
	padding:0px;
}

.sidebar-bullets ul li{
	margin:0px;
	padding:0px 0px 8px 8px;
}

.sidebar-bullets h2{
	background:url(images/sidebar-bullet.jpg) center left no-repeat;
	font-family:'Times New Roman', serif;
	font-size:20px;
	margin-bottom:8px;
	padding-left:18px;
}

.sidebar-bullets img{
	margin:0px;
	padding:0px;
}

.sidebar-box{
	background:#F2F2F2;
	margin-bottom:12px;
	position:relative;
	width:349px;
}

.sidebar-box-head{
}
.sidebar-box-body{
	border:1px solid #D3D3D3;
	border-top:0px;
}
.sidebar-box ul{
	padding-top:6px;
}

.sidebar-box img{
	padding:0px;
}