/*  
Theme Name: StudsUp Live
Theme URI: 
Description: WP Custom Theme for StudsUp
Version: 1.0
Author: Chris Toy
Author URI: 

All rights reserved. Copyright &#169; 2008 StudsUp.

*/


/* ==================================== COLORS 
	#201915 : Dark Brown - body bg
	#fffefe - Offwhite - links
	#83736a - Medium Brown - main text
	#65544b - Dark Brown - darker texts
	#3c2b24 - Brown - 3px border of previews
*/

/* ==================================== DIMENSTIONS and FONTS
	992px : overall width of main box
	912px : width of main text area
	12px : default font size
	Georgia, 'Times New Roman', Times, serif; : font family
*/

/* ==================================== RESET BROWSER STYLING  */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol, li { list-style-type: none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,address,blockquote,fieldset,input,label,div,dd,dt,dl,fieldset,table,tr,td,hr,script { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }



/* ==================================== GLOBAL ELEMENTS */

body {
	font-family: Georgia, 'Times New Roman', Times, serif;	
	font-size: 12px;
	color: #83736a;
	background: #201915;
	text-align: left;
	vertical-align: top;	
	width: 100%;
	margin: auto;	
	min-width: 992px;
	}

a {
	color: #fffefe;
	text-decoration: none;
  	}
  	
  	a:hover {
  		color: #fff;
  		}

a:focus { outline:none }

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #777;
	background-color: #777;
	border: 0px;
	}

blockquote {
	margin: 20px 0 0 20px;
	padding: 0 20px;
	border-left: 5px solid #83736a;
	}
	
	.post .entry blockquote p {
		padding: 0;
		margin: 0;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #777;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #999;
		}

.clear{
	clear: both;
}

.align_left{
	float: left;
}

.align_right{
	float: right;
}


.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}

.hide {display:none;}

input {
	font-family: Georgia, 'Times New Roman', Times, serif;	
	font-size: 12px;
}

.space60px {
	width: 100%;
	height: 60px;
	float: left;
}

.space10px {
	width: 100%;
	height: 10px;
	float: left;
}

.space20px {
	width: 100%;
	height: 20px;
	float: left;
}

.space5px {
	width: 100%;
	height: 5px;
	float: left;
}




.wrap_a {
	width: 1px;
	height: 1px;
	float: left;
	display: block;
}



/* HEADINGS 

h1, h1 a, h1 a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: #000;
	font-family: 'Georgia', serif;
	font-size: 50px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #111;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: #999;
		font-family: 'Georgia', serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		text-align: left;
		}

h3, h3 a {
	margin: 30px 10px 0 0;
	padding: 0;
	color: #111;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #111;
	border-bottom: 1px dotted #777;
	}

*/


/* ==================================== CONTENT DIV STRUCTURE */

/* PRE CONTENT - START */

#home_bg {
	width: 100%;
	margin: auto;
	background: url(images/bg_home.jpg) top center no-repeat;
	min-height: 628px;
	min-width: 992px;
}

#index_bg {
	width: 100%;
	margin: auto;
	background: url(images/bg_index.jpg) top center no-repeat;
	min-height: 671px;
	min-width: 992px;	
}

#blog_bg {
	width: 100%;
	margin: auto;
	background: url(images/bg_blog.jpg) top center no-repeat;
	min-height: 249px;
	min-width: 992px;		
}

#main_box {
	width: 992px;
	margin: 0 auto;
}


/* PRE CONTENT - END */


/* HEADER SECTION - START */

#header_box {
	width: 837px;
	height: 90px;
	float: left;
	padding: 0 115px 0 40px;
	position:relative;
}

