/*
Theme Name: Animation Porftolio Workshop
Theme URI: http://portfolioworkshop.com/
Description: Custom-designed website for the Animation Porftolio Workshop.
Version: 1.0
Author: Joanna Rankin
Author URI: http://happyseamstress.com/
*/


/*******************************************************************************************
		RESET DEFAULT STYLES
*******************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body { line-height: 1; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }
a img { border: none; }
ol, ul { list-style: none; }
input,textarea { margin: 0; }

/* Highlight and Strike-through */
ins { text-decoration: none; font-weight: bold; }
del { text-decoration: line-through; }


/*******************************************************************************************
		GLOBAL STYLES
*******************************************************************************************/
body {
	background: #00c;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

p {
	font-size: 14px;
	line-height: 20px;
}


a {
	text-decoration: none;
	color: #fe0000;
}

a:hover {
	color: #f60;
}


blockquote {
	font-style: italic;
}

h1 {
	font-size: 36px;
	margin-bottom: 12px;
}

h2 {
	font-size: 24px;
	margin-bottom: 12px;
}

h3 {
	margin-bottom: 8px;
	
	margin-top: 18px;
}

h3.xspc {
	margin-top: 18px;
}

/** global form styles **/
input[type=text],
input[type=textarea],
input[type=password]{
	border: 1px solid #999;
}




/*******************************************************************************************
		LAYOUT
*******************************************************************************************/
div#headerLink {
	width: 100%;
	height: 250px;
	position: absolute;
}


div#header {
	background: url(images/header.png) no-repeat ;
	height: 332px;
	margin-left: -4px;
	position: relative;
	top: -24px;
	width: 1020px;

}

div#wrapper {
	float: left;
	width: 1200px;
	position: relative;
	z-index: 3;
}

div#container {
	float: left;
	width: 580px;
	position: relative;
	left: -172px;
	z-index: 1;
	margin-top: -48px;	
	height: auto;
}

div#content {
	width: 586px;
	padding-left: 200px;
	padding-right: 36px;
	padding-top: 24px;
	padding-bottom: 24px;
	background: url(images/content_bg.gif) repeat-y;

}


div#sidebar {
	float: left;
	margin-top: -48px;
	clear: none;
	width: 301px;
	position: relative;
	z-index: 3;
	
}


div#footer {
	float: left;
	clear: both;
	width: 920px;
	height: 99px;
	padding-top: 88px;
	margin-left: 160px;
	margin-top: -78px;
	margin-bottom: -24px;
}


/*******************************************************************************************
		MAIN NAVIGATION
*******************************************************************************************/

div#navigation {
	position: relative;
	top: 284px;
	left: 36px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 500;
}


div#navigation a {
	color: #fff;
}


div#navigation a:hover {
	color: #FE0;
}


div#navigation li {
	float: left;
	margin-right: 24px;
	position: relative;
	line-height: 36px;
	top: -12px;
}

div#navigation ul ul li {
	top: 0;
}

div#navigation ul ul {
	display: none;
}

div#navigation ul ul li:hover {
	background: #1C1CF4;
	color: #FE0;
	cursor: pointer;
}

div#navigation li:hover ul {
	display: block;
	position: absolute;
	left: -10px;
	top: 36px;
	background: #00c;
	width: 270px;
	border: 1px solid #1C1CF4;
	opacity: 0;
}

div#navigation ul ul li {
	border-bottom: 1px solid #1C1CF4;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: -1px;
}


div#navigation ul ul li:last-child {
	border-bottom: none;
}

div#navigation li:hover ul ul {
	display: none;
}

div#navigation ul ul li {
	position: relative;
}
 
div#navigation ul ul li:hover ul {
	display: block;
	position: absolute;
	left: 270px;
	top: -1px;
	background: #009;
	border: 1px solid #03f;
	border: 1px solid #00c;
	opacity: 0;
}

