/*
Theme Name: WordPress Business Template 3
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Virtual Web Outsourcing
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

body {
	background-attachment:fixed;
	background-color:#FF9999;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin: 0;
	padding: 0;
}


.twoColumnPage #container{
	width:900px;
	height:auto;
	text-align: left; 
	margin-left:50px;
}

.twoColumnPage #sidebar1{
	float: right; 
	width: 100px; 
	padding: 15px 10px;
	font-size:12px;
}

.twoColumnPage #sidebartab1{
	background:url(images/tab1.png) no-repeat;
	
}

.twoColumnPage #sidebar2{
	float: left; 
	width:350px;
	padding: 10px 0 0 20px;
	font-size:12px;

}

.twoColumnPage #sidebar3{
	float: left; 
	width:350px;
	padding: 10px 0 0 20px;
	font-size:12px;

}

.twoColumnPage #designtop{
	background:url(images/designtop.png) no-repeat;
	height:188px;
	width:420px;
}

.twoColumnPage #designleft{
	background:url(images/designleft.png) no-repeat;
	height:250px;
	margin-left:47px;
}

.twoColumnPage #isbog_inday{
	margin-left:150px;
}

.twoColumnPage #bookmarks1{
	background:url(images/bookmarks.png) no-repeat;
	height:70px;
	width:300px;
	margin-left:10px;
}
.twoColumnPage #maincontent{
	width: 1500px;
	height:auto;
	text-align:left;
	margin: 0px 0 0 20px;
	padding: 5px 5px 5px 5px;
	display:inline-block;	
	
}

.twoColumnPage #contents{
	background:url(images/content-bg.png) repeat-y;
	width:680px;
	height:auto;
	text-align:left;
	padding-left:50px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
	margin-top:13px;
}

.twoColumnPage #footer{
	height:55px;
	clear:both;
	width:900px;
}

.twoColumnPage #footer2{
  margin:0;
  padding:0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 820px;
}

.twoColumnPage #footer .align1 {
	text-align:center;
}

.twoColumnPage #wrap{
	height:auto;
	background:#164256;

}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColumnPage #header{
margin-left:450px;
margin-top:0;
width:450px;
background:url(images/header-topbg.png) repeat-x;
height:150px;

}


.redtop
{
height:15px;
vertical-align:top;
background-color:#780405;
margin:0;
padding:0;

}


  #navdown-right{
	width:50px;
	height:50px;
	float:right;
	background-image:url('images/rightdown.png');
	background-repeat: no-repeat;
}
 #navtab-bg{
	float:left;
	width:205px;
	height:12px;
	background-image:url('images/navtab-bg.png');
	background-repeat:repeat-x;
}

#navup-left{
	width:15px;
	height:20px;
	float:left;
	background-image:url('images/leftup.png');
	background-repeat: no-repeat;
}

#navdown-left{
	width:15px;
	height:20px;
	float:left;
	background-image:url('images/leftdown.png');
	background-repeat: no-repeat;
}

#navup-right{
	width:50px;
	height:20px;
	float:left;
	background-image:url('images/rightup.png');
	background-repeat: no-repeat;
}
#navtab-bg2{
	float:left;
	width:300px;
	height:20px;
	background-image:url('images/navtab-bg.png');
	background-repeat:repeat-x;
}

#navtab-bg3{
	float:left;
	width:695px;
	height:20px;
	background-image:url('images/navtab-bg.png');
	background-repeat:repeat-x;
}



/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  background-image: url('images/Button.png');
}

/* end Button */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 5px;
  margin-left:0px;
  margin-top:20px;
}

.Block-body2
{
  position: relative;
  z-index: 0;
  margin: 5px;
  margin-left:0px;
}

.Block
{
  margin: 0px;
  width: 350px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 7px;
  margin-bottom: 4px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color:#000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}


.BlockHeader .leftside, .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 4px;
  right: 4px;
 }

.BlockHeader .leftside
{
  left: 0px;
  right: 6px;
 }
 
.BlockHeader .r
{
  right: 0;
  width: 6px;
}


.BlockHeader .r div
{
  width: 992px;
  right: 0;
}

.BlockHeader .leftside 
{
  width: 6px;
  height:30px;
  float:left;
  left:0;
  background-position: left top;
  background-image: url('images/BlockHeader_left.png');
  background-repeat: no-repeat;
}

.BlockHeader .r
{
  width: 6px;
  height:30px;
  background-position: right top;
  background-image: url('images/BlockHeader_right.png');
  background-repeat: no-repeat;
}

.BlockHeader .l 
{
  background-position: left top;
  background-repeat: repeat-x;
  background-image: url('images/BlockHeader.jpg');
}



/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  background-color:#000000;
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.BlockContent .sidered{
    background-color:#780405;
	float: left; 
	width: 150px; 
	font-size:12px;
	margin: 5px 5px 5px 5px;
}

.BlockContent .sideblack{
	float: left; 
	width: 150px; 
	font-size:12px;
	margin: 5px 5px 5px 5px;
}

.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
}


.BlockContent-body
{
  color:#000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}

.BlockContent-body a:link
{
  color:#000000;
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color:#000000;
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color:#000000;
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color:#000000;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family:"Times New Roman", Times, serif;
  font-size: 11px;
  text-decoration: none;
}

.BlockContent-body ul li
{
  padding:0px 0 0px 15px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* end Box, BlockContent */


.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family:"Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3B4F12;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color:#000000;
}

.PostHeaderIcon-wrapper img
{
  border:none;
  vertical-align: middle;
  margin:0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
  text-align: left;
  color:#000000;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
  text-align: left;
  color:#000000;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
  text-align: left;
  color: #000000;
}
/* end PostHeader */

/* begin PostIcons */
.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
}

.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
  margin:0;
}

.PostHeaderIcons a:link
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
  	color:#000000;
}

.PostHeaderIcons a:visited, .PostHeaderIcons a.visited
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
	color:#000000;
}

.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
	color:#000000;
}


/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
.PostContent
{
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
	color:#000000;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
	color:#000000;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
	color:#000000;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
	color:#000000;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
  color:#000000;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align:middle;
  color:#000000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color:#000000;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
	color:#000000;
}

.twoColumnPage #header #h3x{
font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight:bold;
  text-align: left;
  color:#000000;
}

.twoColumnPage #header #h1x{
  font-family:"Times New Roman", Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color:#000000;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
	color:#000000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
	color:#000000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
	color:#000000;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
	color:#000000;
  margin:0;
  padding:0;
}

li
{
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
}



.Post ul li
{
  padding:0px 0 0px 11px;
  background-image: url('images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#000000;
  font-family:"Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

blockquote
{
  border-color:#C8C084;
  border-width: 1px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 27px;

  background-color:#E9E6CE;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
  text-decoration: none;
	color:#000000;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  margin:0;
}

.PostFooterIcons a:link
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
	color:#000000;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: underline;
	color:#000000;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
	color:#000000;
}


/* end PostIcons */


#commentform textarea
{
  width: 400px;
}

.storycontent
{
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color:#000000;
}

.meta
{
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color:#000000;
}

h2 #comments{
  font-family:"Times New Roman", Times, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color:#000000;
}



