/*
Theme Name: DVD to PSP

Version: 0.1 english

*/
/*GLOBAL OPTIONS*/
html {
  font-size: 100.1%;
  height: 100%;
}
body {
  font: 64% Arial, Helvetica, sans-serif;
  margin: 0;
  background: url(images/bg-body.gif) repeat-x;
  height: 100%;
}
form {
  display: inline;
  padding: 0;
  margin: 0;
}
li {list-style: none;}
a {text-decoration: underline; }
a:hover {text-decoration: none;}
a:focus {outline: none;}
img {
  border: none;

}
h1 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 27px;
  text-align:center;
}
h2 {
  margin: 0 0 15px;
  color: #8bbf33;
  font-size: 24px;
}

h4 {
  margin: 25px 0 5px;
  font-size: 14px;
  color: #696969;
}

p {
  color: #696969;
  font-size: 14px;
  line-height: 24px;
  margin: 0 8px 8px 0;
  overflow: hidden;
  height: 1%;
}
p a {color: #ee961b;}
/*text to image replacment*/
.hidden-text {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
/*MAIN CONTAINER*/
.main-holder {min-height: 100%;}
.main {
  margin: 0 auto;
  width: 955px;
}
/*HEADER*/
#header {
  height: 138px;
  position: relative;
  width: 985px;
  margin: 0 auto;
  overflow: hidden;
}
/*logo*/
.logo {
  margin: 0;
  position: absolute;
  top: 40px;
  left: 20px;
  background: url(images/logo.gif) no-repeat;
  width: 370px;
  height: 60px;
}
.logo a {
  height: 100%;
  width: 100%;
}

.logo em {
  display: block;
  color: #adadad;
  position: relative;
  top: -10px;
  left: 70px;
	border: 0px solid black;
}
/*main naigation*/
.main-nav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  bottom: 11px;
  overflow: hidden;
}
.main-nav li {
  float: left;
  margin-left: 2px;
  display: inline;
}
.main-nav a {
  display: block;
  width: 98px;
  line-height: 28px;
  background: url(images/bg-main-nav.gif) no-repeat;
  color: #2b2c2c;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.main-nav a:hover, .main-nav a.active, .main-nav li.current-cat a {
  background-position: 0 100%;
  color: #fff;
}
/*header-bar*/
#header-bar fieldset, #smcf-content fieldset {
  display:inline;
  border:0;
  padding:0;
}
#header-bar {
  position: absolute;
  top: 7px;
  right: 20px;
  background: url(images/bg-header-bar.gif) no-repeat;
  width: 492px;
  padding-left: 5px;
  height: 31px;
}
#header-bar label {
  float: left;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  line-height: 25px
}
#header-bar .i-text {
  width: 150px;
  height: 17px;
  border: 2px solid #8eb816;
  background: #fff;
  padding: 2px 2px;
  font: 14px Arial, Helvetica, sans-serif;
  color: #333;
  float: left;
  margin-right: 5px;
}

#header-bar .i-submit {
  /*
  width: auto;
  height: 25px;
  background: url(images/btn-login.gif) no-repeat top ;
  border: 1px solid black;
  */
}

#header-bar #flash {
  background: url(images/bg-header-bar.gif) no-repeat bottom;
  width: 497px;
  height: 18px;
  position: relative;
  top: 0;
  left: -5px;
  right: 0;
  clear:both;
  color: #fff;
}

#header-bar #flash div {
  padding: 2px 0 0 5px;
}

#header-lang {
  position: absolute;
  top: 9px;
  right: 0px;
  width: 15px;
  height: 6px;
  font-size: 11px;
  color: #696969;
}
#header-lang a, #header-lang a:hover, #header-lang a.active {
  font-size: 11px;
  color: #696969;
}
/*info-box*/
.info-box {
  background: #8bbf33 url(images/bg-info-box.gif) repeat-x;
  height: 418px;
  overflow: hidden;
}
.info-box .main {
  height: 376px;
  padding-top: 10px;
  background: url(images/img-visual1.jpg) no-repeat;
  background-position:10px 0;
}
.info-box .main .private-beta {
	margin: 0;
  position: absolute;

	top: 120px;
  left: 900px;
  /*
  top: 10px;
  left: 360px;
  */
  background: url(images/privatebeta_blue.png) no-repeat;
	background-color: transparent;
	width: 167px;
	height: 167px;
	z-index: 1000;
}
.info-text {height: 299px;float:right;width:550px;}
/*check-list*/
.check-list {
  padding: 0;
  margin: 0 0 15px;
}
.check-list li {
  font-size: 20px;
  line-height: 47px;
  padding-left: 33px;
  background: url(images/img-bullet-check.gif) no-repeat 0 50%;
  color: #fff;
}
.buttons {
  overflow: hidden;
  padding-left: 30px;
  height: 39px;
}
.btn-green, .btn-orange {
  width: 153px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
	font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 15px;
	padding-top: 1px;
  display: block;
  float: left;
}
.btn-orange {background: url(images/btn-sign-up.gif) no-repeat;}
.btn-green {background: url(images/btn-learn-more.gif) no-repeat;}
/*steps*/
.steps {
  padding: 0;
  margin: 20px 0 0 0;
  overflow: hidden;
  width: 100%;
  float: left;
}
.steps li {
  padding-left: 65px;
  background: url(images/img-step-separator.gif) no-repeat;
  height: 90px;
  float: left;
  letter-spacing: -1px;
}

