/* General CSS for each item */

.wsItem{border: 1px solid #cde2c6; background-color: white; margin-bottom: 10px; padding: 10px;}
.wsItemImg{float: left; margin: 0px 10px 0px 0px; width: 100px; height: 100px;}
.wsItemPerson{margin-left: 110px; color: #46772b;}

/* Personal details for each item */

.wsItemPersonName{float: left; margin-right: 10px;}
.wsItemPersonEmail{float: left;}
.wsItemPersonUsercode{display: none;}
.wsItemPersonLabel{float: left; margin-right: 10px;}

/* Item details for each item */

#main-content .wsItemName h5{color: #46772b;}
.wsItemDescription{min-height: 60px;}
.wsItemDate{color: #555555; line-height: 1em; float: right;}

/* Delete buttons for items */

.wsItemDelete{width: 20px; height: 20px; background: #cd0044 url(ws-delete-white.png) top left no-repeat; float: right;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.wsItemDelete:hover{cursor: pointer; background-color: #6f013d;}

/* Form frame and submission button */

#formFrame{overflow: hidden; border: none; width: 100%; margin-top: -2px;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}

#formFrame.wsClosed{height: 0px; width: 100%; margin: 0px -16px 0px -16px; padding: 0px 16px 0px 16px;}
#formFrame.wsOpen{height: 1020px; width: 100%; border-top: 4px solid #68b240; border-bottom: 4px solid #68b240; margin: 0px -20px 20px -20px; padding: 10px 20px 10px 20px;}

#openSubmissionButton{width: 125px; padding: 8px 0px 8px 8px; border: 2px solid #68b240; background-color: #68b240; color: white;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
#openSubmissionButton img{float: left; margin-right: 4px;}
#openSubmissionButton:hover{cursor: pointer; background-color: #46772b; border: 2px solid #46772b;}

.is-smallscreen #formFrame.wsOpen{height: 900px;}

/* The top block */

#topBlock{margin: 0px -16px 16px -16px; padding: 0px 16px 8px 16px; border-bottom: 4px solid #ebf1f2;}

/* Email subscription form */

#emailBlock{margin: 0px -16px 16px -16px; padding: 16px 16px 8px 16px; border-top: 4px solid #ebf1f2;}

#mc-embedded-subscribe{width: 125px; padding: 8px 0px 8px 38px; border: 2px solid #68b240; background: #68b240 url(ws-subscribe-white.png) top left no-repeat; color: white; display: block; margin-top: 0px; text-align: left; background-position-x: 8px; background-position-y: 8px;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
#mc-embedded-subscribe:hover{cursor: pointer; background-color: #46772b; border: 2px solid #46772b;}

#emailLabel{margin-bottom: 8px;}

#mce-EMAIL{border: 2px solid #68b240; width: 50%; padding: 10px 32px 10px 10px; margin-bottom: 10px;}

#main-content #emailBlock h5{color: black;}

/* Seach Box */

#wsSearch{border: 2px solid #68b240; width: 50%; padding: 10px 10px 10px 38px; background: url(ws-search-green.png) top left no-repeat; background-position-x: 10px; background-position-y: 10px; margin-bottom: 10px;}

/* Shadowbox fix */

a#sb-nav-close{background-image: url(http://www2.warwick.ac.uk/static_war/render/images/mediaplayers/closebox.png); width: 30px; height: 30px; display: block;}