p.tm { position: absolute; left: 345px; top: 5px; color:#000; font-weight: bold;}
	
	#header_box h1#logo a {
		width: 324px;
		height: 79px;
		float: left;
		display: block;
	}
	
	#header_box h1 span {display:none;}

	#header_right {
		width: 510px;
		float: right;
	}
	
		#subscribe_box {
			width: 390px;
			height: 36px;
			padding: 4px 0 0 0;
			float: right;
			margin: 0;
		}
		
			#subscribe_box p {
				width: 95px;
				height: 31px;
				float: left;
				background: url(images/bg_subscribe.png) no-repeat;
			}
				
			#subscribe_box span {display:none;}

			#subscribe_box form {
				float: left;
			}
			
			#subscribe_box input#email_sub {
				width: 158px;
				height: 22px;
				padding: 9px 5px 0 5px;
				float: left;
				background: url(images/bg_inputemail.png) no-repeat;
				font-size: 13px;
				color: #201915;
				border: none;
			}
							
			#subscribe_box a.go {
				width: 35px;
				height: 31px;
				margin: 0 3px 0 0;
				float: left;
				background: url(images/bg_btn_go.png) no-repeat;			
			}
		
			#subscribe_box a.rss {
				width: 35px;
				height: 31px;
				float: left;
				margin: 0 0 0 3px;
				background: url(images/bg_btn_rss.png) no-repeat;			
			}
			
			#subscribe_box a.twitter {
				width: 35px;
				height: 31px;
				float: left;
				margin: 0 0 0 3px;
				background: url(images/bg_btn_twitter.png) no-repeat;			
			}			
			
		#nav_box {
			width: 456px;
			height: 30px;
			float: right;
			margin: 20px 0 0 0;
			padding: 0 22px 0 0;
		}
		
		#nav_box span {display:none;}
			
		ul#the_nav li {
			float: left;
		}
		
			ul#the_nav li a.home {
				width: 60px;
				height: 30px;
				float: left;
				background: url(images/newnav/bg_nav_home.png) top no-repeat;
			}

				ul#the_nav li a:hover.home, ul#the_nav li.current a.home {
					background: url(images/newnav/bg_nav_home.png) bottom no-repeat;
				}

			ul#the_nav li a.archive {
				width: 84px;
				height: 30px;
				float: left;				
				background: url(images/newnav/bg_nav_archive.png) top no-repeat;
			}
			
				ul#the_nav li a:hover.archive, ul#the_nav li.current a.archive {
					background: url(images/newnav/bg_nav_archive.png) bottom no-repeat;
				}
			

			ul#the_nav li a.news {
				width: 66px;
				height: 30px;
				float: left;
				background: url(images/bg_nav_news.png) top no-repeat;
			}

				ul#the_nav li a:hover.news, ul#the_nav li.current a.news {
					background: url(images/bg_nav_news.png) bottom no-repeat;
				}
				
			ul#the_nav li a.blog {
				width: 56px;
				height: 30px;
				float: left;
				background: url(images/newnav/bg_nav_blog.png) top no-repeat;
			}

				ul#the_nav li a:hover.blog, ul#the_nav li.current a.blog {
					background: url(images/newnav/bg_nav_blog.png) bottom no-repeat;
				}				

	
			ul#the_nav li a.forum {
				width: 76px;
				height: 30px;
				float: left;
				background: url(images/bg_nav_forum.png) top no-repeat;
			}

				ul#the_nav li a:hover.forum, ul#the_nav li.current a.forum {
					background: url(images/bg_nav_forum.png) bottom no-repeat;
				}


			ul#the_nav li a.contact {
				width: 83px;
				height: 30px;
				float: left;
				background: url(images/newnav/bg_nav_contact.png) top no-repeat;
			}

				ul#the_nav li a:hover.contact, ul#the_nav li.current a.contact {
					background: url(images/newnav/bg_nav_contact.png) bottom no-repeat;
				}

			ul#the_nav li a.joinsufans {
				width: 173px;
				height: 30px;
				float: left;
				background: url(images/newnav/bg_nav_joinsufans.png) top no-repeat;
			}

				ul#the_nav li a:hover.joinsufans, ul#the_nav li.current a.joinsufans {
					background: url(images/newnav/bg_nav_joinsufans.png) bottom no-repeat;
				}

	#banner_box {
		width: 770px;
		padding: 0 102px 0 120px;
		float: left;
		margin: 10px 0 0 0;
	}
		
		#banner_box .ad_border {
			width: 729px;
			height: 90px;
			padding: 6px;
			border: 2px solid #595656;
			float: left;
			margin: 0;
			position: relative;
			
		}
		
		#banner_box a img {
			width: 728px;
			float: left;
			padding: 0;
			margin: 0;
			position: absolute;
			top: 8px !important;
			top: 6px;
			left: 8px;
		}
		
		#banner_box embed {
			width: 728px;
			padding: 0;
			margin: 0;
		}
	
	
