/* 
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.

*/
.background {
	background: #efefef url(http://awakendesigncompany.com/anthony/wp-content/themes/typebased/images/content_bg.gif) repeat-y right top;
}

body {
	background: #000000 url(http://www.anthonysantiago.org/images/background.jpg) no-repeat fixed;
}

#content {
	background: #000000 url(http://awakendesigncompany.com/anthony/wp-content/themes/typebased/images/content_bg.gif) repeat-y left top;
}

#footer {
	width: 940px;
	margin: 0 auto;
	background: url(http://awakendesigncompany.com/anthony/wp-content/themes/typebased/images/footer_bg.gif);
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}
#copyright {
	width: 100%;
	clear: both;
	background: #000000 url(http://awakendesigncompany.com/anthony/wp-content/themes/typebased/images/bottom.gif) no-repeat left bottom;
	border-top: #080808 1px solid;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}
#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(http://awakendesigncompany.com/anthony/wp-content/themes/typebased/images/footer_line.gif) repeat-x left bottom;
}
#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(http://awakendesigncompany.com/anthony/wp-content/themes/typebased/images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}
.post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: #CBCBCB 1px solid;
	background: url(http://awakendesigncompany.com/anthony/wp-content/themes/typebased/images/post_element.gif) no-repeat 159px 21px;
}

p {
color: #efefef;
}

.anthony { 
   background-image: url('http://www.anthonysantiago.org/images/anthony-santiago.jpg'); 
   height: 188px; 
   width: 254px; 
   overflow: hidden; 
   display: block; 
}
.anthony:hover { 
   background-position: 0 -189px; 
}


.facebook { 
   background-image: url('http://www.anthonysantiago.org/images/facebook.png'); 
   height: 50px; 
   width: 50px; 
   overflow: hidden; 
   display: block; 
}
.facebook:hover { 
   background-position: 0 -49px; 
}

.twitter { 
   background-image: url('http://www.anthonysantiago.org/images/twitter.png'); 
   height: 50px; 
   width: 50px; 
   overflow: hidden; 
   display: block; 
}
.twitter:hover { 
   background-position: 0 -49px; 
}

.vimeo { 
   background-image: url('http://www.anthonysantiago.org/images/vimeo.png'); 
   height: 50px; 
   width: 50px; 
   overflow: hidden; 
   display: block; 
}
.vimeo:hover { 
   background-position: 0 -49px; 
}

#podPress_footer {
display: none;
visibility: hidden;
}