﻿/*
Theme Name: Magnifizine
Version: 2.0
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;
background-color: #000000;
border: 1px solid #ff6d03;
text-align: center;
line-height: 18px;
color: #000000;
}
a {
cursor: pointer !important;
text-decoration: none;
}
a:hover {
cursor: pointer !important;
text-decoration: underline;
}


/* General Styling */

@font-face {
font-family: 'BonvenoCF-Light';
src: url('images/fonts/BonvenoCF-Light.otf') format('opentype');
}
h1, h2, h3, h4, h5, h6 {
font-family: 'BonvenoCF-Light', Arial;
font-weight: normal;
margin: 0;
padding: 0 0 10px 0;
text-transform: uppercase;
}
h1 {
font-size: 20pt;
line-height: 20pt;
font-weight: bold;
}
h2 {
font-size: 15pt;
line-height: 15pt;
}
h3 {
font-size: 13pt;
line-height: 13pt;
}
h4 {
font-size: 12pt;
line-height: 12pt;
}
h5 {
font-size: 10pt;
line-height: 10pt;
}
h6 {
font-size: 9pt;
line-height: 9pt;
}
p {
padding: 10px 0;
margin: 0;
line-height: 20px;
}
ol {
margin: 0 0 1em 3em;
padding: 0;
}
ul {
list-style-type: square;
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: #000000; 
font-size: 9pt;
border: 1px solid #303030;
padding: 5px;
}
select {
font-family: Arial;
color: #000000; 
font-size: 9pt;
}
input[type="submit"], input[type="reset"] {
font-family: 'BonvenoCF-Light', Arial;
font-size: 12pt;
background: transparent;
border: 0 none;
padding: 0;
cursor: pointer;
text-transform: uppercase;
}
input[type="submit"]:hover, input[type="reset"]:hover {
color: #000000;
cursor: pointer;
}
blockquote {
clear: both;
font-style: italic;
font-weight: bold;
background: transparent url(images/bq.png) left top no-repeat;
margin: 5px 20px 10px 20px;
padding: 10px 0 5px 30px;
overflow: hidden;
}
cite {
float: right;
padding: 0 0 5px 0;
}
hr {
margin: 20px 0;
background-color: #c0c0c0;
color: #c0c0c0;
width: 100%;
border: 0;
}
th {
padding: 3px 10px;
background: #c0c0c0;
text-transform: uppercase;
}
td {
padding: 3px 10px;
background: #f7f7f7;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0;
padding: 10px;
}
label {
font-weight: bold;
}
legend {
color: #000000;
font-weight: bold;
}


/* Header */
#header {
float: left;
position: relative;
z-index: 800;
width: 940px;
height: 130px;
padding: 20px;
border: 1px solid #c0c0c0;
}
#header-top {
clear: both;
float: left;
position: relative;
z-index: 800;
width: 940px;
height: 25px;
}
#header-bottom {
clear: both;
float: left;
position: relative;
width: 940px;
height: 105px;
}

/* Logo */
#logo {
float: right;
position: relative;
top: 30px;
right: 0px;
overflow: hidden;
}
#logo img {
border: 0 none;
}

/* Search */
#header #searchform {
float: left;
position: relative;
top: 50px;
left: 0;
padding: 4px;
}
#header #searchbar {
float: left;
width: 250px;
border: 1;
background: transparent;
padding: 5px;
}


/* Navigation */
#nav-container {
float: left;
z-index: 800;
position: relative;
top: -10px;
left: 0;
width: 710px;
border: 1px solid #ff6d03;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:2.8em;
}
#nav a {
font-family: 'BonvenoCF-Light', Arial;
font-size: 10pt;
display: block;
padding: 0;
text-decoration:none;
text-transform: uppercase;
font-weight: normal;
}
#nav a:hover{
text-decoration:none;
}
#nav li{
float:left;
position:relative;
margin: 0 20px 0 0;
}
#nav ul {
z-index: 10;
position: absolute;
display: none;
top: 2.5em;
left: 0;
border-width: 0 0 0 2px;
border-style: solid;
}
#nav li ul li{
margin: 0;
padding: 0;
}
#nav li ul a{
font-family: 'BonvenoCF-Light', Arial;
font-size: 8pt;
width: 18em;
display: block;
height: auto;
float: left;
line-height: 1em;
padding: 10px;
font-weight: normal;
}
#nav li ul a:hover {
cursor: pointer;
}
#nav ul ul{
top:auto;
}	
#nav li ul ul {
left:18em;
margin: 0 0 0 -4px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


