/*
Theme Name: Advanced Web Ranking
Theme URI: http://wordpress.org/
Description: Advanced Web Ranking Theme
Version: 1.0
Author: Catalin Rosu
Author URI: http://www.caphyon.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        background: url(/img/all/body_stripe.gif) repeat-x;
        margin: 0;
        padding: 0;
        background-color: white;
        color: #454545;
	}
#main
{
  margin: 0 auto;
  width: 955px;
  text-align: left;
}

#content {
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.7em;
	}

.widecolumn {
	line-height: 1.6em;
	}


.thread-alt {
	background-color: white; /*alternate gray color for coments*/
}
.thread-even {
	background-color: white; /*used to be alternate white color for coments*/
}
.depth-1 {
        border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	 color: #365A7D; 
	}

h2 a:hover, h3 a:hover{
	 color: #C44303; 
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 2px solid #D5D5D5;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Arial,Verdana, Helvetica;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	margin: 0;
        width: 700px;
        padding-right: 10px;
        position: relative;
	}

.widecolumn {
	padding: 0;
	margin: 0;
        position: relative;
	}

.post, .page {
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
        font-size: 0.9em;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0;
	}

h2.pagetitle {
	margin: 10px 0;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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; 
	}


div.navigation {
	display: block;
        margin: 10px 0;
}

div.navigation a {
        font: bold 1.2em Georgia,"Times New Roman",Times,serif;
        width:300px;
        padding: 5px 20px;
        display: block;
}

div.navigation .alignright a{
        background: url(http://www.advancedwebranking.com/img/blog/nav-article-right.png) no-repeat right 6px;
        text-align: right;
	}

div.navigation .alignleft a{
        background: url(http://www.advancedwebranking.com/img/blog/nav-article-left.png) no-repeat left 6px; 
        text-align: left;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry p
{

}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
        list-style: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
/* End Entry Lists */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	}
#searchform div{
         margin:0;
         padding:0;
         height:32px;
         line-height: 32px;
         clear: both;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 0;
        border:1px solid #ccc;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        background: #fafafa;
        margin:0; 
        padding:7px 2px;
        float: left;
	}

#sidebar #searchform #s:focus {
        background:#FFF;
        border:1px solid #ababab;
        outline:none;
}

#sidebar #searchsubmit {
        width: 32px; 
        height: 32px;  
        background: url(http://www.advancedwebranking.com/img/blog/search-blog.jpg) no-repeat;
        border: none;
        cursor: pointer;
        float: left;
        text-indent: -9999px;
        letter-spacing: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond
{
        width: 600px;
        margin: 0 auto;
}
#respond input, #respond textarea 
{
	padding: 0;
        border:1px solid #ccc;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        background: #fafafa;
        margin:0; 
        padding:7px 2px;
}

#respond input:focus, #respond textarea:focus
{
        background:#FFF;
        border:1px solid #ababab;
        outline:none;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
        background: url(http://www.advancedwebranking.com/img/all/purchase_head.gif) repeat-x bottom;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
        -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
       width: 200px;
       float: right;
}

#sidebar form {
   margin: 10px 0;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/*red css*/

/*-----*/
table.header
{
  background: url(/img/all/back_top.jpg) no-repeat;
  height: 82px;
  width: 100%;
  border-collapse: collapse;
  font-size: medium;
}

#logo
{
  padding-left: 0.3em;
  text-align: left;
}

/* Navigation */

table.navbar
{
  background: url(/img/nav/bg_menu.png) repeat-x;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  height: 33px;
  font-size: medium;
}

#navbar-right
{
  background: url(/img/nav/bg_menu_right.png) no-repeat;
  width: 10px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

#nav
{
  font-size: 0.7em;
  line-height: 1.3em;
  background: url(/img/nav/bg_menu_left.png) no-repeat;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
#nav ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}


#nav ul li
{
  background: url(/img/nav/bg_menu_divider.png) no-repeat right;
  float: left;
  height: 33px;
}

#nav ul li a
{
  color: #eaeaea;
  float: left;
  padding: 9px 15px 9px 15px;
  text-decoration: none;
}

#nav ul li a:hover
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 -66px;
}

#nav ul li.map-current
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 -99px;
}

#nav ul li.map-first-current
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 -33px;
}

#nav ul li.map-last-current
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 -99px;
}

