/*
Theme Name: Nevertap Asia
Theme URI: http://www.nevertap-asia
Description: Homecooked Wordpress theme for nevertap.asia
Version: 1.0
Author: Andreas Hesselback
Author URI: andreas.hesselback@gmail.com
*/



/******************************************************
	global CSS reset ...or something
*******************************************************/

body {
    font-size: 100%;
    color: #fff;
}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre,
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
    outline: 0;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code, p, small {
    font-size: 100%;
    font-weight: normal;
}
a img, :link img, :visited img {  /* Blue borders on img links!? Yeah, great fucking idea!? */
	border: none;
}
:link, :visited, :active, :focus {
	text-decoration: none;
    outline: none; /* Takes away the dotted border from links when active in Firefox */
}

/******************************************************
	globals
*******************************************************/
body {
    font-family: verdana, helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-family: arial, verdana, helvetica, sans-serif;
}
p {
    font-family: verdana, helvetica, sans-serif;
    margin: 2px 0 10px 0;
}

small {
    color: #bbb;
    font-size: 80%;
}


a:link, a:visited, a:active { color: #FF0000; }
a:hover {  border-bottom: 1px solid #FF0000}
a.img_link:hover { border: 0;}
/*#content_left a:hover, #flyer a:hover { border-bottom: 1px dotted #fff;}*/



/******************************************************
	clear-fix and aligns
*******************************************************/

/* slightly enhanced, universal clearfix hack by Perishable at perishablepress.com */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.alignleft{
	float:left
}
.alignright{
	float:right
}
.center {
    text-align: center;
}

/******************************************************
	structure, positioning & bg's for MAIN div's
*******************************************************/

body {
    background: url(img/bg.gif);
}
#page_wrapper {
    background: url(img/extra_bg.gif) no-repeat top center;
    width: 980px;
    height: 400px;
    margin: 0 auto 0 auto ;
    text-align: left;
}
#content_left {
    float: left;
    width: 600px;
    padding:0 10px 0 20px;
}

#sideadds {
    width: 305px;
    float: right;
}

/******************************************************
	for header
*******************************************************/

#header h1 {
    float:left;
    display: block;
    background: url(img/nevertap_logo.gif) no-repeat top center;
    width: 549px;
    height: 120px;
    position: relative;
    top: 18px;
    left: 4px;
    }
    #header h1 span{
        display: none;
}
#countdown {
    float: right;
    background: url(img/countdown-2.gif) no-repeat top center;
    width: 300px;
    margin: 40px 0 0 0;
    padding: 64px 5px 0 0;
    font-family: arial, verdana, helvetica, sans-serif;
    letter-spacing: -0.05em;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;

    }
    #countdown span {
        font-size: 18px;
        font-weight: bold;
        color:#FF3300;
    }


/******************************************************
	for menu
*******************************************************/

ul.page_menu {
    padding: 20px 0 0 10px;
    margin: 0 0 30px 0;
    list-style:none;
    text-align:left;

}
ul.page_menu li {
    display: block;
    float:left;
    margin-right: 0px;
}
ul.page_menu li.page-item-16 {
   margin-right: 0px;
}


ul.page_menu li a {
    display: block;
    color: #ccc;
    font: bold 16px arial;
    text-transform: uppercase;
    padding: 0 18px 0 18px;
    border-bottom: solid 3px #555;
}
ul.page_menu li a:hover {
    color: #ffffff;
    border-bottom: solid 3px #FF0000;
}
ul.page_menu li.current_page_item a, ul.page_menu li.current_page_item a:hover {
    color: #ffffff;
    border-bottom: solid 3px #FF0000;
}

/******************************************************
	for sideadds
*******************************************************/

#news {
    margin: 15px 0 0 0;
}
#news p.link {
    font: 12px verdana;
    padding: 10px 0 0 0;


}
#news h3{
    font: bold 13px verdana;
    color: #CC0000;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin: 5px 0 0 0;
}
#news .news_post {
    padding: 0 10px 0 5px;
    font-size: 12px;
    text-align: justify;
    }
    #news .news_post a {
        color: #AAAAAA;
    }
    #news .news_post a:hover {
        color: #fff; border: 0;
    }
#flyer, #subscribe {
    font-size: 14px;
    text-align: justify;
    margin: 0 0 20px 0;

}
#flyer p {
    margin: 0 5px 10px 2px;
}
#subscribe p {
    margin: 4px 5px 10px 2px;
}


.sideadd_head {
    margin: 0 0 10px 0;
}
.sideadd {
    height: 80px;
}

#mp-form input{
    font-size: 12px;
    padding: 2px;
}


input.MailPressFormEmail {
    width: 200px;
    margin: 2px 10px 0 2px;
}
input.MailPressFormSubmit {
    width: 70px;
    margin: 0 4px 0 0;

}

/******************************************************
	for content
*******************************************************/


#content_left {
    text-align: justify;
    line-height: 1.3em;
    padding-top: 20px;
}
#content_left p {
    margin: 0 0 20px 20px;
}
#content_left h2 {
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
   padding-left: 4px;
   border-left: solid 3px #FF0000;
   margin: 25px 0 10px 15px;
}
#content_left h3 {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   padding-left: 4px;
   margin: 25px 0 10px 15px;
   border-bottom: 1px solid #FF0000;
    }
#content_left h4 {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   padding-left: 4px;
   margin: 25px 0 10px 15px;
    }
    h4.gallery {
      margin-top: 10px !important;
    }


#content_left blockquote {

    font-size: 2em;
    line-height: 1.1em;
    font-weight: bolder;
    text-align: center;
    color: #FFF;
    margin: 0 0 20px 5px;
    }
    #content_left blockquote p { margin:0; padding: 0; font-family: Impact;}

#content_left a:link, #content_left a:visited, #content_left a:active {
    color: #FF0000;
    }

#content_left a:hover { color: #FF0000; border-bottom: 1px solid #FF0000}

ul {
    margin: 0 0 0 20px;
	list-style: disc url(img/list_bullet.gif) inside;
}

img.intext_right {
    float: right;
    padding: 0 0 0 10px;
}
img.intext_left {
    float: left;
    padding: 0 10px 0 0;
}

div.entry p a img {
    padding: 10px;
}


/******************************************************
	for gallery
*******************************************************/


#gallery {
   width: 500px;
   margin: 0 auto;
}
#gallery img {
   padding: 1px;border: 4px solid #BBBBBB;
   margin: 10px 20px 10px 20px;

}
.gallery_left {
    width: 250px;
    float: left;
    margin-left: 30px;
}
.gallery_right {
    width: 250px;
    float: right;
    margin-right: 30px;
    text-align: left;
}

/*a.shadowbox {
    display: block;
    background: url(img/list_bullet_movie_dark.gif) no-repeat;
    height: 44px;
    padding: 0 0 0 45px;
    }
    a.shadowbox span span {
        font-size: 12px;
        color: #999999;
    }


a.shadowbox:link, a.shadowbox:visited, a.shadowbox:active {
    font-size: 16px;
    font-weight: bold;
    color: #ccc !important;
    padding-top: 7px;
    }
    a.shadowbox:hover {
      background: url(img/list_bullet_movie.gif) no-repeat;
      color: #fff !important;
      border: 0 !important;
    }
      a.shadowbox:hover span {
      background-image: none;
      color: #fff !important;
      }*/
a.shadowbox {
    color: #fff !important;

}
a.shadowbox:link, a.shadowbox:visited, a.shadowbox:active {

}

/******************************************************
	for news
*******************************************************/

#news_holder {
   padding-top:20px;
}

h3.news_date {
    padding-left: 4px !important;
   border-left: solid 3px #FF0000 !important;
   color: #BBBBBB !important;
   margin: 25px 0px 0px 15px !important;
   padding: 0 0 2px 4px !important;
   border-bottom: none!important;
}
h3.news_title {
    font-size: 16px !important;
   font-weight: bold !important;
   text-transform: uppercase !important;
   padding-left: 4px !important;
   border-left: solid 3px #FF0000 !important;
   margin: 0 0 10px 15px !important;
   border-bottom: none!important;
}

h3.news_title a:link, h3.news_title a:visited, h3.news_title a:active, h3.news_title a:focus {
   color: #fff;
   border:0;
}
h3.news_title a:hover {
   color: #fff;
   border:0;
}


/******************************************************
	for the store
*******************************************************/

#store_content {
  padding: 20px 0 0 0;
}
#store_left, #store_right {
    font-size: 14px;
    text-align: justify
}
#store_left p, #store_right p{
    margin: 0px;
    padding: 0 8px 10px 4px;
}
#store_left {
    float: left;
    width: 265px;
    margin: 0 20px 0 20px;
}
#store_right {
    float: right;
    width: 265px;
    margin: 0 0 0 10px;
}
.price {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    }
    .price span {
      font-size: 12px;
        font-variant: small-caps;
    }


/******************************************************
	for links
*******************************************************/
div.cat h2      {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    border-bottom: 1px solid #888;
    border-left: 0  !important;

}
div.cat {
    padding-bottom: 20px;
}


div.cat ul {
    list-style: none;
    list-style-type: none;
    margin: 0 !important;
    }
    div.cat ul {
        padding: 0 0 0 25px;
    }
    div.cat a {
        color: #aaa !important;
    }
    div.cat a:hover {
        color: #fff !important;
    }

div.cat {

}
div.cat ul li {
    float: left;
    background-image: url(img/list_bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .15em;
    width: 280px;
    padding: 0 0 5px 17px;
    text-align: left!important;
}

#prem_links {
    font-size: 12px;
    border-top: solid 2px #555555;
    padding: 10px 4px 10px 4px;
    margin: 2px 0 0 0;
    color: #fff;
}

#prem_links ul.link_list {
    list-style: none;
    padding: 10px 0 10px 0!important;
}

#prem_links ul.link_list li {
    float: left;
    padding: 0 15px 5px 12px!important;
    background-image: url(img/list_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .35em;
}

#prem_links ul.link_list li a {
        color: #777 !important;
    }
#prem_links ul.link_list li a:hover {
        color: #fff !important;
        border-bottom: 1px solid #FF0000!important;
    }

/******************************************************
	for footer
*******************************************************/

#footer {
    font-size: 12px;
    height: 50px;
    border-top: solid 2px #555555;
    padding: 5px 4px 0 4px;
    margin: 30px 0 0 0;
    color: #fff;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
   color: #FF0000;
}
#footer a:hover {
   border-bottom: solid 1px #FF0000;
}

p.footerCopy {
    float: left;
}

p.footerMenu {
    float: right;
    text-align: right;

}