/* Social Icons */
#social-icons {
float: right;
width: 200px;
padding: 0 0 0 25px;
}
#social-icons img {
border: 0 none;
float: right;
margin: 0 0 0 5px;
}
#social-icons img:hover {
margin-top: 2px;
}

/* Main Site Segments */
#page-wrap {
float: left;
text-align: left;
position: absolute;
top: 0;
left: 50%;
width: 980px;
margin-left: -490px;
background: #ffffff;
}
#container {
float: left;
width: 980px;
min-height: 400px;
padding: 0 0 20px 0;
}
#main-content {
float: left;
width: 640px;
}
.main-content-extended {
width: 980px !important;
}
#sidebar {
float: right;
width: 280px;
padding: 20px 20px 0 0;
}
#sidebar img {
border: 0 none;
max-width: 280px;
}
.cat-sidebar {
margin: 300px 0 0 0;
}


/* Footer */
#footer {
float: left;
width: 940px;
padding: 20px;
font-size: 8pt;
}
#footer a {
color: #808080;
}
#footer a:hover {
color: #ffffff;
text-decoration: none;
}
.footer-widget {
float: left;
width: 300px;
margin: 0 20px 20px 0;
}
.footer-widget h3 {
font-size: 10pt;
padding: 0;
margin: 0 0 5px 0;
}
.footer-widget ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.footer-widget li {
list-style-type: none;
padding: 0;
margin: 0;
}
.last {
margin: 0 !important;
border: 0 none !important;
}
#footer-text {
clear: both;
}
#footer-nav {
float: left;
list-style-type: none;
padding: 0;
margin: 7px 0 0 0;
}
#footer-nav li {
float: left;
list-style-type: none;
padding: 0;
margin: 0 10px 0 0;
}


/* Single Post/Page */
.boxed, .alt-boxed {
display:inline-block;
width: 600px;
padding: 10px 20px;
}
.alt-boxed {
color: #000000;
}
.boxed-extended {
width: 940px !important;
}
.fullwidth-meta {
width: 940px;
padding: 0 20px 5px 20px;
font-size: 9px;
text-transform: uppercase;
}
#page {
float: left;
padding: 20px;
}
#normal-post {
clear: both;
padding: 10px 0 10px 20px;
}
#normal-post img {
max-width: 620px;
}
#fullwidth-post {
float: left;
padding: 10px 20px 10px 20px;
}
#fullwidth-post img {
max-width: 940px;
}
.subtitle {
color: #000000;
}
.col-left {
float: left;
width: 460px;
padding: 0 10px 0 0;
}
.col-right {
float: right;
width: 460px;
padding: 0 0 0 10px;
}


