@charset "utf-8";
/* CSS Document */
/*
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
----------reset.css----------------------*/

/*--------------------------------*/
ol, ul {
	list-style: none;
}
figure {
	background:#F5F5F5;
	border:1px solid silver;
	padding: .5em;
	margin: .5em;
	margin-right: 2em;
	float: left;
}
.list-results {
	list-style:decimal;
	margin: 10px;
	padding: 5px;
}
.list-results li {
	border-bottom:1px solid #F0F0F0;
}
.sitemap ul{
	list-style:disc;
	margin: 10px;
	padding: 10px;
}
.sitemap li {
	margin: 5px;
	padding: 5px;
}
.sitemap > ul{
	list-style-type: circle;
}
.sitemap > ul > ul {
	list-style-type: square;
}
.sitemap > ul > ul > ul {
	list-style-type:square;
}
.margin-right10 { margin-right: 10px; }
#response ol, #response #errorMessage{
	list-style: decimal;
	margin: 10px;
	padding: 5px;
}
#response #successMessage {
	margin: 15px 10px;
	padding: 5px;
}
#response li {
	margin-left: 35px;
}
.error {
	color:#C00;
	font-size:small;
}
/* Social Icons
========================================= */
.openduka-social {
	list-style: none;
}
.icon-default-32 {
	padding: 2px 5px 2px 2px;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background-image:url(../images/social-icons-default.png);
}
.icon-default-16 {
	padding: 2px 5px 2px 2px;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-image:url(../images/social-icons-default-16.png);
}

.icon-facebook {
	background-position: -85px -4px;
}
.icon-flickr {
	background-position: -5px -4px;
}
.icon-linkedin {
	background-position: -45px -4px;
}
.icon-myspace {
	background-position: -125px -4px;
}
.icon-email {
	background-position: -165px -4px;
}
.icon-youtube {
	background-position: -205px -4px;
}
.icon-google {
	background-position: -245px -4px;
}
.icon-twitter {
	background-position: -285px -4px;
}
.icon-skype {
	background-position: -325px -4px;
}
/*--------------tweetable----------------*/
#tweet-feeds {
	width:100%;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:  1px 1px 1px #0f0f0f;
	-moz-box-shadow: 1px 1px 1px #0f0f0f;
	box-shadow: 1px 1px 1px #0f0f0f; 	
}

#tweet-feeds li {
	padding: 5px;
	border-bottom:1px solid #D3D3D3;
	border-top:1px solid #E4E4E4;
	line-height:150%;
}

#tweet-feeds li.tweet_content_0 {
	border-top:0px none;
}
#tweet-feeds li:last-child{
	border-bottom:0px none;	
}

#tweet-feeds .hash { color:#999; } 
#tweet-feeds .reply { color:#999; } 
	