/* 
Theme Name: TWEEM
Theme URL: http://shoppingthemes.com
Description: Create your own twitter minisite with tweem.
Author: ShoppingThemes Team
Author URI: http://shoppingthemes.com
Version: 1.2
*/

/*background (obviously, duh)*/
body { 
	background:#f1f1f1; 
}

/*some header stuff*/
#header {
	padding:10px;
}

#header h1 { 
	padding:0; 
	margin:0; 
	font-weight:bolder;
}

/*link color (change at will) */
a:link, a:visited { 
	color:#33CCFF; 
	text-decoration:none; 
}

a:hover { 
	color:#666; 
}

/*sweet navigation tab*/
#nav ul { 
	padding:0; 
	margin:0; 
	list-style-type:none;
}

#nav ul li { float:left; display:block; list-style-type:none; padding:0; margin:0; }

#nav ul li a{
    background:#ccc;
	float:left;
	margin-left:10px;
	padding:5px 20px 3px;
	color:#333;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#nav ul li a:hover { 
	background:#33CCFF; 
}

#nav ul li a.on { 
	background:#33CCFF; 
	color:#fff; 
}

/*main pearly white body*/
#content{
	background:#fff;
	padding:20px;
	border:3px solid #33CCFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

/*sidebar, yes there is one*/
#sidebar {
	padding:20px;
}

#sidebar ul { 
	list-style-type:none; 
	margin:0; 
	padding:0;
}

#sidebar ul li { 
	margin:0 0 20px 0; 
}

#sidebar ul li ul li{ 
	padding:0; 
	margin:0; 
}

#sidebar h3 { 
	margin:0 0 10px 0;  
}

/*footer. not much attention here*/
#footer {
	padding:20px;
}

/*some styling for the fantastic juitter*/
#juitterContainer ul li { 
	border-bottom:1px solid #f1f1f1; 
	padding:0 0 10px 0; 
	margin:10px 0; 
	height:50px;
	list-style-type:none;
}

#juitterContainer img { 
	height:48px; 
	width:48px;
	float:left; 
	margin-right:10px; 
	border:1px solid #f1f1f1;
}

#juitterContainer .twitdate a {
	font-size:0.9em; 
	color:#666;
}

/* That's all, baby */