/*
Theme Name: Capricorn
Theme URI: http://www.random-is.me/themes/
Version: 1.3
Description: Capricorn is a light simple one cloumn theme, designed for people with simple taste.
Author: <a href="http://shaibanii.com">Shaibanii</a>
Tags: white, black, one-column, fixed-width, light
For the WordPress community (GPL), enjoy!
by Shaibanii - Random-is.me

For WordPress 2.7+ :)
*/


body{
background: #fff url("images/header-bg.jpg") center top repeat-x;
color:#666;
font:11px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
padding: 80px 0 0 0;
margin:0;
}

a{
color:#110;
text-decoration:none;
}

a:hover{
color:#666;
text-decoration:none;
}

blockquote {
padding:0 0 0 20px;
color:#000;
}

blockquote a{
color:#999;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}

/* Headers */

h1{
font-size:43px;
color:#888;
font-family:"Helvetica 65 Medium", Helvetica, sans-serif;
text-align:center;
text-transform:lowercase;
}

h1 a, h1 a:hover{
color:#888;
text-decoration:none;
}


h2{
font-size:20px;
margin:5px 0 7px 0;
text-align:justify;
}

h2 a{
color:#222;
text-decoration:none;
}

h2 a:hover{
color:#c00;
}

h3{
text-align:justify;
font-size:12px;
color:#000;
}

h4{
text-align:center;
font-size:12px;
color:#000;
}

/* Blog Contents */

#wrapper{
width:650px;
margin:0 auto;
}


/* Navigation */

/*
#nav{
padding:3px;
}

ul.nav{
width:500px;
list-style:none;
margin:0;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:20px 4px 20px 4px; 
width:92px;
height:auto;
color:#aa2812; 
text-align:center; 
font-family:Helvetica;
font-size:12px;
text-transform:lowercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#000; 
text-decoration:none;
}
*/




/* Posts */

#main{
float:left;
width:685px;
}

.post{
padding:5px;
text-align:justify;
}

.main{
text-align:justify;
border-bottom:1px solid #bbb;
font-size: 1.2em;
}

.main p{
line-height:18px;
margin:0 0 15px 0;
}

.main ol{
line-height:18px;
margin:0 0 15px 30px;
}

.main ul{
line-height:18px;
margin:0 0 15px 30px;
}

.main li{
margin:0 0 5px 0;
}


.main img{
padding:5px;
border:1px solid #999;
}

.main img:hover{
padding:5px;
border:1px solid #444;
background:#666;
}

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}


.meta{
font-size:9px;
line-height:15px;
display:inline;
color:#333;
padding:5px;
margin:0 0 30px 0;
}

.navigation{
font-size:11px;
}

/* Comments */

.gravatar{
float:left;
padding:2px;
border:1px solid #999;
margin:5px;
}

.gravatar:hover{
padding:2px;
border:1px solid #444;
}

.alt{
color:#777;
}

ol#comments{
text-align:justify;
}

.gravatar{
float:right;
border:1px solid #222;
}


/* Forms */

input, textarea, select, button{
background:#fafafa;
border:1px solid #efefef;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font:10px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #555;
}

/* Footer */

#footer{
font-size:9px;
text-align:center;
float:left;
margin:10px 0 0 0;
padding:10px 0 10px 0;
border-top:1px solid #999;
width:100%
}

#footer a{
color:#999999;
}

#footer a:hover{
color:#777;
}




/* Others */

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-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;
}

