/*
Theme Name: Najadens Fitnesscenter 
Theme URI: http://www.najadensfirnesscenter.se/
Description: Najadens Fitnesscenter gjord av http://www.adoy.se.
Version: 1.1
Author: Adoy AB
Author URI: http://www.adoy.se/
Text Domain: Najadens Fitnesscenter

	Najadens Fitnesscenter v1.1
	 http://www.najadensfitnesscenter.se/

	Det här temat är byggt av Adoy AB,
	du hittar oss på http://www.adoy.se

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

@import "css/960.css";

@import "css/reset.css";

@import "css/text.css";

@import "css/facebox.css";


body {
	font-family: 'Helvetica', Arial, Verdana, Sans-Serif;
	background: #f6f6f6 url(images/body_bg.png) repeat-x;
	text-align: center;
}

.page{
	background: #fff url(images/page_bg.png) repeat-x;
	padding: 0px 0px 15px 20px;
}

textarea{
	font-family: 'Helvetica', Arial, Verdana, Sans-Serif;
	font-size: 1.2em;
}

/* `Grid styles >> Columns
----------------------------------------------------------------------------------------------------*/

.grid-2.top-content {
	float: left;
	z-index: 1003;
}

.main-menu{
    margin-top: 50px;
    z-index: 1001;
    width: 760px;
}


.dropdown_list {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 1001;
    background: #800000;  
   	width: 120px;
	float: left;
}

#menu-list{
	width: 760px;
	float: left;
}

.dropdown_list li {
 	float: left;
    padding: 10px;
    width: 100px;
    height: 10px;
}

.page_item {
    display: block;
    float: left;
    position: relative;
    margin-right: 12px;   
    z-index: 1002;
    padding: 3px 5px 0px 5px;
}

.page_item a {
    font-size: 11px;
    font-family: "Helvetica";
    font-weight: bold;
    color: #fff;
}

.dropdown {
    background: url(images/dropdown_icon.png) no-repeat;
    background-position: top right;
	height: 17px;
	padding-right: 14px;
}

.start_page {
    padding-left: 15px;
    margin-left: 22px;
    background: url(images/home_page_icon.png) no-repeat;
    background-position: left;
}
/* `Styles >> Sidebar
----------------------------------------------------------------------------------------------------*/

.grid-1.sidebar {
	margin: 7px 0px 0px 0px;
}

.grid-1.sidebar h3 {
	font-size: 12px;
}

.grid-1.sidebar .logo-header {
	background: url(images/logo-header.png) no-repeat;
	height: 54px;
	width: 214px;
	margin-bottom: 34px;
}

.grid-1.sidebar #logo-home {
	position: relative;
	float: left;
	height: 54px;
	width: 214px;
}

.grid-1.sidebar #logo-home span {
	display: none;
}

.grid-1.sidebar .main-menu {
	background: #fdfdfd url(images/menu_top_bg.png) no-repeat 10px 0;
	padding: 10px 0 0 10px;
	width: 220px;
}

.grid-1.sidebar .main-menu ul li.page-item-8 {
	display:block;
	line-height: 20px;
	padding: 0 0 0 15px;
	display: block;
}

.grid-1.sidebar .main-menu ul li a {
	display:block;
	line-height: 20px;
	padding: 0 0 0 15px;
	display: block;
}

.grid-1.sidebar .main-menu li {
	color: #333;
	font-size: 12px;
}

.grid-1.sidebar .main-menu li a {
	color: #333;
	font-size: 12px;
}

.grid-1.sidebar .main-menu li a:hover {
	background-color: #ece5e5;
}

.grid-1.sidebar .main-menu li.current_page_item {
	background-color: #ece5e5;
	font-weight: bold;
}

.grid-1.sidebar .main-menu li ul li {
	padding-left: 10px;
}

.grid-1.sidebar .main-menu li ul li a {
	line-height: 18px;
	font-size: 11px;
}

.grid-1.sidebar .main-menu li ul li.current_page_item {
	background-color: #ece5e5;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 10px;
}

.grid-1.sidebar .menu-footer {
	background: transparent url(images/menu_bottom_bg.png) no-repeat;
	padding: 10px 0 0 45px;
	width: 175px;
	height: 45px;
	margin-left: 10px;
	font-size: 10px;
}

.contact-left{
	width: 154px;
	float: left;
	line-height: 15px;
}

