/*
 * Aviary Education
 * ...............................
 * Main site styles
 * March 2010
 */

/* -- Reset --*/
@import url(reset.css);

/*
 * Start...
 * ........................
 */
body {
	font: 62.5% Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #646457;
	background-color: #edede5;
	-webkit-text-stroke: 1px transparent;
}

/* iPhone text-stroke correction */
@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-stroke: 0 black;
	}
}

/*
 * Typography
 * ........................
 */
h1 {
	font-weight: normal;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 2em;
	margin: 0 0 16px;
	color: #cd3c0f;
	border-bottom: 1px solid #d3d3c8;
}

h3 {
	font-size: 1.6em;
	margin: 0 0 10px;
}

h4 {
	font-size: 1.4em;
	line-height: 2.6em;
	color: #a9a99c;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3em;
	margin: 0 0 10px;
	color: #4e4e48;
	border-top: 1px solid #d3d3c8;
}

p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 10px;
}

a {
	color: #235b72;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #1c4759;
}


/*
 * Main Layout
 * ........................
 */

.full {
	width: 940px;
	margin: 0 auto;
}

#header {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}

#header,
#content {
	text-align: left;
}

/*
 * Header
 * ........................
 */
#navigation {
	width: 100%;
	height: 51px;
	background: url(../images/nav_bg.gif) repeat-x 0 0;
}

#nav-wrapper {
	padding: 11px 0 6px;
}

#logo {
	width: 186px;
	height: 35px;
	float: left;
	overflow: hidden;
}

	#logo a {
		width: 186px;
		height: 0px !important;
		padding: 35px 0 0;
		float: left;
		text-indent: -9999px;
		background: url(../images/ae_logo.png) no-repeat 0 0;
	}

#nav-links {
	float: right;
	font-size: 1.5em;
}

	#nav-links ul li {
		margin-left: 20px;
		float: left;
		font-weight: bold;
		line-height: 2.2em;
	}

/*
 * Toolbar
 * ........................
 */
#toolbar-wrap {
	width: 100%;
	height: 72px;
	position: relative;
	z-index: 999;
	background: url(../images/toolbar_bg.gif) repeat-x 0 0;
}

body.home #toolbar-wrap,
body.login #toolbar-wrap {
	height: 26px;
	background-image: url(../images/toolbar_bg_home.gif);
}

	#toolbar {
		padding: 12px 0;
		color: #63bc2b;
		position: relative;
	}
		#toolbar a {
			color: #3c7319;
		}
		
		#toolbar a:active {
			color: #21400e;
		}
		
		#toolbar h1 {
			font-size: 2.4em;
			line-height: 1.9em;
		}
		
		#breadcrumb {
			float: left;
		}

#new-creation-action {
	float: right;
}

#btn-new-creation	 {
		width: 167px;
		height: 45px;
		float: right;
		overflow: hidden;
	}
	
		#btn-new-creation a {
			width: 167px;
			height: 0px !important;
			padding: 45px 0 0;
			float: right;
			position: relative;
			text-indent: -9999px;
			background: url(../images/btn_new_creation.gif) no-repeat 0 0;
		}
		
		#btn-new-creation a:active {
			background-position: 0 -47px;
		}
	
#create-menu {
	width: 158px;
	position: absolute;
	padding: 5px;
	z-index: 999;
	top: 60px;
	right: -3px;
	font-size: 1.3em;
	font-weight: bold;
	background: #63d438 url(../images/btn_new_creation_gradient.gif) repeat-x 0 0;
	border: 1px solid #47921f;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#create-menu-top {
	width: 28px;
	height: 18px;
	top: -18px;
	left: 50%;
	margin: 0 0 0 -14px;
	position: absolute;
	background: url(../images/dropdown_bg.png) no-repeat center 0;
}

