/**
 *Vorpal Colors
 */
/* Main Wrappers */
body {
  color: #000000;
  background: #f2f2f2;
}
#page {
  background: #ffffff;
}

/* HTML elements */
fieldset legend,
.form-item label {
  color: #666666;
}
blockquote {
  background: #d8d8d8;
}

/* Lists */
.item-list ul li {
  list-style-image: url(bullet-round.png);
}
.links {
  color: #666666;
}
/* Menus */
li.leaf {
  list-style-image: url(bullet-round.png);
}
li.collapsed {
  list-style-image: url(bullet-sm-arrow-right.png);
}
li.expanded {
  list-style-image: url(bullet-sm-arrow-down.png);
}

/* Links */
a:link,
a:visited,
a:active,
a.active {
  color: #0046bf;
}
a:hover,
a:focus {
  color: #8414b5;
}

.bl-lbb #columns a:hover,
.bl-lbb #columns a:focus {
	background-color: #8414b5;
	color: #000000;
}

.bl-lbw #columns a:hover,
.bl-lbw #columns a:focus {
	background-color: #8414b5;
	color: #ffffff;
}

/* Tables */
tr.odd {
  background: #fdecec;
}
tr.even {
  background: #fdecec;
}

/* Header */

#header .header-inner {
		background: #f2f2f2; /* Old browsers */
		background: -moz-linear-gradient(top,  #f2f2f2 8%, #f2f2f2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#f2f2f2), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f2f2f2 8%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f2f2f2 8%, #f2f2f2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f2f2f2 8%, #f2f2f2 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f2f2f2 8%, #f2f2f2 100%); /* W3C */ 
}

#site-slogan {
  color: #031e52;
}
#site-name a,
.region-header #block-user-login label {
  color: #031e52;
}

#page-title {
	color: #031e52;
}

#menu-bar,
#primary-menu-bar {
		background: #031e52;
		background-image: -moz-linear-gradient(#031e52, #031e52); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#031e52), to(#031e52));	
		background-image: -webkit-linear-gradient(#031e52, #031e52);	
		background-image: -o-linear-gradient(#031e52, #031e52);
		background-image: -ms-linear-gradient(#031e52, #031e52);
		background-image: linear-gradient(#031e52, #031e52); 
}

.region-header .form-text,
.region-header .form-submit {
  border-color: #0046bf;
}

/* Footer */
#footer {
  background: #2c3954; /* fallback for browsers that don't support CSS gradients */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c3954), to(#2c3954));
  background-image: -moz-linear-gradient(#2c3954, #2c3954);
  background-image: -o-linear-gradient (#2c3954, #2c3954);
  background-image: -ms-linear-gradient(#2c3954, #2c3954);
  background-image: linear-gradient(#2c3954, #2c3954);
}

#footer,
#footer a {
  color: #ffffff;
}
#footer #block-node-recent {
  color: #444444;
}
#footer #block-node-recent a {
  color: #0046bf;
}

/* Blocks */
.block-inner, 
.block-inner article,
.ajax-container article {
  background: #ffffff;
}

.block-title {
	color: #ffffff;
}

.bl-bdr .block-title {
	border-bottom: 1px solid #d9d9d9;
}

.bl-bgc .block-title-bg {
	background: #8414b5;
}

/* Strip backgrounds */
#header-region .block-inner,
#block-system-main .block-inner,
#footer .block-inner,
#footer .block .block-title {
  background: none;
}

/* Poll */
.poll .bar {
  background-color: #d9d9d9;
  border: solid 1px #d9d9d9;
}
.poll .bar .foreground {
  background: #0046bf url(/sites/all/themes/vorpal/images/bg-lbar.png) repeat-x center left;
}

/* Articles */
.article .article-title {
  border-bottom: solid 1px #d9d9d9;
}
.article .article-title a:hover {
  color: #8414b5;
}
.article-teaser.article-sticky .article-title {
}
.field-type-image figure {
  border: 1px solid #d9d9d9;
}

#main-content .article-teaser {
  border: 1px solid #d9d9d9;
}

#columns .block-inner {
  border: 1px solid #d9d9d9;
}

#main-content .block-content {
	border-top: 1px solid #d9d9d9;
}

#main-content .article-teaser.article-sticky {
  background: #d8d8d8;
}

/* Comments */
#comments .odd {
  background: #ffffff;
}

/* Aggregator */
#aggregator .feed-source {
  background-color: #d8d8d8;
  border: 1px solid #d9d9d9;
}

/* Forum */
#forum td.container {
}
#forum thead, 
#forum tbody {
  border: none;
}

/* Profile */
#profile .profile {
  border: 1px solid #d9d9d9;
}

/* Administer */
div.admin-panel h3 {
  background: #8414b5;
  color: #ffffff;
}

/* Pager */
div.item-list ul.pager li a.active {
  color: #000000;
}
div.item-list ul.pager li {
  border: 1px solid #d9d9d9;
}
div.item-list ul.pager li:hover,
div.item-list ul.pager li:focus {
  border: 1px solid #8414b5;
  color: #0046bf;
}
div.item-list ul.pager li.pager-current,
div.item-list ul.pager li.pager-current a.active {
  border: 1px solid #8414b5;
  color: #0046bf;
}