.contact-right{
	float: right;
	width: 42px;
	height: 70px;
	background: url(images/map.png) no-repeat;
	padding-right: 10px;
	margin-top: 10px;
}

.contact-right a{
	float: left;
	margin-top: 37px;
}


/* ----- Sidebar 'Quick links ----- */

.rounded{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.grid-1.sidebar .quick-menu {
	float: left;
	background: transparent url(images/info_top_bg.png) repeat-x;
	height: 29px;
	width: 217px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
}

.grid-1.sidebar .quick-menu h2 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	padding: 10px 0 0 10px;
}

.grid-1.sidebar .quick-menu-box {
	float: left;
	background-color: #fefefe;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
	padding: 10px 0 10px 10px;
	width: 207px;
}

.grid-1.sidebar .last-box{
	border-bottom: 1px solid #ddd;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 5px;
}

.grid-1.sidebar .quick-menu-box.newsletter{
	height: 140px;
}

.grid-1.sidebar .quick-menu-box input#wpoi_email{
	visibility: visible;
}

.grid-1.sidebar .quick-menu-box input{
	visibility: hidden;
}

.grid-1.sidebar .quick-menu-box ul.submit{
	position: absolute;
	top: 110px;
	left: 10px;
}

.grid-1.sidebar .quick-menu-box table th {
	font-size: 1.1em;
	font-weight: normal;
	padding-right: 80px;
	padding-bottom: 5px;
}

.grid-1.sidebar .quick-menu-box table td {
	font-size: 1.1em;
	font-weight: normal;
}

.grid-1.sidebar .quick-menu-box h3 {
	padding: 0 0 5px 0;
}

.grid-1.sidebar .quick-menu-box ul {
	position: relative;
	float: left;
	padding-top: 10px;
}

.grid-1.sidebar .quick-menu-box li {
	position: relative;
	float: left;
	display: inline;
	list-style-position: outside;
	text-align: center;
}

.normal-button {
	display: block;
	outline: none;
	padding: 2px 25px 0px 14px;
	text-decoration: none;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(images/button_arrow.png) no-repeat;
	background-position: right;
	color: #333333;
}

.grid-1.sidebar .quick-menu-box li a {
	display: block;
	line-height: 22px;
	padding: 0 0px 0px 0px;
	outline: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: url(images/button_bg.png) repeat-x;
	
}

.pdf-download{
	background: url(images/pdf-icon.png) no-repeat;
	background-position: center left;
	min-height: 40px;
}

.pdf-box{
	padding-left: 40px;
	padding-top: 2px;
	
}

.featured-image{
	width: 70px;
	float: left;
}

.featured-content{
	float: right;
	width: 120px;
	padding: 0px 5px 0px 5px;
}

#weekly-topic{
	float: left;
	width: 133px;
}

.weekly-prev, .weekly-next{
	margin-top: 4px;
}
/* `Styles >> Top content
----------------------------------------------------------------------------------------------------*/

.grid-3.top-content {
	width: 760px;
	z-index: 1003;
}

.grid-2.top-content .feed-button {
	position: absolute;
	top: 30px;
	right: 0px;
	background: transparent url(images/feed-button.png) no-repeat;
	height: 32px;
	width: 123px;
	text-align: center;
	padding: 7px 15px 0 5px;
}

.grid-2.top-content .feed-button a {
	color: #fff;
}

.grid-2.top-content .feed-button a:hover {
	text-decoration: underline;
}

/* `Styles >> Image Player
----------------------------------------------------------------------------------------------------*/

.grid-3.image-player {
	background: transparent url(images/banner-shadow.png) no-repeat;
	padding: 0px;
	margin: 25px 0 20px 20px;
	height: 255px;
	width: 755px;
	float: left;
}

.slide-content{
	float: left;
	height: 255px;
	width: 740px;
	position: relative;
	overflow: hidden;
	display: none;
}

.slide-shadow{
	position: absolute;
	top: 210px;
	left: 0px;
	opacity: 0.66;
	filter:alpha(opacity=66);
	background: #000;
	width: 730px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 10px 0px 0px 10px;
}


.video-entry{
	float: left;
	width: 117px;
	margin-right: 10px;
}
/* `Styles >> Träningsutbud
----------------------------------------------------------------------------------------------------*/

