/**
 * Global
 ***********************************/

body {
  font-family: Verdana, sans-serif;
  font-size: 62.5%;
  color: #333333;
  line-height: 1.8em;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: none;
}

img {
  border: 3px solid #DDDDDD;
  -webkit-border-radius: 2px;
}

a:link, a:visited {
  color: #1f5892;
  text-decoration: none;
}

a:hover, a:active {
  color: #6ea9e6;
  text-decoration: none;
}


/**
 * General Typography
 ***********************************/
 
p, table, dl {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1em;
  color: #749925;
  margin-bottom: 1em;
  text-shadow: 1px 1px 0 #DDDDDD;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.286em;
  font-weight: normal;
  margin-bottom: 0.642em;
  color: #000000;
}

.sidebar p, .sidebar ul {
  font-size: 1.1em;
  line-height: 1.636em;
  margin-bottom: 1.636em;
}

.sidebar h2 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
  color: #E5482C;
}

.sidebar h2 img {
  vertical-align: top;
  margin: 0 3px 0 0;
  border: 0;
}

.sidebar img.retweet {
	margin-bottom: -0.4em;
	border: none;
}


/**
 * Stucture
 ***********************************/
 
.group:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
 
.full-width {
  width: 1000px;
  margin: 0 auto;
}

#header {
  border-bottom: 2px solid #1d5305;
  background: #3b8918 url('../images/top_fade.png') repeat-x top center;
  padding-top: 1.8em;
  min-width: 1000px;
}

#header.snow {
  background-image: url('../images/top_snow.png');
}

#cont_body {
  background: #F4F4F4 url('../images/page_bk.png');
  min-width: 1000px;
}

#cont_body_inner {
  padding-top: 2.7em;
  background: transparent url('../images/bunt_base.png') repeat-x top left;
}

.left-block {
  float: left;
}

.right-block {
  float: right;
}

.content {
  width: 550px;
  margin: 0 15px;
}

.sidebar, .unit {
  width: 170px;
  margin: 0 15px;
}

.dblunit {
  width: 370px;
  margin: 0 15px;
}

.sidebar img {
  margin-bottom: 1.636em;
}

.sideblock {
  margin-bottom: 2.7em;
}

#logo {
  text-indent: -9999px;
  height: 125px;
  width: 300px;
  margin: 0 auto 15px auto;
  /* background: transparent url('../images/logo_head.png') no-repeat center center; */
  border:none;
}


/**
 * Calendar
 ***********************************/

.calendar-outer {
	width: 380px;
	background-color: #dddddd;
	margin: 0 7px;
	padding: 3px;
	-webkit-border-radius: 5px;
}

.calendar {
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	border: 1px solid #614b43;
}

.calendar h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	background: #614b43;
	color: #FFFFFF;
	padding: 5px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	margin: 0;
}

.calendar h2 a:link, .calendar h2 a:visited {
	color: inherit;
}

.calendar h2 a:hover {
	color: #FFCF67;
}

.calendar h2 img {
  vertical-align: top;
  margin: 0 3px 0 0;
  border: 0;
}

.calendar h3 {
  font-weight: normal;
  text-align: center;
  color: #3b8918;
  background: transparent url('../images/cal_source_div.png') repeat-x left center;
  margin: 0 5px;
}

.calendar h3 span {
  display: inline-block;
  padding: 5px 5px;
  background-color: #FFFFFF;
}

.calendar {
  font-size: 1.1em;
  line-height: 1.636em;
}

.calendar ul li.no_events {
  padding: 5px;
}

.calendar ul li a {
	position: relative;
	display: block;
	padding: 5px;
	color: #635b4e;
}

.calendar ul li a:hover {
	background-color: #efefef;
}

.calendar ul li a img {
	float: left;
	width: 25px;
	border: 3px solid #efefef;
}

.calendar ul li a em {
	float: right;
	display: block;
	font-weight: bold;
	font-style: normal;
	width: 327px;
}

.calendar ul li a span {
	float: right;
	display: block;
	color: #000000;
	width: 327px;
}

.calendar ul li a span.details {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 2px 6px;
	background-color: #efefef;
	-webkit-border-radius: 5px;
	display: inline;
	width: auto;
}


