* {
	padding: 0;
	margin: 0;
}

img {
	display: block;
}

body, html {
	height: 100%;
	max-width: 750px;
}

.sans-serif {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Verdana, sans-serif;
}

h1 {
	font-weight: 400;
	font-size: 1em;
	color: #2a1c1c;
	line-height: 1.0em;
}

h2 {
	font-weight: 500;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.1em;
	text-transform: uppercase;
}

h3 {
	font-weight: 500;
	font-size: 0.7em;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: -1px;
}

/*h3 p b {
	font-weight: 900;
}*/

#tigsource-badge {
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
}

#scroll-content {
	z-index: 1;
}

#header {
	background-color: #2a1c1c;
	width: 720px;
}

#header img {
	padding-left: 100px;
}

#header-right {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 710px;
}

#header-right div {
	position: relative;
	padding: 2px 5px 0 0;
	text-align: right;
}

#login {
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: -5px;
}

.container {
	margin-bottom: 30px;
	width: 730px;
	float: left;
}

#posts {
	width: 740px;
}

.column-left {
	width: 80px;
	height: 100%;
	float: left;
	margin-right: 20px;
}

#left-Q {
	background-color: #f3e6e2;
	height: 68px;
}

#left-P {
	background-color: #7a6b6b;
	height: 100%;
}

.column-left-post {
	width: 300px;
	max-width: 300px;
	margin-left: 100px;
	float: left;
}

.column-right-post {
	width: 300px;
	max-width: 300px;
	margin-left: 20px;
	float: left;
}

.post {
	float: left;
	width: 300px;
	//margin-right: 20px;
	margin-bottom: 20px;
}

.title {
	width: 280px;
	max-width: 280px;
	background-color: #2a1c1c;
	padding: 3px 10px 3px 10px;
}

.info {
	width: 292px;
	max-width: 292px;
	padding: 2px 4px 2px 4px;
}

#orange {
	background-color: #d57962;
}

#blue {
	background-color: #7e9ab5;
}
