/*  
Theme Name: Decypher Accelerated
Description: This is modification of Decypher theme for Accelerated Book theme
Version: 0.9
Author: Scott McLean
Author URI: http://www.scottakio.com/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
	}
	
@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('fonts/PTC75F-webfont.eot');
    src: url('fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTC75F-webfont.woff') format('woff'),
         url('fonts/PTC75F-webfont.ttf') format('truetype'),
         url('fonts/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('fonts/PTC55F-webfont.eot');
    src: url('fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTC55F-webfont.woff') format('woff'),
         url('fonts/PTC55F-webfont.ttf') format('truetype'),
         url('fonts/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('fonts/PTS76F-webfont.eot');
    src: url('fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS76F-webfont.woff') format('woff'),
         url('fonts/PTS76F-webfont.ttf') format('truetype'),
         url('fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
	

body{
	margin: 0;
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	vertical-align: top;
	color: #444444;
	padding-top: 0;
	background: #E3E8EC;
	}

p{
	padding: 0 0 10px 0;
	color: #444444;
	font-size: 14px;
	}

h1{
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 15px;
	letter-spacing: 2px;
	}	

h2{
	font-family: 'PTSansRegular', Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #333333;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 10px;
	}

h3{
	font-family: 'PTSansBold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 1;
	font-weight: normal;
	padding-bottom: 10px;
	}
	
h4{
	font-family: 'PTSansBold', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	line-height: 1;
	font-weight: normal;
	padding-bottom: 10px;
	}
	
quote{
	font-family: 'PTSansRegular', Helvetica, arial, sans-serif;
	font-size: 18px;
	color: #444444;
	line-height: 1.35;
	padding-bottom: 5px;
	display: block;
	text-indent: -0.25em;
	}
	
quote-author{
	font-family: 'PTSansBold', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1;
	font-weight: normal;
	display: block
	padding-top: 5px;
	margin-bottom: 20px;
	display: block;
	}
	
.button {
    padding: 5px 15px;
    margin: 5px;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-family: 'PTSansBold', Helvetica, Arial, sans-serif;
	font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    }

.button.a {
    padding: 20px; 
    }

.button:hover {
    color: #FFFFFF; 
    }

.button.red { background-color: #DA8781; color:#FFFFFF; }
.button.blue { background-color: #57AFC3; color:#FFFFFF; }
.button.pink { background-color: #DE8CBA; color:#FFFFFF; }
.button.green { background-color: #A6C5B3; color:#FFFFFF; }
.button.orange { background-color: #DE9D7D; color:#FFFFFF; }
.button.yellow { background-color: #FCE190; color:#FFFFFF; }


	
button-link{
	font-family: 'PTSansBold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1;
	font-weight: normal;
	}



small{
	font-size: 12px;
	}

blockquote{
	width: 460px;
	font-family: 'PTSansItalic', Helvetica, arial, sans-serif;
	font-size: 18px;
	color: #444444;
	font-weight: italic;
	line-height: 1.25;
	padding-bottom: 0px;
	text-indent: -0.25em;
	}
	
/* Menu */

#menu {
	font-family: Futura, 'PTSansCaptionRegular', Helvetica;
	font-size: 13px;
	letter-spacing: 0.1em;
	height: 41px;
	background: #FFFFFF;
	padding:0;
	margin:0;
	position: relative;
	display: block;
	z-index: 30;
	}

#menu ul {
	display: block;
	padding:0;
	margin:0;
	}
	
#menu li{
	font-family: Futura, 'PTSansCaptionRegular', Helvetica;
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 5px;
	border-left-style: solid;
	border-width: 1px;
	border-color: #E3E8EC;
	}
	

#menu li.item2:hover a{	background-color: #DA8781; color: #FFFFFF;}
#menu li.item2:hover {	background-color: #DA8781;	}
#menu li.current_item2 { background-color: #DA8781; }
#menu li.current_item2 a{ color: #FFFFFF; }
	
#menu li.item3:hover a{	background-color: #57AFC3;	color: #FFFFFF;	}
#menu li.item3:hover {	background-color: #57AFC3;	}
#menu li.current_item3 { background-color: #57AFC3; }
#menu li.current_item3 a{ color: #FFFFFF; }
	
#menu li.item4:hover a{	background-color: #DE8CBA;	color: #FFFFFF;	}
#menu li.item4:hover {	background-color: #DE8CBA;	}
#menu li.current_item4 { background-color: #DE8CBA; }
#menu li.current_item4 a{ color: #FFFFFF; }

#menu li.item5:hover a{	background-color: #A6C5B3;	color: #FFFFFF;	}
#menu li.item5:hover {	background-color: #A6C5B3;	}
#menu li.current_item5 { background-color: #A6C5B3; }
#menu li.current_item5 a{ color: #FFFFFF; }
	
