/* SLIDER */
/* IMAGE CAROUSEL */

ul#slider1 { overflow:hidden!important; border-bottom:0 none!important; max-height: 250px!important; height: 250px!important;}
#slider1 .atitle {
	font:normal 1.8em 'Museo300', 'Trebuchet MS', Helvetica, sans-serif;
}
ul#slider1 li {padding:0!important; margin:0!important;}
ul#slider1 li {height:250px; width:910px; overflow:hidden;position:relative; max-height: 250px;}

/*
border-radius: 3px;
-webkit-box-shadow: 0 15px 15px -15px #111;
-moz-box-shadow: 0 15px 15px -15px #111;
box-shadow: 0 15px 15px -15px #111;*/


.bx-wrapper{
margin:0 25px 30px 25px!important;
border-radius: 10px;
position: relative;
top:25px;
overflow:hidden!important; max-height: 250px!important; height: 250px!important;

}

div.bx-pager{
height: 30px;
border-radius: 5px;
-moz-border-radius:5px;
padding:2px;

}
.bx-prev, .bx-next {display:none;}
.bx-pager {position:absolute; bottom:10px;right: 20px;}
.bx-pager a {
float:left; 
background-color: rgb(200, 200, 200);
background-color: rgba(255, 255, 255, 0.5);
opacity: .6;
filter: alpha(opacity = 60);
color: #444;
padding:5px 7px; 
font:bold 1.2em/1.2em 'Museo700', 'Trebuchet MS', Helvetica, sans-serif;

/* easing */
-webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}
.ie7 .bx-pager a {
	background-color: rgb(200, 200, 200)!important;
	filter: alpha(opacity = 100)!important;
}

.bx-pager a:first-child{
border-radius: 2px 0 0 2px;
}
.bx-pager a:last-child{
border-radius: 0 2px 2px 0;
}

.bx-pager a:hover, a.pager-active{
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.95);
border-radius: 2px;
opacity: .95;
  filter: alpha(opacity = 95);
  text-decoration:none!important;
}
.ie7 .bx-pager a:hover, .ie7 a.pager-active{
	background: rgb(255, 255, 255)!important;
	filter: alpha(opacity = 100)!important;
	text-decoration:none!important;
}
.bx-pager a:hover {
	color:#111;
	text-decoration:none!important;
}
.bx-pager img {padding:0!important; margin:0!important;border:1px solid #eee;border-radius: 5px;}
.bx-pager img:hover{

background:#fff;
            -webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
			


}
.bx-pager .pager-active img {   
background: #444;         
border: 1px solid #999;
			-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.6) inset;
               -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.6) inset;
                    box-shadow:0 2px 5px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.6) inset;
            top:0;
            bottom:0;
            left:15px;
            right:15px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
			

}
.bx-window {position:relative;}
.slide-content {width:320px; position:absolute; left:0px; top:0;}

#slider1 li img{
float: left;
position: relative;
/*border: 1px solid #666;*/
}