/**
 * Nav
 ***********************************/

#pri-nav > li {
  float: left;
  font-size: 1.2em;
  margin: 0 30px;
  text-align:center;
}

#pri-nav > li:first-child {
  margin-left: 15px !important;
}

#pri-nav > li:last-child {
  margin-right: 15px !important;
}

#pri-nav > li > a {
  display: block;
  text-decoration: none;
  color: #cef6bc;
  padding-bottom: 0.75em;
  border: 0;
}

#pri-nav > li em {
  display: block;
  font-size: 1.166em;
  font-style: normal;
  line-height: 1.286em;
  color: #FFFFFF;
}

#pri-nav > li.active a em,
#pri-nav > li a:hover em,
#pri-nav > li a:active em {
  color: #ffcf67;
}

#pri-nav > li.narrow {
  margin: 0 22px;
}

#pri-nav-home  > div.sub-nav {
  margin-left: -48px !important;
}
#pri-nav-events   > div.sub-nav {
  margin-left: -47px !important;
}
#pri-nav-welfare   > div.sub-nav {
  margin-left: -47px !important;
}
#pri-nav-getinvolved   > div.sub-nav {
  margin-left: -40px !important;
}
#pri-nav-juniorcommonroom   > div.sub-nav {
  margin-left: -7px !important;
}
#pri-nav-goodies   > div.sub-nav {
  margin-left: -56px !important;
}
#pri-nav-goodricke   > div.sub-nav {
  margin-left: -47px !important;
}
#pri-nav-private   > div.sub-nav {
  margin-left: -61px !important;
}

/**
 * Subnav Dropdown
 ***********************************/

.sub-nav {
  display: none;
  position: absolute;
  padding-top: 10px;
  background: transparent url('../images/subnav_top.png') no-repeat center 5px;
  width: 170px;
  z-index: 999;
  text-align:left;
}

.sub-nav ul {
  width: 164px;
  border: 3px solid #000000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.sub-nav ul li {
  background: #FFFFFF;
  border-bottom: 1px solid #dddddd;
  padding: 0;
  margin: 0;
  color: #000000;
}

.sub-nav ul li a {
  display: block;
  padding: 5px 32px 5px 10px;
  margin: 0;
  color: #000000;
  border: none;
  background: #FFFFFF url('../images/icons/bullet_go.png') no-repeat 142px center;
}

.sub-nav ul li.add-page a {
  border-top: 2px solid #DDDDDD;
  background: #fff9ec url('../images/icons/page_add.png') no-repeat 140px center;
}

.sub-nav ul li.view-all a {
  border-top: 2px solid #DDDDDD;
  background: #fff9ec url('../images/icons/zoom.png') no-repeat 140px center;
}

.sub-nav ul li a:hover,
.sub-nav ul li.active a {
  background-color: #EFEFEF;
}

/**
 * Sidebar
 ***********************************/

/* Links */

ul.links li {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 0.409em 0;
  margin-bottom: 0.409em;
}

ul.links li a {
  border: 0;
}

/* Photo Wall */

.image-wall li {
  float: left;
  margin: 0 10px 5px 0;
}

.image-wall li.last {
  margin-right: 0;
}

.image-wall li img {
  border: 3px solid #dddddd;
  margin: 0;
}

/* Tweets */

.tweets li {
  padding-bottom: 0.818em;
  margin-bottom: 0.818em;
  border-bottom: 1px solid #dddddd;
  word-wrap: break-word;
}

.tweets li span {
  display: block;
  font-size: 0.909em;
  color: #999999;
  font-style: italic;
}

.twitter-follow-button {
	width: 170px !important;
}

/* FB Connect */

a.fb-connect-but {
  display: block;
  border: 0;
  text-indent: -9999px;
  height: 22px;
  width: 150px;
  background: transparent url('../images/facebook_signin.png') no-repeat top left;
}

a.fb-connect-but:hover {
  background-position: 0 -24px;
}

a.fb-connect-but:active {
  background-position: 0 -48px;
}

/* University login */

a.uni-login-but {
  display: block;
  border: 0;
  text-indent: -9999px;
  height: 22px;
  width: 150px;
  background: transparent url('../images/university-signin.png') no-repeat top left;
}

