/* 

Theme Name: Blue Basic

Theme URL: http://playportal.net

Description: A simple, fast loading blue theme for your blog or site. Designed for those who want the content to do the talking, not the theme. Based upon the blank 'Whiteboard' Canvas by Brian Purkiss.

Author: James Wigger

Author URI: http://playstuff.net

Version: 1.21

Tags:blue, light, silver, one-column, fixed-width

*/



html {

height: 100%;
text-align: justify;

}

.show{
   left:-732px;
    position:absolute;
    top:15px;
    
}




body {

background-color: white;

color:#666;

font-family:trebuchet MS;

font-size:12px;


}



a, a:active{

color: #666666;



text-decoration:none;

}

a:visited {
}



a:hover {

color: black;

}



table, tr {

background:#ececec;

border:1px solid #c5c5c5;

}



thead, th {

font-weight: bold;

color: #666666;

text-align: left;

padding: 6px;

background: #fff;

}



td {

border: 1px solid #c5c5c5;

text-align:center;

background:#fff;

padding:6px;

color: #666666;

}



code, pre {

background:#ececec;

color:#666666;

display:block;

direction:ltr;

text-align:left;

border:1px solid #c5c5c5;

margin:8px 2px;

padding:5px;

overflow:auto;

}



#main {

width:900px;

margin:0 auto;

position: relative;

padding-bottom:0px;

padding-right: 37px;

}



#header {

height:120px;


width:100%;


}



#header h1 {

margin:0;

padding:40px 0 0 35px;

}



#header h1 a {

text-decoration:none;

color:#fff;

}



#header h1 a:hover {

color:#ccc;

}



#navigation {


border: none;

margin:5px 20px 0 20px;

padding:5px;

font-size:14px;

font-weight:bold;

z-index:-1;
}



#navigation ul {

list-style:none;

margin:5px 0 0 0;

padding:0;



}



#navigation ul li {

float: right;

}





#navigation ul li a {

padding:5px 10px 5px 10px;
color: #666666;
border: none;

}



#navigation ul li a:hover {
    color: black;


}



#content {

padding:0 2px 0 2px; 

}



#post {

padding:0 0px 0 5px;

margin:30px 0 0px 0;

z-index: 3;

}









em{
    display: none;
    
}


#postmeta {

background:#ececec;

border:1px solid #c5c5c5;

padding:5px 10px 5px 10px;

margin:0 15px 20px 15px;

font-size:11px;

display: none;

}



#postmeta ul {

list-style:none;

margin:5px 0 0 0;

padding:0;

display:inline;

}



#postmeta ul li {

display: inline;

}



#postmeta ul li a {

padding:5px;

background:#ececec;

border-left:1px solid #c5c5c5;

border-right:1px solid #c5c5c5;

}



#postmeta ul li a:hover {

background:#f4f4f4;

}



#postnavigation {

text-align:center;

padding:5px 10px 5px 10px;

margin:0 15px 20px 15px;

display: none;

}



#postnavigation ul {

list-style:none;

margin:0 0 0 0;

padding:0;

display:inline;

}



#postnavigation ul li {

display: inline;

}



#postnavigation ul li a {

padding:5px 10px 5px 10px;

background:#ececec;

border:1px solid #c5c5c5;

}



#postnavigation ul li a:hover {

background:#f4f4f4;

}



#comments {

background:#ececec;

border:1px solid #c5c5c5;

margin:0 20px 15px 20px;

padding:5px 10px 5px 10px;

}



#comments ul {

list-style:none;

margin: 0;

padding:0;

}



.singlecomment {

padding:3px;

margin:5px 0 5px 0px;

}



.singlecomment li {

background:#dcdcdc;

border:1px solid #c5c5c5;

padding:3px;

margin:5px 0 5px 0px;

}



#commentsform {



}



#commentsform input{

border:#c5c5c5 1px solid;

overflow:auto;

}



#commentsform textarea{

border:#c5c5c5 1px solid;

overflow:auto;

}



#sidebar {
    
display: none;
    

text-align:center;

padding:2px 0px 2px 0px;

margin:0 0 0 0;

}

.rss_item{
    font-size: 1.2em;
}

.rss_item img{
    display: none;
}


#sidebar h2 {

margin:2px 20px 2px 20px;

background:#68bdff;

padding:2px 0 2px 0;

border:1px solid #4d8dbe;

color:#666666;

font-size:16px;

}



#sidebar ul {

list-style:none;

margin: 0;

padding:0;

}

.page_item{
    display: none;
}


#sidebar ul li {

margin:1px 20px 2px 20px;

}



