/* Widgets */

/* Calendar */

#wp-calendar {
	width: 90%;
	background-color:#FFFFFF;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 2px 0px #CCCBCB;
	box-shadow: 0px 0px 2px 0px #CCCBCB; 
	moz-box-shadow: 0px 0px 2px 0px #CCCBCB; 
}

#wp-calendar caption {
	color: #222;
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom:9px;
	text-align:center;
	margin-top:10px;
}

#wp-calendar thead {
	font-size: 11px;
	text-align: center;
}

#wp-calendar thead th {
	text-align: center;
	padding: 3px 0 2px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar #prev{
	padding:7px;
}


/* Social Media */

#socialmedia .socialnumber{
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#282828;
}

#socialmedia p{
	font-size: 11px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
}

#socialmedia li{
	padding-left:40px;
	height:32px;
	margin-bottom:10px;
	list-style-type:none;
}

#socialmedia {
	margin-left:-15px;
}

#socialmedia .facebook{
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat	
}
#socialmedia .twitter{
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat	
}
#socialmedia .rss{
	background-image: url(../img/rss.png);
	background-repeat: no-repeat	
}
#socialmedia .dribbble{
	background-image: url(../img/dribbble.png);
	background-repeat: no-repeat	
}

/* Social Media Sidebar*/

#sidebar #socialmedia .socialnumber{
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#282828;
}

#sidebar #socialmedia p{
	font-size: 11px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
}

#sidebar #socialmedia li{
	padding-left:55px;
	height:30px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:15px;
	background-position:15px 5px;
	list-style-type:none
}

#sidebar #socialmedia {
	margin-left:-25px;
}


/* Search */

.topsearch{
	width:80%;
	margin:15px;
	background-image:url(../img/magnifying-icon.png);
	background-repeat:no-repeat;
	background-position:98% 6px;
}


/* Flickr */

.flickr-badges{
	overflow:auto;
	padding-left:8px;
	padding-top:20px;
}

.flickr-badges img{
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	max-width:160px;
	height:auto;
}

#footer .flickr-badges{
	overflow:visible;
	padding:0px;
	margin:0px;
	margin-left:8px;
}

#footer .flickr-badges img{
	padding:0px;
	margin:5px;
	max-width:160px;
	border:4px solid #555555;
}

#footer .flickr-badges img:hover{
	border:4px solid #808080;
}

/* Tagcloud */

.tagcloud{
	overflow:auto;
	padding:10px;
}

.posttag{
	padding:0px;
	margin-left:-20px;
}

#footer .tagcloud a { background:#ccc;padding:6px;float:left;margin:5px; font-size:12px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: white;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #636363,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#4b4b4b');
}

#footer .tagcloud a:hover {
	color: white;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

#footer .tagcloud a:active {
	color: white;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.tagcloud a { background:#ccc;padding:6px;float:left;margin:5px; font-size:12px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.tagcloud a:visited {
color: #606060;;
}

.tagcloud a:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.tagcloud a:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* Tabber */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 90%;
	margin-bottom:20px;
	margin-left:5px;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 8px; 

	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	font-size: 11px;
	border-left:0px;
	height: 32px; 
	width:32%;
	text-align:center;
	margin-left:1px;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 12px;
	outline: none;
	color:#333333;
}

ul.tabs li a:hover {
	background: #FAF9FA;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #FAF9FA;
}

.tab_container {
padding-left:15px;
}

.tab_content {	
}

.tab_container a{
	color:#333333;
}

.tab_container a:visited{
	color:#333333;
}

.tab_container a:hover{
	color: #58C0E6;
}

.tabpost{
	border-bottom:1px solid #ECECEC;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top:5px;
}

.tabthumb{
	float:left;
	margin-right:7px;
	padding:2px;
	border:1px solid #C8C8C8;
	margin-left:10px;
}

.avatar{
	float:left;
	margin-right:7px;
	padding:2px;
	border:1px solid #C8C8C8;
	margin-left:10px;
}

.tabtitle{
	font-size: 11px;
	margin-bottom:3px;
}

.tabtitle a{
	border-bottom:0px;
}

.tabmeta{
	font-size: 10px;
	color:#B3B2B2;
	margin:0px;
	padding:0px;
	margin-top:-23px;
}