a.uni-login-but:hover {
  background-position: 0 -24px;
}

a.uni-login-but:active {
  background-position: 0 -48px;
}


/**
 * Focus Stripe
 ***********************************/
 
#cont_focus {
  padding: 0;
  margin: -2.7em 0 0 0;
  background: #e8e4d9 url(../images/feat_bk.png) repeat-x top left;
  margin-bottom: 2.7em;
  border-bottom: 1px solid #c2b79b;
  min-width: 1000px;
}

#cont_focus h1 {
  color: #6c5a2f;
}

#cont_focus > div {
	padding: 2.7em 0;
  background: transparent url('../images/bunt_base.png') repeat-x top left;
}

#cont_focus a.learn-more {
	display: inline-block;
	padding: 4px 8px;
	background: transparent url(../images/learn_more_but.png) no-repeat top left;
	border: 0;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 184px;
	text-align: center;
	margin-right: 20px;
}

#cont_focus a.learn-more:hover {
    background-position: left -26px;
}


/**
 * Footer
 ***********************************/

#footer {
  background-color: #FFFFFF;
  padding: 1.8em 0px 0px 0px;
  border-top: 1px solid #CCCCCC;
  font-size: 0.917em;
  margin-bottom:0px;
}

#footer img {
  border: 0;
}

#footer a {
	font-size: 1.2em;
}


/**
 * Blog & bits of Pages
 ***********************************/

ul.feed > li {
  margin-bottom: 3em;
  border-bottom: 1px solid #dddddd;
}

ul.feed > li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

ul.feed > li .header {
  position: relative;
  margin-bottom: 1.8em;
}

ul.feed > li .header p {
  font-style: italic;
  color: #999999;
  margin: 0;
}

ul.feed > li .header img {
  position: absolute;
  top: 0;
  right: 0;
}

ul.feed > li .header h2 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.25em;
}

ul.feed .article ul, ul.pagelist, #page ul {
  font-size: 1.2em;
  line-height: 1.5em;
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
}

ul.feed .article ol, ol.pagelist, #page ol {
  font-size: 1.2em;
  line-height: 1.5em;
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 1.5em;
}

/* Comments */

ul.comments {
    margin-bottom: 3.273em;
    padding-left: 20px;
    font-size: 0.916em;
    line-height: 1.636em;
    background: transparent url('../images/comments_lft.png') no-repeat 5px 3px;
}

ul.comments li {
    border: 0;
    padding: 5px;
    margin: 0 0 0px 0;
    background-color: #FFFFFF;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

ul.comments li img.dp {
    float: left;
    margin: 0 10px 0 0;
    width: 32px;
    height: 32px;
}

ul.comments li p {
    margin-bottom: 0;
}

ul.comments li.comments-expand {
    display: none;
    font-size: 1.1em;
}

p.meta {
  font-style: italic;
  color: #999999;
}


/**
 * DVD List
 ***********************************/

.closure {
  text-align: center;
  color: #CD1C53;
  font-weight: bold;
}

table {
  width: 100%;
  border: 1px solid #333333;
}

table th, table td {
  padding: 5px 10px;
  border-bottom: 1px solid #CCCCCC;
}

table th {
  background-color: #333333;
  color: #FFFFFF;
  text-align: left;
}

table th.divider {
  background-color: #DDDDDD;
  color: #000000;
}

table.dvd_list th.dvd_title_col {
  width: 75%;
}

table.dvd_list th.dvd_availability_col {
  text-align: right;
}

table.dvd_list td.availability {
  color: #3b8918;
  text-align: right;
}

table.dvd_list td.unavailable {
  color: #cd1c53;
}

table.dvd_list td span {
  display: none;
  color: #666666;
  font-style: italic;
}

form.inline_search {
  float: right;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin-bottom: 1.8em;
}

form.inline_search input {
  display: block;
  float: left;
  border: 0;
  padding: 0;
}

form.inline_search button {
  background: #FFFFFF url('../images/icons/magnifier.png') no-repeat center center;
  border: 0;
  display: block;
  float: left;
  width: 16px;
}



.dvd_info_side {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 150px;
}

.dvd_info_side dl dt {
  font-weight: bold;
}

.dvd_info_side dl dd {
  margin-bottom: 0.5em;
}

.dvd_rent {
  background-color: #FFFFFF;
  margin-bottom: 1.8em;
  border: 1px solid #000000;
}

.dvd_rent a {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 5px;
  text-align: center;
  display: block;
}

.dvd_rent a:hover {
  background-color: #efefef;
}

.dvd_rent p.availability {
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #3b8918;
  padding: 5px;
  text-align: center;
  margin: 0;
}

.dvd_rent p.unavailable {
  background-color: #cd1c53;
}


/**
 * Task Manager
 ***********************************/

table.task_list th.task_title_col {
  width: 75%;
}

table.task_list th.task_status_col {
  text-align: right;
}

table.task_list td.status {
  text-align: right;
}

table.task_list td.pending {
  color: #cd1c53;
}

table.task_list td.active {
  color: #808000;
}

table.task_list td.complete {
  color: #3b8918;
}

table.task_list td span {
  display: none;
  color: #666666;
  font-style: italic;
}

p.assign {
	font-style: italic;
	margin: 15px 0 0;
	float: right;
}

h2.role {
	margin-top: 15px;
	float: left;
}

h2.title {
	float: left;
}

p.roles {
	font-style: italic;
	color: #777;
	clear: both;
	margin: 0;
}

span.pending {
  color: #cd1c53;
}

span.active {
  color: #808000;
}

span.complete {
  color: #3b8918;
}

div#task_description {
	margin: 1.5em 0 0;
}

