/*
Theme Name: Marketer Theme
Description: A clean, 2 column WordPress Theme for Internet Marketers.
Version: 1.1
Author: Steven Lean
Author URI: http://www.marketertheme.com

*/

/* Custom Classes Start */
.alert {
	background:#FFFFA0 none repeat scroll 0 0;
	border:1px solid #E5E597;
	padding: 4px;
}
.note {
	padding: 4px;
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
}
.content img.frame {
	background:#EEEEEE none repeat scroll 0 0;
	border:0.071em solid #DDDDDD;
	padding: 10px;
}
.theme_page_title {
	font-family:Arial;
	font-size:34pt;
	/*font-weight: bold;*/
	text-align:center;
	margin-top: 20px;
	margin-bottom: 25px;
}
/* Custom Classes End */

/* General Starts */
#wrapper {
	width: 800px;   /* remove this */
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
	border:0.4em solid #3E3E3A;
}
body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #44443F none repeat scroll 0 0;
	text-align: left;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 32pt;
	text-align:center;
	line-height: 1.364em;
}
h3 {
	font-size: 24pt;
	text-align: center;
	line-height: 1.222em;
	margin: 1.833em 0 0.611em;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #2361A1;
}

a:hover {
	text-decoration: none;
	color: #2361A1;
}
/* General Ends */

/* Tabs Starts */
#tabs {
	/*font-family: Arial;*/
	font-size: 13px;
	/*text-transform:uppercase;*/
	float:left;
	width:98.5%;
	background:#fff;
	overflow:hidden;
	position:relative;
}
#tabs ul {
	width: 100%;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
   border-bottom:1px solid #DDD;
   z-index: 1;
}
#tabs ul li {
	background: #fff;
	display:block;
	float:left;
	list-style:none;
	margin:0 0px 0 0;
	padding:0;
	position:relative;
	z-index: 2;
	top: 1px;
}
#tabs ul li a {
	position: relative;
	display:block;
	margin:0 0 0 0px;
	padding:3px 10px;
	background:#EFEFEF;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	border: solid 1px #DDD;
}
#tabs ul li a:hover {
   color: #333333;
   border-top-width: 1px;
   text-decoration: underline;
}
#tabs ul li a.active,
#tabs ul li a.active:hover {
   background:#fff;
   border-bottom-color: #FFFFFF;
   text-decoration: none;
}
/* Tabs Stop */

/* Container Starts */
#container {
	width: auto;
	margin: 0px auto;
	padding-top: 15px;
}

#container h1 h2 {
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 1px #CCCCCC dashed;
}

#container p {
	margin-top: 5px;
	margin-bottom: 25px;
}
/* Container Ends */


/* Centent Starts */
.content {
	float: left;
	width: 510px;
	padding: 0 20px 0 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.content ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	list-style-image: url(../../../../wp-content/themes/MarketerTheme/images/arrow_transparent_bg.gif);
}

.content li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}
/* Conents Ends */


/* Sidebar Starts */
.sidebar {
	float: right;
	margin-bottom: 20px;
	padding: 10px 20px 20px 18px;
	display: inline;
}

.sidebar ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-left: 10px;
	line-height: 1.75;
}
.sidebar li a {
	text-decoration: none;
}
.sidebar li a:hover {
	text-decoration: underline;
}

table#wp-calendar{
	width: 100%;
}

.widgettitle {
	font-family: Arial;
	font-size: 24pt;
	text-align: center;
	line-height: 1.222em;
	margin: 0 0 0.611em;
}
/* Sidebar Ends */

/* Footer Starts */
#footer {
	clear: both;
	width: auto;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	font-size: 12px;
	border-top: 1px solid #DDDDDD;
}

#footer .copyright {
	float: right;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

/* Footer Ends */

/* Form Start */

input, textarea  {
	padding: 0.286em;
	background: #EEEEEE none repeat scroll 0 0;
	border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
	border-style: solid;
	border-width: 1px;
	color: #444444;
	font-size: 1em;
	background: #EEEEEE none repeat scroll 0 0;
}

.input_text {
	width: 45%;
}

input.form_submit {
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: double;
	border-width: 3px;
	cursor: pointer;
	font-weight: bold;
	/*font-size: 1.143em;*/
	padding: 0.313em 0.25em;
}

input.form_submit:hover {
	color: #009900;
}

/* Form End */

/* Comments Start*/
.comments-template{
	margin: 10px 0 0;
	/*border-top: 1px solid #ccc;*/
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 10px 0 10px;
	border-top: 1px dotted #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comment_author {
	font-size: 1.333em;
	line-height: 1.375em;
	font-weight: bold;
}

.comment_time a, .comment_edit a{
	color: #888888;
	padding-left: 0.833em;
	text-decoration: none;
}
.comment_time a:hover, .comment_edit a:hover {
	text-decoration: underline;
}
.avatar {
	float:right;
	margin-right: 10px;
}

.comments_intro {
	margin: 4.4em 0 0.7em 1.1em;
}

.comments_intro p {
	font-size: 1.0em;
	line-height: 1.833em;
	color: #666666;
}

.comments_intro span {
	font-size: 1.833em;
	line-height: 1em;
	color: #111111;
}
.comments_intro span.comments_bracket {
	color: #CCCCCC;
}
#commentform {
	padding: 1.1em 2.2em 2.2em 1.1em;
	border-top: 1px dotted #BBBBBB;
}

/** Comments End*/