﻿/*
Theme Name: Flash Drive
Version: 1.3.3
Description: Designed by <a href="http://www.ghostpool.com">GhostPool Designs</a>.
Author: GhostPool Designs
Author URI: http://www.ghostpool.com
*/
* {
outline: none;
}
html {
margin:0;
padding:0;
}
body {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 9pt;
font-weight: normal;
color: #111111;
text-align: center;
line-height: 20px;
}
a {
text-decoration: none;
}
a:hover {
color: #111111;
text-decoration: none;
}

/* General Styling */
@font-face {
font-family: 'CABNDWebBold';
src: url('images/CABNDWebBold.otf') format('opentype');
}
@font-face {
font-family: 'Delicious Bold';
src: url('images/Delicious-Bold.otf') format('opentype');
}
@font-face {
font-family: 'Delicious Small Caps';
src: url('images/Delicious-SmallCaps.otf') format('opentype');
}
h1, h1 a, h2, h2 a {
font-family: 'Delicious Bold', Arial;
color: #111111;
font-weight: normal;
}
h1 {
margin: 0 0 20px 0;
font-size: 30pt;
line-height: 30pt;
}
h2 {
font-size: 24pt;
line-height: 24pt;
margin: 0 0 5px 0;
}
h3, h3 a {
font-family: 'Delicious Small Caps', Arial;
font-size: 15pt;
line-height: 15pt;
margin: 0 0 5px 0;
font-weight: normal;
}
h4, h4 a {
font-family: 'Delicious Small Caps', Arial;
font-size: 12pt;
line-height: 12pt;
margin: 0 0 5px 0;
font-weight: normal;
}
h5, h5 a {
font-family: 'Delicious Bold', Arial;
font-size: 12pt;
line-height: 12pt;
color: #808080;
font-weight: normal;
margin: 0 0 5px 0;
}
ol {
margin: 0 0 1em 3em;
padding: 0;
}
ul {
margin: 0 0 1em 3em;
padding: 0;
}
li {
padding: 0 0 2px 0;
}
form {
margin: 0; padding: 0;
}
input, textarea {
background: #ffffff;
font-family: Arial;
color: #111111; 
font-size: 9pt;
border: 1px solid #808080;
padding: 5px;
}
input:focus, textarea:focus {
border: 1px solid #404040;
}
select {
font-family: Arial;
font-size: 9pt;
}
input[type="submit"], input[type="reset"] {
font-weight: bold;
width: auto;
padding: 5px;
cursor: pointer;
cursor: hand;
}
input[type="submit"]:hover, input[type="reset"]:hover {
background: #000000;
color: #ffffff;
}
blockquote {
font-style: italic;
background: transparent url(images/bq_left.gif) left top no-repeat;
margin: 5px 20px 10px 20px;
padding-left: 50px;
}
blockquote p {
background: url(images/bq_right.gif) right bottom no-repeat;
margin: 0;
padding-right: 50px !important;
}
hr {
margin: 20px 0;
background-color: #808080;
color: #808080;
width: 100%;
border: 0;
}
th, td {
padding: 3px 10px;
}
fieldset {
border: 0;
margin: 0;
}
label {
font-weight: bold;
}
legend {
font-weight: bold;
}

/* Index Page */
.index-body {}
#index-border {
position: absolute;
top: 50%;
left: 50%;
width: 980px;
height: 550px;
margin-left: -490px;
margin-top: -275px;
}
#index-bg {
position: absolute;
top: 13px;
left: 14px;
z-index: 1;
width: 952px;
height: 525px;
overflow: hidden;
}
#index-logo {
float: left;
position: relative;
top: 30px;
left: 30px;
width: 253px;
height: 65px;
}
#index-logo img {
width: 253px;
height: 65px;
}
#contact-info {
float: right;
position: relative;
top: 30px;
right: 30px;
text-align: right;
width: auto;
}
#contact-info a:hover {}

/* Main Page */
#page-wrap {
float: left;
text-align: left;
position: absolute;
top: 0;
left: 50%;
width: 980px;
margin-left: -490px;
}
#header-outer {
float: left;
width: 980px;
}
#header-inner {
float: left;
position: relative;
top: 40px;
left: 14px;
width: 890px;
height: 55px;
padding: 30px;
}
#logo {
float: left;
position: relative;
width: 253px;
height: 65px;
}
#logo img {
width: 253px;
height: 65px;
}

/* Index Navigation */
#index-nav {
float: left;
position: relative;
top: 74px;
left: 0px;
text-align: left;
}
#index-nav ul li{
padding: 1px 0;
list-style-image: none;
}
#index-nav ul li a {
width: 150px;
height: 41px;
}