.clear {
	clear: both;
}

div#task_description ul {
  font-size: 1.2em;
  line-height: 1.5em;
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
}

div#task_description ol {
  font-size: 1.2em;
  line-height: 1.5em;
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 1.5em;
}

.list-filter {
	float: right;
	margin-bottom: 0px;
}

/**
 * Screen Items List
 ***********************************/

table.screen_items_list th.text_col {
  width: 46%;
}

table.screen_items_list th.bool_col {
  width: 6%;
}

table.screen_items_list th.edit_col {
  width: 10%;
}

/**
 * JCRC Options
 ***********************************/
 
ul.jcrc-options {
  background-color: #FFFFFF;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding: 0 5px;
}

ul.jcrc-options li {
  float: left;
  margin-right: 10px;
}

ul.jcrc-options li a {
  display: block;
  padding: 5px;
}

ul.jcrc-options li.add a {
  padding-left: 21px;
  background: transparent url('../images/icons/page_add.png') no-repeat left center;
}

ul.jcrc-options li.edit a {
  padding-left: 21px;
  background: transparent url('../images/icons/page_edit.png') no-repeat left center;
}

ul.jcrc-options li.delete a {
  padding-left: 21px;
  background: transparent url('../images/icons/page_delete.png') no-repeat left center;
}

ul.jcrc-options li.back a {
  padding-left: 21px;
  background: transparent url('../images/icons/back.png') no-repeat left center;
}

ul.jcrc-options li.email a {
  padding-left: 21px;
  background: transparent url('../images/icons/bell.png') no-repeat left center;
}


/**
 * Events Large
 ***********************************/
 
ul.events-large li {
  margin-bottom: 3.6em;
}

ul.events-large h2 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.75em;
}

ul.events-large li .left {
  float: left;
  background-color: #FFFFFF;
  padding: 5px;
  width: 180px;
}

ul.events-large li .left img {
  margin-bottom: 1.5em;
  border: 0;
	width: 180px;
}

ul.events-large dl {
  margin-bottom: 1.5em;
}

ul.events-large dl dt {
  font-weight: bold;
}

ul.events-large li p {
  margin-left: 205px;
}


/**
 * Flash Message
 ***********************************/

#flash {
  display: none;
  max-width: 500px;
  padding: 10px 10px 10px 35px;
  margin: 0;
  background: #000000 url('../images/icons/bell.png') no-repeat 10px 10px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  color: #FFFFFF;
  opacity: 0.75;
  position: fixed;
  top: 0;
  z-index: 1000;
}


/**
 * Polls
 ***********************************/
 
