/*
Theme Name: Yourblog 2.0 theme, modified for Libre Hosting
Theme URI: http://demos.mediawick.com/web20/
Description: A two-columned wordpress theme with a web 2.0ish look
Author: Abhishek Tripathi & Joseph Wolff
Author URI: http://www.abhishektripathi.com

*/

/* @import url(reset.css); * JJW 10/5/08 */

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 
	
JJW commented out 12/1/08	

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar li {
	list-style-type: none;
}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

pre, blockquote {
    margin: 0;  /* 15px 0px; */
    padding-left: 10px;
    /* border-left: 5px solid #ddd;*/
    border: 1px solid purple;
    font-family: monospace;
    background: #EDF;
    /* white-space: nowrap;*/
    overflow: auto;
    width:100%;
}

pre {   padding: 10px; 
	display: block;
}

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

.center {
	text-align: center;
	}

/* JJW 12/1/08
hr {
	display: none;
	}
*/

a img {
	border: none;
	padding: 3px;
	}
	
img {
 	border: none;
	padding: 3px;
}		
	
/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {  /*
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	*/
        /* behavior: url("/wp-content/themes/web20/iepngfix.htc"); */
	/* background: url(/wp-content/uploads/2007/12/headerbg2.png) repeat-x; */
	background: url(/wp-content/uploads/2008/05/headerbg3.png) repeat-x;
	padding: 0px;
	margin: 0px;
        font: normal small Arial, Helvetica, sans-serif, Verdana;
/* font-family: Arial;
font-size: 12px;
*/
    /* still needs work: zero-padding on left when wdo shrunk: */
    /* width: 900px; */
}

#mainbox {
	margin: 0px auto;
	/* width: 775px; */
	width: 890px;
}

.bringdown {
	clear: both;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}

a:link {
	color: #87811C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***Header Stuff***/

#header {
    height: 81px;	
}

#logo { behavior: url(/wp-content/themes/yourblog-20-theme-libre/images/iepngfix.htc); }

#logo img {
    vertical-align: -17px;
    behavior: url(/wp-content/themes/yourblog-20-theme-libre/images/iepngfix.htc);
}

#logo h1 {
	color: #333;
	font-weight: bold;
	font-size: 40px;
	display: inline;
	/* doesn't work when display-inline :
	margin: 150px 0px 0px 0px;
	padding: 150px 0px 0px 0px;
	*/
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#logo h1 a {
	color: #333;
}

#logo h1 a:hover {
    color: #531;
    text-decoration: none;
}

#slogan {
    font-style: italic;
    float: left; 
    margin-top: -4px;
}

#search { padding-left: 20px; vertical-align: 80%; }

#search form { display: inline; }

#search input {
	border: 1px solid #FFF;
	background-color: #D3D9DB;
}

#search input[type="submit"] { 
    border: 1px solid white;
    color: white;
    font-weight: bold;
    background: url(/wp-content/uploads/2007/12/orange_grad_21h.png) repeat-x; 
}

/* ul, #menu, */

ul#menu { margin: 0px; list-style: none; }

#menu li { display: inline; }

#menu li a {
    display: block;
    width: 70px;
    max-height: 21px;
    border: 1px solid #531;
    background: #3DB;
    margin-top: -8px;
    margin-left: 10px;
    float: left;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    /* doesn't work nomatter what it's set to: vertical-align: baseline; */
}

#menu li:hover {
}

#menu li a:hover {
    border: 1px solid white;
    background: url(/wp-content/uploads/2007/12/orange_grad_21h.png) repeat-x; 
    color: white;
    font-weight: bold;
    text-decoration: none;
    vertical-align: text-bottom;
}


/***Main Area Stuff***/
#content {
	float: left;
	/* width: 500px; */
	width: 600px;
	padding-bottom: 10px;
	font-size: medium;
	/* margin-top: 20px; */
}

.navigation {
  margin-top: 5px;
}

#sidebar {
	float: left;
	width: 190px;
	padding-bottom: 10px;
	/* margin-top: 15px; */
	margin-left: 44px;
}

/***Footer Stuff***/
#footer {
	clear: both;
	background-image: url("images/foot-top.gif");
	background-repeat: no-repeat;
	width: 740px;
	padding-top: 8px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
}

#footbar {
	background-image: url("images/foot-bar.gif");
	width: 739px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	padding-top: 5px;
	font-family: Verdana;
	font-weight: bold;
}
#footbar a {
 color: #87811C;
 font-size: 12px;
 }

#footercontent {
	background-image: url("images/foot-bottom.gif");
	background-repeat: no-repeat;
	width: 730px;
	background-color: #434F54;
	background-position: bottom left;
	padding: 5px;
	padding-top: 0px;
}