/* HEADER SECTION - END */
				

				
/* COMIC SECTION - START */				
				
#homecomic_box {
	width: 770px;
	float: left;
	padding: 6px 114px 5px 108px;	
	margin: 0 0 5px 0;
	background: url(images/bg_extendedcomic.png) no-repeat bottom;
	position: relative;
}

.fbiframe {
	position:absolute;
	bottom: 0;
	left: 390px;
}

#indexcomic_box {
	width: 992px;
	float: left;
	margin: 0 0 5px 0;
	background: url(images/bg_extendedcomic.png) no-repeat bottom;
	padding: 0 0 5px 0;
	position: relative;
}

	#indexcomic_box span {display:none;}

	#leftpoint_box {
		width: 113px;
		min-height: 300px;		
		float: left;
	}
		
		#leftpoint_box a {
			width: 100px;
			height: 63px;
			background: url(images/bg_btn_ptleft.png) top no-repeat;
			float: right;
			margin: 113px 0 0 0;
		}
		
		#leftpoint_box a:hover {
			background: url(images/bg_btn_ptleft.png) bottom no-repeat;
		}
	
	#the_comic {
		width: 770px;
		float: left;
	}
	
	#rightpoint_box {
		width: 109px;
		min-height: 300px;
		float: left;
	}
	
		#rightpoint_box a {
			width: 102px;
			height: 63px;
			background: url(images/bg_btn_ptright.png) top no-repeat;
			float: left;
			margin: 113px 0 0 0 !important;
			margin: 24px 0 0 0;
		}
		
		#rightpoint_box a:hover {
			background: url(images/bg_btn_ptright.png) bottom no-repeat;
		}
		
	
.retweet { float: left; margin: 8px 0 0 310px !important; margin: 8px 0 0 155px; }
.fblike { float: left; width: 10px; margin: 8px 0 0 0; }
.icn_comments { float: right; margin: 5px 5px 0 0; }

/* COMIC SECTION - END */	



/* MAIN CONTENT SECTION - START */

.cta_texts { width: 992px; height: 33px; float: left; background: url(images/bg_ctatexts.png) no-repeat;  }
.cta_texts2{ width: 992px; height: 41px; float: left; background: url(images/bg_ctatexts3.png) no-repeat;  }

#index_bg .cta_texts { margin-bottom: 10px; }

.content_box {
	width: 912px;
	float: left;
	padding: 0 40px;
}