#create-menu ul {
	float: left;
	display: block;
	border: 1px solid #47921f;
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px rgb(255, 255, 255);
	-moz-box-shadow: 0px 0px 2px rgb(255, 255, 255);
	box-shadow: 0px 0px 2px rgb(255, 255, 255);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	#create-menu ul li {
		float: left;
	}
	
	#create-menu ul li a {
		width: 156px;
		position: relative;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		border-bottom: 1px solid #b0b0aa;
	}
	
	#create-menu ul li:last-child a {
		border-bottom: none;
	}
	
	#create-menu ul li a:hover {
		z-index: 100;
		text-decoration: none;
		border-bottom-color: #47921f !important;
		background: url(../images/btn_new_creation_hover.gif) repeat-x 0 0;
	}
	
		#create-menu ul li a span {
			width: 100px;
			height: 14px;
			padding: 18px 9px 15px 51px;
			float: left;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			background: url(../images/dropdown_btn_sprite.png) no-repeat 10px 10px;
		}
		
		#create-menu ul li a:active span {
			opacity: 1;
			filter: alpha(opacity=100);
		}
	
		#create-menu ul li#create-video a span {
			background-position: 8px 7px;
		}
		
		#create-menu ul li#create-images a span {
			background-position: 8px -38px;
		}
		
		#create-menu ul li#create-text a span {
			background-position: 8px -87px;
		}
		
		#create-menu ul li#create-audio a span {
			background-position: 8px -136px;
		}
		
/*
 * Home Page, Login Page
 * ........................
 */
body.home a {
	font-weight: bold;
}

.banner-container {
	width: 100%;
	padding: 0 0 19px;
}

.banner {
	width: 940px;
	margin: 20px auto 0;
}

#home-banner-container {
	background: url(../images/home_banner_btm.gif) repeat-x bottom left;
}

#home-banner {
	height: 336px;
	background: url(../images/home_illustration.gif) no-repeat bottom left;
}

	#home-intro {
		width: 426px;
		margin: 100px 0 0;
		float: right;
		text-align: left;
	}
	
		#home-intro h1 {
			font-size: 16px;
			line-height: 22px;
			margin: 0 0 30px;
		}
		
		#home-intro .button {
			margin: 0 15px 0 0;
		}
		
		#home-intro p {
			padding-top: 15px;
			color: #a0a092;
		}

body.home #content-wrap {
	display: block;
	background: url(../images/home_content_gradient.gif) repeat-x 0 0;
}

#callouts {
	width: 100%;
	float: left;
	margin: 24px 0 34px;
}

	#callouts ul li {
		width: 228px;
		margin: 0 9px 0 0;
		float: left;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		background: url(../images/home_callout_bg.gif) no-repeat 0 0;
	}
	
		#callouts ul li a {
			
		}
		
			#callouts ul li a img {
				margin: 3px 0 0 0;
			}
			
			#callouts ul li a span {
				width: 100%;
				float: left;
				margin: 10px 0 0;
			}
	
	#callouts ul li.last {
		margin: 0;
	}

#signup-cta {
	width: 940px;
	margin: 0 0 30px;
	float: left;
}

	#signup-cta p {
		font-size: 14px;
		font-weight: bold;
		color: #616161;
		margin: 10px 0 0;
	}
	
	#signup-cta-top,
	#signup-cta-middle,
	#signup-cta-btm {
		width: 100%;
		background-position: 0 0;
		background-repeat: no-repeat;
		float: left;
	}
	
	#signup-cta-top {
		height: 7px;
		background-image: url(../images/home_cta_top.gif);
	}
	
	#signup-cta-middle {
		width: 894px;
		padding: 8px 22px;
		background-image: url(../images/home_cta_middle.gif);
		background-repeat: repeat-y;
	}
	
	#signup-cta-btm {
		height: 7px;
		clear: both;
		background-image: url(../images/home_cta_btm.gif);
		background-position: bottom left;
	}
	
	#signup-cta .button {
		margin-left: 10px;
	}
	
	#signup-cta .large a,
	#signup-cta .large a span,
	#signup-cta .large a span label {
		background-image: url(../images/home_button_sprite.gif);
	}
	
	#signup-cta .large a {
		background-position: 100% -184px;
	}
	
		#signup-cta .large a:active {
			background-position: 100% -230px;
		}
	
	#signup-cta .large a span {
		background-position: 0px -92px;
	}
	
		#signup-cta .large a:active span {
			background-position: 0px -138px;
		}
	
	#signup-cta .large a span label {
		font-size: 14px;
		background-position: 0px 0px;
	}
	
		#signup-cta .large a:active span label {
			background-position: 0px -46px;
		}
	
		#signup-cta .large a span label em {
			font-style: normal;
			font-weight: normal;
		}
		