/* Post Loop */
.post-container {
float: left;
width: 640px;
}
.post-thumbnail {
float: left;
position: relative;
width: 123px;
height: 100px;
overflow: hidden;
}
.post-thumbnail img {
width: 123px;
height: 100px;
border: 0;
}
.post-thumbnail-meta {
position: absolute;
bottom: 0px;
left: 0px;
width: 115px;
text-align: right;
padding: 0 4px;
font-size: 9px;
text-transform: uppercase;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.post-content {
float: left;
width: 507px;
padding: 10px 0 10px 10px;
font-size: 11px;
line-height: 12px;
}
.post-content h3 {
padding: 0 0 2px 0;
}
.post-content .meta {
padding: 10px 0 0 0;
float: right;
color: #808080;
}


/* Large Posts */
.large-thumbnail {
width: 640px;
height: 250px;
overflow: hidden;
position: relative;
}
.large-thumbnail img {
width: 640px;
height: 250px;
border: 0px;
}
.large-thumbnail-meta {
position: absolute;
bottom: 0px;
right: 0px;
width: 628px;
text-align: right;
padding: 0 8px;
font-size: 9px;
text-transform: uppercase;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.large-content {
padding: 20px 0 20px 20px;
}
.large-comment-number {
position: absolute;
bottom: 18px;
right: 0px;
font-size: 15pt;
line-height: 15pt;
padding: 5px 10px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.large-comment-number a, .large-comment-number a:hover {
text-transform: uppercase;
text-decoration: none;
}


/* Tabs */
#panels {
clear: both;
}
#tabs {
float: left;
}
a.tab {
float: left;
font-family: 'BonvenoCF-Light', Arial;
text-transform: uppercase;
color: #000000;
font-size: 12pt;
text-decoration: none;
display: block;
padding: 10px 20px;
cursor: pointer;
}
a.tab-active, a.tab-active:hover {
float: left;
font-family: 'BonvenoCF-Light', Arial;
text-transform: uppercase;
font-size: 12pt;
text-decoration: none;
display: block;
padding: 10px 20px;
cursor: pointer;
}


/* Main Slider */
#slider-container-large {
float: left;
width: 980px;
height: 525px;
overflow: hidden;
position: relative;
background: #000000;
}
#slider-container-medium {
float: left;
width: 980px;
height: 350px;
overflow: hidden;
position: relative;
background: #000000;
}
#slider-container-small {
float: left;
position: relative;
top: 0;
left: 100px;
width: 780px;
height: 418px;
overflow: hidden;
}
#slider-container-outer-small {
width: 980px;
height: 443px;
position: relative;
}
#mySlides-large {
width: 980px;
height: 525px;
overflow: hidden;
position: relative;
}
#mySlides-medium {
width: 980px;
height: 350px;
overflow: hidden;
position: relative;
}
#mySlides-small {
width: 780px;
height: 418px;
overflow: hidden;
position: relative;
}
#mySlides-large img {
width: 980px;
height: 525px;
border: 0;
}
#mySlides-medium img {
width: 980px;
height: 350px;
border: 0;
}
#mySlides-small img {
width: 780px;
height: 418px;
border: 0;
}
.jFlowControl {
width: 123px;
height: 100px;
overflow: hidden;
float: left;
position: relative;
cursor: pointer;
background: url(images/no-thumb-small.jpg) no-repeat;
}
.jFlowControl img {
width: 123px;
border: 0 none;
}
.image-thumb, .image-thumb-selected {
position: absolute;
bottom: 0px;
left: 0px;
width: 115px;
padding: 4px 4px;
text-transform: uppercase;
font-size: 9px;
line-height: 9px;
color: #ffffff;
cursor: pointer;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.image-thumb:hover, .activeSlide .image-thumb-selected {
cursor: pointer;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.portfolio-thumbnails a:hover {
text-decoration: none;
}
.slider-link {
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0 none !important;
}
.wp-post-image {
border: 0 none;
}
object {
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0 none !important;
}


/* Slider pop up containers */
.pop_box_upper_large {
height:120px;
position:relative;
top:-650px;
width:100%;
z-index:500;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
display: block;
}
.pop_box_upper_medium {
height:120px;
position:relative;
top:-475px;
width:100%;
z-index:500;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
display: block;
}
.pop_box_upper_small {
height:130px;
position:relative;
top:-553px;
width:100%;
z-index:500;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
display: block;
}
.pop_inner_upper {
padding: 20px;
display: block;
}
.pop_inner_title {
display: block;
font-size: 14pt;
font-family: 'BonvenoCF-Light', Arial;
font-weight: normal;
margin: 0;
padding: 0 0 10px 0;
text-transform: uppercase;
}
.pop_box_lower {
height: 65px;
position: relative;
top: 0px;
width: 100%;
z-index:500;
}
.pop_inner_lower {
padding: 0px;
width: 100%;
}


/* Slider Controls */
#slider-controls {
position: absolute;
top: 0;
right: 0;
padding: 5px;
z-index: 700;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
#slider-controls img {
float: left;
cursor: pointer;
border: 0;
width: 18px;
height: 15px;
}
#slider-controls img:hover {
cursor: pointer;
}


