/*-----------------------------------------------------------------------------
I Love Modnays

version:   1.0
author:    Clark Caughey
email:     clark.c@sugarrushcreative.com
website:   http://www.sugarrushbelfast.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

#logo {
	width: 950px;
	margin: 0 auto;
	
}

#logoInner {
	z-index: 20;
}

#container-Home {
	background: url(http://www.ilovemondays.net/images/bg.jpg) top center #FFF;
}

#container-Inner {
	background: url(http://www.ilovemondays.net/images/clouds-top.gif) repeat-x;
}

a:active, a:focus {
      outline: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	background: url(http://www.ilovemondays.net/images/bg.jpg) top center repeat-x #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	color: #666666;
	margin: 0 0 20px 0;
	line-height: 150%;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#home-container {
	width: 960px;
	margin: -190px auto 0 auto;
	padding: 80px 0 500px 0;
	background: url(http://www.ilovemondays.net/images/stand-out.gif) top center no-repeat;
}

#clients-container {
	width: 100%;
	background: url(http://www.ilovemondays.net/images/bg/clients-bg.gif) top center repeat-x;
	padding: 80px 0 40px 0;
	margin: -160px 0 0 0;
}

#clients-Inner {
	width: 880px;
	margin: 0 auto;
	padding: 130px 38px 38px 38px;
	min-height: 850px;
}


#products-container {
	width: 100%;
	background: url(http://www.ilovemondays.net/images/bg/products.gif) top center repeat-x;
	padding: 80px 0 40px 0;
	margin: -160px 0 0 0;
}

#products-Inner {
	width: 911px;
	margin: 0 auto;
	padding: 170px 0 38px 45px;
}

#products-Inner p{
	color: #666666;
}

#products-Inner li{
	width: 260px;
	float: left;
	list-style: none;
	margin: 20px 40px 0 0;
	text-align: justify;
}

#products-footer {
	background: url(http://www.ilovemondays.net/images/clouds-top.gif) repeat-x;
	height: 95px;
	margin: 0 0 500px 0;
}

#form-container {
	width: 100%;
	background: url(http://www.ilovemondays.net/images/bg/teamform.gif) top center repeat-x;
	padding: 80px 0 40px 0;
	margin: -180px 0 0 0;
}

#form-Inner {
	width: 911px;
	margin: 0 auto;
	padding: 140px 0 38px 45px;
}

#page-container {
	width: 100%;
	background: url(http://www.ilovemondays.net/images/bg/teamform.gif) top center repeat-x;
	padding: 80px 0 40px 0;
	margin: -180px 0 0 0;;
	min-height: 850px;
}

#page-Inner {
	width: 866px;
	margin: 0 auto;
	padding: 140px 45px 38px 45px;
}

#blog-container {
	width: 100%;
	background: url(http://www.ilovemondays.net/images/bg/blog-bg.gif) top center repeat-x;
	padding: 80px 0 40px 0;
	margin: 0;
	min-height: 850px;
	margin: -160px 0 0 0;
}

#blog-Inner {
	width: 866px;
	margin: 0 auto;
	padding: 200px 45px 38px 45px;
}

#blog-sidebar {
	width: 290px;
	float: right;
}

#blog-sidebar ul{
	list-style: none;
	margin: 10px 0 30px 0;
}

#blog-sidebar li{
	list-style: square;
	margin: 0 0 5px 20px;
}

#blog-sidebar h1{
	color: #E6008A;
	font-size: 20px;
}

#blog-post {
	width: 540px;
	float: left;
}

#blog-post img{
	width: 540px;
	height: 100%;
}

#contact-container {
	width: 100%;
	background: url(http://www.ilovemondays.net/images/bg/contact-bg.gif) top center repeat-x;
	padding: 80px 0 40px 0;
	margin: -160px 0 0 0;
}

#contact-Inner {
	width: 866px;
	margin: 0 auto;
	padding: 170px 45px 38px 45px;
	min-height: 850px;
}

#contact-sidebar {
	width: 290px;
	float: right;
}

#contact {
	width: 540px;
	float: left;
}






/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footer_bg, #footer
{
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #EB008B;
}

#ie6 #footer_bg, #ie6 #footer
{
	width: 100%;
	height: 40px;
	position: absolute;
	top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - offsetHeight);
	left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
}

#footer_bg
{
	background: transparent url(../http://www.ilovemondays.net/images/footer_bg.png) repeat-x;
	z-index: 5;
}

#footer
{
	z-index: 20;
}

#footer_nav
{
	height:100px;
	margin:0 auto;
	width:920px;
}

#footer_nav ul {
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	margin: 13px;
	width: 750px;
}

#footer_nav ul li {
	float: left;
	margin: 0 30px 0 0;
	letter-spacing: 1.5px;
}

#footer_nav ul li a{
	color: #FFF;
	text-decoration: none;
}

#footer_nav ul li a:hover{
	color: #FEF200;
	text-decoration: none;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#form-Inner form {
	padding: 0;
	border: none;
	color: #666;
	width: 862px;
	}

	

#form-Inner input[type="text"]{

	margin: 0 0 20px 0;

	width: 380px;

	padding: 5px 5px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #FFFFFF;

	border: 1px solid #E1E1E1;
	display: block;

	}

	

#form-Inner input[type="text"]:focus{

	background: #F6F6F6;

	}

	

input[type="submit"]{

	margin: 30px 0 0 0;

	padding: 5px 15px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background: #FFFFFF;

	border: 1px solid #E1E1E1;

	font-weight: bold;

	}
	
#form-Inner input[type="file"]{
	display: block;
	margin: 0 0 5px 0;
	}

	

input[type="submit"]:hover{

	background: #E6008A;
	color: #FF0;

	}



#form-Inner input[type="submit"]:focus{

	background: #E6008A;
	color: #FFF;

	}

	

	

#form-Inner textarea {

	margin: 0 0 20px 0;

	width: 862px;

	padding: 5px 5px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #FFFFFF;

	border: 1px solid #E1E1E1;
	
	display: block;

	}

	

#form-Inner textarea:focus{

	background: #F6F6F6;

	}

	

select{

	margin: 0 0 20px 0;

	width: 380px;

	padding: 5px 5px 5px 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #FFFFFF;

	border: 1px solid #E1E1E1;
	display: block;
	}
	
	
#form-Inner select:focus{
	background: #FFF;
	}

#form-Inner option {
	margin: 5px 5px;
	border: none;
	background: #FFFFFF;
	}

	

#form-Inner option:focus {
	margin: 5px 5px;
	border: none;
	background: #FFFFFF;
	}
	

#form-Inner label {
	font-size: 11px;
	background: #E6008A;
	padding: 4px 10px 2px 10px;
	color: #fff;
	}
	
#experience1 {
	width: 275px;
	float: left;
	line-height: 200%;
}

#experience2 {
	width: 275px;
	float: left;
	margin-left: 30px;
	line-height: 200%;
}

#experience3 {
	width: 205px;
	float: left;
	margin-left: 30px;
	line-height: 200%;
}

#formLeft {
	width: 420px;
	float: left;
}

#formright {
	width: 420px;
	float: left;
	margin-left: 20px;
}


#stafflogin label {
	font-size: 11px;
	background: none;
	padding: 0;
	color: #666;
	display: block;
	}
	
#stafflogin input[type="text"]{

	margin: 0 40px 10px 0;

	width: 150px;

	padding: 5px 5px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #FFFFFF;

	border: 1px solid #E1E1E1;
	display: inline;
	float: none;

	}
	
#stafflogin input[type="password"]{

	margin: 0 0 10px 0;

	width: 150px;

	padding: 5px 5px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #FFFFFF;

	border: 1px solid #E1E1E1;

	}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Clients
-----------------------------------------------------------------------------*/

	.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 50px 0 20px 0;
			position: relative;
			width: 650px;
			float: left;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			width: 650px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 700px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 650px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav {
			display: none;
		}
		
		.stripNavL {
			display: none;
		}
		
		.stripNavR {
			display: none;
		}
		
		#clients-logos {
			width: 200px;
			float: right;
			margin: 50px 0 0 0;
		}
		
		#clients-logos ul{
			list-style: none;
			font-size: 11px;
		}
		
		#clients-logos li{
			margin: 3px 0 3px 5px;
		}
		
		#clients-logos a{
			color: #666;
			text-decoration: none;
		}
		
		#clients-logos a:hover{
			color: #E6008A;
			text-decoration: underline;
		}
		
		#clients-logos a:visted{
			color: #999;
			text-decoration: none;
		}
		
		#clients-overview ol{
			float: left;
			margin: 0;
			padding: 0;
		}