/* LOGIN */
body.login .banner {
	width: 750px;
}

#login-form-container {
	margin-top: 70px;
	padding: 6px 0 7px;
	background: #d6d6cc url('../images/login_form_bg.gif') repeat-x 0 0;
}

#login-form {
	margin: 12px auto 8px;
}

	#login-form {
		height: 128px;
	}
	
		#login-form div {
			margin: 0 0 10px;
		}
	
		#login-form label {
			margin: 0 40px 0 0;
			font-size: 16px;
			font-weight: bold;
			text-shadow: 0px 1px 0px #fff;
		}
		
		#login-form input.textfield {
			width: 610px;
			padding: 10px 7px;
			font-size: 24px;
		}

#login-button {
	height: 55px;
}

	#login-button p {
		line-height: 3.5em;
		margin-right: 20px;
	}

body.login #flash-message {
	margin: 40px auto;
}

/*
 * Main Content
 * ........................
 */
#content {
	margin-top: 15px;
}

	body.home #content {
		margin-top: 0;
	}

#main-content {
	width: 620px;
	float: left;
	display: block;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#creations {
	float: left;
	margin: 0 0 30px;
}

.creation {
	width: 100%;
	margin: 0 0 15px;
	float: left;
	border-bottom: 1px solid #d3d3c8;
}
	
	.image-wrap {
		float: left;
		background: #fff url(../images/preview_bg_tl.gif) no-repeat top left;
	}
	
		.image-wrap-inner {
			padding: 4px 4px 5px;
			float: left;
			position: relative;
			background: url(../images/preview_bg_br.gif) no-repeat bottom right;
		}
		
			.image-wrap-inner img {
				display: block;
			}
		
		a.expand-icon {
			display: none;
			position: absolute;
			right: 10px;
			bottom: 10px;
		}

	.info {
		width: 470px;
		float: left;
		clear: both;
	}
	
	.utility {
		width: 150px;
		float: right;
	}

    .creation-info {
		width: 370px;
		float: left;
		clear: both;
	}
	
	.creation-utility {
		width: 250px;
		float: right;
	}
	.creation .button {
		margin-top: 10px;
	}

#footer {
	width: 100%;
	height: 50px;
	margin: 40px 0 0;
	padding: 5px 0 0;
	clear: both;
	line-height: 22px;
	border-top: 1px solid #d3d3c8;
}
	
	#footer p {
		float: left;
	}
	
	#footer ul {
		float: right;
	}
	
	#footer ul li {
		float: left;
		margin: 0 0 0 20px;
		font-size: 13px;
	}
	
		#footer ul li a {
			font-weight: bold;
		}

/*
 * Sidebar
 * ........................
 */
#sidebar {
	width: 240px;
	float: right;
}

.box {
	width: 100%;
	margin: 0 0 10px;
	float: left;
	font-weight: bold;
}
	
	.box-header,
	.box-content {
		padding: 10px 15px;	
		line-height: 1.8em;
	}
	
	.box-header {
		color: #fff;
		background: #adada5 url(../images/sidebar_box_top.png) no-repeat 0 0;
	}
	
	.box-header h3 {
		margin: 0;
	}
	
	.box-content {
		background: #d2d2ca url(../images/sidebar_box_btm.png) no-repeat 0 bottom;
	}
		
		.box-content a {
			color: #70706a;
		}
		
		.box-content a:active {
			color: #544f4b;
		}
	
		.box-content ul li {
			font-size: 1.5em;
			line-height: 1.5em;
			margin: 0 0 0.4em;
		}

/* Green box */
.green .box-header {
	background-color: #4b6e3a;
}

.green .box-content {
	background-color: #b1d1a1;
}

.green .box-content a,
.green .box-content ul li {
	color: #4b6e3a;
}

#account-setup ul li a {
	padding: 0 0 0 15px;
	background: url('../images/icon_bullet_green.gif') no-repeat 0 6px;
}

#account-setup ul li a.completed {
	background: url('../images/icon_checkmark_green.gif') no-repeat 0 4px;
}

/*
 * Buttons
 * ........................
 */