.content_box_cartoonbg {
	width: 912px;
	float: left;
	padding: 0 40px;
	background: url(images/bg_cartoonline.png) no-repeat bottom;
}

	#welcome_box {
		width: 300px;
		float: left;
		padding: 28px 19px 20px 0;
	}
	
		#welcome_box span {display:none;}
	
		#welcome_box h2 {
			width: 274px;
			height: 26px;
			background: url(images/bg_welcome.png) no-repeat;
		}
		
		#welcome_box p {
			line-height: 1.4em;
			margin: 10px 0 0 0;
			padding: 0;
		}
		
		#welcome_box p.sig {
			width:77px;
			height: 39px;
			background: url(images/bg_sig.png) no-repeat;
			float: right;
		}

	#faves {
		width: 593px;
		float: left;
		position: relative;
		padding: 28px 0 38px 0;
	}
	
		#faves span {display:none;}
	
		#faves p.some_faves {
			width: 199px;
			height: 39px;
			background: url(images/bg_somefaves_under.png) no-repeat;
			position: absolute;
			bottom: 0;
			left: 160px;
		}
		
		#faves li  {
			float: left;
			margin: 0 7px 0 0 !important;
			margin: 0 6px 0 0;
			padding: 0;
		}
		
			#faves li a img {
				border: 3px solid #3c2b24;
			}
			
			#faves li a:hover img {
				border: 3px solid #83736a;
			}
		
	h2.the_archives {
		width: 178px;
		height: 21px;
		background: url(images/bg_thearchives.png) no-repeat;
		float: left;
		margin: 0 0 5px 43px;
	}
	
		h2.the_archives span, h2.news span {display: none}
		
		
	h2.news {
		width: 67px;
		height: 20px;
		float: left;
		background: url(images/bg_news.png) no-repeat;
		margin: 0 0 5px 0;
	}
	
	.wide_content_box {
		width: 928px;
		padding: 0 32px;
		float: left;
	}
	
		#leftarrows_box {
			width: 52px;
			float: left;
			position: relative;
			min-height: 325px;
		}
		
			#leftarrows_box a.big {
				width: 52px;
				height: 89px;
				float: left;
				background: url(images/bg_btn_bigleft.png) top no-repeat;	
				margin: 120px 0 5px 0;
			}
				#leftarrows_box a:hover.big {
					background: url(images/bg_btn_bigleft.png) bottom no-repeat;
				}
			
			#leftarrows_box a.small {
				width: 52px;
				height: 35px;
				float: left;
				background: url(images/bg_btn_smallleft.png) top no-repeat;		
			}
				#leftarrows_box a:hover.small {
					background: url(images/bg_btn_smallleft.png) bottom no-repeat;
				}				

			
		#archive_box {
			width: 824px;
			min-height: 325px;
			float: left;
			margin: 0 0 15px 0;
			font-size: 14px;
		}
		
		*html #archive_box {
			height: 325px;
		}
			
			#archive_box a img {
				border: 3px solid #3c2b24;
				margin: 0 0 5px 0;
			}
			
			#archive_box a:hover img {
				border: 3px solid #ffffee;
			}
			
			#archive_box a {color:#83736a;}

			#archive_box a:hover {color:#ffffee;}			
			
			.thumb_box {
				width: 128px;
				height: 200px;
				float: left;
				margin: 5px 2px 5px 6px !important;
				margin: 5px 2px 5px 3px;
 			}
			
		#rightarrows_box {
			width: 52px;
			float: left;
			position: relative;
			min-height: 325px;
		}
		
		
			#rightarrows_box a.big {
				width: 52px;
				height: 89px;
				float: left;
				background: url(images/bg_btn_bigright.png) top no-repeat;	
				margin: 120px 0 5px 0;
			}
				#rightarrows_box a:hover.big {
					background: url(images/bg_btn_bigright.png) bottom no-repeat;
				}
			
			#rightarrows_box a.small {
				width: 52px;
				height: 35px;
				float: left;
				background: url(images/bg_btn_smallright.png) top no-repeat;		
			}
				#rightarrows_box a:hover.small {
					background: url(images/bg_btn_smallright.png) bottom no-repeat;
				}				

					
		/*
			#bigright a {
				width: 52px;
				height: 89px;
				float: left;
				background: url(images/bg_btn_bigright.png) top no-repeat;
				margin: 120px 0 5px 0;
			}

			#bigright a:hover {
				background: url(images/bg_btn_bigright.png) bottom no-repeat;
			}
			
			#smallright a {
				width: 52px;
				height: 35px;
				background: url(images/bg_btn_smallright.png) top no-repeat;
				float: left;
			}
			
			#smallright a:hover {
				background: url(images/bg_btn_smallright.png) bottom no-repeat;
			}
			
		*/
			
		.news_box {
			width: 290px;
			padding: 0 5px 15px 5px;
			float: left;
			font-size: 13px;
		}

		.forum_box {
			width: 300px;
			padding: 6px 0 15px 0;
			float: left;
			font-size: 13px;			
		}	
		
			.news_box p, .forum_box p {
				margin: 5px 0 0 0;
			}
		
			.news_box p.title, .forum_box p.title {
				font-size: 14px;
				color: #65544b;
			}	
			
			.news_box p.title a, .forum_box p.title a {
				color: #fffefe;
			}
			
	
	/* Left Column - Start */
	
	#left_column {
		width: 602px;
		padding:  0 20px 50px 0;
		float: left;	
		font-size: 13px;	
	}
	
		h2.pagetitle {
			font-size: 22px;
			font-style: italic;
			color: #fffefe;
			font-weight: normal;
			margin: 0 0 5px 0;
		}

		.post h2, .post h2 a, .post h3, .post h3 a {
			color: #fffefe;
			font-size: 21px;
			font-weight: normal;
		}

		.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
			padding: 12px 0 0 0;
			color: #fffefe;			
		}	
		
		.entry h3 {font-size: 18px;}
		
		.entry h4 {font-size: 16px;}

		.entry h5 {font-size: 14px;}
		
		.entry h6 {font-size: 13px;}				
		
		.entry p, .post p.author, .postinfo p { color:#d8d0cc; }
		.entry a { text-decoration: underline; }
		.entry a:hover { text-decoration: none; }
		
		.post {
			padding: 5px 0;
		}
		
		.post p {
			padding: 12px 0 0 0;
			line-height: 1.2em;
		}
		
		.post p.author {
			padding: 5px 0 0 0;
		}
		
		.entry ul, .entry ol {
			padding: 10px 0 0 0;
		}
		
		.entry ul li {
			list-style-type: circle;
			margin: 0 0 0 20px;
		}
		
		.entry ol li {
			list-style-type: decimal;
			margin: 0 0 0 25px;			
		}
		
		.shortline {
			width: 602px;
			height: 12px;
			background: url(images/bg_shortline.png) no-repeat;
			float: left;
		}		
		 
		.postinfo {
			padding: 0 0 20px 0;
		}
			.postinfo p.author {
				font-size: 14px;
			}
			
			.postinfo p.tags {
				font-size: 11px;
			}
			
			.postinfo p.comment a {
				font-size: 16px;
			}

			.postinfo a {
				text-decoration: underline;
			}
				
			.postinfo a:hover {
				text-decoration: none;
			}
			
				
		
	
	/* Left Column - End */	


	/* Right Column - Start */
	
	.right_column {
		width: 290px;
		float: left;
		position: relative;
		padding: 250px 0 160px 0;
		font-size: 13px;
	}
	
	.right_column.nike { padding: 5px 0 200px 0; }
	
	.right_column.home {
		padding-top: 0;
	}
		
		.archive_graphic {
			width: 290px;
			height: 256px;
			position: absolute;
			top: -26px;
			left: 0;
			background: url(images/bg_sidebararchives.png) no-repeat;
		}
		
			.archive_graphic span {display:none;}
		
			.archive_graphic a {
				width: 225px;
				height: 135px;
				float: left;
				display: block;
				margin: 116px 0 0 35px;
			}
			
		h3.forum {
			width: 290px;
			height: 44px;
			float: left;
			background: url(images/bg_fromtheforum.png) no-repeat;
		}
		
			h3.forum span {display:none}
		
		.forum_excerpt {
			width: 100%;
			float: left;
			margin: 0 0 12px 0;
		}
			
		.right_column p.forum_time {
			color: #65544b;
			margin: 10px 0 0 0;
		}
		
			p.forum_time a, .forum_excerpt a {
				color: #65544b;
			}
			
			p.forum_time a:hover, .forum_excerpt a:hover {
				color: #fffefe;
			}
			
		h3.twitter {
			width: 110px;
			height: 26px;
			margin: 15px 0 8px 20px;
			background: url(images/bg_twitter.png) no-repeat;
		}

			h3.twitter span {display: none;}
		
		.aktt_tweets {
			margin: 10px 0 0 20px;
		}
		
		.aktt_tweets ul li {
			margin: 0 0 10px 0;
		}
		
		h3.twitter_link {
			margin: 15px 0 0 20px; 
			font-size: 22px;
			font-weight: normal;
		}
			

		.fb_box {
			widht: 290px;
			float: left;
			margin: 20px 0 0 0;
			
		}

	/* Right Column - End */	
	
		

/* MAIN CONTENT SECTION - END */



/* FOOTER SECTION - START */

h2.from_blog {
	width: 177px;
	height: 26px;
	float: left;
	background: url(images/bg_fromblog.png) no-repeat;
	margin: 0 0 5px 0;
}

h2.from_blog span {display:none;}

#footer_box {
	width: 912px;
	float: left;
	padding: 0 40px 15px 40px;
	color: #65544b;
	font-size: 14px;
	position: relative;
}

	#footer_box a {
		color: #65544b;
	}
	
	#footer_box a:hover {
		color: #83736a;
	}

	.the_line {
		width: 912px;
		height: 13px;
		float: left;
		background: url(images/bg_footerline.png) no-repeat;
		margin: 0 0 10px 0;
	}
	
	ul#footer_nav li {
		border-right: 1px solid #65544b;
		float: left;
		padding: 0 8px;
	}
	
	ul#footer_nav li.last {border:none;}
	
	p.design {
		float: right;
	}
	
	#footer_box a.fi {
		padding: 1px 35px 1px 0;
		background: url(images/bg_fullyillustrated.png) right no-repeat;
	}
	
	.cartoon_line {
		width: 912px;
		height: 141px;
		float: left;
		background: url(images/bg_cartoonline.png) no-repeat;
		position: absolute;
		top: -141px;
		z-index: -1;
	}
	
	.badges {
		width: 100%;
		float: left;
		text-align: center;
		padding: 10px 0 0 0;
	}
	
