/*
THEME NAME: 2dayBlog V2
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme with powerful, semantic CSS selectors and the ability to add new skins.
VERSION: 0.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/
/* MARGINS, PADDING, ETC., FOR ALL LAYOUT DIVS */

#Link_1 A:active {font-family:arial;color:#9CAA3B;font-size:20px;font-weight:bold;text-decoration:none;}
#Link_1 A:link {font-family:arial;color:#9CAA3B;font-size:20px;font-weight:bold;text-decoration:none;}
#Link_1 A:visited {font-family:arial;color:#9CAA3B;font-size:20px;font-weight:bold;text-decoration:none;}
#Link_1 A:hover {font-family:arial;color:#DD2D99;font-size:20px;font-weight:bold;text-decoration:underline;}

#Link_more A:active {font-family:verdana;color:#DD0400;font-size:11px;font-weight:bold; text-decoration:none;}
#Link_more A:link {font-family:verdana;color:#DD0400;font-size:11px;font-weight:bold; text-decoration:none;}
#Link_more A:visited {font-family:verdana;color:#DD0400;font-size:11px;font-weight:bold; text-decoration:none;}
#Link_more A:hover {font-family:verdana;color:#4700BC;font-size:11px;font-weight:bold; text-decoration:underline;}

#add_command A:active {font-family:verdana;color:#4600BA;font-size:11px; text-decoration:none;}
#add_command A:link {font-family:verdana;color:#4600BA;font-size:11px; text-decoration:none;}
#add_command A:visited {font-family:verdana;color:#4600BA;font-size:11px; text-decoration:none;}
#add_command A:hover {font-family:verdana;color:#4600BA;font-size:11px; text-decoration:underline;}


#footer_link A:active {font-family:verdana;color:#ffffff;font-size:11px; text-decoration:none;font-weight:bold;}
#footer_link A:link {font-family:verdana;color:#ffffff;font-size:11px; text-decoration:none;font-weight:bold;}
#footer_link A:visited {font-family:verdana;color:#ffffff;font-size:11px; text-decoration:none;font-weight:bold;}
#footer_link A:hover {font-family:verdana;color:#FFC603;font-size:11px; text-decoration:underline;font-weight:bold;}

#Link_1_side1 A:active {font-family:verdana;color:#FFFFFF;font-size:11px; text-decoration:none;}
#Link_1_side1 A:link {font-family:verdana;color:#FFFFFF;font-size:11px; text-decoration:none;}
#Link_1_side1 A:visited {font-family:verdana;color:#FFFFFF;font-size:11px; text-decoration:none;}
#Link_1_side1 A:hover {font-family:verdana;color:#FFFFFF;font-size:11px; text-decoration:underline;}

#nextside A:active {font-family:arial;color:#4600BD;font-size:11px; text-decoration:none;}
#nextside A:link {font-family:arial;color:#4600BD;font-size:11px; text-decoration:none;}
#nextside A:visited {font-family:arial;color:#4600BD;font-size:11px; text-decoration:none;}
#nextside A:hover {font-family:arial;color:#4600BD;font-size:11px; text-decoration:underline;}

#post_rss A:active {font-family:verdana;color:#EC8325;font-size:10px; text-decoration:none;}
#post_rss A:link {font-family:verdana;color:#EC8325;font-size:10px; text-decoration:none;}
#post_rss A:visited {font-family:verdana;color:#EC8325;font-size:10px; text-decoration:none;}
#post_rss A:hover {font-family:verdana;color:#4600BB;font-size:10px; text-decoration:underline;}





body
{
  background-color:#858585;
}