/* Main Navigation */
#main-nav {
float: left;
width: 627px;
position: relative;
top: 6px;
left: 20px;
text-align: left;
overflow: hidden;
}
#main-nav ul li {
float: left;
}
#main-nav ul li a {
width: 100px;
height: 41px;
font-size: 14pt;
}

/* General Navigation Styling */
.nav ul li a {
display: block;
color: #ffffff;
font-size: 16pt;
font-weight: bold;
padding: 7px 0 5px 13px;
overflow: hidden;
font-family: 'Delicious Bold', Arial;
font-weight: normal;
}
.nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.nav ul li span {
font-family: Arial;
font-size: 8pt;
color: #ffffff;
}

/* Slider */
#cu3er-container {
float: right;
position: relative;
top: 75px;
right: 45px;
width: 690px;
height: 340px;
overflow: hidden;
}

/* Overall Content Container */
#container {
float: left;
position: relative;
top: 50px;
left: 14px;
width: 890px;
min-height: 100%;
padding: 30px;
}

/* Sidebar */
#sidebar {
float: left;
width: 250px;
}

/* Main Content On Right */
#main-content {
float: left;
position: relative;
top: 0px;
left: 30px;
width: 610px;
}

/* Main Footer */
#main-footer {
width: 892px;
height: 50px;
text-align: center;
margin-top: 30px;
padding: 10px 44px 20px 44px;
font-size: 8pt;
}

/* Index Footer */
#index-footer {
clear: both;
width: 945px;
text-align: right;
position: relative;
top: 100px;
left: 0px;
font-size: 8pt;
}

/* Blog Posts */
.post {
width: 100%;
float: left;
margin: 0 0 50px 0;
}
.post-preview {
width: 100%;
height: 200px;
overflow: hidden;
border: 1px solid #000000;
margin: 0 0 10px 0;
}
.post-preview img {
width: 100%;
border: 0px;
}
.post-content img {
max-width: 100%;
}
.post-meta-left {
float: left;
color: #808080;
width: 505px;
font-family: 'Delicious Bold', Arial;
font-size: 12pt;
}
.post-meta-left a {
color: #808080;
}
.post-meta-left a:hover {
text-decoration: none;
}
.post-meta-left h2 {
margin: 3px 0 6px 0;
}
.post-meta-left h2 a {
color: #111111;
}
.post-meta-right {
border-left: 1px solid #000000;
float: right;
font-size: 16pt;
padding: 5px 0 0 10px;
font-family: 'CABNDWebBold', Arial;
text-align: center;
text-transform: uppercase;
}
.post-meta-right a {
font-size: 12pt;
}
.post-content {
clear: both;
padding: 5px 0 0 0;
}

/* Page Styling */
.page h5 {
margin: -15px 0 20px 0;
}

/* Contact Page Styling */
#contact-details {
float: left;
padding: 25px 0 0 60px;
width: auto;
}

/* Search */
#searchbar {
float: left;
width: 170px;
height: 17px;
font-size: 9pt;
margin: 0 5px 0 0;
}

/* Follow Us Box */
#toggle-container {
position: absolute;
top: 0px;
left: 30px;
z-index: 500;
}
#toggle-container-full {
position: absolute;
top: 0px;
right: 30px;
z-index: 500;
}
#toggle-button {
background: #000000;
width: 90px;
font-family: 'Delicious Small Caps', Arial;
padding: 0 7px 5px 7px;
font-size: 12pt;
text-align: center;
}
#toggle-button a:hover {
color: #ffffff;
}
#toggle-box {
display: none;
width: 190px;
background: #000000;
color: #ffffff;
padding: 10px;
text-align: left;
}
#toggle-box img {
border: 0px;
margin: 2px;
}

/* Widgets */
.widget {
float: left;
width: 100%;
margin: 0 0 30px 0;
}
.widget h3 {
color: #111111;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
border-bottom: 1px solid #eeeeee;
}
.widget ul {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
.widget li {
font-family: 'Delicious Small Caps', Arial;
padding: 2px 0;
color: #111111;
font-size: 12pt;
}
.widget li a {
color: #111111;
}
.widget .children {
padding: 2px 0 0 10px;
}

/* Sidebar Panel */
#sbpanel img {
max-width: 260px;
}