.ptable {
   border: 1px solid #ccc;
   margin: 10px 0;
}
.thead {
   height: 30px;
   text-align: center;
   line-height: 30px;
   font-size: 20px;
   font-weight: bold;
   background: #ccc;
   text-shadow: 0px 1px 0px #fff;
   color: #AA2812;
   border-bottom: 1px solid #ddd;
   background-image: linear-gradient(bottom, rgb(221,221,221) 20%, rgb(239,239,239) 80%);
   background-image: -o-linear-gradient(bottom, rgb(221,221,221) 20%, rgb(239,239,239) 80%);
   background-image: -moz-linear-gradient(bottom, rgb(221,221,221) 20%, rgb(239,239,239) 80%);
   background-image: -webkit-linear-gradient(bottom, rgb(221,221,221) 20%, rgb(239,239,239) 80%);
   background-image: -ms-linear-gradient(bottom, rgb(221,221,221) 20%, rgb(239,239,239) 80%);

   background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.2, rgb(221,221,221)),
      color-stop(0.8, rgb(239,239,239))
   );
}
.tinner {

}
.tinner .item {
   overflow: hidden;
   background: #FEFEFE;
   border-bottom: 1px solid #ccc;
}
.tinner .item .t1 {
   width: 170px;
   float: left;
   text-align: center;
}
.tinner .item .t1 .logo {
   margin: 0 auto;
}
.tinner .item .t1 .logo img {
   border: none;
}
.tinner .item .t1 .logo img:hover {
   background: #fff;
   border: none;
}
.tinner .item .t1 .play {
   width: 140px;
   height: 37px;
   display: block;
   cursor: pointer;
   margin: 0 auto;
   background: url("images/playnow.png") 0 0 no-repeat
}
.tinner .item .t1 .play:hover {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   opacity: 0.8
}
.tinner .item .t1 .play a {
   display: block;
   width: 140px;
   height: 37px;
}
.tinner .item .t1 .review {
   text-align: center;
   font-size: 14px;
   display: block;
   padding: 5px 0 10px 0;
   cursor: pointer;
}
.tinner .item .t1 .review:hover {
   color: #AA2812;
}
.tinner .item .t2 {
   float: left;
   width: 290px;
}
.tinner .t2 .h1 {
   color: #992010;
   font-size: 26px;
   font-weight: bold;
   text-align: center;
   padding: 5px 0 0 0;
}
.tinner .t2 .h2 {
   color: #404040;  
   font-size: 18px; 
   font-weight: bold;
   text-align: center;
}
.tinner.singleitem .t2 .h2 {
   padding: 10px 0 0 0;
}
.tinner .t2 ul {
   text-align: left;
   margin: 10px 0 10px 0;
   width: 260px;
   padding: 10px 0 0 10px;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
}
.tinner .t2 ul li {
   padding: 0 0 0 25px;
   min-height: 20px;
   list-style: none;
   background: url("images/tick.png") 0 0 no-repeat
}
.tinner .accepts {
   color: #404040;
   font-size: 16px;
   font-weight: bold;
   width: 270px;
   padding: 0 0 10px 10px;
   height: 22px;
   line-height: 22px;
   border-bottom: 1px solid #ddd;
   background: url("images/pay.png") right 3px no-repeat
}
.tinner .more {
   color: #AA2812;
   width: 280px;
   cursor: pointer;
   font-size: 12px;
   font-weight: bold;
   min-height: 18px;
   line-height: 18px;
   margin: 10px 0 0 0;
   padding: 0 0 10px 22px;
   text-align: left;
   text-decoration: underline;
   background: url("images/arrow.png") 0 4px no-repeat
}
.tinner .more:hover {
   text-decoration: none;
}
.tinner .more a {
   color: #AA2812;
}
.tinner.singleitem .more {
   width: 250px;
} 
.tinner .item .t3 {
   float: left;
}
.t3 .img {
   display: block;
}
.t3 img {
   padding: 0;
   width: 160px;
   height: 107px;
   display: block;
   border: 0;
   margin: 20px 0 0 0;
}
.t3 img:hover {
   border: 0;
   padding: 0;
}
.t3 .rating {
   text-align: center;
}
.t3 .rating .r1 {
   font-size: 14px;
   margin: 10px 0 0 0;
}
.t3 .rating .r2 {
   font-size: 14px;
   color: #00F;
}
.tinner .t1 .pay {
   display: block;
   width: 146px;
   height: 22px;
   margin: 10px 0 0 12px;
   background: url("images/pay2.png") 0 0 no-repeat  
}
#copyright {
color: #666;
display: block;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 10px;
}
#footerIcons {
text-align: center;
}
.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu { /*Find this class in the css file*/

height: 40px;
margin-left:auto; /*Then added these two margin styles.*/
margin-right:auto;

background: #4c4e5a;
background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}
.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #8fde62; 
}
.menu ul {
    
    position: absolute;
    top: 40px;
    left: 0;
 
    opacity: 50;
    background: #1f2024;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;

}
 
.menu li:hover > ul { opacity: 50; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}
.menu ul li a {
    width: 250px;
    padding: 4px 0 4px 10px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
.menu ul li:last-child a { border: none; 
}
.menu a.documents {}
.menu a.messages {}
.menu a.signout {}
.clearfix::after{content:"";display:table;clear:both}