#menu li.item6:hover a{	background-color: #DE9D7D;	color: #FFFFFF;	}
#menu li.item6:hover {	background-color: #DE9D7D;	}
#menu li.current_item6 { background-color: #DE9D7D; }
#menu li.current_item6 a{ color: #FFFFFF; }
	
#menu li.item7:hover a{	background-color: #FCE190;	color: #FFFFFF;	}
#menu li.item7:hover {	background-color: #FCE190;	}
#menu li.current_item7 { background-color: #FCE190; }
#menu li.current_item7 a{ color: #FFFFFF; }
	
#menu li a{
	height: 25px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	color: #222222;
	font-size: 13px;
	}

#menu ul li {
	color: #222222;
	background: #FFFFFF;
	height: 36px;
	text-align: center;
	width: 100px;
	line-height: 30px;
	float: left;
	z-index: 29;
	padding-right: 0px;
	}
	
	
#menu ul li:hover {
	color: #FFFFFF;
	}

#menu li a:hover {
	color: #FFFFFF;
	}
	
#menu ul ul {
	top: 41px;
	visibility: hidden;
	}

#menu li:hover ul {
	visibility:visible;
	}
	
#menu-bottom {
	height: 7px;
	z-index: 200;
	}

/* Menu End */


/* RSS display Test */

#rss {
	width: 480px;
	}

#rss a{
	font-family: 'PTSansBold', Helvetica, arial, sans-serif;
	font-size: 20px;
	color: #DE9D7D;
	}
	
#rss ul{
	list-style-type: none;
	padding-left: 0;
	}

#rss li{
	padding-bottom: 20px;
	}

a{
	outline: none;
	}

a:link, a:visited{
	text-decoration: none;
	color: #999999;
	}

a:hover{
	text-decoration: none;
	color: #111111;
	}

#top{
	padding-top: 10px;
	}


#wrapper{
	margin: 0 auto 0 auto;
	width: 660px;
	text-align: center;
	padding-top: 41px;
	background: #FFFFFF;
	position:absolute; 
	margin-left:-330px; 
	left:50%;
	}
	
#header{
	width: 660px;
	height: 41px;
	padding: 0 0 0 0;
	background: #FFFFFF;
	position:absolute; 
	margin-left:-330px; 
	left:50%; 

	}

.header-border{
	padding: 5px 0 0 0;
	}

#container{
	float: center;
	width: 620px;
	min-height: 400px;
	text-align: left;
	padding: 30px 20px 0 20px;
	margin: 0 0 0 0px;
	}

#container p img{
	margin: 0 5px 10px 0;
	border: none;
	}

/* Wide Left hand Colum */

#wide-narrow {
	width: 620px;
	display: block;
	height: 100%;
	}

#wide-narrow-left {
	width: 380px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 20px;
	}
	
#wide-narrow-right {
	width: 220px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	}
	
/* Wide Right hand Colum */

#narrow-wide {
	width: 620px;
	display: block;
	height: 100%;
	}

#narrow-wide-left {
	width: 220px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 20px;
	}
	
#narrow-wide-right {
	width: 380px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	}

/* Excerpt */

#excerpt {
	width: 460px;
	display: block;
	float: left;
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 30px;
	padding-top: 20px;
	font-size: 16px;
	}
	
#excerpt p{
	font-size: 16px;
	line-height: 1.4;
	}

/* Even */

#even {
	width: 620px;
	display: block;
	height: 100%;
	}

#even-left {
	width: 300px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 20px;
	}
	
#even-right {
	width: 300px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	}

/* Temp */

#temp {
	width: 460px;
	display: block;
	float: left;
	text-align: center;
	margin-left: 80px;
	margin-right: 80px;
	padding-top: 20px;
	}

	
.clear {
	clear: both;
	display: block;
	}
	


.disclaimer {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	padding-left: 5px;
	padding-top: 4px;
	}


	
.post-edit-link {
	font-family: sans-serif;
	font-size: 5px;
	}

.navmenu li{
	padding: 0 0 0 0;
	}
	
.navmenu ul{
	padding: 0 0 0 0;
	}
	
.navmenu ul li{
	padding: 0 0 0 8px;
	}

.navmenu a{
	display: list-item;
	width: 140px
	height: 15px;
	color: #444444;
	}

.navmenu a:hover{
	color: #111111;
	}


.post{

	width: 620px;
	}

.entry {
	width: 620px;
	}

.entry img{
	padding-bottom: 10px;
	}

.entry a{
	color: #444444;
	font-weight: normal;
	}

.entry a:hover{
	color: #333333;
	}
	
#slideshow {
    position:relative;
    height:331px;
    width: 220px;
}

#slideshow DIV {
    position:absolute;
    width: 220px;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 331px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 331px;
    width: 220px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}



#footer{
	clear: both;
	float: center;
	width: 620px;
	height: 20px;
	padding: 0 20px 5px 20px;
	font-size: 11px;
	text-align:left;
	}
	
#footer a:hover{
	color: #DE9D7D;
	}

#bottom{
	padding-bottom: 10px;
	}


	