@font-face {
	font-family: 'Museo300';
	src: url('../fonts/MuseoForDell-300.eot');
	src: local('☺'), url('../fonts/MuseoForDell-300.woff') format('woff'), url('../fonts/MuseoForDell-300.ttf') format('truetype'), url('../fonts/MuseoForDell-300.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museo700';
	src: url('../fonts/MuseoForDell-700.eot');
	src: local('☺'), url('../fonts/MuseoForDell-700.woff') format('woff'), url('../fonts/MuseoForDell-700.ttf') format('truetype'), url('../fonts/MuseoForDell-700.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

article, #right, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

html, body {width:100%;}
body { font:13px/1.231 sans-serif; *font-size:small; background:#efefef;} 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a:hover, a:active { outline: none; }
a:hover {text-decoration: underline; color:#39c;}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
 }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.clearfloat { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	}

body, select, input, textarea {  color: #333; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a{
text-decoration: none;
color:#39c;
}
a:visited{

}

::-moz-selection{ background: #aaa; color:#fff; text-shadow: none; }
::selection { background:#aaa; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

/* POPUP MODAL AND NEW BUTTON */
.q-btn{
position: absolute;
right: 5px;
top:5px;
}

.q-btn:hover{
opacity: .85;
filter: alpha(opacity = 85);
text-decoration:none!important;
}

.modalbox h4{
font:bold 18px/18px 'Museo700', 'Trebuchet MS', Helvetica, sans-serif;
margin:0 0 8px 0!important;
padding:0!important;
color:#333;
}

.modalbox h5{
font:normal 15px 'Museo300', 'Trebuchet MS', Helvetica, sans-serif;
}



.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	filter: alpha(opacity = 50);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	}

.reveal-modal {
	visibility: hidden;
	top: 115px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #fff;
	position: absolute;
	z-index: 101;
	padding: 20px 20px 30px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.6);
	-box-shadow: 0 0 15px rgba(0,0,0,.6);
	}
	
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	} 

.reveal-modal b{
	font-weight: 900;
}

.modalbox form{
	margin: 8px 0 20px 0;
}

.modalbox label, .modalbox legend{
font-weight: bold;
font-family: 'Museo700', 'Trebuchet MS', Helvetica, sans-serif;
color:#333
}

.modalbox textarea{
height: 120px;
width:385px;
}

.modalbox textarea, .modalbox input[type=text] {
background: rgb(255,255,255); /* Old browsers */

padding: 6px;
outline: none;
font-weight: normal;
color: #444;
margin-top:2px;
border-radius: 2px;
border:1px solid #ccc;

/* easing */
-webkit-transition: border 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: border 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: border 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: border 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

.modalbox textarea:hover, .modalbox input:hover[type=text]{
border:1px solid #555;
}


.modalbox .row{
padding: 4px 0;
}

span label {
font-family: 'Museo300', 'Trebuchet MS', Helvetica, sans-serif !important;
font-weight: normal!important;
}




/* Everything Else */

body{
	font:normal 13px/18px 'Trebuchet MS', Helvetica, sans-serif;
}

ul, li, ol {
	margin:0;
	padding:0;
}
/* ASSET ROLL */
#left .assetroll {
	border-bottom:1px solid #d9d9d9;
	padding-bottom:0;
}
.assetroll, .assetroll li {
	list-style:none;
	list-style-type:none;
}
.assetroll li {
	position:relative;
	margin:1em 0 0;
	padding:3px 0 10px 0!important;
	border-bottom:1px solid #eee;
}
#right .assetroll li:first-child {
	margin-top:0;
}
#right .assetroll li:last-child {
	border-bottom:0 none;
	padding-bottom:0;
}



#right .assetroll {
	font-size:.9em;
}
.thumbs img {
	position:absolute;
}
.thumbs .atitle, 
.thumbs .desc, 
.thumbs .cta{
	margin-left:70px;
}
.atitle, 
.desc, 
.cta{
	display:block;
}
.atitle {
	font:bold 1.15em/1.3em 'Museo700', 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom:.4em;
}
.atitle,
.atitle a, 
a.cta{
	color:#3399cc;
}
.cta{
	font-size:.9em;
	margin-top:.4em;
}


/* SPOTLIGHT */
.spotlight {
	margin-bottom:15px;
	padding-bottom:20px;
	height:190px;
	border-bottom:1px solid #efefef!important;
}
.spotlight img {
	position:absolute;
}
.spotlight .atitle, .spotlight .desc, .spotlight .cta {
	margin-left:200px !important;
}
.spotlight .atitle {color:#333}
.spotlight .cta {
	width:80px;
	color:#fff;
}

/* SPOTLIGHT */
.blogger {
	margin-bottom:0!important;
	padding-bottom:20px;
	border-bottom:1px solid #efefef!important;
}
.blogger .heading {
	padding-bottom:15px;
}
.blogger img {
	position:absolute;
}
.blogger .atitle, .blogger .desc {
	margin-left:85px !important;
}

.topmargin {
	margin-top:25px;
}
.bpadd {padding-bottom:20px!important;}

/* CONTAINERS */

.wrapper{
	margin:auto;
	width:960px;
	position:relative;
}
#main { 
-webkit-box-shadow: 1px 2px 3px 3px #ccc;
   -moz-box-shadow: 1px 2px 3px 3px #ccc;
        box-shadow: 1px 2px 3px 3px #ccc;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	    border-radius: 6px;
		background:#fff;
		position:relative;
	zoom:1;
}
.ie7 #main {
	margin-bottom:50px!important;
}