#sidebar ul li a {

margin:0;

padding: 4px 10px 2px 10px;

display: block;

text-decoration: none;

background:#ececec;

border:#c5c5c5 1px solid;

}



#sidebar ul li a:hover {

background:#f4f4f4;

}



#footer {

position: absolute;
top: 550px;
width: 900px;
text-align: center;

display: none;

}



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

}

#searchform{
    display: none;
}

#logo{
    margin-left: -20px;
    margin-top: -5px;
    z-index:-1;
}

#header{
    margin-top: 35px;
}

.container{
    height: 550px;
    width: 833px;
    margin-left: 59px;
    margin-top: -7px;
    background-repeat: no-repeat;
    background-position: left;
    
}

#container1{
    background-image: url('http://www.richlawfilm.com/wp-content/themes/blue-basic/images/landimg.jpg');
}

#container2{
    background-image: url('http://www.richlawfilm.com/wp-content/themes/blue-basic/images/contactimg.jpg');
}

#container3{
}

#container4{
}

#container5{
    background-image: url('http://www.richlawfilm.com/wp-content/themes/blue-basic/images/workimg.jpg');
}

#container6{
    background-image: url('http://www.richlawfilm.com/wp-content/themes/blue-basic/images/bioimg.jpg');
}

#container7{
    background-image: url('http://www.richlawfilm.com/wp-content/themes/blue-basic/images/linksimg.jpg');
}

#container8{
    background-image: url('http://www.richlawfilm.com/wp-content/themes/blue-basic/images/pressimg.jpg');
}





#foot{
    text-align: center;
    width: 900px;
    margin-left: 20px;
}





#post h2 {
    position: absolute;
    left: 130px;
    top: -7px;
    _top:45px;
    font-size: 16px;
    color: #666666;
}



#subnav{
    position: relative;
    left: 750px;
    font-size: 1.4em;
    width: 120px;
    font-weight: bold;
    top: -8px;
}

#subitem{
    padding-top: 30px;
}

#scroll1{
    width: 275px;
    background-color: white;
    position: absolute;
    top: 66px;
    _top: 91px;
    left: 102px;
    opacity: .85;
    padding: 12px;
    padding-bottom: 30px;
}

#hacknav{
    margin-top: -46px;
}

#thumbs {
    left:61px;
    position:absolute;
    top:43px;
    width:748px;
    height: 540px;
    overflow: auto;
}

.thumb{
    float: left;
    padding-left: 3px;
    padding-bottom: 10px;
}

.desc{
    background-color: white;
    opacity: .85;
    padding: 5px;
    width: 170px;
    height: 50px;
    overflow: auto;
    margin-top: 2px;
    
}

.title{
    background-color: white;
    opacity: .85;
    padding: 5px;
    width: 170px;
    text-align: center;
}

.pic{
    margin-top: 2px;
}

#awards, #awards2{
    width: 230px;
    position: absolute;
    top: 32px;
}

#awards{
    left: 130px;
}

#awards2{
    left: 657px;
}

#midaward{
   position: absolute;
   top: 352px;
   left: 398px;
}

.award{
    float: left;
    padding-right: 38px;
    margin-bottom: 80px;
}

#preview{
    font-size: 1.3em;
    position: absolute;
    top: 302px;
    left: 365px;
    font-weight: bold;
}

#preview2{
    margin-left: 230px;
    
}

#contact{
    background-color: white;
    position: absolute;
    top: 100px;
    left: 350px;
    opacity: .85;
    padding: 15px;
    text-align: left;
    font-size: 1.3em;
    line-height: 35px;
    letter-spacing: 3px;
    padding-right: 5px;
}

#wider{
    letter-spacing: 16.6px;
}

#wide{
    letter-spacing: 4px;  
}

#rez{
    position: absolute;
    top: 34px;
    left: 88px;
    border-bottom: 5px solid;
    border-color: #f3f3f3;
}

#subnav2{
    position: absolute;
    top: 34px;
    left: 815px;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 5px;
    line-height: 1.5em;
}

#wide2{
    letter-spacing: 5.1px;
}


#left{
   width: 250px;
   padding: 10px;
   margin-left: 15px;
   margin-top: 5px;
}

#right{
    position: absolute;
    top: 15px;
    left: 250px;
}

#bobert{
    padding: 10px;
    position: absolute;
    top: 123px;
    left: 807px;
    width: 81px;
    text-align: left;
    color: black;
}

#links{
    position: absolute;
    top: 175px;
    left: 208px;
    background-color: white;
    opacity: .85;
    width: 453px;
    font-size: 1.2em;
}