div#header {
	padding: 0em 0;
}
div#content, div.sidebar {
	padding: 0 10px;
}
div#footer {
	margin: 2em 0;
	padding: 3em 0 0 0;
}
/* HEADER STUFF */
div#header {
	text-align: center;
}
div#header h1#blog-title {
	font-size: 3em;
	margin: 0;
}
div#header p#blog-description {
	margin: 1.5em 0;
}
div#header p.access {
	display: none;
}
/* GENERAL TAGS FOR CONTENT, MOSTLY */
abbr.published {
	border: 0;
	cursor: default;
	margin: 0;
}
body.home abbr.published, body.archive abbr.published, div.page-link {
	font-weight: bold;
}
div.entry-content p {
	margin: 1em 0;
}
div.entry-content ul li {
	list-style: square;
}
div.entry-content ul li ul {
	margin-bottom: 0.3em;
}
div.entry-content ul li ul li {
	list-style: circle;
}
div.entry-content ul#linkcats, div.entry-content ul#linkcats li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.entry-content ul#linkcats li ul li {
	list-style: square;
}
div.entry-content img.center {
	display: block;
	margin: 0.4em auto;
}
div.entry-content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div.entry-content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}
div.entry-meta {
	font-style: italic;
	line-height: 140%;
}
body.home .entry-meta, body.archive .entry-meta {
	margin: 0 0 4em 0;
}
body.single .entry-meta {
	font-size: 0.9em;
}
body.single div.navigation {
	padding: 0 0 3em 0;
}
div.archive-meta {
	margin: 1em 0 3em 0;
}
div.edit-link {
	clear: both;
}
abbr, acronym {
	border-bottom: 1px dotted blue;
	cursor: help;
}
blockquote {
	border-left: 1em solid #e6e6fe;
	padding: 0 0 0 1em;
}
code, pre {
	font-family: "courier new", courier, monospace;
}
/* HEADINGS */
h2, h3, h4 , h5, h6 {
	line-height: 125%;
}
body.home h2.entry-title {
	clear: both;
	font-size: 1.6em;
	margin: 0;
}
body.single h2.entry-title, body.page h2.entry-title {
	font-size: 1.6em;
	margin: 0 0 -0.4em 0;
}
body.category h2.page-title, body.author h2.page-title {
	font-size: 1.6em;
	margin: 0;
}
body.date h2.page-title, body.single h2.page-title {
	font-size: 1.6em;
	margin: 0 0 2em 0;
}
body.archive h3.entry-title, body.single h3.entry-title {
	font-size: 1.3em;
	margin: 0;
}
body.single h3.comment-header {
	font-size: 1.4em;
	margin: 3em 0 1em 0;
}
body.single h3#respond {
	font-size: 1.2em;
	margin: 3em 0 0.5em 0;
}
div.entry-content ul#linkcats li h3 {
	margin: 1em 0 0 0;
}
div.entry-content h2 {
	font-size: 1.2em;
	margin: 1.5em 0 -0.7em;
}
div.entry-content h3 {
	font-size: 1.1em;
	margin: 1.5em 0 -0.9em;
}
div.entry-content h4, div.entry-content h5, div.entry-content h6 {
	font-size: 1em;
	margin: 1.5em 0 -1.1em;
}
/* COMMENTS STUFF */
ol.commentlist li {
	margin: 0 0 3.5em 0;
}
ol.commentlist .comment-meta {
	font-style: italic;
}
form#commentform, form#commentform p {
	padding: 0;
}
form#commentform span.req-field {
	background: #fff;
	color: red;
}
form#commentform .form-label {
	margin: 1em 0 0 0;
}
input#author, input#email, input#url, textarea#comment {
	font-family: "courier new", courier, monospace;
	font-size: 1em;
	padding: 0.2em;
}
input#author, input#email, input#url {
	width: 50%;
}
textarea#comment {
	height: 13em;
	margin: 0 0 0.5em 0;
	overflow: auto;
	width: 66%;
}
/* SIDEBAR STUFF */
/*
#sidebar ul ul li, #sidebar ul ol li
{
 margin-top:0;
 margin-right:0;
 margin-bottom:0;
 margin-left:0;
 padding-top:0;
 padding-right:0;
 padding-bottom:0;
 padding-left:0;
 list-style-type:none;
 list-style-position:inside;
 display:inline;
 list-style-image: url("images/blank.gif");
 position:relative;
}
*/

div.sidebar
{
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image: url("../images/blank.gif");  
}

      

/* FOOTER STUFF */
div#footer {
	text-align: center;
}
/*  COMMON MULTI-PURPOSE ELEMENTS */
.alignleft, div.nav-previous, #archives-by-category {
	float: left;
}
.alignright, div.nav-next, #archives-by-month {
	float: right;
}
.clearer {
	clear: both;
}
div#nav-above, body.single div#nav-below {
	display: none;
}
body.single div#nav-above {
	display: block;
}
body.home div.nav-next, body.home div.nav-previous, body.archive div.nav-next, body.archive div.nav-previous,  #archives-by-category, #archives-by-month {
	width: 48%;
}
body.home div.nav-next, body.archive div.nav-next {
	text-align: left;
}
body.home div.nav-previous, body.archive div.nav-previous {
	text-align: right;
}


div#container {
	float: left;
	width: 589px;
}
div#content {
	margin: 0 0 0 0;
 width: 589px;
}

div#primary 
{
	margin: 0 0 0 10px;
}
div#secondary {
	margin: 0 0 0 0px;
}
div#footer {
	clear: left;
	width: 100%
}


/* my style */
TABLE.content_style
{
 text-align: justify;
 font-family: verdana;
 font-size: 0.8em;
}

TD.date_style
{
  font-family: arial;
  font-size: 0.9em;
  color: #999999;
}


TD.footer_link
{
 font-family:verdana;
 color:#ffffff;
 font-size:0.7em;
}

TD.copyright_desc
{
 font-family:verdana;
 color:#FFFFFF;
 font-size:0.7em;
}

TABLE.comment_list
{
 font-family:verdana;
 font-size:11;
 color:#A4A4A4;
}


TABLE.comment_box
{
 font-family:verdana;
 font-size:11;
 color:#595959;
}

TABLE.comment_box_inner
{
 font-family:verdana;
 font-size:11;
 color:#000000;
}

SPAN.comment_title
{
 font-family:arial;
 font-size:16;
 font-weight:bold;
}


TD.pages_content
{
  font-family:verdana;
  font-size:12;
  color:#000000;
}


/**/

TABLE.psidebar_menu
{  
    font-family:verdana;
    font-size:10px;
    color:000000;
}



TABLE.subsidebar_menu
{
  font-family:Verdana;  
  font-size:14px;
  color:#FFFFFF;
}



INPUT.sidebar_button
{  
  font-family:verdana;
  font-size:10px;
  color:000000;
}

TD.submission
{
   font-family:verdana;
   font-size:10;
   color:#ffffff;
}

TABLE.formsend
{
  font-family:verdana;
  font-size:10px;
  color:#A0A0A0;
}


FONT.dailynews
{
  font-family:verdana;
  font-size:9px;
  color:#404040;
}