/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:	r.1.0: Alessandro Flocco / r.2.0: Andrea E. Naimoli
	Author Site	:	http://www.edisplay.it
	Style Name	:	Track Email Marketing
	Style URI	:	http://getk2.com
	Version		:	1.0
	Comments	:	K2 style for trackemailmarketing.com website
*/

html{
	background: #666666 url("html-bg.png") repeat-x top center;
}

body{
	background: url("body-bg.gif") no-repeat top center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color:#000000;
	}
	
strong, em, b, i {
    /*font-family:  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
a {
	color: #DC0B15;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border: none;
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	background: url("page-bg.png") repeat-y top center;
	}

#footer {
	/* The entire design is contained within the 'page' id */

	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	background: url("footer-bg.png") repeat-y top center;
	/*border-top: 1px solid #EAEAEA;*/
	}
#footerContent {
	/* The entire design is contained within the 'page' id */
	margin: 0 auto;
	padding-top: 20px;
width:780px;
	border-top: 1px solid #EAEAEA;
	}

.content{
	/* border-bottom: 1px solid #EAEAEA; */
	}
	
/* MENU */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	background: url("menu-bg.gif") repeat-x top center;
	height: 30px;
	width: 780px; overflow: hidden; /* 2.0 FORK */
	}

ul.menu li {
	display: inline;
	height: 30px;
	line-height: 30px;
	}

ul.menu,
ul.menu li a {
	left: 0px;
	width: 100%;
	height: 30px;
	padding: 0;
	}
ul.menu li:hover{
	/*background: url("menu-bg-hover.gif") repeat-x top center;*/
}
ul.menu li.current_page_item{
	/*background: url("menu-bg-active.gif") repeat-x top center;*/

}
ul.menu li a {
	font-size: 1.4em;
	color: white;
	margin: 0;
	padding: 6px 15px 5px;
	}

ul.menu li a:hover {

	background: url("menu-bg-hover.gif") repeat-x top center;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	text-decoration: none;
	padding: 6px 15px 5px;
	background: url("menu-bg-active.gif") repeat-x top center;
	}

/* FINE MENU */

#header {
	position: relative;
	background: #FFFFFF url("header-bg.png") repeat-x top center;
	background-position: top right;
	height: 290px;
	}
	
#header h1 a:hover{
	color:#666666;
	text-decoration:none;
	}
#header h1{
	margin-bottom: 7px;
	font-size: 3em;
	}
h1.blog-title,
h1.blog-title a{
	padding: 39px 0px 0px 70px;
	letter-spacing: 0;
	}
h1.blog-title a{
	color:#000000;
	}

.content {
	/*background: url("bg-right.png") no-repeat top right;*/
padding-left: 0px; padding-right: 0px;
	}
#current-content{
	
}

#primary {
	/* Contains the main column */
	width: 500px;
	margin-right: 240px;
	padding: 10px 20px
	}
body.columns-two #primary-wrapper {
	float: left;
	margin-right: -240px;
	width: 100%;
	}

body.columns-two #primary {
	margin-right: 240px;
	}

body.columns-two .secondary {
	float: right;
	}
.hentry {
	/*padding-right:20px;*/
	margin: 5px 0 35px;
	}

.entry-content {
	/* The meat and potatoes of every entry */
		line-height: 1.3em;
		text-align: left;
		color:#000000;
	}
.entry-content  p{
	/* The meat and potatoes of every entry */
		padding: 2px 4px 2px 6px;
	}

#sidebar-1{
	 ;
}

#sidebar-2 {
	/* The second sidebar */
	}
.secondary div{
	/* Contains both sidebars */

	}
	

.secondary {
	/* Contains both sidebars */
width: 220px;

	}
.secondary h4 {
	/* Contains both sidebars */
	font-size:1.3em;
	}
h2, h3{
	font-size: 1.9em;
	letter-spacing: 0;
	line-height:normal;
}
h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */

	font-weight: normal;
	letter-spacing: 0;
	line-height:normal;
	}
h4 { font-size: 1.4em;
}
h4 a, h4 a:hover, h4 a:active {
	color: #DC0B15 !important;
}
h2 a:hover, h2 span a:hover{
	color:#666666;
}
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	color:#666666;
	}

#sub-page-menu li{
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #CCCCCC;
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 10px;
	font-size: 1.2em;
	line-height:1.2em;
	}
#sub-page-menu .current_page_item, #sub-page-menu .current_page_item:hover{
	background-color:#FFFFFF;
	
	}
#sub-page-menu ul{
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	}
#sub-page-menu li:first-line{
	font-weight:bold;
	}
#sub-page-menu li:hover{
	background-color:#E0E0E0;
	}
#s{
width: 70%;
}

#search h4 {
	display: block;
	}
body.page .entry-content h3{
	font-size: 1.5em;
	}
.right-description{
 margin-left:480px; 
 padding-top: 56px; 
 font-size:1.5em;
 }
 .left-title{
 float:left;
 }

table.comparative
{ background-color: #ffffff;}
td.pad
{ padding: 10px;
}
tr.c1
{ background-color: #52F462;
}
tr.c2
{ background-color: #A8D0F2;
}
tr.c3
{ background-color: #CAD2D9;
}
tr.c4
{ background-color: #FFFEA9;
}
tr.c5
{ background-color: #E3D282;
}
tr.c6
{ background-color: #EE993F;
}

/* 2.0 FORK */
table.infotable {
	background-color: rgb(255, 255, 255);
}
table.infotable td {
	padding: 2px; margin: 0px;
	border: 0px solid rgb(255, 255, 255);
	background-color: rgb(119, 38, 37);
}
table.infotable *,
table.infotable td.pad a {
	color: rgb(255, 255, 255);
	background-color: rgb(119, 38, 37);
}
table.infotable td.pad a {
	text-decoration: underline;
}
table.infotable td.pad a:hover {
	color: rgb(255, 255, 0) !important;
	text-decoration: none;
}

table.infotable2 {
	background-color: rgb(255, 255, 255);
}
table.infotable2 td {
	padding: 2px; margin: 0px;
	border: 0px solid rgb(255, 255, 255);
	background-color: #f0f0f0;
}
table.infotable2 *,
table.infotable2 td.pad a {
	color: #000000;
	background-color: #f0f0f0;
}
table.infotable2 td.pad a {
	text-decoration: underline;
}
table.infotable2 td.pad a:hover {
	color: #000000 !important;
	text-decoration: none;
}