/*
Theme Name: Super Donkey Upskirts
Theme URI: 
Description: Yeah.
Version: 1.0
Author: Howard F.

*/

body {
	margin: 0px;
	padding: 0px;
    position:relative;
	left:0px;
	top:0px;
	z-index:0
}
.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	background-color:#EEEEEE;
	border:1px dashed #CCCCCC;
	color:#555555;
	font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-size:11px;
	line-height:16px;
	padding:5px;
	}
	
#wrapper {
	display: block;
	margin: 0 auto;
	width: 1040px;
	position: relative;
	background: #fff;
}

#header {
	width: 1040px;
	background: #fff url('/images/upSkirtHead.jpg') top center no-repeat;
	height: 192px;
	margin-top: 0px;
	color: #fff;
}


#titleBar{
	border: 1px solid  #CCCCCC;
	float: left;
	width: 798px;
	
	background-color:#545454;
	color:#FFFFFF;
	font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	text-align: left;
	
	}

#content{
	float:left;
	width:675px;
	}

#footer {
	clear: both;
	width:1030px;
	background: #333;
	color: #fff;
	text-align: center;
	height: 30px;
	padding: 5px;
}

#footer a {
	color: #fff;
}
	
/***** SIDEBAR FORMATTING *****/
.widget{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	}
#tag_cloud{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align: center;
	line-height: 15px;
	padding-bottom: 10px;
	}	
#sidebarRight {
	width: 135px;
	float: left;
	color: #000;
	padding: 0px 10px 0px 0px;
}

#sidebarLeft {
	width: 210px;
	float: left;
	color: #000;
	padding: 0px 10px 0px 0px;
}
.dashedBox{
	padding: 5px;
	border: 1px dashed #cccccc;
	background-color: #eeeeee;
	color:#555555;
	font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-size:11px;
	line-height:16px;
	}
	

h2 {
	background-color:#545454;
	color:#FFFFFF;
	font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	text-align: left;
}

#sidebarRight a {
	color: #8B9BAE;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #8B9BAE;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #8B9BAE;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #8B9BAE;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #8B9BAE;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebar ul, .sidebar ol { 
	margin: 0 0 5px 0; 
	font-size: 10px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	list-style-type:none;
	text-align:left;
	padding: 2px;
}

ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

li {
	list-style-type: none;
	margin-left: 0px;
}

h3{
	margin: 0px; 
	border-bottom:1px solid #ddd;
	color: #000;
}

.titleLink {
                width:100%;
	margin: 0px;
                font-size: 13pt;
                font-weight: bold;
	border-bottom:1px solid #ddd;
	color: #000;
}

a {
	font: 10px verdana, geneva, arial, sans serif;
	color: #8B9BAE;
	text-decoration: none;
}
		
a:hover {
	color: #333;
}

li.twitter-item{
	font-size:12px;
	padding:5px;
	}

.twitter-timestamp{
	margin-bottom:2px;
	margin-right:5px;
	display:block;
	margin:10px 0 0;
	text-align:right;
	}

.post {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	paddding: 4px;
}
blockquote {
	color: #000; 
	margin: 10px; 
	border-left: 2px solid #545454;
	/*background: #94948D ;*/
	padding: 10px;
	font-size: 12px;
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
}
p {
color:#555555;
font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
font-size:11px;
line-height:16px;
padding-left:5px;
padding-right:20px;
}
p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #94948d;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
	color: #ccc;
}

.postmeta a {
	color: #fff;
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}
h1 a {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

.calBack{
	background: #fff url('/images/calBack.jpg') top no-repeat;
	float:left;
	height:40px;
	width:40px;
	}
.calBack .month{
	color: #fff;
	font-size:8px;
	padding-left:12px;
	padding-top:5px;
	}
.calBack .day{
	color: #fff;
	padding-left:10px;
	}




/***** SEARCH FORM FORMATTING *****/

#searchbox {
	display:block;
	left:800px;
	position:relative;
	text-align:left;
	top:20px;
	width:235px;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/* utility classes */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden,
.closed .inside,
.hide-if-no-js {
	display: none;
}
.wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
}
