/* CSS Document */


/* Resets */

html, body, li, 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr { color:#eeeeee;
}


/* Rest of CSS */

strong { font-weight: bold; }


p {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
}

body { background-color:#6B5D4D; }

.container {
	width:950px;
    margin-left: auto;
    margin-right: auto; 
	border-width: 10px;
	border-color: #ffffff;
	border-style:solid;
}


.list1 { 
	list-style-type: disc;
	padding-left: 30px;
}

	
.headerbar {
	background-color:#C42587;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}
	

.header,
.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:40px;
	color:#FFF;
	text-align:left;
	line-height:40px;
	letter-spacing:-.2px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}


/* NAV */

.nav-container {
	width:100%;
	background-color:#1B676B;
	height:43px;
	display: block;
}


.nav-box {
	width:98%;
	background-color:#1B676B;
	margin-left:auto;
	margin-right:auto;
}



/* for NAV */
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */


nav {
	height: 42px;
	background: #1B676B;
	font-size: 11pt;
	font-family: 'Open Sans', Helvetica, 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:#e6e6e6;
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
}

nav a:visited {
	color:#e6e6e6;
}

nav li a {
	border-right: 1px solid #1B676B;
	border-left: 1px solid #1B676B;
	border-bottom: 1px solid #1B676B;
	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;
}




/* OTHER */






.main {
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}




.item {
	padding:5px;
}



h1 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#1B676B;
	text-align:left;
	line-height:30px;
	font-weight:bold;
	letter-spacing:-1px;
}


.text, .text a:link, .text a:visited {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	text-align:left;
	line-height:25px;
	font-weight:800px;
}


.text a:hover {
	color:#333;
}




.outbound {
	background-color:#FC0;
	color:#000;
	padding:20px;
	font-weight:bold;
}
 
.outbound a:link,
.outbound a:visited,
.outbound a:hover,
.outbound a:active {
	color:#000;
}




.header2bar {
	background-color:#C42587;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
}


.header2 {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	color:#FFF;
	letter-spacing:-1px;
	text-decoration:none;
	text-transform:uppercase;
}


	
.footerbar {
	background-color:#1B676B;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
}


.footer {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	line-height:11pt;
	text-align:left;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}


.footer a:link, a:visited {
	color:#FFF;
}

.footer a:hover {
	color:#FFF;
}







.item {
	padding-top:8px;
	padding-bottom:8px;
}


.feed-item {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:18px;
	color:#1B676B;
	font-weight:normal;
	line-height:25px;
}


.feed-item a:link {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:18px;
	color:#1B676B;
	font-weight:bold;
	line-height:25px;
	text-transform:uppercase;
}

.feed-item a:visited {
	color:#999;

}



.feed-item2 a:link {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:18px;
	color:#1B676B;
	font-weight:bold;
	line-height:25px;
}

.feed-item2 a:visited {
	color:#999;

}








.feed-description {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	color:#666;
	font-weight:normal;
	line-height:25px;
	padding-left:15px;
}

.feed-posted {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	line-height:15px;
	color:#F90;
		padding-left:15px;
}




/*Styles for screen 600px and lower*/
@media screen and (max-width: 950px) {

.container {
	width:100%;
	border-width: 0px;
	border-color: #ffffff;
	border-style:solid;
}


/* NAV */ 

.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;
		border-right: 0px solid;
		border-left: 0px solid;
	}

nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 10px;
  	}
	
nav a#pull {
		display: block;
		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;
	}
	

/*Smartphone*/
@media only screen and (max-width : 480px) {

nav {
		border-bottom: 0;
	}
	
nav ul {
		display: none;
		height: auto;
	}

nav a#pull {
		display: block;
		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;
	}
			
	
	
	
.container {
	width:100%;
	border-width: 0px;
	border-color: #ffffff;
	border-style:solid;
}


h1 {
	font-size:25px;
	line-height:25px;
}


	
.feed-item {
	font-size:18px;
	line-height:22px;
	letter-spacing:-.5px;
}


.feed-item a:link {
	font-size:18px;
	line-height:22px;
	letter-spacing:-.5px;
}

.feed-item a:visited {
	font-size:18px;
	line-height:22px;
	letter-spacing:-.5px;
}


.feed-item2 a:link {
	font-size:18px;
}

.feed-item2 a:visited {
	font-size:18px;
	line-height:22px;
	letter-spacing:-.5px;
}


	
.headerbar {
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
}

.header,
.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
	font-size:30px;
	line-height:30px;
	letter-spacing:-.2px;
	text-decoration:none;
}


.header2bar {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}



.header2 {
	font-size:25px;
	line-height:19px;
	text-align:left;
	letter-spacing:-.5px;
}

.footerbar {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}



.footer {
	font-size:11pt;
	line-height:11pt;
}


.footer a:link, a:visited {

}

.footer a:hover {

}



.main {
	padding:10px;
}


.item {
	padding-bottom:5px;
}

}





