/* STYLES FOR THE PRESS SECTION */


/* PRESS RESOURCES
------------------------------------------------------------------------------------- */
#press .press-resources { margin-bottom:30px; padding-bottom:20px; border-bottom:1px dotted #ccc; }
#press .articleCategoryBlock {height:auto;}

#resources h1 {border-bottom: 1px solid #E4E4E4;font-size: 2.6em;font-weight: normal;line-height: 1.5em;margin-bottom: 20px;padding-bottom: 8px;}
#resources h2 {color: #333;font-size: 2em;font-weight: normal;line-height: 1em;margin: 0 0 8px;}
#resources h3 {position:relative;margin:15px 0;text-transform:uppercase;color:#666;border-bottom:1px solid #E4E4E4;padding-bottom:5px;margin-bottom:20px;}
#resources h3 span a {color:#666;position:absolute;right:0;text-transform:none;font-weight:lighter;font-size:0.85em;color:#999;-webkit-transition:all 0.3s linear;-moz-transition:all 0.5s linear;transition:all 0.3s linear;}
#resources h3 span a:hover {color:#000;}
#resources h4 {margin:0 0 2px;}
#resources ul {list-style-type: none;margin-bottom:15px;}
#resources ul li {font-size: 1.3em;padding:8px 0;}
#resources ul li a {padding-left:26px;}
#resources ul li a[href$=".zip"] {background:url(/images/press-materials/zip.png) no-repeat;}
#resources ul li a[href$=".pdf"] {background:url(/images/press-materials/pdf.png) no-repeat;}
#resources ul li a[href$=".docx"] {background:url(/images/press-materials/doc.png) no-repeat;}
#resources ul li a[href$=".pptx"] {background:url(/images/press-materials/ppt.png) no-repeat;;}
#resources ul li a[href$=".xlsx"] {background:url(/images/press-materials/xls.png) no-repeat;;}
#resources ul li a[href$=".jpg"] {background:url(/images/press-materials/jpg.png) no-repeat;}
#resources ul li a[href$=".mp4"] {background:url(/images/press-materials/mp4.png) no-repeat;}
#resources .resources-intro {width:335px;float:left;}
#resources .resources-boxshots {width:365px;padding-left:10px;float:left;margin-bottom:25px;}
#resources .resources-box {border: 1px solid #E4E4E4;overflow:hidden;background-color:#f8f8f8;background-image:-webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));background-image:-webkit-linear-gradient(top, #f2f2f2, #fff);background-image:-moz-linear-gradient(top, #f2f2f2, #fff);background-image:-ms-linear-gradient(top, #f2f2f2, #fff);background-image:-o-linear-gradient(top, #f2f2f2, #fff);padding:0 15px 15px;margin-bottom:25px;overflow:hidden;}
#resources .resources-column {width:338px;float:left;display:inline;}


/* MISC
------------------------------------------------------------------------------------- */
#press .bullet-list li { margin:12px 25px; }
#press .articleCategoryBlock h2 { margin-top:5px; margin-bottom:5px; }
#press .articleCategoryBlock p { width:590px; }
#press .write { margin-bottom:45px; }
#preview{background:#666;background: rgba(102, 102, 102, 0.8);position:absolute; padding:1px; display:none; color:#fff; z-index:99999;}


/* SERIF NEWS JQUERY TABS
------------------------------------------------------------------------------------- */
.tabs {margin:30px 0 20px;}
.tabs div ul li {border-bottom:1px solid #ccc;padding:10px;}
.tabs div ul li a {color:#333;}
.tabs div ul li a:hover {color:#666;text-decoration:underline;}
.tabs div ul li h4 {font-weight:lighter;}
.tabs div ul li p {color:#666;}
.tabs div ul li.odd {background:#f5f5f5;}
.tabs div ul li:last-child {border:none;}

.tabs p {margin-bottom:0;}

#press ul.tab-navigation { list-style: none; margin: 20px 0 11px 0; padding: 0; }
#press ul.tab-navigation li { display: inline; }
#press ul.tab-navigation li a { background-color: #eeeaea; color: #666; margin-right: 2px; padding: 10px 23px; text-decoration: none; font-size:1.4em;font-weight:bold;-webkit-border-top-left-radius: 8px;-webkit-border-top-right-radius:8px;-moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;}
#press ul.tab-navigation li a.selected, #press ul.tab-navigation li a:hover { background-color: #f5f5f5; }
#press ul.tab-navigation li a:focus { outline: 0; }