.workout-entry{
	background: url(images/workout_bg.png) no-repeat;
	width: 481px;
	height: 129px;
	margin-bottom: 15px;
	float: left;
}

.workout-image{
	width: 117px;
	height: 117px;
	float: left;
	padding: 5px 0px 0px 5px;
}

.workout-content{
	float: right;
	width: 330px;
	height: 100px;
	padding-right: 10px;
	padding-top: 10px;
}

.workout-selection{
	float: right;
	padding-right: 15px;
}

.workout-selection a{
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
}

/* `Styles >> Gallery
----------------------------------------------------------------------------------------------------*/
.share{	
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
	font-size: 1.2em;
	height: 40px;
	width: 117px;
	padding: 0 0 0 0px;
	z-index: 1000;
}
.share_message{
	background: url(images/share.png) no-repeat;
	width: 100px;
	float: left;
	padding-left: 17px;
	cursor: pointer;
	margin-left: 5px;
}

.share_content{
	width: 107px;
	float: left;
	margin-top: 3px;
	padding: 5px;
	background: #fff;
}



.grid-4.gallery-content {
	padding: 0 0 0 30px;
	margin: 0;
	width: 500px;
}

.gallery-post{
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 10px;
}

.gallery-post p, .video-entry p{
	font-weight: bold;
}

.video-entry a{
	margin-bottom: 5px;
}

.picture-gallery{
	float: left;
	width: 500px;
	height: 300px;
	margin-bottom: 5px;
}

#gallery-1{
	width: 500px;
	height: 300px;
	float: left;
}

#gallery-holder #gallery-1 .gallery-item{
	width: 500px;
	height: 300px;
	margin: 0px;
}

#gallery-holder #gallery-1 img{
	border: none;
}


.gallery-caption{
	display: none;
}

#gallery-pager{
	width: 456px;
	float: left;
	height: 30px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

#gallery-topic{
	float: left;
	height: 20px;
	width: 350px;
}

.gallery-view{
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

.gallery-view h2{
	margin-bottom: 20px;
}

.gallery-view .caption{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery-view #respond{
	margin-top: 10px;
}

.gallery-view textarea{
	width: 500px;
}



/* `Styles >> Main Content
----------------------------------------------------------------------------------------------------*/

.grid-4 p {
	padding: 0 0 8px 0;
	line-height: 1.4em;
}

.grid-4 h1 {
	font-weight: normal;
	padding: 10px 0 3px 0;
}

.grid-4.news {
	padding: 0 0 0 30px;
	margin: 0;
}

.grid-4.news h2 {
  padding: 8px 0px 20px;
  font-weight: 200;
  font-size: 2.1em;
  color: #A90000;
  text-transform: uppercase;
}

.grid-4.news h3 {
	padding: 0 0 2px 0;
}

.grid-4.news hr {
	padding-bottom: 15px;
}

.grid-4.news ul {
	padding: 0 0 8px 0;
}

.grid-4.news .hentry {
	margin: 0 0 15px 0;
}

/* Survey */

.survey-question {
	font-size: 120%;
	padding-top: 10px;
	font-weight: bold;
}

.news-left{
	float: left;
	width: 100px;
}

.news-right{
	float: left;
	padding: 0px 0px 10px 0px;
}

.news-right h4 a{
	color: #333333;
}
.first-news{
	min-height: 100px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}

.first-news p{
	font-size: 1.2em;
}

.margined-news{
	margin-left: 20px;
	padding-left: 20px;
}
.margined-news p.smaller {
	padding: 0 0 0 15px;
}

.blue-arrow{
	background: url(images/blue_news_arrow.png) no-repeat;
	padding-left: 15px;
}

.first-news .blue-arrow{
	font-size: 1.2em;
}

.news-topic{
	width: 100%;
	height: 12px;
	float: left;
/*  background: url(images/news_topic.png) no-repeat;*/
}

.chronicle-topic{
	width: 100%;
	height: 12px;
	float: left;
	margin-bottom: 6px;
}

.workouts-topic{
	background: url(images/workouts_topic.png) no-repeat;
	width: 194px;
	height: 19px;
	float: left;
	margin-bottom: 15px;
}

.pictures-topic{
	background: url(images/pictures_topic.png) no-repeat;
	float: left;
	width: 100%;
	height: 16px;
	margin-bottom: 29px;
}

.video-topic{
	background: url(images/video_topic.png) no-repeat;
	float: left;
	width: 100%;
	height: 16px;
	margin-bottom: 29px;
}

#latest-chronicle h4{
	margin-bottom: 13px;
}

