/*
Theme Name: WorldBackups
Description: Official WorldBackups Theme
Version: 1.0.
Author: Robin Burks
Author URI: http://robinburks.sunrise-promotions.com

*/



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#555;
	background-image: url(http://www.worldbackups.net/images/tile_generic.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
}

.entry p {
	line-height: 1.45em;
	margin: 0;
	padding: 0;
}

.entry h1, .entry h2 {
	margin: 0 0 .3em 0;
}

h2 {
	font-size: 24px; 
	color: #a7d52a;
	letter-spacing: -2px;
}
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }



pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
/*
strong {	
	color:#666;
}
*/
a {
	color: #87558f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#wrapper {
	padding:20px;
}

#content {
	margin:0;
	padding:0 0 0 0;
	width:576px;
	float:left;
}
#content .blogheader {
	color: #999999;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	display: block;
	width: 580px;
}
	
#sidebar {
	width:300px;
	float:right;	
	margin:0;
	padding:20px 0;
}	

#rss {
	background:url('images/rss.png') no-repeat;
	padding: 0 0 20px 20px;
	list-style-type: none;	
	font-size: 12px;
}	

/* Post */

.post {
	margin: 0;
	padding:20px 0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	border-bottom: 1px #999999 dashed;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size: 11px;
	color: #999999;
}

.clear {
	clear: both;
}

.entry {
	font-size: 12px;
	color: #4d4d4d;
	line-height:1.2em;
	margin:20px 0;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.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;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

/*GoldenByte*/
/*#sidebar {
font: Arial, Helvetica, sans-serif 12px;
	}
*/

#sidebar {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
	}
	
	

#sidebar h2 {
	font-family: 'Lucida Grande', Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	font-size: 24px; 
	color: #a7d52a;
	letter-spacing: -1px;
	line-height: 12px;
}
#sidebar a {
	color: #4d4d4d;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0 0 10px 15px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	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;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Custom */

#head-wrap          { background:#d295db url(/images/tile_generic.jpg) top left repeat-x;}
   #header-wrapper     { background:transparent url(/images/header_bg.jpg) top right no-repeat;}
   .generic #header-wrapper
                       { background:transparent url(/images/header_bg_generic.jpg) top right no-repeat; height:132px;
					   position: relative; clear:both; margin:0 auto; width:900px; text-align:left;}
                       /*{ position: relative; clear:both; margin:0 auto; width:900px; text-align:left;}*/
#header h1           { position:relative; float:left; margin:0 0 0 -50px; width:460px; height:132px; font-size:.9em;}
   #header h1           { background:transparent url(/images/logo_generic.jpg) top left no-repeat;}
#header h1 a         { display:block; width:100%; height:100%; text-indent:-9999px;}
   #header h1 a:hover   { background-color:transparent;}