.steps li:first-child {
  padding-left: 15px;
  background: none;
}
.steps em {
  float: left;
  width: 49px;
  line-height: 49px;
  background: url(images/bg-step-number-2.gif) no-repeat;
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin-right: 8px;
  font-weight: bold;
  margin-top: 20px;
}
.steps a {
  text-decoration: none;
  float: left;
}

.steps strong {
  display: block;
  font-size: 24px;
  color: #adadad;
  padding-top: 15px;
  float: left;
}
.steps span {
  display: block;
  font-size: 18px;
  color: #adadad;
}
.steps a strong, .steps a span {color: #8bbf33;}
.done {padding-right: 0;}
.done {
  padding-left: 65px;
  background: url(images/img-done.gif) no-repeat 0 50%;
  display: block;
  height: 100%;
  overflow: hidden;
}
/* .small strong {padding-top: 30px;} */
.done strong {padding-top: 30px;color: #8bbf33;}
/*CONTAINER*/
#container {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 16px;
  background: white url(images/bg-container.gif) repeat-x;
  margin-top: 1px;
}
/*content*/
.content {
  float: left;
  width: 665px;
  padding-right: 12px;
  margin-top: -21px;
  background: url(images/bg-content.gif) repeat-y 100% 0;
}
.content a {
  color: #ee961b;
}
.content-box {
  overflow: hidden;
  height: 1%;
  background: url(images/bg-dotted-border.gif) repeat-x 0 100%;
  margin: 0 4px 12px 0;
  padding-bottom:8px;
  /*text-align:justify;*/
  font-size:14px;
}

.content-box h2 { margin-top: 30px;}
.content-box h2 a {color: #8bbf33;text-decoration:none;}
.content-box h2 a:hover {color: #8bbf33;text-decoration:none;}
.content.box h2 a:focus {color: #8bbf33;text-decoration:none;}
.last {background: none;}
.content-photo {
  float: right;
  background: url(images/bg-content-photo.gif) no-repeat;
  padding: 5px 0 14px 15px;
	margin: 0 18px 0 10px;
  display: inline;
}
/*check-list-small*/
.check-list-small, .content-box ul, .sidebar ul {
  padding: 0 8px 0 15px;
  margin: 0;
}
.check-list-small li, .content-box ul li, .sidebar ul li {
  line-height: 24px;
  font-size: 14px;
  color: #656565;
  padding-left: 27px;
  background: url(images/img-bullet-check2.gif) no-repeat 0 10%;
}
/*sidebar*/
.sidebar {
  float: right;
  width: 268px;
  margin-top: -10px;
  margin-left: 10px;
}
.sidebar p {
	border: 0px solid black;
	margin: 12px 17px;
	line-height: 20px;
}

/*popup*/
.popup {
  background: url(images/bg-popup.gif) no-repeat 0 100%;
  width: 268px;
  padding-bottom: 45px;
}
.popup-holder {
  background: url(images/bg-popup.gif) no-repeat;
  overflow: hidden;
  padding: 22px 18px 0;
}
.popup-holder p {
	margin:0;
}
.popup-link {
  padding-left: 25px;
  color: #5c9300;
  font-size: 14px;
  display: block;
  margin-top: -13px;
  margin-bottom: 24px;
}
.popup-link a {color: #ed9319;}
/*green-box*/
.green-box {
  background: #8bbf33 url(images/bg-green-box-bottom.gif) no-repeat 0 100%;
  overflow: hidden;
  width: 261px;
  margin-left: 2px;
}
.green-box h3 {
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  height: 1%;
  margin: 0;
	padding-left: 16px;
  line-height: 34px;
  background: url(images/bg-green-box-top.gif) no-repeat;
  font-weight: normal;
}
.box-content {padding: 0 18px 5px}
.box-content p {margin:0;}
.btn-rss {
  float: right;
  width: 28px;
  height: 30px;
  background: url(images/btn-rss.png) no-repeat;
  margin-top: 4px;
  padding: 0 16px;
}
/*FOOTER*/
#footer {
  background: url(images/bg-footer.gif) repeat-x;
  height: 86px;
  overflow: hidden;
}
#footer .main {padding-top: 26px;}
#footer p, #footer li {
  font: 11px Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}
.footer-logo {float: left;}
#footer ul {
  padding: 0;
  margin: 15px 0 0;
  float: right;
}
#footer li {
  display: inline;
  padding-left: 10px;
  background: url(images/img-footer-separator.gif) no-repeat 4px 50%;
}
#footer li:first-child {background: none;}
#footer a {color: #9f9f9f;}
#footer p {
  margin: 15px 0 0;
  float: right;
}
.content h1 {
  color: #8bbf33;
  font-size: 24px;
  padding-left: 52px;
  background: url(images/ico-note.gif) no-repeat;
  padding-top: 18px;
  text-align:left;
}
.content-photo2 {border: 3px solid #e7e7e7;}
.right-photo {
  float: right;
  margin: 0 25px 0 5px;
  display: inline;
}
.check-list-small2, .content-box ul {margin-bottom: 20px;}
.check-list-small2 li, .content-box ul li {
  background-image: url(images/img-bullet-check3.gif);
  padding-left: 35px;
  letter-spacing: 0;
}
.inner-page .content h2 {font-size: 20px;}
.inner-page .green-box h3 {
  letter-spacing: -1px;
  padding: 0 10px;
}
.center-photo {margin: 25px auto 20px;}
/*check-list-small3*/
.check-list-small3, .sidebar ul {margin-bottom: 10px;}
.check-list-small3 a, .sidebar ul li a {color: #42474a;}
.check-list-small3 li, .sidebar li {background-image: url(images/img-bullet-check4.gif);}
/*title-box*/
.sidebar .title-box {
  background: url(images/bg-title.gif) no-repeat;
  line-height: 47px;
  color: #8bbf33;
  font-size: 18px;
  padding-left: 45px;
  margin: 8px 0;
}
/*twitter widget style*/
.sidebar .title-box img {
  float:right;
  margin:15px;
}
.sidebar .title-box a {color: #8bbf33;}
.sidebar ul li {
  background: url(images/img-bullet-check3.gif) no-repeat 0 10%;
}
.sidebar .entry-content {
  line-height:16px;
  margin: 0;
  padding: 0;
  font-family:Rockwell,Georgia,"Times New Roman",Times,serif;
}

.sidebar .reviews,.sidebar .awards {
  float:left;
width:268px;
}
.sidebar .awards img {
 padding:10px 0 0 55px;
}
.reviews-user {
border:1px solid #808080;
float:left;
height:50px;
margin:5px 10px 0 0;
position:relative;
width:50px;
}
.quote {
font-size:14px;
font-style:italic;
line-height:22px;
padding:0 0 10px;
}
.sidebar .entry-meta {
  font-size:80%;
  display: block;
  float:right;
}
.sidebar .entry-meta p {
padding:5px;
}
/*twitter widget style*/
.arrow-list, .green-box ul {
  padding: 0;
  margin: 0;
}
.arrow-list li, .green-box ul li {
  padding-left: 10px;
  background: url(images/img-arrow-bullet.gif) no-repeat 0 50%;
}
/*.arrow-list a, */.green-box ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #fff !important;
}
/*.structural {
  left:-9999px;
  position:absolute;
}*/
.btn_top { display:block; width: 40px; height: 24px; text-indent: -9999px; background: transparent url(images/btn_top.gif) top left no-repeat; margin-top: 24px;float:right; }
.btn_top:hover { background-position: top right;}
#listli li{
margin-left:20px;
background-image:none;
list-style-type:disc;
padding: 5px;
}
#listli img {
float:right;
margin:5px 0 0 3px;
}
.content-box a.intro-btn{background:url(images/intro-btn.png) no-repeat top left;width:400px;height:58px;display:block;overflow:hidden;text-indent:-999em;margin-top:20px;}
.content-box a.intro-btn:hover{background-position:0 -58px;}
.software-download {
background:transparent url(images/bg_soft_download.jpg) no-repeat scroll 0 0;

height:69px;
margin-top:36px;
text-align:center;

}
.software-download {
color:#88690B;
font-size:3em;
font-weight:normal;
font-size:2.5em;
padding-top:5px;
}
.software-download a:visited,.software-download a {
color:#FFFFFF;
}
.comment {
margin:0 auto;
width:650px;
}
#email, #author,#url {
font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
font-size:1em;
padding:2px;
line-height:180%;
text-align:left;
}


#submit {
height:32px;
width:85px;
line-height:180%;
}

#email:focus,#author:focus,#url:focus,#comment:focus{
	border: 2px inset #666;
	padding: 1px;
	background: #FFC;
}

textarea {
        overflow:auto;
}
.fl {float:left;}
.fr {float:right;}
.cl{clear:both;}