/*
Theme Name: CYVTM website
Author: Julia Makin
*/
/*div.clearer { clear:both; margin-bottom:50px;}*/
div.clearer {
	clear:both;
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(top, black, #eeeeee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#eeeeee));
	background-image: -o-linear-gradient(#000, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#eeeeee');
    -ms-filter"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#eeeeee')";
	
}

div.clearlow { clear:both; margin-bottom:25px;}

#headerspace { margin-bottom:-0.7em;}

body {
  font-size: 1em;
  margin: 0px 5px 0px 5px;
  padding: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  background-color: #eeeeee; /* #f1f2ed;*/
  background-image: -moz-linear-gradient(top, #333333, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#aaaaaa));
  background-image: -o-linear-gradient(#333333, #aaaaaa);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#aaaaaa');
  -ms-filter"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#aaaaaa')";
 
}

.wrapper {
	width: 100%;
	max-width: 1000px;
	min-width: 780px;
	margin: auto;
	margin-top: -20px;
	background-color: #eeeeee;
	-moz-box-shadow: 10px 10px 7px #222;
	-webkit-box-shadow: 10px 10px 7px #222;
	box-shadow: 10px 0px 7px #222;
}

#headercontent {
  padding:10px;
  height:150px;
  text-align:center;
  text-shadow: 2px 2px 1px #000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
  margin-top:20px;
  color:#ffffff;
  background-color:#7e9eb8;
  background-image: -moz-linear-gradient(top, #b0d0eb, #30506a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b0d0eb), to(#30506a));
  background-image: -o-linear-gradient(#b0d0eb, #30506a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b0d0eb', endColorstr='#30506a');
  -ms-filter"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b0d0eb', endColorstr='#30506a')";

  
}

h1.headercontent1 {
  zoom: 1;	
  font-size:2.2em;
  color:#ffffff;
  background-color: transparent; /*#cccccc;*/  
  font-weight:bold;
  clear:none;
  border: none;
  display:inline;
  text-shadow: 2px 2px 1px #000000;
  -ms-filter:
    "progid:DXImageTransform.Microsoft.Chroma(Color='#cccccc')"
    "progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.DropShadow(Strength=2, Direction=135, Color='#000000');
}

div.headercontent2 {
  clear:none;
  border:5px solid #003466;
  padding:5px;
  border: none;
  font-size: 1.2em;
  font-weight:bold;
  color:#ffffff;
  display:inline;
}

img.headeralignleft {
  padding: 0px;
  display: inline;
  float:left;
  -webkit-box-shadow: 2px 4px 0px #000;
  box-shadow: 2px 4px 0px #000;
}

img.headeralignright {
  position:absolute;
  top:36px;
  right:35px;
  padding: 0px;
  display: inline;
  float:right;
}


h1 {font-size: 2em;
    color: #5d6d86; }
h2 {font-size:1.5em;
     color:#5d6d86;
	 padding-left:20px;}
h3 {font-size: 1.2em;
     color:#8299a0; }

#sidebar {
	width: 210px;
	float:left;
	padding: 0;
	padding-right:10px;
	padding-top: 25px;
	font-size:0.95em;
	height:auto;
}

#sidebar h2 {
	color: #cb6323; 
    padding-top:15px;
	padding-left:10px;
	font-size:1.3em;
}

#sidebar ul {
	list-style:none;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	display: block;
}

#sidebar li {
	padding: 0;
	padding-bottom: 5px;
}

#sidebar a:link, #sidebar a:visited {
    padding: 0;
    padding-left: 4px;
    padding-top: 5px;
    padding-bottom: 2px;
    color:#eee;
    text-decoration: none;
    text-align: left;
    text-shadow: 1px 1px 0px #000;
    background-color: #6e8ea8;
    display: block;
    font-weight: bolder;
    margin-bottom: 2px;
    margin-right: 1px;
    -moz-box-shadow: 3px 3px 2px #222222;
    -webkit-box-shadow: 3px 3px 2px #222222;
    -o-box-shadow: 3px 3px 2px #222222;
    box-shadow: 3px 3px 2px #222222;
    /*border-bottom: 2px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;*/
}

#sidebar a:hover {
	text-decoration: none;
	color: #fff;
	background-color:  #3e5e88;
}

#sidebar a:active {
	color: #ff0;
	position: relative;
	top: 2px;
        left: 1px;
	margin-top: 2px;
        margin-left: 1px;
        margin-right: 0;
        margin-bottom: 0;
	border: none;
  -moz-box-shadow: 1px 0px 3px #222222;
  -webkit-box-shadow: 1px 0px 3px #222222;
  -o-box-shadow: 1px 0px 3px #222222;
  box-shadow: 1px 0px 3px #222222;        
}

#content {
	margin-left:215px;
	padding-left:10px;
	padding-right:10px;
}

#footer {background-color: #000;
	  padding:8px;}
#footer p {color: #C8C8C8;
	  font-size: 0.80em;
	  line-height: 1em;}
	  
.image-left {
	float: left;
}
.image-right {
  float: right;
}

