/*  
Theme Name: Markdown Alert
Description: Markdown Alert Wordpress Theme.
Version: DPC 1.0
Author: Dustin Pfeifer
Author URL: http://www.dustinpfeifer.com/
*/



/* 

Mark Down Alert

Index
---------------------

1. Global Settings
2. Layout
3. Navigation
4. Product Listings
5. Header
6. Typography
7. Form Styling
8. Blog Styling
9. ClearFix

*/

/* 0. Wordpress theme hacks 
----------------------------------------------*/


/* 1. Global Settings 
----------------------------------------------*/

* { margin:0; padding:0; }

body {
	background:#ebe7d0 url('images/background.jpg') repeat-x;
	width:882px;
	text-align:center;
	margin:0 auto;
	font:12px "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
	line-height:18px;
}

a img{
	border: none;
}




/* 2. Layout 
----------------------------------------------*/

#masthead {
	text-align:left;
}

	.mastleft {
		float:left;
	}

	.mastright {
		float:right;
		text-align:left;
		padding:50px 15px 0 0;
		color:#df7ba9;
	}
	
	.mastright a {
		color:#77cedd;
	}

#header {
	text-align:left;
}

	.headerleft {
		width:141px;
		float:left;
		padding-top:60px;
		padding-left:15px;
	}

	.headerright {
		float:right;
		background:url('images/background_header.jpg') no-repeat;
		width:717px;
		height:333px;
		overflow:hidden;
	}	
	
#content {
	text-align:left;
	background:url('images/background_content.jpg');
	padding-top:15px;
}


	.contentleft {
		float:left;
		width:141px;
		padding:0px 15px 30px;
	}
		
			
	.contentcenter {
		float:left;
		width:503px;
		padding:0 15px;
	}
	
	.contentright {
		float:right;
		width:144px;
		padding:0px 15px 30px;
	}
	
		
	
#footer {
	text-align:center;
	background:url('images/background_content.jpg');
	padding:0 190px 15px 190px;
	color:#cf7ba9;
	font-size:10px;
}

	.footerline {
		border-top:1px solid #d5d5d5;
		padding-top:15px;
	}
	
	#footer a { 
		color:#cf7ba9;
		text-decoration:none;
	}

	
/* 3. Navigation
----------------------------------------------*/

#nav { 
	list-style:none;
	text-align:center; 
	height:31px;
	overflow:hidden;
	padding:2px 0;  
	margin:0
}

#nav li { 
	display:inline;
	font-size:14px;
	line-height:21px;
	background:url('images/nav_line.jpg') no-repeat right;
	margin:0 0 0 -4px; padding:0;
}

#nav a, #nav li.alerts a:hover { 
	color:#fff; 
	text-decoration:none;
	padding:20px 16px;
}

#nav a:hover, #nav a.selected {
	color:#77cedd;
}

#nav li.end {
	background-image:none;
}

#nav li.alerts {
	background:#db8ab6 url('images/nav_line.jpg') no-repeat right;
	padding:14px 0 25px 0;
}

#subnav {
	list-style-type:none;
	font-size: 14px;
	border-bottom:1px solid #782653;
	margin-bottom:20px;
}

#subnav li {
	padding:3px 10px;
	border-top:1px solid #782653;
}

#subnav a {
	text-decoration:none;
	color:#fff;
}

#subnav a:hover, #subnav a.selected {
	color:#77cedd;
}


/* 4. Product Listings 
----------------------------------------------*/
	
.productlisting {
	color:#000;
	list-style-type:none;
	font-size:11px;
	line-height:14px;
	margin:0 0 20px;
		
}

.productlisting li  { 
	background:url('images/dotline_horizontal.jpg') repeat-x bottom left; 
	padding: 5px 0;
}

.productlisting a {
	text-decoration:none;
	color: #000000;
}

.productlisting a:hover {
	color: #782653;
	text-decoration:underline;
}

.productleft, .productcenter, .productright {
	width:147px;
	float:left;
	font-size:11px;
	line-height:13px;
	margin:10px 0;

}
.productleft a, .productcenter a, .productright a{
	text-decoration:none;
	color: #000000;
}

}
.productleft a:hover, .productcenter a:hover, .productright a:hover{
	text-decoration:underline;
	color: #782653;
}


.productleft {
	margin-right:15px;
	
}

.productcenter {
	padding:0 15px;
	border:1px solid #d5d5d5;
	border-width:0 1px;
}

.productright {
	margin-left:15px;
	float:left;
}

.productthumb {
	text-align: center;
	margin-bottom:10px;
		
}

.recommend1 {
	margin-right:15px;}

.recommend2  {
	padding:0 15px;
	border:1px solid #d5d5d5;
	border-width:0 1px;
}

.recommend3  {
	padding:0 15px;
	border:1px solid #d5d5d5;
	border-width:0 1px;
}

.recommend4  {
		margin-left:15px;
		float:right;
}

.recommend1 a, .recommend2 a, .recommend3 a, recommend4 a{
	text-decoration:none;
	color: #000000;
}