#left {
	width:550px;
	float:left;
	padding:10px 0 20px 25px;
}
#right{
	float:right;
	width:336px;
	padding:10px 25px 20px 0;
}
.slides {padding:25px 0 0 25px;}
.module {
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	    border-radius: 6px;
		position:relative;
		margin-bottom:10px;
}
.module ul {
	padding:0 10px 0 0;
	margin-left:0;
}
.module ul li {
	display:block;}

.module ul, .module ul li {
	display:block;
	list-style-type:none;
	list-style:none;
}
#left .module {
	border:0 none;
}

#right .module {
	margin-bottom:15px;
	padding:10px 15px;
}
	
h2, h3{
	margin:0;
}

#title, h2, h3{
	font-weight:normal;
}

#title{
	font-size: 24px;
	color:#333;
	float:left;
	height:120px;
	line-height:86px;
	padding-left:74px;
	background:url('../images/dell-logo.gif') no-repeat center left;
	font-family:'Museo300', 'Trebuchet MS', Helvetica, sans-serif!important;
	
}

#header-container{
	background-color:#fff;
	height:125px;
	-webkit-box-shadow:0 4px 4px 0 #ccc;
	   -moz-box-shadow:0 4px 4px 0 #ccc;
	        box-shadow:0 4px 4px 0 #ccc;
	background-color:#fff;
	min-width:960px;
	position:relative;
	zoom:1;
	margin-bottom:15px!important;
}
#windows7 #left, #windows7 #right,
#windowsserver #left, #windowsserver #right,
#blog #left, #blog #right,
#about #left, #about #right
{margin-top:15px;}

header{
	margin-bottom:55px;
	width:100%;
}

nav{
	position:absolute;
	left:74px;
	top:60px;
}

.fblike {
	width:90px;
	position:relative;
	top:3px;
	border-right:1px solid #efefef;
}
	
.bannerimg {
	margin-bottom:15px;
}

#fb-count {
	width:260px;
	overflow:hidden;
	position:absolute;
}
.like-row {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ccc;
	height:30px;
}

#breadcrumbs, #recommend {
	font:normal 12px 'Trebuchet MS', Helvetica, sans-serif;
	position:absolute;
	top:105px;
}
#recommend {
	width:250px;
	text-align:right;
	right:0;
}
#breadcrumbs {
	width:500px;
	text-align:left;
	left:0;
	font-size:11px;
}
.bread_prev {color:#999!important}
.bread_curr {color:#333!important}

.whydell-bc, .windows7-bc, .windowsserver-bc, .blog-bc, .about-bc {
	display:none;
}

#home .whydell-bc, #windows7 .windows7-bc, #windowsserver .windowsserver-bc, #blog .blog-bc, #about .about-bc {
	display:inline;
}

/* MENU 1*/
#menuOuter {
	position:absolute;
	width:706px;
	height:30px;
}
#menu ul{
	padding : 0;
	margin : 0;
	float:left;
	height:24px;
	width:100%;
	}
#menu ul li{
	display : inline;
	}
	
	
#menu ul li a:hover, #menu ul li a.current, #windows7 .windows7-nav, #windowsserver .windowsserver-nav, #blog .blog-nav {
	background:url("../images/menu-active.jpg") repeat-x;
	}

#menu a {
	margin:0;
	padding:0 20px;
	font-size:11px;
	height:32px;
	line-height:32px;
	text-align:center;
	text-decoration : none;
	float : left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#606060;
	background:url("../images/menu-inactive.jpg") repeat-x;
	border-left:1px solid #c2c1c1;
	border-right:1px solid #e7e7e7;
	border-bottom:0 !important;
	}
#menu li.first a {
	background:url("../images/menu-inactive-left.jpg") no-repeat;
	border-left:0;
}
#menu li.last a {
	background:url("../images/menu-inactive-right.jpg") no-repeat;
	background-position:right !important;
	border-right:0;
}

#menu .last {
	background:url("../images/menu-inactive-right.jpg") no-repeat;
}
#menu ul li.first a:hover, #menu ul li.first a.current, #home a.whydell-nav {
	background:url("../images/menu-active-left.jpg") no-repeat !important;
	} 
#menu ul li.last a.lastMenuItem:hover, #menu ul li.last a.current, a.about-nav:hover, #about .about-nav {
	background:url("../images/menu-active-right.jpg") no-repeat !important;
	} 


/* search form 
-------------------------------------- */

.searchform {position:absolute;
top:25px;
right:0;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	padding: 0;
 	background: url("../images/searchbar.jpg") 0 1px no-repeat;
*/
	

	
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	color:#666;
}
.searchform .searchfield {
	background: 0 none;
	padding: 0 5px;
	width: 160px;
	outline: none;
	border:0 none;
	margin:0;
}
.searchform .searchbutton {
	color: #fff;
	border: 0 none;
	font-size: 11px;
	height: 27px;
	width: 27px;
	background: 0 none;
}

#lines {
	margin-top:15px;
	height:25px;
	width:570px;
	background:url('../images/lines.jpg') no-repeat;
	margin-left:10px;
}
.heading {
	font-family:'Museo700', 'Trebuchet MS', Helvetica, sans-serif;
	color:#333;
	display:block;
	padding-top:8px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
#right .heading {font-size:15px;}
#tabs .heading, 
.spotlight .heading, 
.top-top .heading, 
#right .heading {
	margin-bottom:5px;
}
.see-all{
	text-align:center;
	padding-right:50px;
}
.see-all a{ 
color:#3399cc;
}
.see-all a:hover{ 
text-decoration:underline;
}
#connect ul {
	margin-left:0;
	height: 70px;
	display:block;
}
#connect li {
	display:block;
	width:32px; 
	height:32px;
	margin: 12px 10px 0 10px;
	float:left;
}

#connect li a{
width:40px;
text-align: center!important;
position: relative;
/* easing */
-webkit-transition: all 100ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 100ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 100ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 100ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

#connect li a:hover{
opacity: .85;
filter: alpha(opacity = 85);
top:3px;
}

#connect li a:active{
opacity: 1;
filter: alpha(opacity = 100);
}

#connect li a span{
font-size:11px!important	;
font-family: Helvetica, Arial, Sans-serif;
}

.sochead{
float: left;
position: relative;
margin: 15px 5px 15px 0;
}

.soc-icons{
	height: 50px;
	padding-top:0!important;
}
.soc-icons li{
	display: block;
	width: 177px;
	height: 59.5px;
}
ul.soc-icons li a {
	height: 59px!important;
	width: 59px!important;
	display:block !important;
	    -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
}
a.fb{
	background: url(../images/social.jpg) left top no-repeat;
	opacity: .8;
	filter: alpha(opacity = 80);
 }
a.fb:hover{
	background-position: 0 -58px;
	opacity: 1;
	filter: alpha(opacity = 100);
 }
a.in{
	background: url(../images/social.jpg) -60px 0 no-repeat;
	opacity: .8;
	filter: alpha(opacity = 80);
 }
a.in:hover{
	background-position  : -60px -58px;
	opacity: 1;
	filter: alpha(opacity = 100);
 }
a.tw{
	background: url(../images/social.jpg) -120px 0 no-repeat;
	opacity: .8;
	filter: alpha(opacity = 80);
 }
a.tw:hover{
	background-position  : -120px -58px;
	opacity: 1;
	filter: alpha(opacity = 100);
 }


.btn{
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top, #efefef 0%, #747474 13%, #4c4c4c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(13%,#747474), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#747474 13%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#747474 13%,#4c4c4c 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#747474 13%,#4c4c4c 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #efefef 0%,#747474 13%,#4c4c4c 100%); /* W3C */
border: 1px solid #555;
color: #eee !important;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight:600;
font-size: 11px;
border-radius: 15px;
padding: 2px 7px;
text-transform: uppercase;
margin: 0 0 0 180px !important;
position: relative;
text-decoration: none;
/* easing */
-webkit-transition: all 100ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 100ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 100ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 100ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

.btn:hover{
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #f2f2f2 0%, #8c8c8c 13%, #6a6a6a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(13%,#8c8c8c), color-stop(100%,#6a6a6a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f2f2 0%,#8c8c8c 13%,#6a6a6a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f2f2 0%,#8c8c8c 13%,#6a6a6a 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f2f2f2 0%,#8c8c8c 13%,#6a6a6a 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f2f2f2 0%,#8c8c8c 13%,#6a6a6a 100%); /* W3C */
left: 4px;
text-decoration:none!important;
}

.btn:active{
-webkit-box-shadow:  0px 0px 2px 0px #000000;
-moz-box-shadow: 0px 0px 2px 0px #000000;
box-shadow:0px 0px 2px 0px #000000;


}

#footer-container{
	background:#fff;
	height:100px;
	margin-top:50px;
	-webkit-box-shadow:0 -20px 20px -20px #AAA;
	   -moz-box-shadow:0 -20px 20px -20px #AAA;
	        box-shadow:0 -20px 20px -20px #AAA;
			

}

#footer-container footer{
	color:white;
}

footer h3{
top:20px;
position: relative;
font-size:11px !important;
color: #444;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight:600;
float: right;
text-align:right;
}

footer h3:first-child {
float: left;
text-align: left;
}







.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.fix:before, .fix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.fix:after { clear: both; }
.fix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}















/* button */

.pds-vote-button {
	border:0 none !important;
	height:24px;
	width:55px;
	background:url('../images/vote-btn.jpg') no-repeat;
	padding:0;
	cursor:pointer;
	display:block;
	float:left;
}

.pds-vote-button:hover {
	background-position: 0 -24px;
	text-decoration:none!important;
}

#loginform span {
	display:block;
}
#loginform .inputbox {
	margin-bottom:10px;
}



/* Poll */
.pds-question-top {
	font-weight:bold;
	font-size:1.3em!important;
	font-family: 'Museo700', 'Trebuchet MS', Helvetica, sans-serif!important;
}
.pds-vote-button span,
.pds-answer-span {
font-family: 'Trebuchet MS', Helvetica, sans-serif!important;
font-weight:normal;
}

.leader, .ad {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.leader {
	margin: 5px 0 0 0;
}
.sponsor {
	margin-top:-3px;
}
.pds-links{float:none!important; padding:30px 0 0 0!important;}
.pds-links a {font-size:13px!important;font-family: 'Trebuchet MS', Helvetica, sans-serif!important;}

/* ARTICLE */
article .heading {
 font-size:1.385em!important;
 margin-top:-5px;
}

article .atitle {
	margin-top:8px;
	margin-bottom:5px;
	font-size:2em;
	line-height:1.1em;
}
article .byline {
font-weight:bold;
	font-size:1.1em!important;
	font-family: 'Museo700', 'Trebuchet MS', Helvetica, sans-serif!important;
	margin-bottom:10px;
}
article .tools {
font-weight:normal;
	font-size:1em!important;
	font-family: 'Museo300', 'Trebuchet MS', Helvetica, sans-serif!important;
}
article .callout {
font-weight:normal;
	font-size:1.2em!important;
	font-family: 'Museo300', 'Trebuchet MS', Helvetica, sans-serif!important;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
	padding:10px 5px;
	margin:10px 0;
	line-height:1.3em;
}
#acontent {
	border-bottom:1px solid #ccc;
}
#acontent .page_navigation {
	position:relative;
	float:right;
	margin-right:20px;
	margin-bottom:12px;
}
article .content img {
	display:block;
	margin:0 auto;
}