#footer h2 {
	background-image: url("images/subhead.gif");
	width: 154px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	margin: 0px;
	font-family: Tahoma;
	margin: 0px auto;
}

#footer h3 a {
	margin: 0px;
	padding: 0px;
	color: #E7EC6A;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

#footer a {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

#footer h3 {
	margin: 0px;
	padding: 0px;
}

.recentcontent {
	margin-bottom: 5px;
}

.recentcontent p {
	margin: 0px;
	padding: 0px;
}

.footbox {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

/***Post Stuff***/
.post {
	margin-top: 40px;
}

.posttitle {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
}

.post h2 a {
	font-family: Arial Bold, Arial, Helvetica, sans-serif, Verdana;
	/* font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif, Verdana; */
	color: #87811C;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	position: absolute;
}

.post a:link {
	text-decoration: none;
}

.post a:visited {
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

.commentsquare {
	width: 67px;
	height: 76px;
	background-image: url("images/c-box.gif");
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
}

.commentsquare a {
	color: #FFF;
	font-size: 27px;
	text-decoration: none;
}

.commentsquare a:link {
	text-decoration: none;
}

.commentsquare a:visited {
	text-decoration: none;
}

.commentsquare a:hover {
	text-decoration: underline;
}

.postcontent {
	clear: both;
}

.postfoot {
	border-top: 1px solid #B6B157;
	border-bottom: 1px solid #B6B157;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 43px;
}


/***Sidebar Items***/

h2.widgettitle a {
  font-size: 18px;
}

#sidebar h2 {
	/* background-image: url("images/sideheader.gif"); */
	/* background: url("/wp-content/uploads/2007/12/sideheader6.png") no-repeat; */
	background: url("images/sideheader6.png") repeat-x;
	width: 100%;  /* 190px; */

	font-family: Arial Bold, Arial, Helvetica, sans-serif, Verdana;
	color: #87811C;
	font-size: 18px; 
	text-align: center;
	margin: 10px 0 0 0;

/*CSS3 rounded corners */

  border-radius: 5px 5px 0 0; /* unknown on ffox 3 */

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;


/* -moz-border-radius: 5px; /* Mozilla rounded corners */
/* -webkit-border-radius: 5px; /* Webkit/Safari/Epiphany rounded corners */

/*
    * -moz-border-radius-topleft  / -webkit-border-top-left-radius
    * -moz-border-radius-topright / -webkit-border-top-right-radius
    * -moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
    * -moz-border-radius-bottomright / -webkit-border-bottom-right-radius
*/

/*
	padding: 0px;
	margin-bottom: 3px;

	height: 24px;
	margin: 15px 0px 2px 0px;
	padding: 0px;
	/* font-family: Arial;
	font-weight: lighter;  bold; 
	font-size: 20px; *

	font: normal bolder 20px Arial,Sans-serif;
	color: #545E38;   /* #87811C; *
	letter-spacing: 1px;
*/
}

/* DELETION CANDIDATE
.showcase {
	background-color: #D2DE50;
	background-image: url("images/showcase-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}
*/

/* DELETION CANDIDATE
.archivebox {
	/* background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}

.archivebox ul {
	padding: 0px;
	margin: 0px;
}

.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}

.archivebox a {
	color: #767006;
	font-size: 12px;
}

.archivebox a:link {
	text-decoration: none;
}

.archivebox a:visited {
	text-decoration: none;
}

.archivebox a:hover {
	text-decoration: underline;
	color: #C0440D;
}
*/

#sidebar ul ul{
	padding: 0px;
	margin: 0px;
	/* background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	*/
        background-color: #FeFeEd;
	width: 188px;
	padding-bottom: 3px;
	border: 1px solid #DFE882; /* matches bottom of fade: #EFF0B7; */
	border-top: 0;
}


#sidebar li li{
  list-style-type: circle;
  list-style-position: inside;
  padding: 1px 0 0 10px;

text-indent: -13px;
margin-left: 12px;

/*   list-style: circle inside url(bullet.png); */

/*
margin-top: 6px;
margin-left: 27px;
*/
}

#sidebar a {
	color: #767006;
	font-size: 12px;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #C0440D;
}

#sidebar h2.widgettitle a {
  font-size: 18px;
}

#sidebar h2.widgettitle a,
#sidebar h2.widgettitle a img
 {
  margin:0;
  padding: 0;
}



/* JJW 10/5/08 to indent wrapped text in blog boxes *
- moved to sidebar li li above - 
.widget_rss ul>li {
text-indent: -13px;
margin-left: 12px;
}
*/


/***Text Wigit***/
/* DELETION CANDIDATES 
h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #FFF;
}

li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}
*/


/***Other Stuff***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}

.footbox li a {
	color: #E7EC6A;
}


ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot {
	margin-left: -40px;
}

ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot2 {
	margin-left: -40px;
}