#latest-chronicle p{
	font-size: 1.2em;
}

.media-topic{
	width: 100%;
	height: 12px;
	float: left;
	background: url(images/media_topic.png) no-repeat;
}

#media{
	float: left;
	width: 480px;
}

#media-pictures, #media-video{
	float: left;
	width: 370px;
}
.media-front{
	float: left;
	width: 85px;
	margin-right: 10px;
}
.media-front p {
	font-weight: bold;
}

#media-video .media-front{
	width: 115px;
	margin-right: 15px;
}

.media-start{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

#media h3{
	font-weight: normal;
	font-size: 1.1em;
	color: #808080;
}

.news-wrap{
	float: left;
	width: 490px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

/* `Styles >> Content sidebar
----------------------------------------------------------------------------------------------------*/
.front-sidebox{
	float: left;
	width: 199px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 10px 10px 10px;
	margin-bottom: 13px;
}

.front-sidebox p br {
	margin-bottom: 10px;
}

.front-sidebox p {
	line-height: 1.3em;
}

.grid-5.advert-info-box .front-sidebox h2.survey-query a{
	text-align: center;
	padding: 15px 15px;
	background: #a90000 url(images/alert-overlay.png) top;
	-moz-border-radius: 5px;
	-moz-border-radius : 5px;
	font-size: 140%;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	float: left;
}


.front-sidebox p a.customer{
	font-size: 110%;
	color: #2282CC;
}
.grid-5.advert-info-box {
	float: right;
	width: 219px;
	margin-right: 20px;
}

.grid-5.gallery-box{
	float: right;
	width: 199px;
	margin-right: 20px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.grid-5.advert-info-box a {
	color: #333;
}

.grid-5.gallery-box a{
	color: #555555;
}

.grid-5.advert-info-box h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #a90000;
	margin-bottom: 10px;
}

.gallery-box h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #a90000;
	margin-bottom: 10px;
}

.grid-5.advert-info-box .ad-head {
	background: transparent url(images/box-top-head.png) no-repeat;
	height: 38px;
	font-size: 1.4em;
	padding: 10px 0 0 15px;
}

#slide-front h3 {
	font-size: 1.3em;
}

.slide{
	width: 199px;
}

.slide .smaller{
	margin-top: 2px;
	margin-bottom: 6px;
}

.slide-nav{
	float: right;
	margin-top: 15px;
}

.gallery-nav{
	width: 500px;
	float: left;
	margin-top: 3px;
}

.weekly-nav{
	float: right;
	width: 217px;
}


.slide-next, .slide-prev{
	width: 22px;
	height: 22px;
	float: left;
	cursor: pointer;
}

.slide-next{
	background: url(images/slide_next.png) no-repeat;
}

.slide-prev{
	background: url(images/slide_prev.png) no-repeat;
}

#weekly-pager{
	float: left;
	text-align: center;
	font-weight: bold;
	width: 35px;
	height: 20px;
	padding-top: 10px;
}


#training_music li{
	margin-top: 5px;
	background: url(images/green_arrow.png) no-repeat;
	padding-left: 12px;
	font-weight: bold;
}

.spotify_header{
	background: url(images/spotify.png) no-repeat;
	background-position: right;
	height: 15px;
	padding-top: 4px;
}
#front-pager{
	float: left;
	padding: 6px 0px 0px 5px;
}

#front-pager a{
	float: left;
	margin-right: 5px;
	background: #e6e6e6;
	height: 7px;
	width: 7px;
}

#front-pager a.activeSlide{
	background: #a90000;
}
.grid-5.advert-info-box .ad-head p {
	font-size: 12px;
	font-weight: bold;
}

.grid-5.advert-info-box .ad-content {
	background: transparent url(images/box-content.png) repeat-y;
	padding-left: 5px;
}

.grid-5.advert-info-box .ad-footer {
	background: transparent url(images/box-bottom-footer.png) no-repeat;
	height: 30px;
	font-size: 1.4em;
	padding: 8px 0 0 15px;
}

.online-booking{
	background: url(images/online_booking.png) no-repeat;
	background-position: right bottom;
}

.archive-row{
	float: left;
	font-weight: bold;
	width: 200px;
	font-size: 1.1em;
	margin-bottom: 3px;
}

