/*
Theme Name: The Point Blog
Theme URI: 
Description: 
Version: 1.0
Author: Eric McGregor 
Tags: 



*/

@import url(css/reset.css);
@import url(css/960.css);
@import url(css/text.css);

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	}

ul {padding:0; margin:0;}
li {list-style:none; margin:0; padding:0;}
a {text-decoration:none; color:#0179b5;}
a:hover {text-decoration:underline;}

/************************
HEADER
************************/
#header {
	position:relative;
	padding:0px;
	height:100px;
}

#header h1 {
	height:68px;
	width:430px;
	margin:0;
}
#header h1 a {
	display:block;
	height:68px;
	background:url(images/point_logo.jpg) top left no-repeat;
}
#header h1 a span {
	display:none;
}

/************************
search
************************/
#header .search {
	position:absolute;
	top:45px;
	right:0;
	background:url(images/search_bg.jpg) bottom left no-repeat #d9edf6;
	padding:10px;
}
#header .search input {
	margin:0;
}
/*center search field*/
#header .search input#s {
	position:relative;
	top:3px;
}
#header .search table td {
	vertical-align:top;
	padding:0 5px;
}
#header .search table {
	margin:0;
}



#post_search td {
	padding:10px;
	padding-left:0;
}
#post_search input {
	font-size:14px;
}
/************************
subscribe
************************/
.subscribe {
	height:30px;
	text-align:right;
	line-height:30px;
	color:#90b215;
}
.subscribe a {
	padding-left:15px;
}
.subscribe_rss {
	background:url(images/small_rss.jpg) left center no-repeat;
}
.subscribe_twitter {
	background:url(images/small_twitter.jpg) left center no-repeat;
}
.subscribe span {
	padding:0 5px;
}

/************************
globalnav
************************/
#global_nav {
	height:100px;
	margin:30px 0 20px;
	background:url(images/global_nav_bg.jpg) top left no-repeat;
}
#global_nav li {
	float:left;
	position:relative;
	top:20px;
	border-right:1px solid #e2e2e2;
}
#global_nav li.selected, #global_nav li.current-cat {
	height:40px;
	background:#fff;
	left:-1px;
	padding-left:0px;
	border-left:1px solid #e2e2e2;
}

#global_nav li a {
	display:block;
	padding:0px 20px;
	line-height:18px;
	font-weight:bold;
}
#global_nav li.selected a {
	color:#90b215;
}

li#home.selected {
	border-left:1px solid #e2e2e2;
	left:0px;
	padding-left:0;
	background:#fff;
}
li#home.selected a {
	padding-right:19px;
}


#point_nav {
	float:right;
}
#point_nav li {
	float:left;
}

/************************
LOCATION (breadcrumbs) 
************************/
#location {
	line-height:15px;
	height:15px;
	margin-bottom:30px;
}

#location h1 {
	color:#90b215;
	float:left;
	font-weight:normal;
	font-size:16px;
	margin-right:20px;
}

#location a.location_rss {
	background:url(images/small_rss.jpg) right center no-repeat;
	padding-right:20px;
}

/************************************************
SIDEBAR 
Contains sidebar structure and individual
styles for sidebar components

************************************************/

/************************
SIDEBAR 
************************/
#sidebar {
	float:right;
	width:250px;
	margin:0;
	background:url(images/sidebar_bg_top.jpg) top left no-repeat #e6e6e6;
}


#sidebar h3, #site_info h2, #sidebar_widgets h2 {
	text-transform:uppercase;
	font-size:10px;
	margin:0;
	font-weight:bold;
	color:#000;
}

/************************
SIDEBAR UL STRUCTURE
************************/
ul#sidebar_widgets {
	border:0;
	padding:0;
	margin:0px;
}
#sidebar_widgets li {
	border-bottom:1px solid #fff;
	padding:20px;
	margin:0px;
}
#sidebar_widgets ul li {
	border-bottom:none;
	padding-bottom:0px;
	padding-top:0;
	margin:5px 0;
}
#sidebar_widgets table {
	width:100%;
}
#sidebar_widgets a:hover {
	color:#d11d5c;
}

/************************
SITE INFO 
************************/

