/*  
Theme Name: Web 2.0 Traffic
Theme URI: http://www.stampedesecret.com/
Description: Stampede Secret home page
Version: 1.1
Author: Laura based on Ravish
Author URI: http://www.justskins.com/
*/

body {
	font: 88%/150% Verdana, "Trebuchet MS", Tahoma, Arial;
	color: #333333;
                   background-color: #48607A;
	margin: 0px;
	padding: 0px;
}
a {
	color: #007ea8;
	text-decoration: underline;
}
a:visited {
	color: #9f0000;
	text-decoration: underline;
}
a:hover {
	color: #9f0000;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 8px 30px 10px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	height: 50px;
	font: bold 26px/100% Verdana, "Trebuchet MS", Tahoma, Arial;
	color: #ACD7EE;
}
h1 a, h1 a:visited{
	color: #9f0000;
	text-decoration: none;
}
h1 a:hover{
	color: #9F0000;
	text-decoration: none;
}
h2 {
	color: #D16683;
	margin: 12px 10px 10px 15px;
	border-bottom: 1px dotted #D0D0BF;
	letter-spacing: -1px;
	font: normal 140%/100% Verdana, "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #007EA8;
	text-decoration: none;
}
h2 a:hover {
	color: #9f0000;
	text-decoration: none;
}
h3 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9f0000;
	margin: 12px 10px 10px 15px;
}
h4 {
	font: normal 110%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 780px;
	border-left: 1px solid #D0D0BF;
	border-right: 1px solid #D0D0BF;
	background: #FFFFFE url(images/content-bg.jpg) repeat-y;
}
/* header area */
#header {
	background: #6D92A2;
	height: 176px;
	border-bottom: 3px solid #9f0000;
	align: center;
	color: #D16683;
}
#headerimg {
	position: center;
	background: url(images/web2strategy.jpg) no-repeat left center;
	padding: 0px 0px 0px 0px;
	height: 176px;
	margin: 0px auto;
	width: 780px;
}

#nav {
	position: center;
	padding: 0px 0px 0px 0px;
	height: 21px;
	margin: 0px auto;
	width: 780px;
}

/* content area */
#content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 512px;
	overflow: hidden;
}
#content img {
	border: none;
	padding: 5px;
}

.entry {
	float:right;
	width: 458px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 80%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.post-content blockquote {
	background: #ecf0f0;
	border-left: 1px solid #D0D0BF; 
	padding: 5px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}

/* footer area */
#footerbg {
	clear: both;
	background: #2D405B;
	border-top: 3px solid #9f0000;
	padding-bottom: 20px;
}
#footer {
	width: 780px;
	margin: 0px auto;
	font-size: 95%;
	color: #ACD7EE;
	line-height: 130%;
}
#footer a, #footer a:visited {
	color: #ffffff;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #FFFFFF;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #ACD7EE;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