/* FOOTER SECTION - END */



/* COMMENTS */

.comment-wrapper {
	padding: 0;
}
	
	.comment-wrapper h4 {
		padding: 15px 0 0 0;
		font-size: 16px;
		letter-spacing: -1px;
		color: #fffefe;		
		clear: both;
		}

	.comment-wrapper a {
		text-decoration: none;
		border-bottom: 1px dotted #777;
		}
		
		.comment-wrapper a:hover {
			color: #777;			
			border-bottom: 1px solid #777;
			}

	.comment-wrapper p {
		margin: 0;
		font-size: 12px;
		}

.avatar {
	margin:0 10px 10px 0;
	padding:5px;
	float:left;
	border: 1px solid #777;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#comment, #author, #email, #url {
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	#comment:hover, #author:hover, #email:hover, #url:hover {
		background: #eee;
		}
	
	#comment {
		width: 100%;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
	margin: 0 0 20px 0;
	padding: 0 5px;
	float: right;
	color: #fff;
	background: #888;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#submit:hover {
		cursor:pointer;
		background: #222;
		}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	.commentlist li {
		padding: 20px 0 0 0;
		clear: both;
		}



/* ARCHIVE */  

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border-width: 1px;
	border-style: solid ;
	border-color: #ccc #aaa #555 #777;
	}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	}
 
	.comicarchiveframe h3 {
		margin: 0;
		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	color: #555;
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #999;
	}

