@charset "UTF-8";
/* 

Cascameleon Style 
=================================================================
client: IDNA
author:	Concept M
version: 2
	
*/

/* =================================================================
	Reset
================================================================= */
html, body{
	overflow: auto;	
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
        font-family: 'PT Sans Narrow', sans-serif;
	vertical-align: baseline;
        letter-spacing: .05em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =================================================================
	General styles
================================================================= */
h2{
    font-size: 1.5em;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
p{
    font-size: 0.875em;
    line-height: 150%;
    text-align: justify;
    margin: 10px 0;
}
a:link,
a:active,
a:visited,
a:hover{
    color: #73318c;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* =================================================================
	Layout styles
================================================================= */
#content{
	width: 80%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
        background: url(images/header_background.gif) top left repeat-x;
        overflow: hidden;
}
.contentWrapper{
        margin-top: 30px;
}
.contentWrapper .left{
        float: left;
        width: 65%;
        margin-bottom: 20px;
}
.contentWrapper .left > .inner{
    padding: 0 30px;
    
}
.contentWrapper .right{
        float: right;
        width: 35%;
        margin-bottom: 20px;
}
.contentWrapper .right > .inner{
    padding: 0 30px;
    border-left: 1px solid #efefef;
}
/* =================================================================
	Header styles
================================================================= */
header{
    height: 200px;
}
h1{
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	height: 200px;
	background: url(images/cascameleon-logo.png) center center no-repeat;
}
h1 span{
	display: none;
}


/* =================================================================
	Intro styles
================================================================= */
section.intro p{
    xfloat: left;
}

/* =================================================================
    section.video
================================================================= */
section.video{
    margin-top: 30px;
}
.swfholder{
    background: #4d2a7e;
    height: 400px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-120, Color='#bdbdbd');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-120, Color='#bdbdbd')";
    -moz-box-shadow: -5px 5px 5px #bdbdbd;
    -webkit-box-shadow: -5px 5px 5px #bdbdbd;
    box-shadow: -5px 5px 5px #bdbdbd;
    width: 55%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.swfholder *{
    text-align: center;
    color: #ffffff;
}

/* =================================================================
    section.issues
================================================================= */
section.issues li{
    position: relative;
    height: 100px;
    margin-bottom: 30px;
    padding-left: 120px;
}
section.issues li img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-120, Color='#bdbdbd');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-120, Color='#bdbdbd')";
    -moz-box-shadow: -5px 5px 5px #bdbdbd;
    -webkit-box-shadow: -5px 5px 5px #bdbdbd;
    box-shadow: -5px 5px 5px #bdbdbd;
}
section.issues h3{
    text-transform: uppercase;
    font-weight: bold;
    color: #868686;
}

section.issues a.readmore:link,
section.issues a.readmore:active,
section.issues a.readmore:visited,
section.issues a.readmore:hover{
    color: #000000;
    border: 1px solid #868686;
    display: block;
    background: #ffffff;
    width: 70%;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.875em;
}

section.issues a.readmore:hover{
    color: #ffffff;
    background: #4d2a7e;
    border: 1px solid #4d2a7e;
}

/* =================================================================
    section.contact
================================================================= */
section.contact{
    margin-top: 60px;
}



/* =================================================================
    body.viewer
================================================================= */
html.viewer,
body.viewer{
    overflow: hidden;
}
body.viewer header{
    background: #efefef;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 5px 5px #bdbdbd;
    box-shadow: 0px 0px 5px 5px #bdbdbd; 
}
body.viewer header > .inner{
    padding: 10px;
}
body.viewer header h1{
    background: url(images/cascameleon-logo-small.png) top left no-repeat;
    position: static;
    width: 100px;
    height: 40px;
}

body.viewer header h2{
    display: none;
}

body.viewer header h1 a{
    display: block;
    width: 100px;
    height: 40px;
}

body.viewer header ul.issues{
    position: absolute;
    top: 10px;
    left: 140px;
    border-left: 1px solid #e6e6e6;
    padding-left: 40px;
    height: 40px;
}
body.viewer header ul.issues li{
    float: left;
    height: 40px;
}
body.viewer header ul.issues li a:link,
body.viewer header ul.issues li a:active,
body.viewer header ul.issues li a:visited,
body.viewer header ul.issues li a:hover{
    display: block;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #868686;
}
body.viewer header ul.issues li a:hover{
    color: #ffffff;
    background: #4d2a7e;
    border: 1px solid #4d2a7e;
}
body.viewer header ul.issues li.current{
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    background: #4d2a7e;
    border: 1px solid #4d2a7e;
}

body.viewer header ul.issues li.issue1 a,
body.viewer header ul.issues li.current1{
    border-right: 0px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px; 
}

body.viewer header ul.issues li.issue3 a,
body.viewer header ul.issues li.current3{
    border-left: 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px; 
}
body.viewer header ul.buttons{
    position: absolute;
    top: 10px;
    right: 10px;
}
body.viewer header ul.buttons li{
    float: left;
    margin-left: 10px;
}
body.viewer header ul.buttons li a:link,
body.viewer header ul.buttons li a:active,
body.viewer header ul.buttons li a:visited,
body.viewer header ul.buttons li a:hover{
    display: block;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #868686;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

body.viewer header ul.buttons li a:hover{
    color: #ffffff;
    background: #4d2a7e;
    border: 1px solid #4d2a7e;
}
body.viewer #wrapper{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
body.viewer #issue{
    width: 3000px;
    height: 2134px;
    cursor: move;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* =================================================================
    for mobile
================================================================= */
@media screen and (max-width:900px){
    
    body.homepage #content{
        width: 100%;
    }
    
    body.homepage .left,
    body.homepage .right{
        float: none;
        width: 100%;
        
    }
    body.homepage .right{
        margin-top: 30px;
    }
    body.homepage .left .inner{
        border: 0px;
    }

    
    body.homepage section.issues a.readmore:link,
    body.homepage section.issues a.readmore:active,
    body.homepage section.issues a.readmore:visited,
    body.homepage section.issues a.readmore:hover{
        width: 120px;
        
    }

}