/* CSS for Winnipeg MiniStorage
 * by Outcome3 - http://www.outcome3.com
 ------------------------------------------------------------------*/

/*
 * =CONTENTS OF STYLESHEET
 -----------------------------------------------

	COLOURS  ----------  =1=
	RESETS  -----------  =2=
	TYPE  -------------  =3=
	LINKAGE  ----------  =4=
	HEADINGS  ---------  =5=
	LISTS  ------------  =6=
	TABLES  -----------  =7=
	FORMS  ------------  =8=
	LAYOUT  -----------  =9=
	SPECIFIC PAGES  ---  =10=
	WIDGETS  ----------  =11=

 -----------------------------------------------*/

/* =1=
 * =COLOURS
 -----------------------------------------------

	RED  ----------  #cc3333
	BLUE  ---------  #1a7ead
	ORANGE --------  #ff6633
	YELLOW  -------  #ffff66
	PALEYELLOW  ---  #ffffcc

 -----------------------------------------------*/

/* =2=
 * =RESETS
 -----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body, input, textarea, pre, code {
	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
}

h1,h2,h3,h4,h5,h6,th,dt,input {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

address {
	font-style: normal;
	margin: 0 0 1.5em; /* 0 0 18px */
}

:focus { 
	-moz-outline-style: none; /* Resets Firefox's horrible Outlining of <a> etc when clicked */
}

/* =3=
 * =TYPE
 -----------------------------------------------*/

p { 
	margin: 0 0 1.5em; /* 18px */
}

em {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

/* =4=
 * =LINKAGE
 -----------------------------------------------*/

 a:link, a:visited, a:active {
	text-decoration: none;
	color: #1a7ead;
 }

 a:hover {
 	text-decoration: underline;
 }

 a.active, a:active {
	color: #575757;
 }

 a.active:hover {
 	text-decoration: none;
 }

 a.backtotop {
	display: block;
	font-size: 11px;
 }

/* =5=
 * =HEADINGS
 -----------------------------------------------*/

h1, h2, h3, h4, h5, h6, dt, .subtitle {
	font-weight: lighter;
	font-size: 1.5em; /* 18px */
	line-height: 2em; /* 36px - 18px leading */
	margin: 0 0 1em; /* 0 0 18px */
}

/* Helvetica, Uppercase, 12px/24px, Red */
h1.page-title {
	text-transform: uppercase;
	font-size: 1em;	/* 12px */
	line-height: 3em; /* 36px - 24px Leading */
	margin: 0 0 0 -20px;
	color: #c82424;
}

/* Helvetica, Uppercase, 12px/6px, Grey */
h2, h3, h4, h5, h6, dt, th {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px - 6px Leading */
	margin: 0 0 1.5em; /* 0 0 18px */
	color: #787878;
	text-transform: uppercase;
}

#maincontent-inside h2, #maincontent-inside h3, #maincontent-inside h4, #maincontent-inside h5, #maincontent-inside h6 {
	margin: 0 0 1.5em -20px;
}

/* Georgia, 18px/18px, Grey*/
.subtitle {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #808080;
	font-weight: lighter;
	font-size: 1.5em; /* 18px */
	line-height: 2em; /* 36px - 18px leading */
	margin: 0 0 1em -20px; /* 0 0 18px */
}

/* =6=
 * =LISTS
 -----------------------------------------------*/

ul, ol, dd {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style-type:square;
}

ol {
	list-style-type:decimal;
}

/* =7=
 * =TABLES
 -----------------------------------------------*/

 table {
	margin: 0 0 1.5em; /* 0 0 18px */
 }

/* =8=
 * =FORMS
 -----------------------------------------------*/

/* =9=
 * =LAYOUT
 -----------------------------------------------*/

body {
	font-size: 62.5%;
	/*background: transparent url(../images/grid.png) repeat scroll -40px top; /* Baseline Grid, Comment out for Production! */
}

#bodywrapper {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #3d3d3d;
}

#header, #maincontent, #maincontent-bold, #footer {
	padding: 0 0 0 60px;
}

#header-content, #maincontent-content, #maincontent-bold-content, #footer-foot-content, #footer-content {
	width: 880px; /* 950px minus padding ^ */
}

/* Header 
 -----------*/
 #header {
	background: #cc3333;
	margin: 0 0 4.5em; /* 0 0 54px */
 }

 #header-content {
	padding: 0 0 1.5em;
	position: relative;
 }

 #contact-nav-wrapper {
	width: 470px;
	float: right;
 }