.button {
	float: left;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.button a,
.button a span,
.button a span label,
.button a span span {
	display: block;
	cursor: pointer;
	background-image: url(../images/button_sprite.gif);
}
	
	.button a {
		height: 32px;
		overflow: hidden;
		position: relative;
		color: #a45300;
		background-position: 100% -136px;
		background-repeat: no-repeat;
	}
	
		.button a:active,
		.active a {
			background-position: 100% -170px;
		}
	
		.button a:hover {
			/*text-decoration: none;*/
		}
	
	.button a span {
		height: 32px;
		background-position: 0 -68px;
		background-repeat: no-repeat;
	}
	
		.button a:active span,
		.active a span {
			background-position: 0 -102px;
		}
	
	.button a span label, .button a span span {
		height: 25px;
		margin: 0 13px;
		padding: 0 0 7px;
		line-height: 32px;
		background-repeat: repeat-x;
	}
	
    .button.right a span span
    {
        background-position: 0 0px;    
    }
    
		.button a:active span label,
		.active a span label,
		.active.right a span span {
			background-position: 0 -34px;
		}
	
	.button a span label img {
		margin: 10px 0 0;
	}
	
	.large a span span {
    background-position:0 -546px;
    line-height:45px;
    height:45px;
}
 
        
.active.large a span span  {
    background-position:0 -592px;
    line-height:45px;
    height:45px;
}
        


	
/* -- Red Button --*/
.red a {
	background-position: 100% -476px;
	color: #833512;
}

	.red a:active,
	.red.active a {
		background-position: 100% -510px;
	}

.red a span {
	background-position: 0 -408px;
}

	.red a:active span,
	.red.active a span {
		background-position: 0 -442px;
	}
	
.red a span label {
	background-position: 100% -340px;
}

	.red a:active span label,
	.red.active a span label {
		background-position: 100% -374px;
	}

/* -- New Button --*/
.new a {
	background-position: 100% -272px;
}

	.new a:active,
	.new.active a {
		background-position: 100% -306px;
	}

/* -- New Button --*/
.add-student a,
.add-student a span
.add-student a span label {
	height: 27px;
}

.add-student a,
.add-student a:active {
	color: #fff;
	text-shadow: 0px 1px 0px #65655a;
	background-position: 100% -850px;
}
	.add-student a:active {
		color: #65655a;
		text-shadow: none;
	}
	
	.add-student a span,
	.add-student a:active span {
		background-position: 0 -822px;
	}

	.add-student a span label,
	.add-student a:active span label {
		margin-left: 30px;
		line-height: 28px;
		background-image: none;
		background-color: #979789;
	}

/* -- Filter Button --*/
.dropdown {
	width: 126px;
	float: right;
	position: relative;
	z-index: 999;
}

.dropdown a {
	background-position: 100% -204px;
}

.dropdown a span label {
	text-align: left;
}

.dropdown a span label,
.new a span label {
	margin-right: 32px;
}

	.dropdown a:active,
	.dropdown.active a {
		background-position: 100% -238px;
	}

.filter-menu {
	position: absolute;
	top: 28px;
	padding: 5px 4px 4px;
	right: 1px;
	display: none;
	z-index: 999;
	background: #ffce05 url(../images/filter_gradient.gif) repeat-x 0 0;
	border: 1px solid #d0b625;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
	
	.filter-menu ul {
		float: left;
		border: 1px solid #d0b625;
		background: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.filter-menu ul li {
		width: 100%;
		float: left;
		text-align: left;
		line-height: 12px;
		background: #fff;
	}
	
	.filter-menu ul li.top,
	.filter-menu ul li.top a {
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-topleft: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
	
	.filter-menu ul li.top a:hover {
		background-position: 0 -1px;
	}
	
	.filter-menu ul li.bottom,
	.filter-menu ul li.bottom a {
		-webkit-border-bottom-left-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-bottomright: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	
	.filter-menu ul li.bottom a:hover {
		background-position: 0 1px;
	}
	
		.filter-menu ul li a {
			width: 100%;
			height: auto;
			float: left;
			white-space: nowrap;
			font-weight: normal;
			background: none;
			color: #000;
		}
		
		.filter-menu ul li a:hover {
			text-decoration: none;
			background: url(../images/filter_hover_tile.gif) repeat-x 0 0;
		}
		
			.filter-menu ul li a em {
				float: left;
				padding: 8px 11px;
				font-style: normal;
			}

/* -- large Button --*/
.large {
	height: 45px;
	font-size: 1.8em;
}
	
	.large a,
	.large a span,
	.large a span label {
		height: 45px;
	}
	
	.large a {
		background-position: 100% -730px;
	}
	
		.large a:active,
		.active.large a {
			background-position: 100% -776px;
		}
	
	.large a span {
		background-position: 0 -638px;
	}
		
		.large a:active span,
		.active.large a span {
			background-position: 0 -684px;
		}
	
	.large a span label {
		line-height: 45px;
		background-position: 0 -546px;
	}
	
		.large a:active span label,
		.active.large a span label {
			background-position: 0 -592px;
		}

/*
 * Assignment Page
 * ........................
 */
h2 a img {
	margin:9px 5px 0 0;
	float: left;
}

.assignment-info {
	width: 545px;
	float: left;
	overflow: hidden;
}

.gallery-view {
	width: 636px;
	float: left;
	display: block;
	margin-left: -17px;
}

#attached-media .image-wrap {
	margin: 0 0 17px 17px;
}

.assignment-meta ul li {
	margin: 0 20px 0 0;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

	.assignment-meta ul li a {
		padding: 0 0 0 15px;
		float: left;
		background-repeat: no-repeat;
		background-position: 0 2px;
	}
	
	li.zero-count a {
		color: #cd3c0f;
	}
	
	.assignment-meta ul li.meta-comments a {
		background-image: url(../images/icon_comments.gif);
	}
	
	.assignment-meta ul li.meta-submissions a {
		background-image: url(../images/icon_submissions.gif);
	}
	
.assignment-deadline {
	width: 68px;
	float: right;
	text-align: center;
	font-weight: bold;
}

	.assignment-deadline span {
		margin: 0 0 5px;
		padding: 8px 10px;
		float: left;
		color: #fff;
		font-family: Arial; /* <-- FF Helvetica line-height issue */
		font-size: 2.2em;
		line-height: 22px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
		background: url(../images/deadline_num_bg.gif) no-repeat center center;
	}

#assignments-list .assignment {
	padding: 0 0 20px;
	border-bottom: 1px solid #d3d3c8;
}

/*
 * Comments
 * ........................
 */
#comments ol li {
	width: 100%;
	margin: 0 0 20px;
	float: left;
}

.avatar {
	padding: 3px;
	float: left;
	background: #d5d5ca;
}

	.avatar a {
		display: block;
		border: 1px solid #a9a9a2;
	}

.comment {
	width: 514px;
	margin: 0 0 0 20px;
	float: left;
	position: relative;
}

	.comment h4 {
		line-height: 1.8em;
		margin: 0 0 5px;
	}

.comment-meta {
	margin: 5px 0 0;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
}

	.comment-meta,
	.comment-meta a {
		color: #adada5;
	}
	
	.comment-meta a:hover {
		color: #235b72;
	}

#leave-comment {
	width: 100%;
	margin: 0 0 30px;
	float: left;
	clear: both;
}

textarea#comment-field {
	width: 618px;
	margin: 0 0 10px;
	padding: 4px 0;
	font: 13px Helvetica, Arial, sans-serif;
}

/*
 * Form
 * ........................
 */
.form div {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.form label {
	width: 100%;
	margin: 0 0 5px;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}

input.textfield,
textarea.textfield {
	padding: 10px 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	color: #484848;
	border: 1px solid #cecec7;
	border-top-color: #e3e3db;
	border-bottom-color: #b0b0aa;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-in;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

input.textfield:focus,
textarea.textfield:focus {
	border-color: #cecec7;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.form input.textfield,
.form textarea.textfield {
	width: 602px;
}

textarea {
	resize: vertical;
}

table.student-list td input.textfield {
	width: 170px;
	font-size: 1.3em;
}

table.student-list td,
table.student-list th {
	width: 188px;
	padding: 0 10px 10px 0;
}

table.student-list th {
	font-size: 1.4em;
}

table.student-list th span {
	font-size: 0.7em;
	font-weight: normal;
	color: #adada5;
}

table.student-list td {
	vertical-align: middle;
}

table.student-list .delete-student-column {
	width: 20px;
}

#student-list-button {
	width: 100%;
	height: 60px;
	margin: 10px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #d3d3c8;
}

/*
 * Alerts, form validators
 * ........................
 */
#flash-message {
	width: 852px;
	padding: 10px 32px 10px 50px;
	margin: 0 0 30px;
	position: relative;
	z-index: 10;
	background: #fff url(../images/error_flash_message.gif) no-repeat 12px center;
	border: 3px solid #c27873;
	color: #b63d3d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	
	#flash-message p {
		margin: 0;
		line-height: 1.2em;
	}

	#flash-message a {
		color: #9b2828;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#flash-message a:hover {
		text-decoration: none;
	}
	
	a.close-btn {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	a.close-btn:hover {
		opacity: 0.8;
	}


.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 20px;
}

/* Custom Styles */
h2 a 
{
	color: #cd3c0f;
}

.info {
	width: 410px; /*470px;*/
	float: left;
	clear: both;
}

.utility {
	width: 210px; /*150px;*/
	float: right;
}

#flash-message, .flash-message {
	width: 882px;
	padding: 10px 32px 10px 20px;
	margin: 0 0 30px;
	position: relative;
	z-index: 10;
	background: #fff;
	border: 3px solid #63bc2b;
	color: #63bc2b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#flash-message.error, .flash-message.error {
	background: #fff url(../images/error_flash_message.gif) no-repeat 12px center;
	padding: 10px 32px 10px 50px;
	width: 852px;
	border: 3px solid #c27873;
	color: #b63d3d;
}
	
