.urlWrapper h3 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
}

.urlWrapper .theUrl {
    color: #4F352C;
}

.urlWrapper .theUrl:hover {
    color: #b23e2c;
}



/********************************************/
/***************** layout *******************/
/********************************************/



.clear {
	clear: both;
}

br.clear {
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0;
}



/*** url wrapper ***/

.urlWrapper {

}

.urlWrapper .mainImage {
    cursor: pointer;
    display: block;
}

.urlWrapper h3 {
    margin: 15px 0 5px 0;
}

.urlWrapper .urlDescription {
    margin: 0;
    text-align: left;
}

.urlWrapper .theUrl {
    display: block;
    margin: 10px 0 0 0;
    text-align: left;
}

.quickflip-wrapper {
	width: 312px;
	height: 306px;
	position: relative;
	float: right;
	text-align: center;
}

.quickflip-wrapper .front-panel, .quickflip-wrapper .back-panel {
	width: 312px;
	height: 306px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('quick.png') no-repeat 0 0 #FFF;
	background-image: url('quick.png');
}

.quickflip-wrapper .front-panel {

}

.quickflip-wrapper .back-panel {
    background-position: -320px 0;
}

.quickflip-wrapper .inner-panel {
    padding: 10px 15px 10px 10px;
}

div#content .quickflip-wrapper h3 {
	font-size: 15px;
	text-align: center;
	color: #4F352C;
}

.quickflip-wrapper .p-content {
	font-size: 12px;
	text-align: left;
	color: #9C6320;
	font-weight: bold;
		
}

.quickflip-wrapper .p-content a{
	color: #9C6320;
	
}
.quickflip-wrapper .p-content a:hover {
	text-decoration: underline;	
	color: #8C3022;
}

.quickflip-wrapper .panel-content {
	font-size: 12px;
	text-align: left;
	color: #9C6320;
	font-weight: bold;
	font-style:italic;
	
}

.quickflip-wrapper .panel-content a{
	font-size: 11px;
	color: #4F352C;
	text-decoration: underline;	
}
.quickflip-wrapper .panel-content a:hover {
	font-size: 11px;
	color: #8C3022;
}

.quickflip-wrapper .quickFlipCta {
    cursor: pointer;
}

.quickflip-wrapper a.quickFlipCta {
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 252px;
    display: block;
	
}

.quickflip-wrapper .back-panel a.quickFlipCta , .quickflip-wrapper .front-panel a.quickFlipCta{
	color: #4F352C;
	text-align:center;
	text-decoration: blink;
}

#content .quickflip-wrapper a.quickFlipCta:hover {
    color: #4F352C;
    text-decoration: none;
}

/*************************************/
/************ typography *************/
/*************************************/

.blogWrap {
    text-align: left;
}

.banner-ad {
    text-align: center;
}


/******* content area *********/

div#content  {
	font-size: 10px;
}

div#content h1, div#content h2 {
	font-size: 25px;
}

div#content h1.archiveTitle {

}

div#content .entry h2 {
    font-size: 16px;
}

div#content .entry h2.larger {
    font-size: 20px;
}

div#content h3 {
	font-size: 17px;
}

#content div.entry .postmetadata {
    font-size: 11px;
}

div#content h1 a:link, div#content h2 a:link, div#content h3 a:link, 
div#content h1 a:visited, div#content h2 a:visited, div#content h3 a:visited {
	color: #4F352C;
}

div#content h2 a:hover, div#content h1 a:hover, div#content h3 a:hover {
	color: #8C3022;
}

div#content .major-update {
    font-size: 16px;
}




/*************************************/
/************** layout ***************/
/*************************************/

.blogWrap {
	width: 315px;
	float: right;
	margin-top: 0px;
	position: relative;
	left: 0px;
}


/******* content area *********/

div#content  {
	width: 315px;
	float: left;
	overflow: hidden;
}

#content .single-post {
    margin-top: 8px;
}

div#content h2, div#content h1 {
	margin-bottom: 5px;
	margin-left: 0;
	clear: both;
}

div#content h1.archiveTitle {

}

div#content .entry h2 {
    margin: 15px 0 10px 0;
}

div#content .entry h2.larger {
    margin-top: 30px;
}

div#content h3 {
	margin-bottom: 0px;
}

div#content div.entry h3 {
    margin-bottom:10px;
}

#content div.entry pre {
    margin: 10px 0;
    padding: 7px 15px 10px 15px;
    background-color: #eee;
}

#content div.entry .postmetadata {
    padding-top: 5px;
}

#content p, #content pre {
	margin-bottom: 10px;
}

#content .major-update {
    background-color: #eee;
    padding: 7px 15px 10px 15px;
    margin-bottom: 10px;
}
