/* 
Osculator re-design
HTML mockup by Andy Chung
*/

/* reset */
* {
  border: 0 none;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
          
  /* the following stops accidental double-clicking carousel arrows from selecting things 
  -khtml-user-select: none;
  -moz-user-select: none;*/
}

/* force vertical scroll bar */
body {
	overflow-y:scroll;
}


h1 {
  color: #333;
  font-weight: bold;
  font-size: 17px;
  display: inline;
}

h2 {
  color: #333;
  font-size: 18px;
}

h3 {
	color: #333;
  font-size: 16px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align:super;
}

img.float {
  float: right;
}

body {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #666;
  width: 100%;
  background-color: #fafafa;
}

a{font-weight: ;
  text-decoration: none;
  color:#08C;}
 
a:hover{text-decoration: underline;}  

h2 a {
	color:#666;
}


p{
	margin-bottom:10px;
	font-size:1.1em;
}

ul li{
	
font-size:1.1em;

}
  

/* grid */

.row {
  width: 960px;
  position: relative;
  left: 50%;
  margin: 10px auto 0px -480px;
  float: left;
  display: block;
  clear: both;
  height: 100%;
}

.noMarginBottom {
  margin-bottom: 0;
}

.marginTop {
  margin-top: 40px;
}

.marginBottom {
  margin-bottom: 40px;
}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6 {
  margin: 0 10px;
  float: left;
  display: inline-block;
  min-height: 1px;
  position: relative;
  height: 100%;
 
}

.c1 {
  width: 140px;
}

.c2 {
  width: 300px;
  text-align:justify;
}

.c25
{
  width: 300px;
  text-align:left;
}

.c3 {
  width: 460px;
}

.c4 {
  width: 620px;
}

.c45 {
  width: 620px;
  float: right; 	
}

.c5 {
  width: 780px;
}

.c6 {
  width: 940px;
}

/* big button style */

button.button {
  width: 300px;
  padding: 10px 0;
  background-image: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2));
  border: 1px solid #bbb;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #666;
/*

*/
  cursor:pointer;
  
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

.row .button{  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  line-height:normal;}

.button:hover {
  border: 1px solid #888;
}

a.button {
  text-decoration: none;
}

.button .buttonMeta {
  font-size: 12px;
  font-weight: normal;
}

#paybutton{
	float:right;
}

/* header */

#header {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e6e6e6;
  float: left;
}

#header a.menuItem:hover {
  background-color: #333;
}

#header a.menuItem {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;

  -webkit-transition: background-color 0.5s ease;
     -moz-transition: background-color 0.5s ease;
       -o-transition: background-color 0.5s ease;
          transition: background-color 0.5s ease;
  color: #fff;
  font-weight: bold;
  background-color: #bbb;
  padding: 0 10px;
  display: block;
  width: 100%;
  text-decoration: none;
 }

#header .logo {
  background-image: url('../i/osclogo.png');
  background-repeat: no-repeat;
  height: 24px;
  text-indent: -9999px;
}

#header .headerMeta {
  width: 300px;
  line-height: px;
  position: absolute;
  margin-left:0px;
  bottom: 40px;
/*
  right: 12px;
*/
}

#header .headerMeta a {
  color: #666;

}

#header .otherVersions{
	margin: 0 10px;
	float: left;
	display: inline-block;
	min-height: 1px;
	position: relative;
	height: 100%;
	margin-top: 160px;
	width:300px;
	text-align:center;
}


#header .headerMeta .pitch {
  line-height: 21px;
  margin: 10px 0;
}

#header .headerMeta .pitch p {
  margin: 7px 0;
}

#header.thanks {
  border-bottom: none;
}

/* ribbon */

#ribbon {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  padding: 40px 0;
   
}

#ribbon .caption {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

#ribbon .priceWrap {
  margin: 10px 0;
  width: 100%;
  float: left;
}

#ribbon .priceLeft {
  width: 140px;
  margin: 0 10px 0 0;
  float: left;
}

