/* Blog Frame <d>This is the frame that goes around your entire blog page. */
#goo_blog_wrapper {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:10px 0px 10px 0px;
}
#goo_blog_wrapper a:hover {
	color:#333;
}
#goo_blog_clear {
	clear:both;
}
/* Side Bar <d>This is the side bar that appears to the left or right of your blog roll. */
#goo_blog_sidebar {
	border:1px solid #C4C4C4;
	float:right;
	width:250px;
	padding:15px;
}
/* Side Bar Headers <d>These are the headers that display in you blog's side bar. */
#goo_blog_sidebar h1,h1 a {
	padding:0px;
	margin:0px 0px 3px 0px;
	font-size:16px;
	color:#2B2B2B;
	clear:both;
}
#goo_blog_sidebar h1 a:hover {
	text-decoration:none;
	color:#333;
}
#goo_blog_sidebar .block {
	margin:5px 0 15px 0;
}
/* Side Bar Lists <d>These are the lists that appear in each section in your blog's side bar. */
#goo_blog_sidebar ul {
	margin:5px 0px 15px 0px;
	list-style-type: none;
	padding-left:0px;
	line-height:20px;
	color:#595959;
}
/* Side Bar Lists Links <d>These are the lists links that appear in each section in your blog's side bar. */
#goo_blog_sidebar ul a {
	margin:5px 0px 15px 0px;
	list-style-type: none;
	padding-left:0px;
	line-height:20px;
	color:#595959;
}
/* Side Bar Lists Links - Hover <d>These are the lists link hover state that appear in each section in your blog's side bar. */
#goo_blog_sidebar ul a:hover {
	text-decoration:none;
	color:#2F2369;
}
#goo_blog_sidebar ul .hl {
	color:#33C;
	font-weight:bold;
}
#goo_blog_sidebar input {
	width:68%;
	border:1px solid #999;
	padding:0px 0px 0px 24px;
	outline: none;
	line-height:20px;
	height:25px;
	float: left;
	background: url(/goodirector/contentdirector/pages/blog/images/search.png) no-repeat 0 0;
	background-color:#fff;
	margin:0 0 15px 0;
}
/* Side Bar Search Button <d>This is your side bar search button */
#goo_blog_sidebar .searchbutton {
	float:right;
	width:30%;
	border:1px solid #474747;
	height:23px;
	text-align:center;
	line-height:23px;
	background-color:FFFFFF;
	cursor:pointer;
}
/* Side Bar Search Button :: Hover <d>This is your side bar search button when someone hovers over the button */
#goo_blog_sidebar .searchbuttonover {
	float:right;
	width:30%;
	border:1px solid #333;
	height:23px;
	text-align:center;
	line-height:23px;
	background-color:F60;
	cursor:pointer;
}
#goo_blog_roll {
	position:absolute;
	top:-10000;
	left:-10000;
	width:5px;
	overflow:hidden;
	white-space:nowrap;
}
/* Blog Entry <d>This is the area where each of your blog roll entries display. */
#goo_blog_roll_entry {
	padding:15px;
	border:1px solid #C4C4C4;
	margin:0px 0px 5px 0px;
}
/* Blog Roll Header <d>This is the header that appears on each of your blog entries. */
#goo_blog_roll h1,h1 a {
	padding:0px;
	margin:0px 0px 3px 0px;
	font-size:16px;
	color:#1C1C1C;
}
#goo_blog_roll h1 a:hover {
	text-decoration:none;
	color:#333;
}
#goo_blog_roll h2,h2 a {
	padding:0px;
	margin:0 0 3px 0;
	font-size:13px;
	color:#000;
}
#goo_blog_roll h2 a:hover {
	text-decoration:none;
	color:#333;
}
/* Blog Roll Sub Header Text <d>These are your sub headers that appear in all your blog entries. */
#goo_blog_roll h4 {
	color:#383838;
	padding:0px;
	margin:0px 0px 5px 0px;
	font-weight:normal;
	font-size:12px;
}
/* Blog Roll Sub Header Links <d>This is the color of all your blog entries sub header links. */
#goo_blog_roll h4 a {
	color:#6B6B6B;
}
#goo_blog_roll h4 a:hover {
	text-decoration:none;
	color:#333;
}
/* Blog Roll Body Links <d>These are all your links that appear in the main body of your blog entry. */
#goo_blog_roll_entry p a {
	text-decoration:none;
	color:#41407D;
}
#goo_blog_roll_entry p {
	line-height:17px;
}
#goo_comments_box {
	margin:10px 0 0 0;
	border:1px solid #999;
	padding:15px;
}
#goo_comments_box input[type=text],textarea {
	width:70%;
	border:1px solid #999;
	outline: none;
	line-height:20px;
	margin:0 0 10px 0;
}
#goo_comments_box input[type=button] {
	border:1px solid #999;
	font-weight:600;
	font-size:12px;
	height:25px;
	background-color:#fff;
	padding:0 20px 0 20px;
	cursor:pointer;
	margin:0 5px 0 0;
}
#goo_comments_box input[type=button].over {
	border:1px solid #000;
	cursor:pointer;
}
#goo_comments_box select {
	border:1px solid #999;
	margin:0 0 10px 0;
}
#goo_comments_box .comment {
	margin:15px 0 15px 0;
	padding:15px;
	background-color:#fdfae2;
}
#goo_comments_box .err {
	width:70%;
	height:25px;
	line-height:25px;
	padding:0 10px 0 10px;
	margin:0 0 10px;
	background-color:#fc869a;
}
#goo_comments_box .msg {
	width:80%;
	padding:10px;
	margin:0 0 10px;
	background-color:#c1e9b6;
}
#goo_comments_box .radio {
	margin:0 15px 0 0;
}
#goo_comments_box .radio input {
	margin:0 5px 0 0;
}
#goo_comments_box .spacer {
	height:10px;
}
#goo_blog_laterposts {
	margin:15px 0 15px 0;
}
#goo_blog_laterposts a {
	text-decoration:none;
}
#goo_blog_laterposts a:hover {
	text-decoration:none;
}
/* Later Posts :: Button <d> This is the button that appears after your blog roll to view older posts */
#goo_blog_laterposts .button {
	float:left;
	width:150px;
	border:1px solid #474747;
	height:23px;
	text-align:center;
	line-height:23px;
	background-color:FFFFFF;
	cursor:pointer;
}
/* Later Posts :: Button Hover <d> This is the button hover state that appears after your blog roll to view older posts */
#goo_blog_laterposts .buttonover {
	float:left;
	width:150px;
	border:1px solid #333;
	height:23px;
	text-align:center;
	line-height:23px;
	background-color:8A8A8A;
	cursor:pointer;
}