/* =Client Gallery
-----------------------------------------------------------------------------*/

/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
.album {
width:422px; 
height:695px; 
margin:0;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
list-style-type:none; 
position:relative; 
width:422px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
padding: 510px 0 0 0;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:12px; 
height:12px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
text-indent: -100000px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:0; 
left:0; 
visibility:hidden; 
border:0;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#EB008B; 
color:#EB008B;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

.client-text {
	float: right;
	width: 188px;
	background: #CCCCCC;
	height: 415px;
	padding: 40px 20px;
	margin: 0px 0 0 0;
}


/** Login dialog **/


#jointheteam {
	width: 416px;
	float: right;
	margin: 0 30px 0 0;
}

#login {
	width: 310px;
	height: 80px;
	padding: 88px 0 0 172px;
	background: url(http://www.ilovemondays.net/images/bg/login-bg.png) top left no-repeat;
	font-size: 11px;
	color: #666666;
	float: left;
	margin: 5px 0 0 20px;
}

#jointheteam {
	width: 244px;
	height: 80px;
	padding: 95px 0 0 170px;
	background: url(http://www.ilovemondays.net/images/bg/jointheteam.png) top left no-repeat;
	font-size: 11px;
	color: #666666;
	float: right;
	margin: 0 20px 0 0;
}

