a {
    color: #098AC6;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #06577D;
}

#header #search-bar {
	background: none repeat scroll 0 0 #0A9BDE;
}
 
div.item-list-tabs ul li {
    background: #0A9BDE;
    border: 1px solid #0A9BDE;
}
div.item-list-tabs ul li:hover {
    background: #098AC6;
    border-color: #098AC6;
}

div.item-list-tabs ul li, 
div.item-list-tabs ul li.selected, 
div.item-list-tabs ul li.current {
	border-bottom: none; 
	margin-bottom: -1px; 
}

div.item-list-tabs ul li a span {
  	background: #06577D;
}
div.item-list-tabs ul li a:hover span {
  	background: #054664;
}


div .homepage .post-content,
div #blog-archives .post-content,
div #blog-single .post-content {
    margin-left: 0 !important;
}

#header #search-bar input[type=submit] {
	background: #022434; 
	background: -moz-linear-gradient(top, #022434 0%, #03354C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#022434), color-stop(100%,#03354C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #022434) 0%,#03354C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #022434 0%,#03354C 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #022434 0%,#03354C 100%); /* IE10+ */
	filter: none; /* IE6-9 */
	background: linear-gradient(top, #022434 0%,#03354C  100%); /* W3C */
 	border-color: #03354C #054664 #03354C #03354C;
    border-right: 1px solid #054664;
    color: #FFF;
	text-shadow: 0 1px 0 #000; 	
}
#header h1 a {
	text-shadow: 0 -1px 0 #000000;
}
#header h2 {
    color: #FFFFFF;
    float: right;
   font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    margin-top: 2rem;
    /*text-shadow: 0 -1px 0 #0472A5;*/
}

form#whats-new-form textarea:focus {
	-moz-box-shadow: 0 0 7px #A0DEFB inset, 0 0 7px #A0DEFB inset;
   	-webkit-box-shadow: 0 0 7px #A0DEFB inset, 0 0 7px #A0DEFB inset;
    box-shadow: 0 0 7px #A0DEFB inset, 0 0 7px #A0DEFB inset;
}
#whats-new:focus {
    border-color: #3FBCF6 !important;
    outline-color: #3FBCF6;
}

/*
	Fast Upload
*/
#dropfileshere{
		width:640px;
		height:140px;
		border: 2px solid #ccc;
		text-align:center;
		padding-top:200px;
	}
	
#sub_cat {

  -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
  	background: -moz-linear-gradient(top, #FBFBFB 0%, #F1F1F1 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#F1F1F1)); /* webkit */
  
  border: 1px solid #c3c6ca;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 0 #F2F2F2;
  color: #282A2D;
  float: left;
  font-family: sans-serif;
  font-size: 12px;
  height: 100px;
  margin: 0 15px 20px;
  padding: 10px;
  text-shadow: 0 -2px 0 #FFFFFF;
  width: 200px;
}

#pickfiles {
	
	background: #D1D7DB;


  -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
  	background: -moz-linear-gradient(top, #F3F5F7 0%, #D1D7DB 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F5F7), color-stop(100%,#D1D7DB)); /* webkit */
  
  border: 1px solid #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 4px #999999;
  color: #13396C;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 15px;
  line-height: 10px;
  margin: 0;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #FFFFFF;
  text-transform: uppercase;
  width: 115px;
}	


#pickfiles:hover {

	background: #F3F5F7;
	background: -moz-linear-gradient(top, #F3F5F7 0%, #F3F5F7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F5F7), color-stop(100%,#F3F5F7)); /* webkit */
}	

#dropfileshere {
  background: none repeat scroll 0 0 #F2F5F6;
  border: 4px dashed #779DC3;
  border-radius: 5px 5px 5px 5px;
  color: #73A4C8;
  cursor: pointer;
  float: left;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 100px;
  margin: 0;
  padding: 50px 15px;
  text-align: center;
  text-shadow: 0 -1px 0 #FFFFFF;
  width: 94%;
}


#filelist {
	font-size: 12px; color: #445668;
	text-align: left; margin: 0 0 35px 0; text-shadow: 0px 1px 0px #f2f2f2;
	background: -moz-linear-gradient(center top , #FBFBFB 0%, #F1F1F1 100%) repeat scroll 0 0 transparent;
	
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
  	background: -moz-linear-gradient(top, #FBFBFB 0%, #F1F1F1 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#F1F1F1)); /* webkit */
	
	
	border: 1px solid #c3c6ca;
	border-radius: 5px 5px 5px 5px;
  	box-shadow: 0 0 5px #c0c5c8;
  	padding:10px;
	float:left;
	width:260px;
	height:100px;
	overflow: auto;
}	


#or{
	font-size: 12px; color: #000000; height: 60px; width: 80px; font-weight:normal;
}


.upload-main-container {
  background: none repeat scroll 0 0 #fbfbfb;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 8px #C3C6CA;
  height: 370px;
  margin: 60px auto;
  padding: 20px;
  width: 700px;
}	

.upload-container-top{
	
}

.upload-container-bottom{
	
}
/*
	/Fast Upload
*/

/*
	Short URL
*/

.shorturl-container{
	  border: none;
  color: #282A2D;
  float: left;
  font-family: sans-serif;
  font-size: 12px;
  margin: 0 15px 20px;
  padding: 10px;
  text-shadow: 0 -2px 0 #FFFFFF;
  width: 94%;
	
}
	