/* Menus
 -----------*/
ul.menu {
	list-style: none;	
}

/* Primary Nav */
#primary-nav {
	background: #FFF;
	position: absolute;
	right: 0;
	bottom: -12px;
	margin: 0;
	width: 470px;
}

#primary-nav li {
	float: left;
	line-height: 3em;
}

#primary-nav li a {
	padding: 0 18px;
	display: block;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.167em; /* 14px */
}

#primary-nav li a.focus {
	color: #c82424;
	text-decoration: underline;
}

#primary-nav li a.active {
	margin-top: -5px;
	padding: 4px 18px 0;
	background: #FFF;
	border-width: 1px 1px 0;
	border-color: #dcdcdc;
	border-style: solid;
}

/* Subnav */
#subnav {
	float: right;
}

#subnav li {
	float: left;
	margin: 0;
	line-height: 3em;
}

#subnav li a {
	padding: 0 0 0 10px;
	display: block;
	color: #f0f0f0;
}

#subnav li a.active {
	color: #FF9966;
}

/* Foot Nav */
#foot-nav {
	float: left;
	width: 140px;
	margin: 0;
}

#foot-nav-last {
	float: left;
	width: 120px;
	margin: 0 0 0 20px;
}

/* Logo 
 -----------*/
 #logo-wrapper {
	float: left;
	line-height: 1.5em; /* 18px */
 }

 #logo #icon {
	background: url(../images/logo.png) no-repeat -4px 0;
	width: 248px;
	height: 36px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999em;
 }

 #logo:hover {
	text-decoration: none;
 }

 #logo em#tagline {
	color: #ff9966;
	font-size: 14px;
 }

/* CONTENT 
 -----------*/
 #maincontent-inside {
	margin: 0;
	left: 80px;
	position: relative;
	padding: 0 0 0 20px; /* distance between em-block and text */
	width: 520px;
	float: left;
 }

 #maincontent-content {
	position: relative;
 }

/* SIDEBAR 
 -----------*/
 #sidebar {
	width: 240px;
	float: left;
	margin: 3em 0 0 100px; /* 36px 0 0 100px */
 }

 #sidebar-home {
	margin: 0;
	width: 415px;
	float: right;
 }

 #sidebar-home .box-block-map {
	border-color:#146286;
	background: #FFF;
	position: relative;
 }

 #sidebar-home .box-block-map a img {
	display: block;
	border: 1px solid #ccc;
 }

 #sidebar-home .box-block-map a:active img,
 #sidebar-home .box-block-map a:hover img {
	border-color: #3CA2D1;
 }


/* Footer
 -----------*/
 #footer {
 	margin: 0;
	padding: 1.5em 0 1.5em 60px; /* 18px 0 */
	background: #383838;
	color: #808080;
	position: relative;
 }

 #footer-foot {
	margin: 0 0 1.5em 60px; /* 18px 0 */
	background: #FFF;
	color: #6e6e6e;
 }

 #footer-foot #ministorage {
	float: left;
	margin: 18px 20px 0 0;
 }

 #footer-foot #bbb {
	float: left;
	text-indent: -9999em;
 }

  #footer-foot #bbb a {
	display: block;
	width: 22px;
	height: 30px;
	margin: 10px 0 0;
	overflow: hidden;
	background: url(../images/bbb.png) no-repeat 0 0;
 }

 #footer-foot #bbb a:hover {
	background-position: -26px 0;
 }

  #footer-foot #ministorage span {
	float: left;
	margin: 0 10px 0 0;
  }

 #footer-foot #ministorage strong {
 	text-indent: -9999em;
	overflow: hidden;
	height: 18px;
	display: block;
	float: left;
	width: 111px;
	background: url(../images/ministorage_logo.png) no-repeat 0 2px;
 }

 #footer-foot #outcome3 {
	float: right;
	text-align: right;
	width: 400px;
	margin: 18px 0 0;
 }

 #footer-foot #outcome3 a {
	color: #6E6E6E;
 }