/* Comments Section */
#comments {
clear: both;
}
#commentlist {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#commentlist li ul {
list-style: none;
}
.comment-body {
float: left;
width: 100%;
margin: 0 0 20px 0;
}
.children li {
list-style-image: none;
}
.children .comment-body {
float: right;
width: 95%;
}
.comment-meta-left {
float: left;
width: auto;
text-align: center;
}
.comment-meta-left .avatar {
margin: 0 20px 5px 0;
width: 80px;
height: 80px;
padding: 5px;
border: 1px solid #808080;
background: url(images/gradient.gif) repeat-x;
}
.children .comment-meta-left .avatar {
width: 40px;
height: 40px;
padding: 2px;
}
.comment-meta-right {
float: right;
font-weight: bold;
text-transform: uppercase;
font-size: 8pt;
}
.comment-meta-right a {
font-weight: bold;
text-transform: uppercase;
font-size: 8pt;
}
.comment-text {
width: auto;
padding: 10px;
border: 1px solid #808080;
background: url(images/gradient.gif) repeat-x;
overflow: hidden;
}
.moderation {
color: #cc0000; font-weight: bold;
}
.author {
margin: 0 0 0 -20px;
font-size: 8pt;
}
#commentform {
float: left;
width: auto;
padding: 20px;
border: 1px solid #808080;
background: url(images/gradient.gif) repeat-x;
}
#commentform textarea {
width: 560px;
max-width: 560px;
}

/* Captions & aligment */
.aligncenter, div.aligncenter {
display: block;
margin: 0 auto; 
border: 1px solid #000000;
}
.alignleft {
float: left;
margin: 0 5px 5px 0;
border: 1px solid #000000;
width: auto;
}
.alignright {
float: right;
margin: 0 0 5px 5px;
border: 1px solid #000000;
width: auto;
}
.wp-caption {
background: url(images/gradient.gif) repeat-x;
border: 1px solid #000000;
text-align : center;
padding-top : 4px;
margin : 0 7px 2px 0;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size : 11px;
line-height : 17px;
padding : 3px 0 3px 0;
margin: 0;
text-transform: uppercase;
}
.left {
width: auto;
float: left;
}
.right {
width: auto;
float: right;
}
.clear {
clear: both;
}

/* Page Navi */
.wp-pagenavi, .page-comments {
padding: 0 !important;
border: 0 !important;
float: right !important;
width: auto;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.pages, .wp-pagenavi span.extend, .page-numbers, .wp-pagenavi span.current, .page-comments span.current {
display: block !important;
border: 1px solid #808080 !important;
float: left !important;
background: #ffffff !important;
padding: 2px 6px !important; 
margin: 0 0 0 5px !important;
color: #111111 !important;
font-size: 9pt !important;
width: auto;
font-weight: bold !important;
}
.wp-pagenavi span.current, .page-comments span.current, .wp-pagenavi a:hover, .page-numbers:hover {	
color: #ffffff !important;
text-decoration: none !important;
background: #000000 !important;
border: 1px solid #000000 !important;
}

/* Portfolio Slider */
#slider-container {
clear: both;
width: 710px;
margin: 0 auto;
}
#mySlides {
overflow: hidden;
width: 700px
min-height: 350px;
max-height: 370px;
}
.slider-image {
width: 700px;
height: 300px;
overflow: hidden;
cursor: pointer;
cursor: hand;
}
.slider-image img {
width: 100%;
border: 0px;
}
.slider-excerpt {
padding: 5px 10px;
font-family: 'Delicious Bold', Arial;
font-size: 12pt;
}
.visit-btn {
float: left;
width: 80px;
padding: 10px 0 0 10px;
}
#slider-container h2 {
line-height: 35px;
text-align: right;
width: 520px;
}
#myController {
width: 100%;
position: relative;
float: left;
top: 0px;
left: 0px;
}
.thumbnail {
float: left;
width: 90px;
height: 90px;
margin: 5px;
overflow: hidden;
cursor: pointer;
cursor: hand;
background: #000000;
}
.thumbnail img {
border: 0px;
width: 90px;
}
.thumbnail img:hover {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.jFlowSelected .thumbnail img {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.image-rollover {
display:block; 
position:absolute; 
top:40px; 
left:0; 
width:700px; 
height:300px; 
background:url(images/zoom.png);
filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.image-rollover:hover {
cursor: hand;
cursor: pointer;
}
.video-rollover {
display:block; 
position:absolute; 
top:40px; 
left:0; 
width:700px; 
height:300px; 
background:url(images/play-video.png);
filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.video-rollover:hover {
cursor: hand;
cursor: pointer;
}
#port-cats {
width: 780px;
padding: 5px;
position: absolute;
top: 40px;
right: 130px;
}
#port-cats ul {
float: right;
list-style: none;
padding: 0;
margin: 0;
font-family: 'Delicious Bold', Arial;
font-size: 12pt;
}
#port-cats li {
float: left;
padding: 0 20px 0 0;
}
#port-cats-title {
width: 280px;
}