#nav ul li.map-first a:hover
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 0px;
}

#nav ul li.map-first-current a:hover
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 0px;
}

#nav ul li.map-parent
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 -99px;
}

#nav ul li.map-first-parent
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 -33px;
}

#nav ul li.map-first-parent a:hover
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 0px;
}

#nav ul li.map-last-parent
{
  background: url(/img/nav/bg_menu_sprites.png) no-repeat 0 -99px;
}
/* Table pagehead */

#pagehead
{
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  background: url(/img/all/head.gif) no-repeat;
  font-size: medium;
}

#pagehead td
{
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}

#productlogo
{
  text-align: left;
  padding-left: 9px;
  padding-top: 10px;
  width: 9%;
}

td#buy, td#download
{
  text-align: right;
  padding: 0;
  width: 200px;
}

span.rightbuttons
{
  text-decoration: none;
  color: #eaeaea;
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
}

#buy a
{
  display: block;
  line-height: 50px;
  height: 50px;
  padding-right: 3.5em;
  background: url(/img/all/rbsprites.gif) no-repeat 0 -150px;
}

#buy a:hover
{
  background: url(/img/all/rbsprites.gif) no-repeat 0 -100px;
  text-decoration: none;
}

#download a
{
  display: block;
  line-height: 50px;
  height: 50px;
  padding-right: 3.5em;
  background: url(/img/all/rbsprites.gif) no-repeat 0 -50px;
}

#download a:hover
{
  background: url(/img/all/rbsprites.gif) no-repeat 0 0px;
  text-decoration: none;
}

td#title
{
  vertical-align: bottom;
  font-size: 0.8em;
  color: #B36516;
  font-weight: bold;
  text-transform: uppercase;
}

td#description h1
{
  color: #eaeaea;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  font-family: Verdana,sans-serif;
  text-align: left;
}

.page-awr
{
  background: url(/img/all/page.gif) no-repeat;
  width: 100%;
  border-collapse: collapse;
}
.page-awr td
{
  padding:10px;
}

/* Links */

a
{
  color: #2a679f;
  text-decoration: none;
}

a:visited
{
  color: purple;
  text-decoration: none;
}