/* `Styles >> Pages
----------------------------------------------------------------------------------------------------*/

.grid-6.page-content {
	margin: 0px;
	padding: 0px 0 0 30px;
}

.grid-6.page-content p {
	padding: 0 0 8px 0;
	line-height: 1.4em;
	font-size: 1.2em;
}

.grid-6.page-content h1 {
	padding: 0 0 3px 0;
	font-size: 180%;
}

.grid-6.page-content li {
	padding: 0 0 3px 5px;
	font-size: 110%;
	list-style-type: disc;
	list-style-position: inside;

}

.grid-5.chronicle-archive {
	margin: 0;
	padding: 10px 15px 0 15px;
	float: right !important;
}

.grid-5.chronicle-archive li {
	font-size: 1.1em;
	padding: 2px 0 4px 0;
}

/* `Styles >> Footer
----------------------------------------------------------------------------------------------------*/
#footer{
	width: 100%;
	height: 313px;
	background: url(images/footer_bg.png) repeat-x;
	float: left;
}

#footer-content{
	margin: auto;
	padding-top: 15px;
	width: 980px;
	height: 298px;
	background: url(images/footer_center_bg.png) no-repeat;
	background-position: right;
	text-align: left;
	color: #fff;
	line-height: 15px;
}

#footer-left{
	float: left;
	width: 355px;
	height: 298px;
}

#footer-left p{
	width: 305px;
	float: left;
}

#footer-right{
	float: left;
	width: 150px;
	font-weight: bold;
}


#footer-right tr{
	float: left;
	margin-bottom: 5px;
	
}

#footer-right th{
	float: left;
	padding-top: 5px;
	width: 16px;
}

#footer-right td{
	float: left;
	padding-top: 6px;
	padding-left: 10px;
	width: 150px;
}


#footer-pic{
	width: 302px;
	height: 65px;
	float: left;
	background: url(images/footer_pic.png) no-repeat;
}

#footer-content h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 12px;
}

#footer-left img{
	margin-bottom: 15px;
	margin-top: 6px;
}

#footer-right a{
	color: #fff;
	font-size: 1.1em;
}
/* `Styles >> Staff
----------------------------------------------------------------------------------------------------*/

.grid-3.staff {
	margin:0;
	padding:10px 0 0 30px;
}

.grid-3.staff .staff-frame {
	position: relative;
	float: left;
	padding: 0 5px 5px 5px;
	border: 1px solid #ddd;
	width: 100px !important;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	margin-right: 10px;
}

.grid-3.staff p {
	font-size: 11px;
	padding-top: 5px;
}

.grid-3.staff h2 {
	padding-bottom: 10px;
}

.staff-frame address {
	padding-top: 3px;
	font-style: normal;
}




.footer {
	float: left;
	height: 20px;
	width: 800px;
}


/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */

/* Begin Comments*/

.comments{
	margin-top: 15px;
}
#respond textarea{
	float: left;
	width: 100%;
}

#respond ol{
	float: left;
	display: block;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 15px 5px 0 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

.commentlist{
	width: 490px;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 0 3px 3px 0;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	
}



/* End Comments */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.hidden {
	display: none;
}

.main-menu .hidden{
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.popup-window{
	width: 1067px;
	height: 498px;
	background: grey;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1005;
	background: url(images/popup_hosten_2011_2.jpg) no-repeat;
}

#close-overlay{
	float: right;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
}

.overlay-bg {
	background: transparent url(images/overlay.png) repeat;
	float: left;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1004;
}

.shape-input{
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

.shape-input label{
	float: left;
	width: 300px;
}

.week-topic{
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.application-content{
	float: left;
	width: 400px;
}

.red-arrow{
	float: left;
	width: 500px;
	height: 100px;
	background: url(images/puff_large.png) no-repeat;
	padding: 5px 0 10px 0;
}
.red-arrow span{
	display: none;
}

#shape-link {
	position: relative;
	float: left;
	width: 194px;
	height: 135px;
	background: url(images/puff_small.png) no-repeat;
	padding: 5px 0 10px 0;
	color: #fff;
}
#shape-link em{
	display: none;
}
.shape-box{
	position: relative;
	float: left;
	width: 130px;
	padding: 40px 20px 20px 20px;
	color: #fff;
}
/* End Various Tags & Classes*/