div#navigation ul ul ul li:hover {
	background: #00c;
}

div#navigation ul ul li {
	float: none;
	
}

div#navigation ul ul ul li {
	border-bottom: 1px solid #00c;
}

div#navigation ul ul ul {
	display: none;
}

div#navigation ul img.sub_arrow {
	display: none;
}

div#navigation ul ul img.sub_arrow {
	display: inline;
}

img.sub_arrow {
	float: right;
	position: relative;
	top: 12px;
}


li#homelink {
	background: url(images/home.gif) no-repeat;
	width: 20px;
	height: 20px;
	background-position: 0 6px;
	margin-top: 3px;
}

li#homelink:hover {
	background: url(images/home_over.gif) no-repeat;
	cursor: pointer;
		background-position: 0 6px;
}





/* log in/out link */
ul#loginout {
	float: right;
	margin-right: 60px;
	font-size: 11px;
	position: absolute;
	top: -36px;
	left: 884px;
	width: 240px;
}

ul#loginout a {
	color: #999;
}

ul#loginout a:hover {
	color: #fff;
}

/*******************************************************************************************
		SIDEBAR
*******************************************************************************************/

div#sidebar {
	color: #121212;
	line-height: 140%;
}

div#sidebar li,
div#sidebar p {
	font-size: 12px;
}



div.widget {
	width: 260px;
	padding: 12px 0 12px 0;
	border-top: 1px solid #F60;
	float: left;
}

div#sidebar_bg {
	background: url(images/sidebar_bg.gif) repeat-y;
	padding-left: 24px;
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
	height: auto;
}

div#sidebar_bottom {
	height: 29px;
	width: 100%;
	background: url(images/sidebar_bottom.png) no-repeat;
	float: left;
}


div#sidebar a {
	color: #121212;
	text-decoration: underline;
	
}

div#sidebar a:hover {
	color: #f60;
}
/* widgets */



div.widget input#s {
	width: 180px;
}

div.widget:first-child {
	border-top: none;
}
div.widget h4 {
	font-size: 18px;
	margin-bottom: 6px;
	color: #121212;
}

div#shopp-cart .widget h4 a {
	color: #121212;
}

p.visitshop a {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
}

div.centerGrids {
	margin-bottom: -36px;
	float: left;
}

div.clearMe {
	display: none;
}


/* wordpress calendar widget */

div#calendar_wrap caption {
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;
}



table#wp-calendar td {
	padding: 8px;
	text-align: center;
}

td#prev {
	padding: 0;
}

/* zazzle widget */
div.gridCell {
	padding: 0;
	height: 220px;
}

a.productTitle {
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
	width: 108px;
	margin-left: 10px;
	text-align: center;
}

div.productPrice {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	width: 108px;
	margin-left: 10px;
	text-align: center;
	
}

div.gridCellInfo {
	width:128px;
	margin: 0 auto;

}

img.realviewImage {
	width: 124px;
	border: 2px solid #cf0000;
}

img.realviewImage:hover {
	border: 2px solid #f60;
}

a.realviewLink {
	border: none;
}

/*******************************************************************************************
		CONTENT
*******************************************************************************************/
div#content_bottom {
	background: url(images/content_bottom.png) no-repeat;
	height: 45px;
	width: 808px;
}

/* blog posts */

blockquote {
	padding-left: 24px;
	padding-right: 24px;
}


div.entry-content p {
	margin-bottom: 8px;
}

div.entry-content br {
	line-height: 18px;
}


img.size-medium {
	margin-bottom: 30px;
	margin-top: 24px;
}


div.post {
	margin-bottom: 36px;
}


a.post-edit-link {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}

a.post-edit-link:hover {
	color: #666;
}



div.entry-date {
	color: #06f;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 8px;
}


div.post {
	margin-bottom: 84px;
}



span.edit-link {
	padding-bottom: 12px;
	width: 100%;
}