#url, #slug {
	background: none repeat scroll 0 0 #F2F5F6;
	
  border: 1px solid #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 5px #999999;
  color: #13396C;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  margin: 0 15px 0 0;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 -1px 0 #FFFFFF;
}

#url {
	width: 400px;
	float: left;
}

#slug {
	width: 60px;
	padding-left:5px;
	margin-left:8px;
}

#url:hover, #slug:hover {

	background: #F3F5F7;
	background: -moz-linear-gradient(top, #F3F5F7 0%, #F3F5F7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F5F7), color-stop(100%,#F3F5F7)); /* webkit */
}	

#copyAllLinks {
	
	background: #D1D7DB;
	

    -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
  	background: -moz-linear-gradient(top, #F3F5F7 0%, #D1D7DB 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F5F7), color-stop(100%,#D1D7DB)); /* webkit */
  
  border: 1px solid #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 5px #999999;
  color: #343b3e;
  cursor: pointer;
  float: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  margin: 0 15px 0 0;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #FFFFFF;
  text-transform: uppercase;
}

#copyAllLinks:hover {

	background: #F3F5F7;
	background: -moz-linear-gradient(top, #F3F5F7 0%, #F3F5F7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F5F7), color-stop(100%,#F3F5F7)); /* webkit */
}	

.submitBtn {
	background:#2d65a3;

  	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
  	background: -moz-linear-gradient(top, #0A9BDE 0%, #057FB8 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A9BDE), color-stop(100%,#057FB8)); /* webkit */

  border: 1px solid #0580b9;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 4px #999999;
  color: #F2F2F2;
  cursor: pointer;
  float: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  margin: 5px 15px 12px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #334F71;
  text-transform: uppercase;
  width: 115px;
}


.submitBtn:hover {
	background: #26baff;
	background: -moz-linear-gradient(top, #26baff 0%, #0A9BDE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26baff), color-stop(100%,#0A9BDE)); /* webkit */
	border: 1px solid #0A9BDE;
}	

.shorturl_table{
	width:650px;
	border:none;
}

.shorturl-container .shorturl_table tr,.shorturl-container .shorturl_table td,
.shorturl-container table td, .shorturl-container table td,
div.page .shorturl-container table {
	border:none;
}

#shortLink {
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin-top: 20px;
  width: 240px;
}

.shorturl_table h2 {
	float: left; clear: left; margin: 1px 10px 0 0; width: 95px;
	text-align: right; font-size: 14px; color: #098AC6;
	text-transform: uppercase; text-shadow: 0px 1px 0px #f2f2f2;
}

#loadingContainer {
display:none;
float: left;
font-size: 14px;
font-weight: bold;	
margin-top:13px;
text-align: center;
width: 240px;
height:32px;
padding:0;
}
/*
	/Short URL
*/

/*
	Nivo Slider
*/

.theme-default #slider {
    margin:0 auto 0 auto;
    width:690px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:4px;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/*
Skin Name: Pascal Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 630
Image Height: 235
Description: A nice, light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Pascal Gartner
Author URI: http://dev7studios.com
*/

.theme-pascal.slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:668px;
    height:299px;
    margin:0 auto;
    padding-top:17px;
    position:relative;
}

.theme-pascal .nivoSlider {
    position:relative;
    width:630px;
    height:235px;
    margin-left:19px;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-pascal .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:630px; /* Make sure your images are the same size */
    height:235px; /* Make sure your images are the same size */
}
.theme-pascal .nivoSlider a {
    border:0;
    display:block;
}

.theme-pascal .nivo-controlNav {
    background:url(../images/controlnav.png) no-repeat;
    width:251px;
    height:40px;
    position:absolute;
    left:200px; /* Tweak this to center bullets */
    bottom:-42px;
    padding:8px 0 0 82px;
    z-index:20;
}
.theme-pascal .nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.theme-pascal .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-pascal .nivo-directionNav a {
	display:none;
}

.theme-pascal .nivo-caption {
    bottom:40%;
    left:auto;
    right:0px;
    width:auto;
    max-width:630px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: arial, serif;
    color:#4c4b4b;
}
.theme-pascal .nivo-caption p {
    padding:5px 15px;
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}
.theme-pascal .nivo-caption a { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}

.theme-pascal .ribbon {
    background:url(../images/ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-8px;
    left:-8px;
    z-index:300;
}

/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/

.theme-orman.slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:722px;
    height:337px;
    margin:0 auto;
    padding-top:18px;
    position:relative;
}

.theme-orman .nivoSlider {
    position:relative;
    width:568px;
    height:268px;
    margin-left:77px;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:568px; /* Make sure your images are the same size */
    height:268px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}

.theme-orman .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-60px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-orman .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-orman .nivo-directionNav a {
	display:block;
	width:25px;
	height:200px;
	background:url(../images/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 50%;
	right:-40px;
    padding-right:20px;
}
.theme-orman a.nivo-prevNav {
	left:-40px;
    padding-left:20px;
}

.theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover { 
    color:#fff;
}

.theme-orman .ribbon {
    background:url(../images/ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:56px;
    z-index:300;
}
/*
	/Nivo Slider
*/
.show_hide {
	display:none;
}

/*
	Support Note
*/

.support_notice {
  background-color: #FFFFFF;
  border: 6px solid #24ADED;
  border-radius: 8px 8px 8px 8px;
  color: #3A3A3A;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 10px;
  padding: 10px;
  width: 92%;
}

.support_notice a {
  color: #057FB8;
  text-decoration: underline;
}

.support_notice a:hover {
  text-decoration: none;
}
