/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#wrapper {
	margin: -14px auto;
}

#content h1 {
	font-family: Tw Cen MT, Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 36px;
	letter-spacing: -3px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-right: 20px;
	/* text-shadow: 2px 2px #F7F7F7; */
	z-index: 2;
}

#header #description {
	margin-top: 14px;
}

#content h3 {
	font-size: x-large;
}

#content strong {
	/* color: #c89a2b; default */
	/* color: #c73636; murkyred */
	/* color: #f6722a; orangeblue */
}

.post h2 {
	font-size: x-large;
}

#pages {
	width: 300px;
	margin: 0 0 25px;
}

#pages a {
	color: black;
	font-size: xx-large;
	font-weight: bolder;
	text-decoration: none;
}

#pages a:hover {
	/* color: #c89a2b; default */
	/* color: #c73636; murkyred */
	color: #f6722a; /* orangeblue */
}

#pages ul {
	list-style: none;
}

#pages ul li {
	margin: 5px 0 5px 0;
}

#rss {	height: 36px;
	width: 300px;
	position: relative;
	margin: 0 0 15px;
}

#rss {
	background: #33211f;
}

#rss a:hover {
	color: #ff6600;
}

#facebook {
	height: 36px;
	width: 300px;
	position: relative;
	margin: 0 0 15px;
}

#facebook {
	background: #33211f;
}

#facebook a {
	width: 280px;
	background: url(images/ico-facebook.png) top right no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}

#facebook a:hover {
	color: #34569b;
}

#twitter-ico {
	height: 36px;
	width: 300px;
	position: relative;
	margin: 0 0 30px;
}

#twitter-ico {
	background: #33211f;
}

#twitter-ico a {
	width: 280px;
	background: url(images/ico-twitter.png) top right no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}

#twitter-ico a:hover {
	color: #33ccff;
}

.video {
	border: 2px solid #f6722a;
}

.entry a {
	color: #38A7D1;
	font-weight: bold;
}

.entry a:hover {
	color: #33211f;
}

.tag-cloud a:hover {
	text-decoration: underline;
}