#site_info {
	border-bottom:1px solid #fff;
	margin:0;
	padding:20px;
}
#site_info h2 {
	margin-bottom:10px;
}
#site_info dt {
	padding:0px 0px 10px 0;
	margin:0;
}
#site_info dd {
	margin:0;
	padding:0 0px 5px 0px;
}
#site_info dd p {
	margin-bottom:10px;
}
#site_info dd p a {
	font-size:11px;
}

#site_info img {
	display:block;
	margin:10px auto;
	padding:20px border:1px solid #d2d2d2;
}


/************************************************
PAGE CONTENT 
The deftault styles for elements inside the
content area.  Different pages are given an ID
of their page type on the Content Wrapper div

************************************************/

/************************
DEFAULT CONTENT AREA
************************/
.content_wrapper {}
.content {}
.post_wrapper {}
.post {
	margin-bottom:20px;
}



/************************
POST STYLES
************************/

.post h2 {
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #e2e2e2;
	margin:0 0 10px;
}
.post h2 a:hover {
	text-decoration:none;
}
.post h3 {
	color:#333;
	font-size:12px;
}

/************************
POST AUTHOR IMAGE
div containing author image
************************/
.post_author_image {
	float:left;
	width:60px;
	display:inline;
	margin-right:10px;
}
.post_author_image img {
	display:block;
	margin:0 auto;
	width:46px;
}


/************************
POST AUTHOR INFO
Author name, comments, date
************************/
.post_author_info {
	float:left;
	width:110px;
	margin-right:10px;
}
.post_author_info p {
	margin:0 0 5px;
}
.post_author_info p strong {
	font-size:12px;
}
.post_author_info p em {
	font-weight:bold;
	font-style:normal;
}
.postmetadata a {
}


/************************
POST ENTRY
contains content styles
************************/
.post_entry {
	float:left;
	width:450px;
}
.post_entry p {
	line-height:1.8em;
	font-size:12px;
}
.post_entry h2 {
	font-size:16px;
	font-weight:normal;
}

.post_entry li {
	font-size:12px;
}
.post_entry ul {
	margin:20px 10px;
}
.post_entry ul li {
	list-style:disc;
	margin:5px 0;
}
.post_entry ol {
	margin:20px 10px;
}
.post_entry ol li {
	list-style:decimal;
	margin:5px 0;
}
.post_entry blockquote {
	margin:20px 10px;
	background:#f2f2f2;
	font-size:11px;
	padding:20px;
}
.post_entry img {
/*
	display:block;
	margin:10px auto;
*/
float:left;
display:block;
margin:0 10px 10px 0;
}




/************************
NEXT PREVIOUS NAVIGATION
************************/
.navigation {
	margin:10px 0;
}
.navigation .alignright {
	float:right;
}
.navigation .alignleft {
	float:left;
}




/************************
PODPRESS
************************/
.post_entry .podPress_content {
	padding:10px;
	border:1px solid #f2f2f2;
	margin:10px 0;
}
.post_entry .podPressPlayerSpace_1 {
	display:block;
	margin:10px 0;
}
.post_entry .podPress_content {
	font-size:11px;
}
.post_entry .podPress_content img {
	display:block;
	margin:10px 0;
	float:none;
}





/************************
comments
************************/
textarea#comment {
	border:1px solid #d2d2d2;
	width:100%;

}

h3#comments, h3#respond {
	font-size:16px;
	font-weight:normal;
	color:#90b215;
}
.commentlist li.alt {
	background:;
	background:url(images/comment_bg.jpg) top left no-repeat #e9f0cf;
}
.commentlist li {
	padding:10px;
	margin:10px 0;
}
.commentlist .avatar {
	float:left;
	margin-right:10px;
}

.commentlist h4  {
	font-size:12px;
	color:#666;
	margin:0 0 5px;
}
.commentlist h4 a {
	color:#666;
}
small.commentmetadata {
	clear:both;
}


.current-cat a {
	text-decoration:underline;
}



/************************
FOOTER
************************/

#footer {
	text-align:center;
	margin:80px 0 0; 
	color:#999;
}
#footer a {
	color:#90b215;
	padding:0 10px;
}