div#nav-below {
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	margin-bottom: 36px;
	width: 100%;
	
}

div.nav-next {
	float: right;
}

div#nav-below a {
	color: #999;
}

div.post_link_bg {
	height: 18px;
	background: url(images/nav_bg.jpg) repeat-x;
}

/* numbered and bulleted lists in posts */

div.entry-content ul,
div.entry-content ol {
	font-size: 14px;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: 20px;
}


div.entry-content li {
		margin-bottom: 4px;
}

div.entry-content ol li {
	padding-left: 20px;
	text-indent: -20px;
}

div.entry-content ul li {
	padding-left: 18px;
	text-indent: -14px;
}

div.entry-content ol ul li {
	padding-left: 32px;
}
	

div.entry-content ol {
	list-style: decimal inside;
}


div.entry-content ul {
	list-style: disc inside;
}



/* entry meta */

div.entry-meta ul {
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-left: -2px;

}
div.entry-meta li {
	float: left;
	margin-right: 18px;
	padding: 0;
	margin-left: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #bbb;
	list-style: none;
}

div.entry-meta a {
	color: #bbb;
}

div.entry-meta a:hover {
	color: #999;
}


div.nav-previous {
	float: left;
}

div.nav-next {
	float: right;
}

div.meta-nav {
	width: 100%;
	clear: both;
}



span.runin {
	text-weight: bold;
	color: #06f;
}


span.subtitle {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #06F;
	margin-left: 10px;

}

.subhead {
		color: #00F;

}

h4.subhead {
	margin-top: 18px;
	margin-bottom: 2px;
}

h2.entry-title {
	color: #fe0000;
}

/* Search results page */

span.search_word_title {
	font-weight: normal;
	font-style: italic;
}

div.site_map_col h3 {
	color: #00c;
}

div.site_map_col h4 {
	color: #06f;
}


div.site_map_col a {
	color: #666;
}

div.site_map_col a:hover {
	color: #333;
}


div.site_map_col ul ul {
	padding-left: 12px;
}

span.search_word_result {
	font-weight: normal;
	font-style: italic;
}

h2.search-result-title a {
	color: #00c;
}

h2.search-result-title a:hover {
	color: #06f;
}


div.search_result {
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #999;
}

h2.site_map {
	color: #fe0000;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid #999;
}

div.site_map_col {
	width: 284px;
	float: left;
}

div#site_map_left {
	margin-right: 18px;
}

/* STUDENT PORTFOLIOS */



img.alignleft {
	float: left;
	margin-right: 18px;
}

div.profile {
	margin-bottom: 36px;
}

div#current_img {
	width: 500px;
	height: 480px;
	float: left;
}

div#current_thumbs_window {
	height: 372px;
	width: 72px;
	overflow: hidden;
	float: left;
}

div.current_thumb {
	margin-bottom: 4px;
}

div#current_prev,
div#current_next {
	width: 72px;
	height: 30px;
}

div#current_prev {
	background: url(images/thumb_current_prev.png) no-repeat center;
}


div#current_next {
	background: url(images/thumb_current_next.png) no-repeat center;
	position: absolute;
	top: 402px;
}

div#current_thumbs {
	width: 72px;
	position: relative;
}




div#current_img {
	position: relative;
	top: -52px;
}

h3#current_name {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: -8px;
}

div#other_students {
	border-top: 1px solid #999;
	float: left;
	width: 586px;
	padding-top: 14px;
	position: relative;
	top: -48px;
}

div#current_thumbs_all {
	width: 82px;
}

div#current_thumbs_window {
	width: 82px;
}

div#current_student {
	height: 500px;
}

div.other_thumb {
	width: 80px;
	float: left;
	margin-right: 4px;
}

div.other_name {
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
	line-height: 16px;
	color: #999;
}

div#other_thumbs {
	margin-top: 24px;
}

div#other_students h3 {
	text-align: center;
	font-size: 18px;
}

