/********************************************
 * General settings
 */
 
.not-phablet, .desktop-only, .tablet-only, .phone-only, .phone480-only {
  display: none;
}

#container, footer  {
  width: 600px;
}

.wrapper {
  width: auto;
}

/*************************
General Layout
**************************/
#big_right_content{
    float: none;
    width: 590px;
}

#left_content{
    width: 300px;
}

#right_content{
    width: 300px;
}

/*************************
Header Component
**************************/
div#sticky-top{
	position: relative;
    width: 300px;  
}

#logo {
	height: 191px;
    left: 34px;
    position: relative;
    top: 0;
}

/*************************
Right Column
**************************/
div.right_scroll_content{
	height:1312px;
}

div.right_scroll_content div.text-only{

}

div#login{ height:113px; }
div#findafuneral{ height:665px; }

/*************************
Left Column
**************************/
div#left_content div#content{
	top:0;
}

div#content div.scroll_content{
	height:1087px;
}

div.content_foot{
	width:100%;
	height:200px;
}

/*************************
Pages Content
**************************/
div.left_scrollcontent{
	float:none;
	width:100%;
}

div.left_scrollcontent h1{
	font-size:55px;
	color:#1279bf;
	margin-bottom: 20px;
}

div.left_scrollcontent h2{
	color: #1279bf;
    font-size: 20px;
    line-height: 28px;
}

div.right_scrollcontent h3{
	color: #1279bf;
    font-size: 18px;
	margin-bottom:12px;
}

div.right_scrollcontent{
	float: right;
    width: 100%;
}

/*************************
Home page
**************************/
div#home_content{
	background-position: -246px 336px;
	background-color: #487dc1;
}

div.home_cta{

}

div.home_cta a{
	margin-right: 20px;
	margin-bottom: 20px;
}

div.home_text{
	width: auto;
}

/****************
Find a funeral form, Find a funeral director form
****************/
div#findafuneral input.text , div#findafuneraldirector input.text{
	width: 268px;
}

/****************
forms
****************/
form#notification-list, 
form#notification-subscribe,
form#listing-application{
	width:590px;	
}

form#notification-list label.radio, 
form#notification-subscribe label.radio
form#listing-application label.radio{
	width: 550px;
}

form#notification-subscribe label {
    width: 100%;
}

/****************
Find a funeral director page
****************/
div.director_holder{
    height: 320px;
    width: 265px;
}

div.priority{
    width:560px; 
}

div.director_right{
	height: 225px;
    padding: 0;
    width: 100%;
}

div.priority div.director_right {
    width: 468px;
}

/****************
Find a funeral page
****************/
div.funeral_holder{
	height: 320px;
    width: 264px;;
}

div.funeral_right{
	padding: 0;
    width: 100%;
}

div.funeral_left{
	width:100%;
}

div.tribute_holder{
    width: 560px;
}

div.tribute_middle{
	width:360px;
}

div#findafuneral div.radio-holder, div#mfindafuneral div.radio-holder{
	width: 220px;
}

/****************
Login form
****************/

.login-form input.text{
	width: 125px;
}

/****************
generic page styling
****************/
p#banner_text{
	height: 65px;
    line-height: 77px;
}

/****************
Tribute manager styling
****************/
div#tribute-manager-head h1{
	line-height: normal;
	width:50%;
}

div#colours_carousel_content, 
div#banners_carousel_content {
    width: 68%;
}

/****************
tributes carousel styling
****************/
div#tributes-carousel{
   width: 267px;
}

