/*
Theme Name: Affiliate Jump
Theme URI: http://blog.affiliatejump.com/
Author: Vladimir Golušin
Author URI: http://bigfish.rs
*/

* {
  margin: 0;
  padding: 0;
}

html, body {}

img, div { behavior: url("style/iepngfix.htc") }

body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	text-align: center;
}

div.wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	height: 100px;
	background: #060606 url("images/bg-header.jpg") no-repeat bottom center;
	border-bottom: 1px solid #777;
}

#header #logo {
	height: 80px;
	width: 210px;
	float: left;
	display: inline;
}

#shadow {
	background: transparent url("images/bg-header-shadow.jpg") repeat-x bottom center;
	height: 50px;
}

#shadow div.wrap {
	padding: 5px 10px 0;
	width: 940px;
	text-align: right;
}

#shadow div.wrap ul {}

#shadow div.wrap ul li {
	display: inline;
	margin-left: 10px;
}

#shadow a {
	color: #80c241;
	font-weight: bold;
}

#shadow a:hover {
	color: #444;
}

#menu {
	width: 630px;
	height: 100px;
	float: left;
	display: inline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	
	margin-left: 120px;
}

#menu ul {}

#menu ul li {
	display: inline;
	float: left;
	margin-right: 5px;
	width: 120px;
	overflow: hidden;
	height: 100px;
	color: #d5d5d5;
	padding-top: 25px;
}

#menu ul li span {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.03em;
}

#menu ul li a {
	color: #e8e8e8;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
}

#menu h2 {
	line-height: 100px;
	color: #f3f3f3;
	text-align: right;
	padding: 0 10px;
}
/* @end */


/* @group page */
/* PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#page {
	padding-bottom: 20px;
}

#page #lcol {
	width: 620px;
	margin: 0 10px;
	float: left;
	display: inline;
}

#page #rcol {
	width: 280px;
	margin: 0 10px 0 20px;
	float: left;
	display: inline;
}

#page p {
	margin: 10px 0;
	line-height: 150%;
	color: #555;
}

#page ul {
	margin: 10px 20px 10px 40px;
	list-style-image: url("images/bullet.png");
}

#page ol {
	list-style-type: decimal;
	margin: 10px 20px 10px 40px;
}

#page a {
	color: #80c241;
}

#page q,
#page cite {
	line-height: 150%;
	color: #555;
}

#page blockquote {
	border-left: 2px solid #ccc;
	margin-left: 10px;
	padding: 2px 10px;
	line-height: 150%;
	color: #555;
	font-style: italic;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: .9em;
}

#page pre,
#page code {
	width: 600px;
	padding: 10px;
	overflow: auto;
	line-height: 160%;
}

#page ul li,
#page ol li {
	margin-bottom: 4px;
	color: #555;
}

#page h1 {
	color: #000;
}

#page h2 {
	margin: 30px 0 -5px;
	color: #333;
}

#page h3 {
	margin: 20px 0 -5px;
	color: #333;
}

#page h4 {
	margin: 20px 0 -5px;
	color: #333;
}

#page h1 a {
	color: #000;
	text-decoration: none;
}

#page div.meta {
	border-top: 1px solid #eee;
	padding-top: 5px;
	color: #777;
	font-size: .9em;
	margin-bottom: 20px;
}

#page div.meta a {
	color: #80c241;
	text-decoration: none;
}

#page div.meta a:hover {
	text-decoration: underline;
}

#page #lcol img {
	max-width: 620px;
}

#page div.post {
	margin-bottom: 30px;
}

#page #rcol h2 {
	margin: 0;
}

#page #rcol ul {
	margin: 10px 20px 20px 0;
	list-style-image: none;
	border-top: 1px solid #eee;
}

#page #rcol ul li {
	margin-bottom: 0;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}

/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer div.wrap {
	padding: 5px 10px 10px;
	border-top: 1px solid #d5d5d5;
	text-align: right;
	color: #999;
}

#footer a {
	color: #80c241;
}
/* @end */


/* @group common */
/* COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	letter-spacing: -0.03em;
}

h1 {
	font-size: 3.2em;
	letter-spacing: -0.07em;
}

h2 {
	font-size: 2.4em;
	letter-spacing: -0.05em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}
/* @end */


/* @group search */
/* SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div.search {}

div.search div.item {}

div.search div.item input.element {
	padding: 4px;
	background: #fff;
	border: 1px solid #d5d5d5;
	width: 200px;
}

div.search div.item input.button {
	padding: 2px;
}
/* @end */


/* @group comments */
/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#comments {
	margin-bottom: 20px;
}

#comments h4 {
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 10px;
}

#comments div.item {
	margin-bottom: 10px;
}

#comments div.item div {
	font-weight: bold;
	padding: 0 2px 2px;
	color: #666;
}

#comments textarea {
	padding: 5px;
	width: 606px;
	height: 100px;
	font: 12px Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#comments input.element {
	padding: 4px;
	font: 12px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: 200px;
}

#comments form {
	margin-bottom: 30px;
}

#comments div.comment {
	background: #222;
	padding: 15px 15px 15px 30px;
	color: #f3f3f3;
	margin-bottom: 10px;
}

#comments div.comment div.image {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

#comments div.comment h5 {
	font-size: 1.4em;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	letter-spacing: -0.01em;
	border-bottom: 0;
	padding-top: 5px;
	text-transform: capitalize;
}

#comments div.comment h5 span {
	float: right;
}

#comments div.comment h5 span a {
	color: #fff;
	text-decoration: none;
}

#comments div.comment div.meta {
	font-size: .9em;
	color: #999;
	margin-bottom: 10px;
	border: 0;
}

#comments div.comment p {
	color: #f3f3f3;
}

/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}
/* @end */