div#other_thumbs_window {
	width: 502px;
	overflow: hidden;
	float: left;
}

div.other_thumb:hover,
div.current_thumb:hover {
	cursor: pointer;
}

div#other_next,
div#other_prev {
	width: 40px;
	height: 80px;
	float: left;
	color: none;
}

div#other_next {
	background: url(images/thumb_next.png) no-repeat center;
}

div#other_prev {
	background: url(images/thumb_prev.png) no-repeat center;
}

div#other_next p,
div#other_prev p,
div#current_next p,
div#current_prev p{
	display: none;
}


/* EVENTS */

div.event_item {
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #00c;
}

div.event_item:first-child {
	padding-top: 0;
}

div.event_item:last-child {
	border-bottom: none;
}

h3.subhead {
	color: #00f;
	font-size: 18px;
	margin-bottom: 8px;
}

div.event_date {
	color: #06f;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

/* COMMENTS section */

div#comments {
	margin-top: 72px;
	padding-top: 12px;
	clear: both;
	border-top: 2px solid #ddd;
}

div#comments h3 {
	margin-bottom: 12px;
}

div#respond {
	margin-top: 36px;
	padding-top: 12px;
}

div.form-label {
	width: 80px;
	float: left;
	margin-right: 18px;
}

div.form-input {
	float: left;
}

div.commentform_item {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 24px;
}

p#comment-notes {
	margin-bottom: 12px;
}

form#commentform input#submit {
	margin-left: 98px;
}


div.unapproved {
	color: #fe0000;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.comment_left {
	width: 96px;
	float: left;
	margin-right: 18px;
}

div.comment_content {
	float: left;
	width: 472px;
}

li.comment {
	width: 100%;
	clear: both;
	float: left;
	padding: 18px 0 18px 0;
	border-bottom: 1px solid #ddd;
}

div#comments-list {
	clear: both;
	float: left;
	margin-bottom: 36px;
}

div.comment_avatar {
	width: 86px;
	height: 86px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ddd;
}

div.comment-meta {
	font-size: 12px;
}

div.comment-author {
	margin-top: 6px;
	margin-bottom: 4px;
	line-height: 20px;
}


/* Zazzle store on page */

div#content div.gridCell {
	float: none;
}

div#content div.gridCell {
	float: left;
}

div#content {
	float: left;
}

div#content img.realviewImage {
	border: none;
	margin-right: 20px;
}

div#content a.productTitle {
	color: #06f;
	font-size: 14px;
}

div#content a.productDescription {
	color: #666;
}


div.fine-print {
	font-size: 12px;
	line-height: 16px;
	margin-top: 12px;
	padding-top: 6px;
	border-top: 1px solid #bbb;
}

/************************************************
		NextGen Gallery/Portfolio styles are located in the plugin folder
*************************************************/


/* lightbox styles */




/*** FORMS ****/


/* for formBuilder plugin (deactivated). Uncomment to reactivate CSS:
div.formBuilderForm {
	background: red;
}

div.formBuilderField {
	padding-bottom: 24px;
	clear: both;
	font-size: 12px;
}

div.formBuilderLabel, div.formBuilderLabelRequired {
	float: left;
	margin-right: 12px;
	clear: both;
}

div.formBuilderLabelRequired {
	font-weight: bold;
}

div.formBuilderInput input {
	border: 1px solid #999;
	padding: 4px;
	width: 240px;
}

div.formBuilderSelect select {
	width: 120px;
}

div.formBuilderRadio label{
	float: left;
	width: auto;
	margin-right: 12px;
}

div.formBuilderRadio {
	width: 100%;
	margin-bottom: 24px;
}

div.formBuilderField textarea {
	width: 100%;
}

div.small_text_area div.formBuilderLabel {
	margin-bottom: 6px;
}

input#fieldformBuilderFieldProgram {
	width: 100%;
	margin-top: 6px;
}

div.captcha_field .formBuilderLabel {
	width: 190px;
	float: left;
}

div.captcha_field input {
	width: 150px;
	float: left;
}

div.captcha_field img {
	float: left;
	margin-right: 24px;
}

* FormBuilder CSS ends */