/* SHAREBAR */
body ul#sharebar { display: none; position: absolute; width: 85px!important; float: left; padding: 0; text-align: center; list-style: none; margin: 0; z-index: 99; }
body ul#sharebar li { display: block; margin-bottom: 5px; padding: 0; overflow: hidden; text-align: left; }
body ul#sharebarx { display: none; list-style: none; width: 100%; float: left; margin: 10px 0 10px 5px; padding: 0; }
body ul#sharebarx a { line-height: 14px; text-decoration: none; }
body ul#sharebarx li { float: left; margin-right: 20px; line-height: 18px; }
body ul#sharebarx li .st_email  { margin: 0 15px !important; }
.sharebar-button { font-size: 11px; font-family: Verdana, Arial; padding: 2px 4px; background: #f7f7f7; color: #444; border: 1px solid #ddd; display: block;margin: 0 0 5px; }
.sharebar-button:hover { border-color: #aaa; }
.credit { margin: 0; padding: 0; line-height: 9px; }
.credit a { font-size: 8px; color: #ccc; text-transform: uppercase; text-decoration: none; font-family: Verdana; line-height: 9px; }
.FBConnectButton_Small{background-position:-5px -232px !important;border-left:1px solid #1A356E;}
.FBConnectButton_Text{margin-left:12px !important ;padding:2px 5px 3px !important;}
.stButton{margin:0 0 6px !important;}
.stButton:last-child{margin:0 !important;}
.stButton .stFb_vbubble { width:53px !important; }
.stButton .stFb_text { padding: 2px 5px 3px !important; margin: 1px 1px 0 14px !important; }


/* SOCIAL LINKS */
ul.sociallinks {
	font-weight:bold;
	font-family: 'Museo700', 'Trebuchet MS', Helvetica, sans-serif!important;
	margin-bottom:10px;
	color:#999;
	margin:0 20px 0 0;
	font-size:1em;
	}
ul.sociallinks li, ul.sociallinks li.doc a {float:left; text-align:center;}
li.doc, li.filed {
	background:none !important;
	text-align:center;
	line-height:2em;
	height:2em;
	}

article ul.sociallinks li.doc {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	font-family: 'Museo700', 'Trebuchet MS', Helvetica, sans-serif!important;
	
	}
article ul.sociallinks li.doc a {
	color:#00718f;
	cursor:pointer;
	}
article ul.sociallinks li.doc a.print {
	background:url('../images/print.gif') no-repeat left center !important;
	color:#999 !important;
	padding:0 5px 0 20px !important;
	margin-left:10px !important;
	}
article ul.sociallinks li.doc a.print:hover {
	color:#039 !important;
	}
article ul.sociallinks li.doc a.pdf {
	background:url('../images/pdf.gif') no-repeat .4em center !important;
	color:#999 !important;
	padding:0 10px 0 25px !important;
	margin-left:3px;
	margin-right:10px;
	margin-top:0 !important;
	border-right: 1px solid #ccc;
	}
article ul.sociallinks li.doc a.pdf:hover {
	color:#039 !important;
	}
	
/* ARCHIVE */
.contentpaneopen td {padding:10px 0; border-bottom:1px solid #ccc;}
.col-hdr {
	font:bold 12px 'Museo700', 'Trebuchet MS', Helvetica, sans-serif;
	padding:12px 0 8px!important;
	border-bottom:0 none !important;
}
.col-btm {
	padding-top:8px;
	margin-top:8px !important;
	font:bold 12px 'Museo700', 'Trebuchet MS', Helvetica, sans-serif;
}
.col-rss {
	display:block;
	position:absolute;
	right:150px;
	top:7px;
}
.archive {border:0 none!important}


/* TWITTER FEED */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	}
#twitter a {border:0 none;}
#twitter span, #twitter img {display:block; float:left;}
#twitter img {margin-right:10px; height:32px; width:32px; margin-top:2px;}

#twitter, #twitter li {display:block; list-style:none; list-style-type:none; border-bottom:1px solid #efefef; padding:0; margin:0;}
#twitter {margin-top:15px; margin-bottom:5px; margin-left:10px; height:259px!important;}
#twitter li {padding-bottom:8px; margin-bottom:8px;min-height:72px;}
#twitter span a {display:inline; margin:0; padding:0;}
#twitter .status {width:250px; font-size:11px; line-height:14px;color:#4d4d4d}
#twitter .status a {color:#4d4d4d}
#twitter .meta a:hover, #twitter .status a:hover {color:#000}
#twitter .meta a{font-size:10px; color:#999;}
.twit-control {width:100%; text-align:right;border:0 none; margin:0; padding:0;font-size:12px; padding-top:3px;font-family:Arial, Helvetica, sans-serif; padding-bottom:5px;}
.twit-control a {border:0 none; margin:0; padding:0;text-decoration:none; color:#3399cc;}
.twit-control a:hover {text-decoration:underline;}
.twitter-follow-button {float:left;padding-left:10px;width:205px!important;}
.twitter-head {width:300px;}
.twitter-head img {float:left;}
.tcontrol {display:block; float:left;}



/* PAGINATION */




.ellipse{
	float: left;
}
.container {position:relative;}


.page_navigation{
	top:5px;
	position:absolute;
	right:70px;
	
}
.seeall {color:#3399cc; position:absolute; right:0; top:10px;display:block; padding-left:10px; border-left:1px solid #ccc; font:bold 1em/1em 'Trebuchet MS', Helvetica, sans-serif;}
a.seeall:hover {text-decoration:underline;}
#tabs a.seeall {top:2px}
#tabs .page_navigation{
	top:-3px;
}
#tabs .content {
	padding-top:12px;
}

.page_navigation a{
	padding:2px 3px;
	margin:2px;
	text-decoration: none;
	color: #3399cc;
	float: left;
	font:bold 1em/1em 'Trebuchet MS', Helvetica, sans-serif;
	border:1px solid #fff;
	-moz-border-radius:5px;
            border-radius:5px;
}
.page_navigation a:hover, .page_navigation a:active{
	color: #3399cc;
	border:1px solid #3399cc;
	text-decoration:none!important;
}
.page_navigation a.previous_link,
.page_navigation a.next_link, 
.page_navigation a.previous_link:hover,
.page_navigation a.next_link:hover {
	border:0 none;
}
a.active_page{
	background: #aaa;
	border:1px solid #aaa;
    color: #fff!important;
	
}
a.active_page:hover {
	color:#fff!important;
	border:1px solid #999;
}



.content li, .content > p{
	padding: 5px
}

#shadowfix {
	margin-bottom:15px;
}



#loginbtn {
	border:0 none !important;
	height:24px;
	width:60px;
	background:url('../images/login-btn.jpg') no-repeat;
	padding:0;
	cursor:pointer;
}
#loginbtn:hover {
	background-position: 0 -24px;
	text-decoration:none!important;
}
#registerbtn {
	border:0 none !important;
	height:24px;
	width:147px;
	background:url('../images/join-btn.jpg') no-repeat;
	padding:0;
	cursor:pointer;
}
#registerbtn:hover {
	background-position: 0 -25px;
	text-decoration:none!important;
}
#viewmore {
	border:0 none !important;
	height:24px;
	width:87px;
	background:url('../images/view-more.jpg') no-repeat;
	padding:0;
	cursor:pointer;
	display:block;
	float:left;
}
#viewmore:hover {
	background-position: 0 -24px;
	text-decoration:none!important;
}
.submit-btn {
	border:0 none !important;
	height:24px;
	width:69px;
	background:url('../images/submit-btn.jpg') no-repeat;
	padding:0;
	cursor:pointer;
	display:block;
	float:left;
}
.submit-btn:hover {
	background-position: 0 -24px;
	text-decoration:none!important;
}