#jointheteam .medium{
	width: 95px;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 4px;
	margin: 2px 0 0 0;
}

#jointheteam .submit{
	width: 133x;
	background: url(http://www.ilovemondays.net/images/headers/login-staff.png) top left no-repeat;
	height: 13px;
}

#jointheteamloginUsernameDiv {
  float: left;
  width: 95px;

}

#jointheteamloginPasswordDiv {
  width: 95px;
	margin-left:115px;
}

#login .medium{
	width: 126px;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 4px;
	margin: 2px 0 0 0;
}

#login .submit{
	width: 133x;
	background: url(http://www.ilovemondays.net/images/headers/login.png) top left no-repeat;
	height: 13px;
}

#loginUsernameDiv, #loginPasswordDiv {
  padding-top: 2px;
}

#loginUsernameDiv {
  float: left;
  width: 120px;

}

* html #loginUsernameDiv {
  margin-top: 1px;
}

#loginPasswordDiv {
  width: 120px;
	margin-left:150px;

}
.checkbox {
background-color:none;
}

#prelodaer {
	padding: 200px 0 0 0;
}




#contact-Inner input[type="text"]{

	margin: 0 0 20px 0;

	width: 520px;

	padding: 5px 5px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #FFFFFF;

	border: 1px solid #E1E1E1;
	display: block;

	}

	

#contact-Inner input[type="text"]:focus{

	background: #F6F6F6;

	}
	
#contact-Inner textarea {

	margin: 0 0 20px 0;

	width: 520px;

	padding: 5px 5px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #FFFFFF;

	border: 1px solid #E1E1E1;
	
	display: block;

	}


#contact-Inner textarea:focus{
	background: #F6F6F6;
	}
	
 #contact-Inner label {
	font-size: 11px;
	background: #E6008A;
	padding: 4px 10px 2px 10px;
	color: #fff;
	}
	
.slideshow { height: 429px; width: 475px; float: right; background: #008CBF; }