/* register form */
form#registerform label input {
	width: 300px;
	float: left;
}


div.registerform_item {
	margin-bottom: 24px;
}


div.registerform_item label {
	float: left;
}

input.custom_radio {
	margin-right: 4px;
}
	

div.registerform_radio {
	font-size: 12px;
	margin-bottom: 24px;
}



ul#cycnav li { /* Log in / Lost your Password? links */
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 14px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #999;
}

ul#cycnav li:last-child {
	border-right: none;
}

ul#cycnav {
	margin-bottom: 24px;
	margin-left: -6px;
}

ul#cycnav a {
	color: #999;
}

form.loginform br {
	margin-bottom: 18px;
}


label[for=rememberme] {
	position: relative;
	left: -18px;
	top: 12px;
}



input#user_login,
input#user_email {
	margin-bottom: 18px;
}

div.captcha_label {
	clear: both;
	float: left;
	margin-bottom: 6px;
	width: auto;
	margin-right:
}

div.captcha_image {
	height: auto;
	float: left;
}

div.captcha_image-input {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 18px;
} 

div.captcha_image {
	float: left;
	margin-right: 12px;
}

div.captcha_input {
	float: left;
	margin-top: 12px;
}

div.captcha_input small {
	margin-top: 2px;
}

label[for=rememberme] {
	margin-top: -15px;
	margin-left: 18px;
	margin-bottom: 18px;
}
p#reg_passmail {
	margin-bottom: 18px;
}

form#registerform label{
	width: auto;
	float: left;
	margin-right: 12px;
}

form.loginform label {
	width: 20px;
}

p.message, p#login_error {
	margin-bottom: 24px;
}


/* mqp page */
a#maplink {
	float: right;
	margin-top: 4px;
	font-size: 10px;
	text-transform: uppercase;
}


/*******************************************************************************************
		SHOP
*******************************************************************************************/
a.wpsc_edit_product {
	padding-left: 8px;
	text-transform: uppercase;
	font-size: 4px;
	color: #999;
	font-weight: normal;
	position: relative;
	top: 3px;
}


div.product_spacer {
	width: 100%;
	height: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dedede;
	clear: both;
}


div.wpsc_page_numbers {
	text-align: right;
}

a.wpsc_product_title {
	font-size: 16px;
}

div#product-price {
	font-size: 16px;
	font-weight: bold;
}

div.wpsc_buy_button_container {
	margin-top: 8px;
}

/* shop pagination */
div.wpsc_page_numbers {
	font-size: 12px;
	color: #999;
}

div.wpsc_page_numbers a {
	color: #999;
}

div.wpsc_page_numbers a.selected {
	color: #666;
	text-decoration: none;
}


/* shop buttons */
input.wpsc_buy_button {
	background: url(images/shop_add-cart.gif) no-repeat;
	font-size: 0px;
	border: none;
	height: 24px;
	width: 97px;
}

input.wpsc_buy_button:hover {
	background: url(images/shop_add-cart_over.gif) no-repeat;
}


/* shopping cart widget */
table.shoppingcart {
	width: 100%;
}

table.shoppingcart td,
table.shoppingcart th {
	padding: 6px 6px 6px 0;
}


td.wpsc_widget_item-name {
	width: 160px;
	
}





td.wpsc_widget_item-quantity {
	text-align: center;
	
}

th#price,
th#product {
	text-align: left;
}



	

th#price,
th#quantity,
th#product {
	font-size: 14px;
}


table#totals {
	font-size: 12px;
	padding-top: 4px;
}

td.totalhead {
	width: 213px;
	text-align: right;
	padding: 2px 18px 2px 0;
}