#wp-calendar a {
	color: #333;
	display: block;
	text-decoration: none;
	background: #ddd;	
	}
	
	#wp-calendar a:hover {
		color: #333;
		background: #bbb;
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	#s:hover {
		background: #eee;
		}

#searchsubmit {
	margin: 0;
	padding: 0 0 0 2px;
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	background: #888;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#searchsubmit:hover {
		cursor:pointer;
		background: #222;
		}



.authoravatar {
	float: left;
	margin: 0 10px 0 0;
}

.authoravatar im { width: 73px; height: 73px; }

.sb_pad { padding: 0 15px; }

.sb_pad h4 { font-size: 20px; }
.sb_pad h5 { font-size: 20px; }

.sb_pad li { margin: 5px 0 5px 10px; }


/* Sidebar Nike */
.nike h4 { color: #f2ac43; font-size: 18px; font-weight: normal;  } 
.nike h5 { color: #f2ac43; font-size: 16px; font-weight: normal;  } 
.nike ul { color:#fff; }
.nike li { margin: 5px 0 5px 0; }
.nike .bright { color: #f2ac43; }
.center { text-align: center; }
.nike_box { border: 1px solid #f2ac43; line-height: 1.8em; padding: 5px; margin: 30px 0; }


#sponsor-left { width:760px; margin:auto; padding:0px 0 5px; clear:both; text-align:center; }
	#sponsor-left a { color:#f5722a; }
	#sponsor-left p {  }