/* =10= 
 * =SPECIFIC PAGES
 -----------------------------------------------*/

 /* HOME PAGE
  -----------------------------------------------*/
  #photographs {
	float: left;
	width: 318px;
	padding: 20px 35px 0 35px;
	margin: -34px 0 0 -27px;
	background: url(../images/photographs.png) no-repeat 0 0;
	position: relative;
  }

  #photographs ul#photograph-carousel {
	margin: 0;
	list-style: none;
	width: 322px;
	overflow: hidden;
	height: 428px;
  }

  #photographs ul li {
	width: 302px;
	overflow: hidden;
	background-color: transparent !important;
	height: 419px;
	padding: 10px 10px 0;
	position: relative;
  }

  #photographs ul li .photo-description {
	color: #afafaf;
	text-align: center;
	width: 300px;
	display: block;
	font-size: 1.167em; /* 14px */
  }

  #photographs ul li .photo {
	width: 300px;
	height: 300px;
	margin: 0 0 18px;
	overflow: hidden;
	border-width: 2px 1px;
	border-color: #5a5a5a;
	border-style: solid;
  }

  #photographs ul li .photo:hover {
	border-color: #777;
  }

  /* Action Link, Related to Image Content
   * ---------------------------------------*/
  #photographs ul li .related-link{
	position: absolute;
	bottom: 0;
	right: 0;
	line-height:3em;
  }

  #photographs ul li .related-link a {
  	color: #86d6fb;
	text-decoration: underline;
	font-size: 1.1667em; /* 14px */
	display: block;
  }

  #photographs ul li .related-link a:hover {
	color: #F5F5F5;
  }

  /* #photograph 'Cycle' Nav
   ------------------------------------------------------*/
	#photo-prev,
	#photo-next {
		position: absolute;
		background: url(../images/carousel_navbuttons.png) no-repeat 0 0;
		width: 20px;
		height: 20px;
	}
  
  /* #testimonial jCarousel
   ---------------------------------------*/
   #testimonial {
   		width: 380px;
		height: 270px;
		float: left;
		margin: 0 20px 0 0;
   }

   #testimonial ul {
		width: 380px;
		height: 270px;
		list-style: none;
		margin: 0;
   }

   #testimonial ul li {
		width: 380px;
		top:  0; 
		left: 0; 
		display: none;
		text-shadow: 1px 1px 0 #146286;
   }

   #testimonial ul li.first {
		display: block;
   }

   #testimonial .quote {
		color: #e6f7ff;
		font-size: 2em; /* 24px */
		line-height: 1.5em; /* 36px */
		font-weight: lighter;
		text-align: left;
		margin: 0;
		text-indent: -9px; /* Compensates for quotation marks */
		float: left;
   }

   #testimonial .author {
   		margin: 1.5em 0;
		float: right;
		text-align: right;
		line-height: 1.5em; /* 18px */
   }

   #testimonial .author .name {
		font-size: 1.5em;
		color: #e6f7ff;
		display: block;
   }

   #testimonial .author .company {
		color: #86d6fb;
		font-size: 1.167em; /* 14px */
   }

  /* Mid Content */

  #mid-content {
	float: right;
	width: 460px;
	height: 270px;
  }

 /* Bold Bar */
 #maincontent-bold {
	background: #1a7ead;
	margin-top: -125px;
	padding-top: 144px;
	padding-bottom: 3em;
	border-bottom: 1.5em solid #3c3c3c;
 }

 /* Peak-a-Boo Photos on Footer */
 #peakaboo-photo {
	position: absolute;
	left: -10px;
	bottom: 0;
	background: url(../images/peekaboo_photos.png) no-repeat bottom left;
	width: 59px;
	height: 162px;
 }

