/* 
Theme Name: Instruments of Change
Version: 1.0
Author:Dan Trobak

*/

*
{
margin: 0px;
padding: 0px;
}

/*-------CHANGE COLOURS-------*/

#header,#right,#footer {background-color:#000;}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	
}


img.logo {
	/* Set rules to fill background */
	/*min-height: 100px;*/
	
border:0;
	/* Set up proportionate scaling */
	width: 80%;
	height: auto;
z-index:0;
	/* Set up positioning */
	position:relative;
	top:0;
	left:0;
	margin:0 auto;

}

img.alignleft  {border: 3px solid #333;
margin:0 15px 15px 0;


}



/* @media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
} */





a:link {
	color: #cc7722;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ccc;
}

a:visited {
	color: #12163E;
		text-decoration: none;

}

html,body {
	
width:100%;

	font: 1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	color: #3d3d3d;
}


#content

padding:0 0 85px 0;

{/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	top:0;
	left:0;
	/* These have no effect on the functionality */
	width:95%;
min-height: 100%;

}

#main
{
float: right;
width: 634px;
background-image: url(images/table-mid.png);
background-repeat:		repeat-y;
margin-bottom: 20px;
}

#header {
margin-top:0;
width:100%;
	height: 17%;

/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

position:absolute;
top:0;
left:0;
}

#menu
{
float: left;
width: 584px;
height: 55px;
padding-left: 50px;
padding-top: 10px;
/*background: url(images/menu.png) no-repeat;*/
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 85px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 22px;

}

#menu a:hover {
	width: 85px;
    height: 31px;
	color: #ffffff;
	text-decoration: underline;
}


#logo {

width: 100%;
text-align: center;
margin: 0 auto;
padding-top:20px;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 36px;
	color: #FFFFFF;
}
#logo H2 
{
font-size: 12px;
color: #ffffff;
}

#right
{


/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
position:absolute;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius:20px;
bottom:20%;
right:0;
	float: right;
	padding: 20px;
	width: 150px;
}




#right H3
{
width: 200px;
height: 39px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
}



#right ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;

}

#right li  {
	padding: 4px 10px;
	color:#fff;

}


#right H4
{
font-size: 10px;
}

#right a {
font-family: Georgia;
font-style: italic;
	color: #000;
	font-size: 24px;
	text-decoration: none;
		color:#fff;
}

#right a:visited {
		color:#fff;
	font-weight:400;
}

#right a:hover {
		color:#3d3d3d;
}

#right p
{
padding: 10px;
}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #999999;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #ff0000;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


#left
{
position: relative;
top:200px;
width: 700px;

padding: 15px 15px 15px 15px;
margin-left:12%;


background-color: #fff;
/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
 opacity:0.9;

-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius:20px;
-webkit-border-bottom-left-radius:20px;



}

#leftcontent {
/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
  z-index:5;

}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #1D3176;
        font-weight: normal;
       font-family: Georgia, "Times New Roman", Times, serif
}

#left a
{
color: #cc7722;
font-weight: bold;
text-decoration: none;
}

#left a:hover
{
color: #ccc;
}

#left p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #1D3176;
        font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif
}
.date {
	text-align: right;
	color: #1D3176;
	font-size: 11px;
}

.date a {
	color: #1D3176;
}

#left ol, #left ul
{
margin-left: 20px;
}



#footer {
position:absolute;

bottom: 0px;
text-align:center;

/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

border-top: 1px solid #000;
width:100%;
	height: 85px;
	clear: both;
	padding-top: 15px;
}

#footer p {
font-style: italic;
	margin: 0 auto;
	font-size: 1em;
	text-align: center;
	color: #fff;
	width:80%;
	
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ddd;
}

.credit {
color:#fff;
text-align:center;
font-size:10px;

}
.widget_search
{

}

.post-body
{

	margin-top:15px;
}

li.cat-item

{
	padding-left:35px;
}

div.navigationbottom

{
	margin-top:10px;
	margin-bottom:10px;
}

div.navigationbottom .leftnav
{
	float:left;
}

div.navigationbottom .rightnav
{
	float:right;
}

/************* Comments ***************/
#commentform textarea 
{
	width: 93%;
	border:2px solid #1D3176;
	padding:10px;
}

#submit
{
	width: 95px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: url(images/submit.gif) no-repeat;
	overflow:hidden;
        vertical-align: top;
	border:none;
}

#submit:hover
{
	background: url(images/submit_r.gif) no-repeat;
}

div.imgbox
{
	float:left;
	margin:5px;
}

/**************** IE 7 *******************/
li.cat-item
{
	font-size:12px;
	font-weight:normal;
}

#calendar table, #left #wp-calendar
{
	font-size:12px;
	font-weight:normal;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#left .categor
{
padding: 5px;
border-top:#666666 dotted;
border-bottom:#666666 dotted;
margin-top: 10px;
margin-bottom: 10px
}

#commentlist li
{
margin-left: 20px;
padding-bottom: 20px;
}

#author, #email, #url
{
border: 1px solid #666666
}



