/* CSS Document */

/* CSS RESETS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans', Helvetica, sans-serif;
	line-height: 1.5em;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
	
strong { font-weight: bold; }


ol, ul {
	list-style: disc;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CSS ROOMMMATESCALGARY */


/* new window icon auto added to _blank links */

a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

/* END - new window icon auto added to _blank links */



body {
	background-color:#201F24;
}

p {
	padding-top:5px;
	padding-bottom: 10px;
}

.container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


.branding-container {
	width:100%;
	background-color:#9B0D25;
	height:120px;
}

.branding {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#9B0D25;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:95px;
}


.branding-header,
.branding-header a:link,
.branding-header a:visited
 {
	font-size: 45px;
	letter-spacing:-1px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:55px;
	text-decoration:none;
	text-transform:lowercase;
}

.branding-header-sub {
	font-size: 20px;
	letter-spacing:-.5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}



.nav-container {
	width:100%;
	background-color:#201F24;
	height:42px;
	display: block;
}


.nav-box {
	width:90%;
	background-color:#201F24;
	margin-left:auto;
	margin-right:auto;
}


.box-outline {
	border-top:solid;
	border-bottom:solid;
	background-color:#eeeeee;
	border-color:#eeeeee;
	border-width:20px;
	text-align:center;
}


/* for NAV */
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */


nav {
	height: 42px;
	background: #201F24;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	width:100%;
	/* border-bottom: 2px solid #283744; */
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 42px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#CCC;
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
}
nav li a {
	border-right: 1px solid #38373f;
	border-left: 1px solid #38373f;
	border-bottom: 1px solid #38373f;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 1;
}
nav a:hover, nav a:active {
	color:#fff;
}
nav a#pull {
	display: none;
}



.separator {
	height:2px;
	background-color:#FFFFFF;
}


.header-container {
	width:100%;
	background-color:#94AD33;
}


.header {
	padding:10px;
	padding-left:25px;
	background-color:#94AD33;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.header-text {

	font-size:23px;
	font-weight:bold;
	color:#fff;
}




h1 {
	font-size:50px;
	letter-spacing:-1px;
	line-height:1.1em;
	font-weight:bold;
	color:#9B0D25;
	padding-bottom: 10px;
}


h2 {

	font-size:30px;
	letter-spacing:-1px;
	line-height:1.2em;
	font-weight:bold;
	color:#9B0D25;
	text-transform:normal;
}
	

	
h3 {
	font-size:20px;
	letter-spacing:-1px;
	line-height:35px;
	font-weight:bold;
	color:#9B0D25;
}
		


.main-container {
	background-color:#FFFFFF;
	width:100%;
	display:inline-block;
}


.main {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.main-text {
	font-size:18px;
	line-height:20px;
	color:#333333;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.main-text a:link {
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
}

.main-text a:visited {
	text-decoration:underline;
	color:#666666;
	font-weight:bold;
}



.list {
	padding-left:30px;
}


.footer-container {
	width:100%;
	background-color:#201F24;
}

.footer {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#201F24;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


.footer-text,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:active
 {
	font-size: 15px;
	line-height: 20px;
	color:#ccc;
	font-weight:bold;
}

.footer-text a:hover {
	color:#fff;
}


img {
    max-width: 100%;
    height: auto;
}


.image-pad {
	padding:10px;
}


/* roombar Display  */


.roombar {

		display:block;
	padding:20px;
	background-color:#FFDC5D;
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size: 24px;
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:-1px;
	padding-top:20px;
	margin-bottom:5px;
	
			border-style:solid;
		border-color:#e3c34f;
		border-width: 0px 0px 0px 10px;
	border-radius: 0px;
	margin-top:10px;


	
}
	
.roombar-text,
.roombar-text a:link,
.roombar-text a:visited {
	font-size:26px;
	font-weight:bold;
	line-height:1.1em;
	color:#9B0D25;
}



/* Promote Display - Bottom of Page Prompt */

.promotebox {
	

		display:block;
	padding:20px;
	background-color:#FFDC5D;
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size: 24px;
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:-1px;
	padding-top:20px;
	margin-bottom:5px;
	
			border-style:solid;
		border-color:#e3c34f;
		border-width: 0px 0px 0px 10px;
	border-radius: 0px;
	margin-top:10px;

	
	
}

.promote,
.promote a:link,
.promote a:visited   {
	font-size: 26px;
	color:#9B0D25;
	font-weight:bold;
	line-height:1.3;
	letter-spacing:-1px;

	
}




/* Feed Display */

.item {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	border-style:solid;
	border-color:#eee;
	border-width: 0px 0px 0px 10px;
	border-radius: 0px;
	margin-top:10px;
}


.item:nth-of-type(2n) {

	background-color:#f8f8f8;
}


.feed-item,
.feed-item a:link
 {
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:24px;
	word-break: normal;
	text-transform:uppercase;
}

.feed-item a:visited {
	color:#666;
}


.feed-description {
	font-size:18px;
	text-align:left;
	color:#333;
	font-weight:normal;
	line-height:1.4;
	padding-left:0px;
	word-break: normal;
}

.feed-posted {
	font-size:16px;
	text-align:left;
	font-weight:normal;
	line-height:17px;
	color:#9B0D25;
	font-weight:normal;
}





/*Styles for screen 750px and lower*/
@media screen and (max-width: 750px) {
	
	
.nav-box {
	width:100%;
}
	

	

nav { 
  		height: auto;
		border-bottom: 0;
  	}
  	nav ul {
  		width: 100%;
		display: none;
		height: auto;
  	}
  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #38373f;
		border-right: 0px solid #38373f;
		border-left: 0px solid #38373f;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	
	nav a#pull {
		display: block;
		background-color: #201F24;
		color: #fff;
		width: 93%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	

.branding-container {
	height:100px;
}
	
.branding {
	height:80px;
	padding-top:10px;
}
		
		

.branding-header,
.branding-header a:link,
.branding-header a:visited
 {
	font-size: 35px;
	line-height:40px;
}

.branding-header-sub {
	font-size: 20px;
	letter-spacing:-.5px;
}	
	

}



/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	
.box-outline {
	border-top:solid;
	border-bottom:solid;
	background-color:#eeeeee;
	border-color:#eeeeee;
	border-width:0px;
	text-align:center;
}
	
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #201F24;
		color: #fff;
		width: 93%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
		

.branding-container {
	height:100px;
}
	
.branding {
	height:80px;
	padding-top:15px;
}
		
		

.branding-header,
.branding-header a:link,
.branding-header a:visited
 {
	font-size: 30px;
	line-height:40px;
}

.branding-header-sub {
	font-size: 15px;
	letter-spacing:-.5px;
}	
	
	
h1 {
	font-size:32px;
	letter-spacing:-1px;
	line-height:1.1em;
	font-weight:bold;
	color:#9B0D25;
}


h2 {
	font-size:26px;
	letter-spacing:-1px;
	line-height:1.2em;
	font-weight:bold;
}

		
	
h3 {
	font-size:20px;
	letter-spacing:-1px;
	line-height:25px;
	font-weight:bold;
	color:#9B0D25;
}
			

	
	
	
	
.promote,
.promote a:link,
.promote a:visited   {
	font-size: 22px;
	color:#9B0D25;
	font-weight:bold;
	line-height:26px;
	letter-spacing:-1px;
}

	
	
	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	

	
nav li {
		display: block;
		float: none;
		width: 100%;
	}

nav li a {
		border-bottom: 1px solid #576979;
	}

.image-pad {
	padding-left:0px;
	padding-right:0px;
}


}