/* =11= 
 * =WIDGETS
 -----------------------------------------------*/

 /* Faux Click (Added via JS) */
 .faux-link {
	cursor: pointer;
 }

 /* More info Block */
 .more-info {
	padding: 1.5em 0;
 }
 
 /* Solid Colour Tab
  ---------------------*/
 .tab {
	width: 50px;
	height: 10px;
	background: #ed603a;
	margin: 0 0 24px;
	overflow: hidden;
 }

 /* em Solid Colour Block
  -------------------------*/
 .em-block {
 	height: 1em;
	width: 1em;
	margin: 1em 0 0 -40px;
	line-height: 3em;
	display: block;
	background: #cc3333;
	float: left;
 }

 	/* Home Page 1,2,3 em Blocks */
	.em-block-one {
		background: #cc3333;
	}

	.em-block-two {
		background: #ff6633;	
	}

	.em-block-three {
		background: #1a7ead;
	}

	 /* More Info em Block 
	  ---------------------*/
	 .em-block-more {
		background: #ff6633;
		margin: 0.25em 0 0 -40px;
	 }


	 /* Storage Tips em Block
	  --------------------------*/
	  .em-block-tips {
		background: #F7EC6E;
	  }

 /* Phone Number
  --------------------*/
  #phone {
	line-height: 1.5em; /* 18px */
	margin: 2em 0 0 0;
	float: left;
  }

  #phone em,
  #phone strong {
	font-size: 1.5em; /* 18px */
	font-family: Georgia,Times,"Times New Roman",serif;
  }

  #phone em {
	color: #f0f0f0;
  }

  #phone strong {
  	color: #f7ec6e;
	font-weight: normal;
	font-size: 1.833em; /* 22px */
	margin: 0 0 0 5px;
	line-height: 1em;
  }

 /* Breadcrumb Box
  --------------------*/
 #breadcrumb-box {
 	line-height: 3em;
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
 }

 #breadcrumb-box,
 #breadcrumb-box a {
 	color: #d3d3d3;
 }

 #breadcrumb-box a:hover {
	color: #a9a9a9;
	text-decoration: underline;
 }

	 /* Breadcrumb Return Link
	  ---------------------------*/
	 #breadcrumb-box a#home {
		display: block;
		float: right;
	 }

	 #breadcrumb-box a#home span#return {
		background: url(../images/return.png) no-repeat top left;
		text-indent: -9999em;
		float: left;
		width: 12px;
		height: 36px;
		overflow: hidden; /* For Firefox fail dotted line */
		margin: 0 5px 0 -17px;
	 }

	 #breadcrumb-box a#home:hover span#return {
		background-position: top right;
	 }

/* Clear
 --------------------*/
.clear {
	height: 0;
	line-height: 0;
	clear: both;
}

/* Action Button
 --------------------*/
.action-button {	
	line-height: 3em;
	margin: 0 0 1.5em; /* 0 0 18px */
}

 .action-button a,
 .action-button a:link,
 .action-button a:visited,
 .action-button a:active {
 	background: #336699;
	padding: 0 18px;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #FFF;
 }

 .action-button a:hover {
	background: #1A7EAD;
 }

 .secondary-action-button a,
 .secondary-action-button a:link,
 .secondary-action-button a:visited,
 .secondary-action-button a:active {
	background: #CC3333;
 }

 .secondary-action-button a:hover {
 	background: #C82424;
 }

/* Smaller Button
 ---------------------*/
  a.button {
	background: #336699;
	color: #FFF;
	border: 3px solid #86D6FB;
	padding: 6px 15px;
	float: left;
	font-size: 1.167em; /* 14px */
	display: block;
	font-weight: bold;
	text-align: center;
 }

 a.button span.arrows {
	background: url(../images/contact_arrows.png) no-repeat top right;
	display: block;
	width: 14px;
	float: right;
	height: 10px;
	margin: 9px 0 0 10px;
 }


/* Sidebar Blocks
 --------------------*/
 .box-block {
	border-width: 0 1px 2px;
	border-style: solid;
	border-color: #d8d8d8 #d8d8d8 #a3a8a9;
	background: #eaeaea;
	padding: 4px 3px 3px;
	margin: 0 0 1.5em; /* 0 0 18px */
 }

 .box-block-inside,
 .box-block-title {
	background: #f3f3f3;
	margin: 0;
	color: #3d3d3d;
 }

 .box-block-title {
 	border: 1px solid #eeeeee;
	border-bottom: 1px dashed #d8d8d8;
	padding: 6px 10px 7px; /* 3px padding + 2px borders + 11px padding = 18px */
 }

 .box-block-inside {
  	border: 1px solid #eeeeee;
	padding: 18px 13px 12px;
 }

 .box-block-inside address {
	font-weight: bold;
 }

 #rotating-ad,
 #rotating-storagetip {
 	margin: 0 0 1.5em;
 }

 #rotating-ad .box-block,
 #rotating-storagetip .box-block {
	float: left;
	margin: 0;
 }

 /* STORAGE TIP */