.threedig {width:30px!important}
.fourdig {width:50px!important}


#askdellbtn {position:fixed; right:-5px; top:200px; z-index:99}

.nl-row{padding-left:33px;background:url(../images/newsletter.png) no-repeat!important; height:28px; line-height:28px; font-size:.9em;}
.nl-row a {font-family:'Trebuchet MS', Helvetica, sans-serif; color:#3399cc!important}

#tabholder li {
-moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; 
-moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; 
-moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; 
-moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.close-reveal-modal {right:-12px!important;top:-12px!important;}
#ticker-previous {margin-right:10px;}


/* SLIDER */
/* Showcase
-------------*/
#showcase {max-height:255px; overflow:hidden;height:255px;}
#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;padding:25px 0 0 0;
}

	.showcase-content-container
	{
			 margin: 0 0 10px 0;
	}
	

	.showcase-content img{
	border-radius: 7px;
	}
/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 9px;
		height: 14px;
		cursor: pointer;
		z-index: 99;
	}
	
	.showcase-arrow-previous
	{
		left: 739px;
		top:251px;
		background-position: 0px -15px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0 0;
	}
	
	.showcase-arrow-next
	{	top:251px;
		right: 15px;
		background-position: -11px -15px;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -11px 0px;
	}

	
	/* Content */
	.showcase-content
	{
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #fff;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			top:20px; left: 15px; right: 10px;
			width:485px;
		}
		.showcase-caption h3{
		font-size: 30px;
		line-height: normal;
		font:bold 30px 'Museo700', 'Trebuchet MS', Helvetica, sans-serif;
		}
		.showcase-caption p{
		font-size: 16px;	
		top:5px;
		position: relative;	
		}
		.showcase-caption a{
		color: #fff;
		top:15px;
		position: relative;
		font:bold 1.3em 'Museo700', 'Trebuchet MS', Helvetica, sans-serif!important;}
		}
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		position: absolute;
		right: 10px;
		bottom: 10px;
		width:160px;
		background: rgba(255,255,255,0.8);
		border-radius: 5px;
		text-align: center;
		padding: 3px;
		text-indent: 5px;
	}
	
		.showcase-button-wrapper span
		{
			margin:1px 3px 0 0;
			border: 1px solid transparent;
			padding: 1px 5px 2px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   			font-weight: 600;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #111;
			border: 1px solid #999;
		}
	
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