.polls li {
  margin-bottom: 3.6em;
}

.polls li .title {
  float: left;
  width: 260px;
  font-weight: bold;
}

.polls li .detail {
  float: right;
  width: 260px;
  padding-left: 15px;
  border-left: 1px solid #DDDDDD;
}

.sidebar .results,
.polls li .detail .results {
  border-top: 1px solid #4e8e0d;
}

.sidebar .results li,
.polls li .detail .results li {
  position: relative;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #4e8e0d;
}

.sidebar .results li em,
.polls li .detail .results li em {
  float: right;
  color: #4e8e0d;
}

.sidebar .results li span.bar,
.polls li .detail .results li span.bar {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c8e1ae;
  line-height: 2em;
}

.sidebar .results li p,
.polls li .detail .results li p {
  font-size: 1em;
  line-height: 2em;
  position: relative;
  z-index: 2;
  padding: 0 5px;
  margin: 0;
}


/**
 * JCRC List
 ***********************************/
 
.jcrc-list {
  width: 260px;
}
 
.jcrc-list li {
  padding-bottom: 1.8em;
  margin-bottom: 1.8em;
  border-bottom: 1px solid #DDDDDD;
}

.jcrc-list li ul li {
  padding: 0;
  margin-bottom: 0.9em;
  border-bottom: 0;
}

.jcrc-list li ul li img {
  float: left;
  margin-right: 10px;
}

.jcrc-list li ul li p {
  font-weight: bold;
}


/**
 * Merch
 ***********************************/

.merch {
  margin-bottom: 1.8em;
}

.merch li {
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.9em;
  padding-bottom: 0.9em;
}

.merch li a {
  float: left;
}

.merch li img {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

.merch li p {
  margin-bottom: 0.5em;
}

.merch li .cont {
  float: left;
}

.merch li p.price {
  float: right;
  padding: 5px;
  background-color: #EFEFEF;
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 25px 15px;
}

.merch li ul li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0 5px;
  background-color: #EFEFEF;
}

.merch ul.colors .color {
  width: 5px;
  text-indent: -9999px;
}

.merch ul.colors .black {
  background-color: #000000;
}

.merch ul.colors .navy-blue {
  background-color: #002859;
}

.merch ul.colors .grey {
  background-color: #BBBCBE;
}

.merch ul.colors .candy-pink {
  background-color: #F17BAF;
}

.merch ul.colors .baby-pink {
  background-color: #F7CCDF;
}

.merch ul.colors .brown {
  background-color: #754D2A;
}

.merch ul.colors .sky {
  background-color: #78D4F9;
}

.merch ul.colors .bottle-green {
  background-color: #00582E;
}

.merch ul.colors .royal-blue {
  background-color: #038ACC;
}

.merch ul.colors .lime {
  background-color: #8BC83D;
}

.merch ul.colors .orange {
  background-color: #F7921C;
}

.merch ul.colors .purple {
  background-color: #91268E;
}

.merch ul.colors .red {
  background-color: #EB1C22;
}

.merch ul.colors .graphite {
  background-color: #6D6E70;
}

.merch ul.colors .ivory {
  background-color: #c6c1a3;
}

.merch ul.colors .chocolate {
  background-color: #70502a;
}

.merch ul.colors .kelly-green {
  background-color: #3ab54a;
}

.merch ul.colors .yellow {
  background-color: #fef200;
}

.merch ul.colors .gray {
  background-color: #bdbec0;
}

.merch ul.colors .white {
  background-color: #FFFFFF;
}

.merch ul.colors .sports-gray {
  background-color: #949599;
}

.merch ul.colors .dark-gray {
  background-color: #546376;
}

.merch ul.colors .fuchsia{
  background-color: #d23785;
}

.merch ul.colors .kelly-green{
  background-color: #3ab54a;
}

.merch ul.colors .apricot{
  background-color: #efb138;
}

.merch ul.colors .salmon{
  background-color: #fcdeea;
}

.merch ul.colors .chestnut{
  background-color: #755f2d;
}

.merch ul.colors .avacado{
  background-color: #f5f08a;
}

.merch ul.colors .kiwi{
  background-color: #aed135;
}

.merch ul.colors .orchid {
  background-color: #9e74b3;
}