#menu               { position:relative; float:right; display:inline; margin:0; width:379px;}
#menu                { padding:0; margin:0 0 0 0; list-style-type:none; list-style-position:outside; overflow:hidden;}
   #menu li             { position:relative; float:left; display:block; padding:0; margin:0;}
   #menu li a           { position:relative; display:block; height:86px; font-size:14px; color:#000000; text-decoration:none; text-transform:capitalize; text-indent:-9999px;}
   .generic #menu li a  { height:132px;}

   #menu li a.tag-1     { width:118px; background: transparent url(images/link_01.png) bottom left no-repeat;} 
   #menu li a.tag-2     { width:118px; background: transparent url(images/link_02.png) bottom left no-repeat;} 
   #menu li a.tag-3     { width:109px; background: transparent url(images/link_03.png) bottom left no-repeat;} 
   #menu li a.tag-4     { width:97px; background: transparent url(images/link_04.png) bottom left no-repeat;} 
    #menu li a.tag-5    { width:55px; background: transparent url(images/link_05.png) bottom left no-repeat;} 

   .generic #menu li a.tag-1
                        { background-image: url(images/link_g_01.png);} 
   .generic #menu li a.tag-2
                        { background-image: url(http://www.worldbackups.net/images/link_g_01.jpg);} 
   .generic #menu li a.tag-3
                        { background-image: url(http://www.worldbackups.net/images/link_g_02.jpg);} 
   .generic #menu li a.tag-4
                        { background-image: url(http://www.worldbackups.net/images/link_g_03.jpg);} 
	.generic #menu li a.tag-5
                        { background-image: url(http://www.worldbackups.net/images/link_g_04.jpg); background-position:top; cursor:pointer;} 

   #menu li a:hover     { background-position:top left;}
  /* #page-tag-1 #menu li a.tag-1,
   #page-tag-2 #menu li a.tag-2,
   #page-tag-3 #menu li a.tag-3,
   #page-tag-4 #menu li a.tag-4,
    #page-tag-5 #menu li a.tag-5
                        { background-position:top; cursor:pointer;} */

#footer             { padding-top:15px; clear:both; overflow:auto; background:#678b06 url(/images/footer.jpg) top left repeat-x;}
#footer
                       { position:relative; min-width:1000px; text-align:center;}
#footer-wrapper
                       { position: relative; clear:both; margin:0 auto; width:1000px; text-align:left;}
#footer-wrapper div { float:left; margin-right:35px;}
   #footer-wrapper #company-logos 
                       { float:right; margin-right:0; text-indent:-9999px;}
   .copy               { padding-top:40px; clear:both;}
#footer h4           { color:#fff; margin-bottom: 1.25em; margin-top: 0; height: 1.25em; font-weight: normal; font-size: 1.2em; line-height: 1.25; text-transform:uppercase;}
#footer              { color:#fff; font-size: 12px;}
   #footer p            { margin-top:40px; color:#fff;}
#footer-wrapper #company-logos strong
                        { display:block; width:150px; height:80px;}
   #footer-wrapper #company-logos strong.company-one
                        { background:transparent url(/images/microsoft_cert_partner.png) center no-repeat;}
   #footer-wrapper #company-logos strong.company-two
                        { background:transparent url(/images/company-two.png) center no-repeat;}
   #footer-wrapper #company-logos strong.company-three
                        { height:92px; background:transparent url(/images/company-three.png) center no-repeat;}
#footer a            { display:block; color:#fff;}
   #footer a:hover      { color:#333; text-decoration:none;}
   #footer #contacts li a
                        { display:inline;}
#footer ul           { margin:0; padding: 0; list-style-type:none; list-style-position:outside;}
 #footer li           { padding-bottom:5px; padding-left:10px; margin-bottom:5px; text-transform:capitalize; border-bottom:1px solid #fff; background:transparent url(/images/footer_arrow.png) center left no-repeat;}
   #footer #pages li    { width:117px;}
   #footer #contacts li { width:215px;}

#footer #pages ul            { float:left; margin-right:15px;}


h1 { 
	font-size: 30px;
	letter-spacing: -1.5px;
	line-height: 30px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 a, h2.post-title a {
	color: #85b601;
	padding: 2px;
}

h1 a:hover, h2.post-title a:hover {
	background: #85b601;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 2px;
}

.postmetadata {
	border-bottom: dashed 1px #ddd;
	padding: 2px;
}

#corporate-logos a {
	float: right;
}

#corporate-logos {
	margin-bottom: 35px;
}

#free-trial-form {
	background-color:#E0BAE6;
	border:1px solid #000000;
	display:block;
	float:none;
	margin-top:69px;
	position:relative;
	width:285px;
}

#free-trial-form h3 {
background:url("../../../../images/badge.png") no-repeat scroll center center transparent;
height:102px;
margin:0;
padding:0;
position:absolute;
right:-30px;
text-indent:-9999px;
top:-50px;
width:102px;
}

#free-trial-form h2 {
	background:url("../../../../images/header_box_titleBg.png") no-repeat scroll left top transparent;
border-width:0;
font-size:1.25em;
font-style:italic;
font-weight:normal;
left:-1px;
letter-spacing:0.07em;
margin:0;
padding:0.8em 1em 1em;
position:absolute;
text-transform:uppercase;
top:-39px;
width:100%;
}

#sidebar ul li #free-trial-form p {
color:#FFFFFF;
font-weight:bold;
margin:10px 60px 0.5em 20px;
}

#free-trial-form a {
background:url("../../../../images/submit_green.jpg") repeat-x scroll left top transparent;
border:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
font-size:1.5em;
margin:20px 0 1em 20px;
padding:0.4em;
text-align:center;
text-transform:uppercase;
width:230px;
}

#free-trial-form strong {
color:#000;
display:block;
font-size:0.8em;
font-weight:normal;
line-height:14px;
margin:0.5em 20px 20px;
}

#sidebar .widget h2 {
background:url("../../../../images/arrow_heading.jpg") no-repeat scroll left center #F9F9F9;
border-color:#CCCCCC;
border-style:solid;
border-width:1px 0;
color:#333333;
font-size:1.3em;
font-weight:bold;
line-height:24px;
margin-bottom:1.5em;
padding:16px 16px 16px 40px;
}


.entry h1 { 
	font-size: 20pt;
	font-weight: normal;
	font-weight: bold;
	color: #a7d52a;
}

.entry h2, .entry h2 strong {
	font-size: 16pt; 
	color: #a7d52a;
}
.entry h3 { font-size: 1.2em; padding: 0; }
.entry h4 { font-size: 1em; color: #87558F; padding: 0; }
.entry h5 { font-size: 1em; color: #a7d52a; padding: 0; }

.message-content {
	font-size: 15pt;
	text-align: center;
}

.sociable ul li {
	float: left;
	list-style: none;
}

.entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 0;
}

h1, h2, h3, h4, h5 { font-weight: normal; }