/* Local task tabs */
ul.primary li a {
  background: #031e52;
  border: solid 1px #ffffff;
}
ul.primary li a:hover {
  background: #031e52;
  border: solid 1px #8414b5;
}
ul.primary li a.active,
ul.primary li.active a {
  border: solid 1px #8414b5;
  background: #ffffff;
  color: #000000;
}
ul.primary li a.active:hover,
ul.primary li a.active:focus {
  border: solid 1px #8414b5;
  background: #ffffff;
  color: #000000;
}

/* Menu bar menu */
nav.menu-wrapper li a,
nav.menu-wrapper li a:hover,
nav.menu-wrapper li a:focus,
nav.menu-wrapper li a:visited,
nav.menu-wrapper li a.active {
  color: #ffffff;
}

/* Calendar styles */
.calendar-calendar div.date-nav {
  background-color: transparent;
  color: #0046bf;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #0046bf;
}
.calendar-calendar td {
  color: #000000;
}
.calendar-calendar th {
  background-color: #d8d8d8;
  color: #0046bf;
  border: 1px solid #d8d8d8;
}
.calendar-calendar th.days {
  background-color: #8414b5;
  color: #ffffff;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #d8d8d8;
}
.calendar-calendar td.calendar-agenda-hour,
.calendar-calendar td.calendar-agenda-items,
.calendar-calendar td.calendar-agenda-hour {
  border-color: #d8d8d8;
}
.view-content .calendar-calendar ul.inline li {
  border: 1px solid #d8d8d8;
}