.box-block-storagetip {
 	background: #f2e984;
 } 

 .box-block-storagetip .box-block-title {
 	background: #fff689;
	border: 1px solid #f9ef87;
	border-bottom: 1px dashed #dad274;
 }

 .box-block-storagetip .box-block-inside {
 	background: #fff689;
	border-color: #f9ef87;
 }

 .box-block-storagetip .box-block-inside a {
	color: #135574;
	text-decoration: underline;
 }

 .box-block-storagetip .box-block-inside a:hover {
	color: #0e3e55;
 }

 /* Ad Block */
 .box-block-ad {
	background: #3ca2d1;
 }

 .box-block-ad .box-block-inside,
 .box-block-ad .box-block-title {
 	background: #40aee1;
	border-color: #40abdd;
 }

 .box-block-ad .box-block-title {
	border-bottom-color: #3a9ac7; 
 }

 .box-block-ad .box-block-inside {
	line-height: 3em;
	padding: 12px 18px 12px;
	color: #135574;
	width: 195px;
	font-family: Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
 }

 .box-block-title-ext {
	margin: 0;
	line-height: 3em;
	padding: 0 1px;
 }

 .box-block-title-ext em {
	text-transform: none;
	font-size: 1.167em;
	display: block;
	color: #f5f5f5;
 }

 #sidebar .box-block-title-ext em {
	color: #aaa;
 }

 .box-block-ad .ad-line {
	font-size: 1.833em; /* 22px */
	color: #135574;
	font-family: Georgia,Times,"Times New Roman",serif;
 }

 .box-block-ad .ad-line strong {
	color: #FFF;
	font-size: 1.4545em; /* 32px */	
	text-shadow: 1px 1px 0 #146286;
	font-weight: lighter;
	display: block;
	float: left;
 }

 .box-block-ad .box-block-inside a.action-link {
	color: #135574;
	text-decoration: underline;
	font-size: 1.167em;
	display: block;
 }

 .box-block-ad .box-block-inside a.action-link:hover {
	color: #104a65;
 }

 .box-block-discount {
	border-color: #146286;
 }

 .box-block-discount .box-block-inside {
	padding-right: 150px;
	position: relative;
	width: auto;
 }

 .box-block-discount .box-block-inside span.icon {
	background: url(../images/discountbox_icon.png) no-repeat top right;
	position: absolute;
	width: 154px;
	height: 104px;
	top: 10px;
	right: 18px;
 }

/* DATA TABLE
 --------------------*/
 table.data {
	width: 100%;
 }

 table.data th {
	color: #3d3d3d;
	text-align: center;
	line-height: 3em;
	font-weight:normal;
 }

 table.data td {
	border: 3px solid #ddd;
	background: #f1f1f1;
	padding: 7px 9px 6px;
 }

 table.data td img {
	display: block;
 }

 table.data td.day {
	font-weight: bold;
	background: #f8f8f8;
 }

 /* Table Storage */

 table.storage {
	margin-left:-20px;
	width:545px;
 }
 

 /* Table on Footer (Dark) */
 .foot-column table.data {
	width: auto;
 }

 .foot-column table.data th {
	color: #808080;
	text-align: left;
	line-height: 1.5em;
 }

 .foot-column table.data td {
	border-color: #4d4d4d;
	background: #3e3e3e;
	color: #b7b6b6;
	padding: 7px 18px 6px;
 }

 .foot-column table.data td.day {
	background: #484747;
 }

/* FOOTER COLUMN
 --------------------*/
 .foot-column {
	width: 290px;
	float: left;
	margin: 0 20px 0 10px;
 }

 .foot-column h5 {
	margin: 0 0 1.5em -10px;
 }

 .foot-column .menu {
		font-size: 14px;
		line-height: 24px;
	}

 .foot-column-last {
	margin: 0 0 0 10px;
	width: 230px;
 }

 .foot-column a, .foot-column a:link, .foot-column a:active, .foot-column a:visited {
	color: #d1d1d1;
 }

 .foot-column a.active,
 .foot-column a.active:link, .foot-column a.active:active, .foot-column a.active:visited {
	color: #7d7d7d;
 }

 .foot-column a.button {
	background: #525252;
	border-color: #565656;
 }

 .foot-column a.button strong {
	display: block;
	float: left;
 }

 .foot-column a.button span.arrows {
	background: url(../images/contact_arrows.png) no-repeat top right;
	display: block;
	width: 14px;
	float: right;
	height: 10px;
	margin: 4px 0 0 10px;
 }

/* IMGS
 --------------------*/
 .large-img {
	width: 280px;
	height: 216px;
	overflow: hidden;
	margin: 0 0 1.5em;
 }

 .large-img img {
	display: block;
 }

 .small-img {
	float: left;
	width: 140px;
	height: 216px;
	margin: 0 20px 1.5em 0;
	overflow: hidden;
 }

 .small-img {
	display: block;
 }

