/*
Theme Name: Corporate Video
Theme URI: http://corporatevideosd.com
Description: Corporate Video theme.
Version: 1.0
Author: Cory Petkovsek
Author URI: http://corporatevideosd.com
*/

/***************************
  Colors 

    Dark Grey   #131313
    Med Grey    #333333
    Light Grey  #DCDCDC

    Light Blue  #3EADF8

    Burnt Orange #BC4B02
    Light Orange #FF9700


****************************/


/****************************
    Global
****************************/

* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    margin-top: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
    background: #131313;
    color: #DCDCDC;
}

img.background {
    min-width:100%;
    max-width: 1000px;
    min-height: 100%;
    max-height: 1000px;
    position: fixed;
    top:0;
    left:0;
    /*width: 100%;
    z-index:-1;
    height: 100%;*/
}

h1 {
    font-size: 140%;
    padding: 0 0 1em;
}

h2 {
    font-size: 130%;
    padding: 1em 0 1em;
}

h3 {
    font-size: 115%;
    padding: 1em 0 0em;
}

p {
    padding: 1em 0;
}

a {
    text-decoration: none;
    color: #3EADF8;
    font-weight: bold;
}

a:hover {
    color: #FF9700;
}

ul {
    list-style-type: square;
    margin-left: 5em;
}

ol {
    margin-left: 5em;
}
    
li {
    margin-bottom: 1em;
}

hr {
    width: 40%;
    text-align: center;
    margin: 10px auto;
    border-top: 1px dotted #505050;
}

pre {
    font-size: 110%;
    margin: 1em;
}

pre a{
    font-weight: normal;
}

/****************************
    Main Structure
****************************/

#container {
    width: 990px;
    min-height: 700px;
    margin: 0 auto;
    position: relative;
    border: 0px solid green;
}

#centercol {
    width: 664px;
    min-height: 700px;
    position: relative;
    left: 161px;
    border: 0px solid red;
}

#leftcol { 
    width: 160px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px solid blue;
}

#rightcol {
    width: 160px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0px solid red;
}

div#footer {
    width: 990px;
    border: 0px solid orange;

}

/****************************
    Banner
****************************/

div#banner {
    background: url(images/phone.png) no-repeat;
    background-position: bottom right;
    color: #FFFFFF;
    width: 664px;
    height: 70px;
}

div#banner #logo {
    margin-top: 7px;
    margin-left: -2px;
}

/****************************
    Menu 
****************************/
div#menu {
    min-width: 400px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
}
div#menu ul, div#menu li {
    list-style-type: none;
    display: inline;
}
div#menu:hover #submenu {
    display: block;
}
ul#topmenu {
    border-bottom: 1px solid #131313;
    padding: 0 0 2px 0;
}
div#submenu  {
    border: 0px solid #131313;
    font-size: 85%;
    text-align: left;
    padding: 4px 0 5px 10px;
}
div#menu a {
    color: #FFFFFF;
    font-weight: normal;
    padding: 0 3px;
}
div#menu a:hover {
    background-color: #BC4B02;
}

/****************************
    Video/Content blocks
****************************/
.heading {
    text-align: center;
    padding: 0em 0 .5em;
}
h1.heading {
    font-size: 160%;
    color: #3EADF8;
}
h1.heading a {
    color: #3EADF8;
}

h2.heading, h3.heading {
    padding-top: .5em;
}

div#videoblock {
    background: url(images/video-block.png) no-repeat;
    width: 664px;
    height: 421px; /* less to account for padding and visual spacing */
    position: relative;
    padding-top: 16px;
}

div#videoblock #flashContent {
    position: absolute;
    width: 640px;
    height: 360px;
    left: 11px;
    top: 57px;
}

div.block-top {
    background: url(images/block-top.png) no-repeat;
    width: 664px;
    height: 6px;
}
div.block-bot {
    background: url(images/block-bot.png) no-repeat;
    width: 664px;
    height: 10px;
}

div.content {
    background: url(images/block-mid.png) repeat-y;
    width: 654px;
    color: #DCDCDC;
    padding: 10px;
    border: 0px solid red;
}

body.archive div.hentry h3, body.archive div.hentry .entry p {
    padding-left: 10px;
    padding-right: 10px;
}
div.entry, p.postmetadata {
    padding: 0px 18px 20px 10px;
}
.postmetadata {
    font-size: 80%;
}


/* temporary fix */
div.content img {
    max-width: 630px;
}

.related-left {
    width: 275px; 
    float: left; 
    margin-left: 10px;
}
.related-right {
    width: 275px; 
    float: right; 
    margin-left: 10px;
}

/****************************
    Footer 
****************************/

div#footer p.copyright {
    font-size: 80%;
    text-align: center;
    margin: 12px 0;
}


/****************************
    Side bars / Testimonials
****************************/
div.side-block p {
    font-size: 85%;
    padding: 0px 18px 10px 10px;
    margin: 0;
}

div.side-top {
    background: url(images/side-top.png) no-repeat;
    width: 152px;
    height: 12px;
    margin-top: 200px;
}
div.side-block {
    background: url(images/side-mid.png) repeat-y;
    width: 152px;
}
div.side-botleft{
    background: url(images/side-botleft.png) no-repeat;
    width: 152px;
    height: 27px;
}
div.side-botright{
    background: url(images/side-botright.png) no-repeat;
    width: 152px;
    height: 27px;
}
div.side-bottom {
    background: url(images/side-bottom.png) no-repeat;
    width: 152px;
    height: 27px;
}


/****************************
    Unique pages
****************************/
/* Meet the team */
.person {
    border: 0px solid green;
    float: left;
    width: 270px;
    margin: 10px;
    padding: 10px;
}

.person img {
    width: 80px;
    border: 1px solid #131313;
    float: left;
    padding: 1px;
    margin: 0 20px 15px 0;
}

.person ul {
    list-style-position: inside;
}

/* Video thumbnail */
img.thumb {
    width: 150px;
    max-height: 200px;
    float: right;
    border: 1px solid #3EADF8;
    padding: 1px;
    margin: 20px 20px 20px 40px;
}
img.thumb:hover {
    border: 1px solid #FF9700;
}

img.right {
    max-width: 300px;
    float: right;
    border: 1px solid #131313;
    padding: 1px;
    margin: 20px 0px 20px 20px;
}

.clear {
    clear: both;
}

img.sidebar {
    width: 141px;
    margin-left: 6px; 
}

img.expand { }  /* these images will be expanded into a bigImage */
#bigImage {
    position: fixed;
    top: 100px;
    left: 100px;
    margin-left: 0px;
    max-width: 600px;
    padding: 4px;
    background: #DCDCDC;
    border: 0px solid white;
}

/****************************
    Tables/Forms (Contact Us)
****************************/
table {
    border                      : none;
}

td {
    vertical-align              : top;
    /*white-space                 : nowrap; */
    padding                     : 5px;
}

td.nowrap {
    white-space                 : nowrap; 
}

input,textarea {
    border                      : 1px solid #3EADF8;
}
input:hover,textarea:hover {
    border                      : 1px solid #FF9700;
}
input:active,textarea:active {
    border                      : 1px solid #FF9700;
}
.wpcf7-not-valid-tip {
    color: black;
}

/****************************
    Misc
****************************/
div.vspacer20  { height: 20px; }
div.vspacer50  { height: 50px; }
div.vspacer100 { height: 100px;}
div.vspacer200 { height: 200px;}
div.vspacer400 { height: 400px;}