td.total {
	width: 64px;
	font-weight: bold;
	padding: 2px 2px 6px 0;
}



td.grand_totalhead,
td.grand_total {
}

div.wpsc_widgetbutton {
	float: left;
	margin-right: 12px;
}

div#wpsc_widget_buttongroup {
	clear: both;
	margin-left: 34px;
	margin-top: 8px;
	padding-bottom: 24px;
}

div#gocheckout, div#emptycart {
	height: 23px;
}

div#emptycart {
	width: 87px;
	background: url(images/shop_empty.png) no-repeat;
}


div#emptycart:hover {
	background: url(images/shop_empty-over.png) no-repeat;
}

div#gocheckout {
	width: 80px;
	background: url(images/shop_checkout.png) no-repeat;
}


div#gocheckout:hover {
	width: 80px;
	background: url(images/shop_checkout-over.png) no-repeat;
}


div#cart_message {
	font-size: 12px;
	background: #ccc;
	padding: 6px;
	color: #333;
	margin-bottom: 6px;
	text-align: center;
}

form#widget_buttons {
	width: 100%;
	clear: both;
}

/*checkout page */
button.remove_button {
	background: url(images/shop_remove.gif) no-repeat;
	width: 16px;
	height: 16px;
	border: none;
	font-size: 0;
}
	
button.remove_button:hover {
	background: url(images/shop_remove-over.gif) no-repeat; 
}


form.adjustform input {
	text-align: center;
}

tr.product_row a {
	font-size: 14px;
}

table#checkout_page_table td {
	background: none;
}

table#checkout_page_table {
	margin-bottom: 36px;
}


tr.product_row td {
	padding: 8px 0 8px 0;
}

div#wpsc_shopping_cart_container {
	font-size: 14px;
}

div#wpsc_shopping_cart_container h2 {
	font-size: 18px;
	margin-top: 24px;
}


table.productcart td,
table.productcart tr{
	padding: 8px 0 8px 0;
	background: none;
}


td#total_tax_amount,
td#total_price_amount {
	width: 4px;
}

td#total_tax_head,
td#total_price_head,
td#shipping_head {
	width: 310px;
	text-align: right;

}

tr.total_price {
	font-size: 16px;
}

td#total_price_amount {
	font-size: 20px;
}

td#total_tax_head,
td#total_tax_amount,
td#total_price_head,
td#shipping_head {
	font-weight: normal;
}


td#total_tax_amount,
td#shipping_amount,
td#total_price_amount {
	padding-left: 36px;
}

tr.shipping_options {
	font-size: 16px;
}

td.shipping_name {
	width: 194px;
	text-align: right;
	padding-right: 12px;
}


td#shipping_amount {
	font-weight: normal;
}

tr.total_price td {
	padding: 8px 0 8px 0;
}


input.make_purchase {
	width: 134px;
	height: 32px;
	background: url(images/shop_order.gif) no-repeat;
	font-size: 0;
	border: none;
}

input.make_purchase:hover {
	background: url(images/shop_order-over.gif) no-repeat;
}


td#place_order {
	text-align: right;
	padding-top: 24px;
}

table.wpsc_checkout_table td {
	padding: 8px 0 8px 0;
}

table.wpsc_checkout table td h4 {
	padding-top: 18px;
}


td.wpsc_shop_checkout_labels {
	width: 120px;
}
 
/* 

/** old shop styles 
div.list {
	height: auto;
}

div.category h3 {
	margin-bottom: -24px;
}

div.alignright {
	float: right;
	font-size: 12px;
}


li.disabled {
	color: #ccc;
}

div.details {
	margin-top: 6px;
}


div.product h3 {
	margin-bottom: 2px;
}

p.headline {
	margin-bottom: 6px;
}




table.cart tr {
	border-top: 14px solid #fff;
	border-bottom: 14px solid #fff;
}

tr.totals {
	background: #ddd;
	border: none;
}

*/