#flash-message p, .flash-message p {
	margin: 0;
	line-height: 1.2em;
}

#flash-message a, .flash-message a {
	color: #9b2828;
	font-weight: bold;
	text-decoration: underline;
}

#flash-message a:hover, .flash-message a:hover {
	text-decoration: none;
}


label.error 
    {
    	color: rgb(182, 61, 61);
    	font-size: 10px;
    	font-weight: normal;
    }
b 
{
	color: #235B72;
}

/* Ajax indicator */

#aviaryAjax {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -77px;
  padding: 7px 0 0 23px;
  width: 132px;
  height: 38px;
  background: url(../images/layout/ajax/bg.png) no-repeat top left;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  z-index: 10000;
}

#aviaryAjax img {
  float: left;
  margin: 0 10px 0 0;
}

/* create new */


#create-menu ul li#create-vectors a span {
	background-position: 8px -38px;
}

.dropdown {
	width:205px;
}

/* For blank block entries */
.dummy-info 
{
	padding: 37px;
	background: #d2d2ca;
}
 .dummy-info h3 
 {
 	margin: 0;
 	text-align: center;
 }
 
 /* overrides */
.comment {
	margin: 0;
	width:616px;
}
#home-banner {
	background: url(../images/home_illustration.png) no-repeat bottom left;
	height: 340px;
}
#home-intro {
	margin: 15px 0 0;
}
#home-intro h1 
{
	line-height:28px;
	margin: 20px 0 30px;
}
/* others */
.form label span 
{
	color:#999999;
	font-size:0.65em;
	font-weight:normal;
	padding-left:5px;
	vertical-align:middle;
}
#flash-message ul 
{
	margin: 5px 0 0;
}
#flash-message li 
{
	margin: 0 0 0 15px;
	list-style-type: disc;
}

div.div-creation-embed-container
{
    margin-top:50px;    
}

input.input-creation-embed
{
    background: url("http://images.aviary.com/images/layout/input_bg.gif") no-repeat scroll left top #FFFFFF;
    border: 1px solid #F7F7F7;
    color: #636363;
    width:450px;
}

span.span-btn-copy-embed
{
    padding-left:10px;    
}

/*Paging*/

ul#paging-list
{
    display:inline-block;
}

ul#paging-list li
{
    display:inline;
    float:left;
    font-size:1.5em;
    line-height:1.5em;
    margin-right:4px;
}

ul#paging-list li a
{
    font-weight:bold;
    color: #70706A;
    padding:5px;
    background:#D2D2CA;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul#paging-list li.selected a
{
    background:#B2B2A9;    
}

ul#paging-list li a:hover
{
    text-decoration:none;
    background:#B2B2A9;
}

div.paging-top
{
    margin-bottom:15px;
}
    