.color-hover {
  display: none;
  position: absolute;
  padding-top: 15px;
  background: transparent url('../images/subnav_top.png') no-repeat center 5px;
  width: 75px;
}

.color-hover div.inner {
  border: 3px solid #000000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
}

.color-hover div.inner div.sample {
  width: 69px;
  height: 69px;
}

.color-hover div.inner p {
  margin-bottom: 0;
  padding: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 9px;
}


/**
 * Forms
 ***********************************/

form fieldset {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  clear: both;
}

form fieldset label {
  display: block;
  font-weight: bold;
}

form fieldset label.inline {
  display: inline;
  font-weight: normal;
}

form fieldset .text {
  width: 99%;
  padding: 3px;
}

form fieldset.columns {
  width: 50%;
  float: left;
  clear: none;
  margin-bottom: 0.5em;
}

div.form_errors {
  background-color: #efefef;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  margin-bottom: 1.8em;
}

form div.buttons {
	float: right;
	height: 27px;
	margin: -21px -2px -4px 0;
	padding: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}

form div.buttons ul li {
	border-right: solid #555 1px;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	float: left;
	background-color: white;
}

form div.buttons ul li a {
  display: block;
  border: 0;
  text-indent: -9999px;
  height: 25px;
  width: 25px;
  background: transparent url('../images/textile_buttons.png') no-repeat top;
}

form div.buttons ul li a:hover {
  background-position-y: -25px;
}

form div.buttons ul li a:active {
  background-position-y: -50px;
}


/* Comment Form */

.comment-form .text {
  float: left;
  width: 430px;
  padding: 2px 4px;
  font-size: 1.2em;
  line-height: 1.636em;
  margin: 0;
  border: 1px solid #EFEFEF;
  overflow: auto;
  height: 1.636em;
  resize: vertical;
}

.comment-form input {
  font-size: 1.2em;
  line-height: 1.636em;
  margin: 0;
  padding: 2px 6px;
}

form input, form select, form textarea {
  font-family: Verdana, sans-serif;
  font-size: 1.091em;
  line-height: 1.5em;
  color: #555555;
}

form input[type="submit"] {
  border: 1px solid #1d5305;
  background: #458800 url('../images/button_bk.png') repeat-x top left;
  padding: 2px 6px;
  color: #FFFFFF;
}

form input[type="submit"]:hover {
  cursor: pointer;
  background: #1d5305;
}


.spinner {
  border: 0;
  padding: 0;
  margin: 0;
}

.comments li .spinner {
  float: left;
  vertical-align: center;
  padding: 3px 0 0 5px;
  margin-left: -25px;
}

/**
 * myUniPack Stuff
 **********************/

.buy_now {
	float: right;
    padding: 12px;
    width: 180px;
    height: 85px;
    color: #ffffff;
    background-image: url('http://myunipack.co.uk/images/buy_now_bg.png');
	background-position: right;
	font-family: Tahoma, Verdana, Arial;
}

.buy_now a {
    cursor: pointer;
    display: block;
    width: 114px;
    height: 37px;
    background-image: url('http://myunipack.co.uk/images/buy_now.png');
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -5000px;
    margin-bottom: 8px;
}

.buy_now strong {
    font-size: 20px;
    line-height: 20px;
}

.buy_now strong span {
    font-size: 14px;
}

.buy_now em {
    font-size: 12px;
    font-style: normal;
}

h1.myunipack  {
    color: #333333;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 32px;
    padding-top: 14px;
    padding-bottom: 14px;
	font-family: Tahoma, Verdana, Arial;
	text-shadow: none;
	font-weight: bold;
	float: left;
	width: 340px;
}

h1.myunipack  em {
    color: #AA2E88;
    font-style: normal;
    text-transform: none;
}

#checkout_form {
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
}

#checkout_form strong em {
    font-style: normal;
    color: #AA2E88;
}

#checkout_form label {
    float: left;
    width: 125px;
    font-size: 15px;
    line-height: 26px;
}

#checkout_form .help {
    width: 150px!important;
}

#checkout_submit {
    text-align: center;
}

#checkout_submit input {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.timetable th {
	width:130px;
}