ul#cycnav li {
	list-style: none;
	padding-right: 12px;
	padding-left: 28px;
}

ul#cycnav {
	margin-left: -14px;
}

table.wpsc_checkout_table td {
	padding-right: 18px;
}

/***** register form ***/

div.register-item {
	margin-bottom: 24px;
}

span.register-label {
	display: block;
	width: 220px;
	float: left;
	line-height: 18px;
}

span.register-label-wide {
	margin-bottom: 8px;
	width: 100%;
	margin-top: 18px;
	display: block;
	float: left;
}

div.wpcf7-response-output {
	position: absolute;
	top: 1000px;
	left: 280px;
	width: 360px;
}

/*******************************************************************************************
		FOOTER
*******************************************************************************************/

div#copyright {
	font-size: 11px;
	
	color: #fff;
	width: 800px;
	clear: both;
	margin-bottom: 18px;
	border-top: 1px solid #222;
	padding: 6px 18px;
	position: relative;
	left: -18px;
	line-height: 16px;
}

div#footer_top {
	height: 93px;
	background: url(images/footer_top.png) no-repeat;
	width: 836px;
	float: left;
}

div#footer {
	margin-top: -220px;
	padding-bottom: 24px;
	
}

div#footer_content {
	margin-top: 48px;
	padding-left: 18px;
}

div#footer_bg {
	/* background: url(images/footer_bg.gif) repeat; */
	background: #000;
	height: auto;
	float: left;
	width: 836px;
}

div.footer_widget .widget {
	color: #fff;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	float: none;
	border-top: none;
}


div#footer_left,
div#footer_middle,
div#footer_right {
	float: left;
	width: 260px;
	margin-right: 12px;
}


div.footer_widget .widget a{
	color: #fff;
}

div.footer_widget .widget a:hover{
	text-decoration: underline;
}

div.footer_widget h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 4px;
}

div#footer table#wp-calendar caption {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

div#footer table#wp-calendar td {
	width: 18px;
	height: 18px;
	padding: 4px;
}

div#footer table#wp-calendar td a{
	font-weight: bold;
}

div#footer table#wp-calendar td#prev {
	text-align: left;
}

div#footer table#wp-calendar td#next {
	text-align: right;
}

/**** new student portfolios ***/

div#student-list {
	margin-top: 24px;
}

div.student-list-item {
	width: 240px;
	float: left;
	padding: 22px;
	padding-bottom: 0;
	border: 1px solid #ddd;
	margin-bottom: 18px;
	position: relative;
}

div.student-odd {
	margin-right: 14px;
}

div.student-list-item:hover {
	background: #dedede;
}

div.student-list-name {
	text-align: center;
	color: #666;
	float: left;
	font-size: 18px;
	width: 100%;
}

div.student-list-thumb {
	float: left;
}
div.student-list-thumb img {
	width: 240px;
	height: 240px;
}

img.size-thumbnail {
	width: 185px;
	height: 185px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



div.single-portfolio-content br {
	display: none;
}

div.single-portfolio-content {
}

div.zoom-message {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: -8px;
	margin-bottom: 8px;
	width: 100%;
	color: #999;
	float: left;
	text-align: right;
}

p.backlink {
	float: left;
	position: relative;
	top: 6px;
	
}

p.backlink a {
	color: #999;
}

p.backlink a:hover {
	color:#06f;
}

div#single-portfolio {
	margin-bottom: 12px;
	float: left;
}


div.student-list-item a.main-portfolio-link {
	display: block;
	position: absolute;
	width: 284px;
	height: 306px;
}


div.student-list-item a {
	color: #666;
}

/*** student portfolio update **/
div.portfolio-links {
	width: 100%;
	float: left;
	clear: both;
}


div.really_simple_share {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 12px;
}

div#single-portfolio {
	width: 100%;
}

div.zoom-message {
	margin-bottom: 12px;
}