/* Portfolio Slider */
#portfolio-slider {
float: left;
position: relative;
overflow: hidden;
width: 960px;
min-height: 400px;
margin: 30px 0 0 0;
}
.portfolio-image-container {
float: left;
width: 560px;
overflow: hidden;
}
.portfolio-image {
float: left;
position: relative;
width: 560px;
height: 300px;
overflow: hidden;
}
.portfolio-image img {
width: 560px;
height: 300px;
border: 0 none;
}
.portfolio-thumbnails {
width: 123px;
height: 100px;
overflow: hidden;
float: left;
position: relative;
cursor: pointer;
}
.portfolio-thumbnails img {
width: 123px;
height: 100px;
border: 0 none;
}
.portfolio-image-small {
float: left;
width: 80px;
height: 64px;
overflow: hidden;
}
.portfolio-image-small img {
width: 80px;
min-height: 64px;
border: 0;
}
.portfolio-text {
float: left;
width: 380px;
margin: 0 0 0 20px;
}
.portfolio-meta {
position: absolute;
z-index: 1000;
bottom: 0px;
right: 0px;
width: 552px;
text-align: right;
padding: 0 4px;
font-size: 9px;
text-transform: uppercase;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
#port-cats {
float: left;
}
#port-cats ul {
list-style-type: none;
margin: 10px 0 0 0;
padding: 0;
}
#port-cats li {
float: left;
list-style-type: none;
font-family: 'BonvenoCF-Light', Arial;
margin: 0 0 0 30px;
padding: 0;
font-size: 10pt;
text-transform: uppercase;
}
#port-cats .current_page_item a {
color: #000000;
}


/* Mini Slider */
#minislider {
width: 280px;
height: 150px;
position: relative;
overflow: hidden;
}
#minislider img {
width: 280px;
height: 150px;
border: 0px;
}
#minisliderContent {
width: 280px;
position: absolute;
top: 0;
margin-left: 0;
}
.minisliderImage {
float: left;
position: relative;
display: none;
}
.minisliderImage span {
display: none;
position: absolute;
left: 0;
font-size: 8pt;
padding: 5px 10px 10px 10px;
width: 260px;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
line-height: 12px;
}
.cap-top {
top: 0;
left: 0;
}
.cap-bottom {
bottom: 0;
left: 0;
}


/* Alternative Category Template */
#alt-cat-container {
position: relative;
width: 980px;
height: 300px;
overflow: hidden;
}
#alt-cat-container img {
width: 980px;
min-height: 300px;
border: 0px;
}
#alt-cat-container h2 {
position: absolute;
left: 0px;
bottom: 0px;
width: auto;
z-index: 500;
font-size: 40pt;
padding: 10px 20px;
line-height: 40pt;
}


/* Widgets */
.widget {
float: left;
width: 100%;
margin: 0 0 30px 0;
}
.widget h3 {
text-align: right;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #000000;
padding: 0 2px 1px 0;
margin: 0 0 10px 0;
}
.widget h4 {
padding: 20px 0 0 0;
}
.widget ul {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
.widget li {
border-bottom: 1px solid #e0e0e0;
padding: 2px 0;
}
.widget li a {
font-size: 8pt;
}
.widget li ul li {
padding: 2px 0 0 10px;
border: 0 none;
}

/* Post Display */
.post-display {
margin: 0 0 20px 0;
font-size: 8pt;
line-height: 10pt;
}
.post-display h3 {
margin: 3px 0 3px 0;
padding: 0;
font-size: 10pt;
text-align: left;
border: 0;
}
.post-display-image {
width: 280px;
max-height: 150px;
overflow: hidden;
}
.post-display-image img {
max-height: 150px;
border: 0px;
}

/* Search Widget */
#sidebar #searchform {
float: right;
width: auto;
}
#sidebar #searchbar {
float: left;
width: 200px;
}

/* Recent Comments Widget */
#recent-comments li {
border: 0 none;
padding: 0;
margin: 0;
}
#recent-comments .avatar {
float: left;
}
#recent-comments .text {
float: left;
width: 235px;
padding: 5px 0 5px 5px;
font-size: 8pt;
line-height: 10pt;
}
#recent-comments span {
font-size: 7pt;
}