a:active
{
  color: #FF5C01;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
/* no border for images in links */

a img
{
  border: none;
}

/* Sidebar */

table#separator
{
  border-collapse: collapse;
  width: 21px;
  margin-top: 0.7em;
  height: 100%;
  background: url(/img/nav/s_02.gif) repeat-y;
}
table#separator td
{
  padding:0;
  vertical-align: top;
}

#begin
{
  background: url(/img/nav/s_01.gif) no-repeat top left;
  height: 163px;
  width: 11px;
}

#mid
{
  background: url(/img/nav/s_02.gif) repeat-y left;
}

#mid div
{
  width: 21px;
}

#end
{
  background: url(/img/nav/s_03.gif) no-repeat bottom left;
  height: 163px;
  width: 11px;
}

table.page td.navigation
{
  vertical-align: top;
  padding-right: 10px;
}

table.page td.navigation td
{
  vertical-align: top;
}


h2.widgettitle
{
  color: #717171;
  line-height: 26px;
  padding: 7px 0 7px 10px;
  margin: 10px 0 0 0;
  font: bold 1em Arial,Verdana,helvetica;
  background: url(http://www.advancedwebranking.com/img/blog/sidebar-title-blog.png) no-repeat left;
  text-shadow: 0 1px 0 white;
}

#sidebar ul ul
{
  padding-bottom: 1.2em;
}

#sidebar ul ul li
{
  border-bottom: 1px solid #f5f5f5;
}

#sidebar ul ul li a
{
  background: url(/img/nav/bullet.gif) no-repeat left 1.1em;
  padding: 0.6em 1em;
  margin-left: 7px;
  display: block;
  line-height: 1.5em;
}

#sidebar ul ul li a:visited
{
  color: #2a679f;
}

div.date
{
height: 51px;
width: 54px;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 1.5em;
text-align: center;
position: absolute;
background: url(http://www.advancedwebranking.com/img/blog/post-date-bg.png) no-repeat bottom right;
margin:-30px 0 0 -64px;
}

div.date b
{
    display: block;
    margin-top: 6px;
    font-weight: normal;
}

div.date i
{
    position: relative;
    top:-7px;
    font-weight: bold;
}

.postmetadata span
{
    padding: 2px 0 2px 0;
    line-height: 2.5em;
}

.postmetadata span.tags
{
    background: url(http://www.advancedwebranking.com/img/blog/tag.png) no-repeat center left;
    padding-left: 20px;  
}

.postmetadata span.posted
{
    background: url(http://www.advancedwebranking.com/img/blog/posted.png) no-repeat center left;
    padding-left: 20px;  
}

.comment-wrap 
{
    height:33px;
    width:42px;
    background: url(http://www.advancedwebranking.com/img/blog/comment-wrap-bg.gif) no-repeat; 
    position: absolute;
    right: 0px;
    margin: -30px 20px 0 0;
    text-align: center;  
}
.comment-wrap a
{
    font: normal 1.4em Georgia,"Times New Roman",Times,serif;
    color: #333333;
    padding: 6px 0 8px 0;
    display: block;
    line-height:1; 
}

.byuser
{
   background: #FFF0DA;
}

a.more-link
{
  padding: 4px 4px;
  color: white;
  font: 0.9em 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  background: #378ac8;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  display: block;
  width: 102px;
  margin: 5px 0 0px auto;
 }

a.more-link:hover
{
  text-decoration: none;
  background: #2877b2;  
 }

/*Social networks icons*/
div#social-network-icons
{
  margin-bottom: 10px;
}

div#social-network-icons a
{
  margin: 0 4px;
  float: left;
}

/* Footer */
#footer
{
  background: url(http://www.advancedwebranking.com/img/blog/footer-bkg.png) repeat-x;
  height: 185px;
  margin: 70px 0 0 0;
  font-size: medium;
}

#inner-footer
{
  position: relative;
  margin: 0 auto;
  width: 955px;
  color: #cacaca;
  padding-top: 20px;
  font-size: 0.7em;
}

#footer a img
{
  border: none;
}

#footer-blog a
{
  color: #cacaca;
  text-decoration: none;
}

#footer-blog a:hover
{
  color: white;
  text-decoration: none;
}

#copynote
{
  color: #eaeaea;
  padding-top: 0.8em;
}

#copynote a
{
  color: #7fb9ce;
  text-decoration: none;
}

#copynote a:hover
{
  color: #bcedff;
}

#footer-logoawr
{
  position: absolute;
  top: -20px;
  right: 0;
}

a#to-top
{
  position: absolute;
  top: -50px;
  left: 0;
  background: url(http://www.advancedwebranking.com/img/blog/to-top.png) no-repeat 0 0;
  width: 110px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}

a#to-top:hover
{
  background: url(http://www.advancedwebranking.com/img/blog/to-top.png) no-repeat 0 -50px;
}

#media
{
  color: white;
  text-shadow: 0 1px 0 black;
}

#media ul
{
  padding: 0;
  margin: 40px 0 0 0;
}

#media ul li
{
  list-style-type: none;
  float: left;
  margin: 0 50px 0 0;
}

#media ul li a
{
  text-decoration: none;
  color: white;
  display: block;
}

#media ul li a#rss:hover
{
  color: #ffe1b8;
}

#media ul li a#twitter:hover
{
  color: #b0e8ff;
}

#media ul li a#facebook:hover
{
  color: #cfdeff;
}

#media ul li img
{
  margin: 10px 6px -4px 0;
}

b.media-weight
{
  font-family: Georgia, Arial, Verdana, Helvetica;
  font-size: 1.2em;
}

#media ul li b.email-phone
{
  font-size: 1em;
}

b.contact-details
{
  color: #cacaca;
}