#ribbon .priceRight {
  width: 140px;
  margin: 0 0 0 10px;
  float: left;
}

#ribbon .priceLeft .numberLeft {
  font-size: 36px;
  color: #009962;
  display: block;
}

#ribbon .priceRight .numberRight {
  font-size: 36px;
  color: #666;
  display: block;
}

.numberLeft sup,
.numberRight sup {
  font-size: 20px;
  line-height: 33px;
  vertical-align: text-top;
}

#ribbon input.enterPrice {
  width: 270px;
  font-size: 36px;
  font-weight: bold;
  color: #666;
  height: 65px;
  line-height: 65px;
  background-color: #fafafa;
  border: 1px solid #bbb;
  padding: 0 20px;
  text-align:center;
  float:left;
   
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;

}

.dollor{
	background-image:url('../i/dollor.png');
	background-position:85px 15px;
	background-repeat:no-repeat;
}
.euro{
	background-image:url('../i/euro.png');
	background-position:160px 15px;
	background-repeat:no-repeat;
}

#ribbon .currency{
	width:30px;
	font-size: 36px;
  font-weight: bold;
  color: #666;
  height: 65px;
  line-height: 65px;
  text-align:center;
  float:left;
	
}



/*
#ribbon 
*/button {
  width: 300px;
  background-image: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2));
  border: 1px solid #bbb;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #666;
 /*
 float: right;
*/
  height: 65px;
  line-height: 65px;
  cursor:pointer;

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

/*download page buttons*/

.downloadbutton {
    width: 200px;
	float:left;
	margin:20px 0px 26px 260px;
	clear:left;
	position:relative;
}

.version {
	float:left;
	margin:10px 0px 20px 0px;
	padding:22px 20px 22px 20px;
	margin:;
	position:relative;
}

.version #os
{
	font-weight: bold;
}

/* information */

#info {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #bbb;
  float: left;
  padding: 10px 0;
}

#infoblog {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #bbb;
  float: left;
  padding: 10px 0;
}

/* footer */

#footer {
  width: 100%;
  background-color: #e6e6e6;
  float: left;
  min-height: 100px;
}

#footer li {
  color: #fff;
  font-weight: bold;
  background-color: #bbb;
  padding: 0 10px;
  display: block;
  width: 100%;
  
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
}

/* thanks */

.c2.thanks {
  margin-top: 63px;
  text-align:left;
}

.c2.thanks p {
  margin: 21px 0;
  width:320px;
}

.c2.thanks a {
text-decoration:underline;
}

.enterprice{
 
}

/*blog styling*/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.post{
	margin:0 0 25px 0;
	padding:25px 25px 25px 25px;
	border-bottom: 1px solid #E6E6E6;
}
	
.postbox{
	margin:0 0 25px 0;
	padding:25px 25px 25px 25px;
	border: 1px solid #E6E6E6;
	background-color: #FAFAFA;
	border-bottom: 1px solid #E6E6E6;
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
}

div.entry ul, div.entry ol{
	position:relative;
	left:40px;
	margin-bottom:10px;
}

div.entry ul li ul{
	font-size:0.9em;
}

div.entry blockquote{
	width:500px;
	margin: 20px 0 20px 40px;
}

div.entry iframe{
	margin-bottom:10px;
}


.post h2 a{
color:#333;

}

.postmetadata{
margin-bottom:10px;
color:#888;
}

.blogcontent{
background-color:;
position:relative;
width:600px;
float:left;
padding:0 10px 0 0;
}

#sidebars{
background-color:;
position:relative;
width:240px;
float:right;
}

#sidebars ul {
list-style-type:none;
font-size: 0.9em;
padding-bottom: 5px;
}

#sidebars ul a {
color: #888;
}

#sidebars ul a:hover {
color: #333;
text-decoration:none;
}

#sidebars h2{
font-size: 1em;
font-weight:bold;
}