/* Comments Section */
#comments {
clear: both;
width: 640px;
}
#respond {
color: #000000;
padding: 30px 0 0 0;
}
#commentlist {
list-style: none;
margin: 20px 0 0 20px;
padding: 0;
}
#commentlist li ul {
list-style: none;
}
.comment-body {
float: left;
width: 100%;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
border-bottom: 1px solid #c0c0c0;
}
.children li {
list-style-image: none;
}
.children .comment-body {
float: right;
width: 95%;
}
.children .avatar {
width: 40px;
height: 40px;
}
.comment-left {
float: left;
width: auto;
text-align: center;
padding-right: 10px;
}
.comment-text {
width: auto;
overflow: hidden;
}
.comment-text p {
margin: -10px 0 20px 0;
}
.comment-meta {
font-size: 7pt;
color: #808080;
}
.moderation {
float: right;
color: #930000;
}
.author {
font-size: 8pt;
}
#commentform {
float: left;
width: auto;
margin: 0 0 0 20px;
}
#commentform textarea {
width: 560px;
max-width: 560px;
}

/* Captions & aligment */

.aligncenter, div.aligncenter {
display: block;
margin: 0 auto; 
border: 0;
}
.alignleft {
float: left;
border: 0;
margin: 5px 10px 10px 0;
width: auto;
}
.alignright {
float: right;
border: 0;
margin: 5px 0 10px 10px;
width: auto;
}
.wp-caption {
position: relative;
}
.wp-caption img {
border: 0 none;
}
.wp-caption-text {
position: absolute;
bottom: 0px;
right: 10px;
line-height: 12px;
padding: 0 4px 1px 4px;
font-size: 9px;
text-transform: uppercase;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.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;
width: auto !important;
border: 0 none !important;
float: left !important;
font-family: 'BonvenoCF-Light', Arial !important;
background: transparent !important;
padding: 2px 8px 4px 8px !important; 
margin: 0 0 0 5px !important;
font-size: 12pt !important;
font-weight: normal !important;
text-transform: uppercase !important;
}
.wp-pagenavi span.current, .page-comments span.current, .wp-pagenavi a:hover, .page-numbers:hover {
text-decoration: none !important;
border: 0 none !important;
}
.post-navi {
float: right;
margin: 10px 0 20px 0;
font-family: 'BonvenoCF-Light', Arial !important;
padding: 2px 8px 4px 8px !important; 
font-size: 12pt;
text-transform: uppercase !important;
text-decoration: none !important;
}
.post-navi span {
text-decoration: none;
font-family: 'BonvenoCF-Light', Arial !important;
padding: 2px 8px 4px 8px !important; 
margin: 0 0 0 5px !important;
font-size: 12pt !important;
font-weight: normal !important;
}
.post-navi a span {
text-decoration: none !important;
background: transparent !important;
}
.post-navi a:hover span {
text-decoration: none;
}
.post-navi a:hover {
text-decoration: none !important;
}


/* Scrollable Content */
div.scrollingHotSpotLeft {
width: 25px;
height: 100px;
background: url(../images/blank.gif) no-repeat;
position: absolute;
z-index: 2000;
left: 0;
cursor: pointer;
}
div.scrollingHotSpotLeftVisible {
background: url(../images/arrow_left.png) no-repeat;
zoom: 1;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
div.scrollingHotSpotLeftVisible:hover {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
div.scrollingHotSpotRight {
background: url(../images/blank.gif) no-repeat;
width: 25px;
height: 100px;
position: absolute;
z-index: 2000;
right: 0;
cursor: pointer;
}
div.scrollingHotSpotRightVisible {
background: url(../images/arrow_right.png) no-repeat;
zoom: 1;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
div.scrollingHotSpotRightVisible:hover {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
div.scrollWrapper {
position: relative;
overflow: hidden;
width: 100%;
height: 100px;
}
div.scrollableArea {
position: relative;
width: auto;
height: 100px;
}