.recommend1 a:hover, .recommend2 a:hover, .recommend3 a:hover, recommend4 a:hover {
	text-decoration:underline;
	color: #782653;
}

.reg {
	color:#782654;
	margin:5px 0;
}

.category {
	font-style:italic;
	color:#6ec3e1;
}
	
	.category a{
		text-decoration:none;
		color:#6ec3e1;
	}
	
	.category a:hover{
		text-decoration:underline;
		color: #782653;
	}
	
	
.more {
	font-style:italic;
	color:#000000;
	font-size:12px;
}


.more a {
	text-decoration:none;
	color: #000000;
}


.more a:hover{
	text-decoration:underline;
	color: #782653;
}

.more span {
		background:url('images/button_roundarrow.jpg') no-repeat top right;
		padding:1px 20px 1px 0;
	}


/*  Content Pages
----------------------------------------------*/

#cpage {
	text-align:left;
}

	.cpagetop {
		float:right;
		background:url('images/background_header3.jpg') no-repeat;
		width:717px;
		height:333px;
		
	}
	
	.cpageleft {
		float:left;
		width: 141px;
		margin: 0 10px 30px;
		text-align:left;
		padding-top:15px;
	}

	.cpagecenter {
		float: left;
		text-align:left;
		background:url('images/background_content.jpg');
		padding-top:15px;
	}


/* 5. Header 
----------------------------------------------*/

.feature {
	width:329px;
	margin:15px 5px 0 31px;
	float:left;
}

	.featureimg {
		float:left;
		margin:9px 10px 0 0;
	}
	
	.featuretext {
		font-size:11px;
		line-height:14px;
		padding-top:10px;
	}
	
	.featuretext a {
		text-decoration:none;
		color: #782653;
	}
		
	.featuretext a:hover {
		text-decoration:underline;
		color: #cf7ba9;
	}
		

.join {
	width:250px;
	margin: 50px 25px 10px 2px;
	padding:20px 15px 10px;
	float:right;
	display:inline;
	text-align: center;
	/* border: 2px solid #ece7d1; */
}
	
	.jointext {
		color:#fff;
		font-size:18px;
		line-height:20px;
	}
	
	.joinimage {
		float:right;
		width: 115px;
		margin: 2px 2px 2px 100px;
	}

.signup {
	text-align:center;
	margin:15px 0 0;
}


/* 6. Typography 
----------------------------------------------*/

a {
	color:#782654;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h1 a {
	font-size:18px;
	line-height:27px;
	font-weight:normal;
	color:#782653;
	margin:0 0 10px;
	text-decoration:none
}

	.feature h1 {
		font-size:24px;
		line-height:30px;
		text-align:left;
	}

	.contentcenter h1 {
		margin:0;
		padding-bottom:5px;
		border-bottom:1px solid #d5d5d5;
	}

	h1.alt {
		margin:0 0 10px 0;;
		border:none;
	}
	
	#content-int3 h1 {
		margin:20px 0 10px 0;
	}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#782653;
	margin:0 0 15px; 
}

	.feature h2 {
		font-size:14px;
		line-height:14px;
		font-weight:normal;
		margin:0 0 10px;
	}

h3, h3 a {
	font-size:12px;
	font-weight:bold;
	color:#cf7ba9;
	margin:10px 0 20px 0;
	text-decoration:none;
}

	h3 span {
		background:url('images/button_roundarrow.jpg') no-repeat top right;
		padding:1px 20px 1px 0;
	}
	
h4 {
	font-size:14px;
	font-weight:bold;
	color:#782653;
	margin:20px 0 0 0; 
}

	h4 span {
		font-size:12px;
	}

.headerleft span, .headerleft3 span {
	color:#fff;
}

.contentcenter span, .join span, .feature span, .contentright2 span {
	color:#cf7ba9;
}

hr {
	border:1px solid #d5d5d5;
	border-width:1px 0 0 0;
	margin:20px 0;
}


/* 7. Form Styling
----------------------------------------------*/

input, textarea {
	border:1px solid #782653;
	padding:2px 5px;
}

label {

}

.search {
	width:79px;
	float:left;
}

.button {
	border:none;
	float:right;
}


/* 8. Blog Styling
----------------------------------------------*/

.post {
	margin:20px 0;
}

.commentlist {
	border:1px solid #d5d5d5;
	border-width:1px 0 0 0;
	margin:0 0 20px;
}

.commentlist li {
	list-style-type:none;
	padding:10px 0;
	border:1px solid #d5d5d5;
	border-width:0 0 1px 0;
}

.commentlist a {
	color:#800294;
}

.postmetadata {
	font-size:10px;
	margin:10px 0;
}

.postmetadata a {
	color:#800294;
}

#navigation {
	margin:0;
}

.alignleft {
	float:left;
	width:50%;
}

.alignright {
	float:right;
	width:50%;
	text-align:right;
}


/* 9. ClearFix
----------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */