/*
Theme Name: Standpoint
Theme URI: http://1889.ca
Description: Design for Standpoint
Version: 1.0
Author: Nicole Sims and MCM
Author URI: http://coleysims.ca
*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: HelveticaNeue, Helvetica, Arial, Sans-Serif;
	background-color: #2F2F2F;
	color: #ccc;
	text-align: center;
	padding:0px;
	margin:0px;
	}
	
a {
  color:#c1da22;
  text-decoration: none;
}

textarea {
  width:455px;
}

a b{
font-weight:normal;
}

.linkon {
  color:#D7DF23;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color:#fff;
	background-image:url(images/header_tile.jpg);
	background-repeat:repeat-x;
	height:238px;
	border-bottom:3px solid white;
	text-align:left;
	margin-bottom:60px;
}

#header .in {
  width:800px;
  margin-left:auto;
  margin-right:auto;
}

#menu {
  width:800px;
  margin-left:auto;
  margin-right:auto;
  padding:8px 10px;
  text-align: right;
}

#menu a {
  color:#CDCCCC;
  text-transform: lowercase;
  text-decoration: none;
  padding:0px 15px;
}

#content {
  width:800px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
}

h2 {
  margin:0px;
  padding:0px;
  color:#cdcccc;
  font-weight: normal;
}

#col1,#col2,#col3,#col2w,#col1b,#colxw {
  width:243px;
  margin-right:30px; 
  float:left;
}

#col3 {
  margin-right:0px;
}

#col2w {
  width:500px;
  margin-right:0px;
}

#col1b {
  width:258px;
}


#col1b h2, #colxw h2 {
  font-size:24px;
  text-align: left;
  border-bottom:1px solid #D7DF23;
  height:auto;
  margin-right:-30px;
  padding-bottom:4px;
}

#colxw h2 {
  margin-right:0px;
  font-size:20px;
  margin-bottom:10px;
  width:auto;
}

#colxw {
  width:357px;
}

.cob {
  width:70px;
  height:90px;
  float:right;
  background-color:#D7DF23;
  position: relative;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  margin-bottom:15px;
  background-repeat:no-repeat;
  margin-left:15px;
  margin-top:-40px;
}
  
.cbox {
  background-color:#3C3C3C;
  padding:20px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
}

.cbox p,#col1b p {
  line-height:180%;
  margin:0px;
  padding:0px;
  margin-bottom:15px;
}


.quote {
  font-size:16px;
  line-height:170%;
}

.nbox {
  padding:20px;
}
  