.buttonColor {
		background: #8414b5; /* Old browsers */
		background: -moz-linear-gradient(top, #8414b5 0%, #8414b5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8414b5), color-stop(100%,#8414b5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #8414b5 0%,#8414b5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #8414b5 0%,#8414b5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #8414b5 0%,#8414b5 100%); /* IE10+ */
		background: linear-gradient(to bottom, #8414b5 0%,#8414b5 100%); /* W3C */
	}
	
.buttonColor:hover {
		background: #d9d9d9; /* Old browsers */
		background: -moz-linear-gradient(top,  #d9d9d9 0%, #d9d9d9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #d9d9d9 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #d9d9d9 0%,#d9d9d9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #d9d9d9 0%,#d9d9d9 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #d9d9d9 0%,#d9d9d9 100%); /* W3C */
	}

.sf-menu.sf-style-none li li:hover,
.sf-menu.sf-style-none li li.sfHover,
.sf-menu.sf-style-none li li.active a,
.sf-menu.sf-style-none li li a:focus,
.sf-menu.sf-style-none li li a:hover,
.sf-menu.sf-style-none li li a:active,
.sf-menu.sf-style-none.sf-navbar li li {		
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d9d9d9 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d9d9d9 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d9d9d9 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d9d9d9 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d9d9d9 0%,#d9d9d9 100%); /* W3C */
}

.sf-menu.sf-style-none > li:hover,
.sf-menu.sf-style-none > li.sfHover,
.sf-menu.sf-style-none > li.active a,
.sf-menu.sf-style-none > a:focus,
.sf-menu.sf-style-none > a:hover,
.sf-menu.sf-style-none > a:active,
.sf-menu.sf-style-none.sf-navbar > li {
		background: #031e52;
		background-image: -moz-linear-gradient(#031e52, #031e52); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#031e52), to(#031e52));	
		background-image: -webkit-linear-gradient(#031e52, #031e52);	
		background-image: -o-linear-gradient(#031e52, #031e52);
		background-image: -ms-linear-gradient(#031e52, #031e52);
		background-image: linear-gradient(#031e52, #031e52); 
}

.sf-menu.sf-style-none.sf-navbar li ul {
		background: #031e52;
		background-image: -moz-linear-gradient(#031e52, #031e52); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#031e52), to(#031e52));	
		background-image: -webkit-linear-gradient(#031e52, #031e52);	
		background-image: -o-linear-gradient(#031e52, #031e52);
		background-image: -ms-linear-gradient(#031e52, #031e52);
		background-image: linear-gradient(#031e52, #031e52);
}
.sf-menu.sf-style-none.sf-navbar li ul li ul {
		background: #031e52;
		background-image: -moz-linear-gradient(#031e52, #031e52); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#031e52), to(#031e52));	
		background-image: -webkit-linear-gradient(#031e52, #031e52);	
		background-image: -o-linear-gradient(#031e52, #031e52);
		background-image: -ms-linear-gradient(#031e52, #031e52);
		background-image: linear-gradient(#031e52, #031e52);
}



.sf-menu.sf-horizontal.sf-shadow.sf-style-none ul,
.sf-menu.sf-vertical.sf-shadow.sf-style-none ul,
.sf-menu.sf-navbar.sf-shadow.sf-style-none ul ul {
		background: #031e52;
		background-image: -moz-linear-gradient(#031e52, #031e52); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#031e52), to(#031e52));	
		background-image: -webkit-linear-gradient(#031e52, #031e52);	
		background-image: -o-linear-gradient(#031e52, #031e52);
		background-image: -ms-linear-gradient(#031e52, #031e52);
		background-image: linear-gradient(#031e52, #031e52);
}

	ul.sf-menu.sf-style-none li ul {
		background: #031e52;
		background-image: -moz-linear-gradient(#031e52, #031e52); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#031e52), to(#031e52));	
		background-image: -webkit-linear-gradient(#031e52, #031e52);	
		background-image: -o-linear-gradient(#031e52, #031e52);
		background-image: -ms-linear-gradient(#031e52, #031e52);
		background-image: linear-gradient(#031e52, #031e52);
}


.ie6-8 #header .header-inner {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.ie6-8 #menu-bar,
.ie6-8 #primary-menu-bar {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031e52', endColorstr='#031e52',GradientType=0 ); /* IE6-9 */
}

.ie6-8 #footer {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c3954', endColorstr='#2c3954')";
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#2c3954,endColorstr=#2c3954,GradientType=0);
}


.ie6-8 .buttonColor {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8414b5', endColorstr='#8414b5'); /* IE6-8 */
}


.ie6-8 .buttonColor:hover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d9d9d9'); /* IE6-8 */
}

.ie6-8 .sf-menu.sf-style-none li li {
	border-top: solid 1px #b3b3b3;
	border-bottom: solid 1px #000000;
}

.ie6-8 .sf-menu.sf-style-none li li:hover,
.ie6-8 .sf-menu.sf-style-none li li.sfHover,
.ie6-8 .sf-menu.sf-style-none li li.active a,
.ie6-8 .sf-menu.sf-style-none li li a:focus,
.ie6-8 .sf-menu.sf-style-none li li a:hover,
.ie6-8 .sf-menu.sf-style-none li li a:active,
.ie6-8 .sf-menu.sf-style-none.sf-navbar li li {		
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d9d9d9'); /* IE6-9 */
}

.ie6-8 .sf-menu.sf-style-none.sf-navbar li ul {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031e52', endColorstr='#031e52'); /* IE6-9 */
}
.ie6-8 .sf-menu.sf-style-none.sf-navbar li ul li ul {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031e52', endColorstr='#031e52'); /* IE6-9 */
}

.ie6-8 .sf-menu.sf-horizontal.sf-shadow.sf-style-none ul,
.ie6-8 .sf-menu.sf-vertical.sf-shadow.sf-style-none ul,
.ie6-8 .sf-menu.sf-navbar.sf-shadow.sf-style-none ul ul {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031e52', endColorstr='#031e52'); /* IE6-9 */
}

	.ie6-8 ul.sf-menu.sf-style-none li ul {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031e52', endColorstr='#031e52'); /* IE6-9 */
}

/* IE 9 */
/*
.ie9 #header .header-inner {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=bcc3e3&to=4b5582); 
}

.ie9 #menu-bar,
.ie9 #primary-menu-bar {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=444444&to=111111); 
}

.ie9 #footer {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=181818&to=343434); 
}


.ie9 .buttonColor {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=97a0c9&to=262b42);
}


.ie9 .buttonColor:hover {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=721800&to=e04b00);
}

.ie9 .sf-menu.sf-style-none li li:hover,
.ie9 .sf-menu.sf-style-none li li.sfHover,
.ie9 .sf-menu.sf-style-none li li.active a,
.ie9 .sf-menu.sf-style-none li li a:focus,
.ie9 .sf-menu.sf-style-none li li a:hover,
.ie9 .sf-menu.sf-style-none li li a:active,
.ie9 .sf-menu.sf-style-none.sf-navbar li li {		
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=e04b01&to=721801);
}

.ie9 .sf-menu.sf-style-none > li:hover,
.ie9 .sf-menu.sf-style-none > li.sfHover,
.ie9 .sf-menu.sf-style-none > li.active a,
.ie9 .sf-menu.sf-style-none > a:focus,
.ie9 .sf-menu.sf-style-none > a:hover,
.ie9 .sf-menu.sf-style-none > a:active,
.ie9 .sf-menu.sf-style-none.sf-navbar > li {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=111111&to=444444);
}


.ie9 .sf-menu.sf-style-none.sf-navbar li ul {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=444444&to=111111);
}
.ie9 .sf-menu.sf-style-none.sf-navbar li ul li ul {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=444444&to=111111);
}

.ie9 .sf-menu.sf-horizontal.sf-shadow.sf-style-none ul,
.ie9 .sf-menu.sf-vertical.sf-shadow.sf-style-none ul,
.ie9 .sf-menu.sf-navbar.sf-shadow.sf-style-none ul ul {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=444444&to=111111);
}

.ie9 ul.sf-menu.sf-style-none li ul {
	background-image: url(/sites/all/themes/vorpal/color/gradient.php?from=444444&to=111111);
}

*/
