/*  

Theme Name: SVision07

Description: Wordpress theme for SVision LLC

Author: Corey Birnbaum

Author URI: http://ColdConstructs.com/

*/



body {

  font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;

  font-size: 80%;

  background-color: #fff;

  background-image: url('images/site_bg.png');

  background-position: top center;

  background-repeat: repeat-y;

}



* html body {

  font-size: 100%;

}



a:link{

	color: #224990;

	text-decoration: underline;

}

a:visited{

	color: #224990;

	text-decoration: underline;

}

a:active{

	color: #000;

	text-decoration: none;

}

a:hover{

	color: #224990;

	text-decoration: none;

}



h2 {

  font-size: 14px;

  font-weight: bold;

}



hr {

  border-top: 1px dashed #898989;

  border-left: 0;

  border-right: 0; 

  border-bottom: 0;

  width: 40%;

  height: 1px;

  text-align: center;

  background-color: #fff;

  color: #fff;

}



.pimg {

  float: right;

  margin-left: 10px;

  margin-bottom: 10px;

  margin-top: 10px;

}



p.meta {

  vertical-align: bottom;

}



ul {

  padding-left: 0px;

  margin-left: 15px;

}



#sidemenu {

  border-bottom-width: 0;

  width: 119px;

}



#sidemenu ul{

  margin-bottom: 5px;

  padding: 0;

  line-height: 25px;

  list-style-type: none;

  font-family: Verdana;

  font-weight: bold;

  font-size: 13px;

}



#sidemenu li a{

  background: url(images/menu_button.png) no-repeat center;

  display: block;

  padding: 3px 0;

  padding-left: 9px;

  width: 110px; /*119px minus all left/right paddings and margins*/

  text-decoration: none;

}



* html #sidemenu li a{ /*IE 6 and under */

width: 112px;

w\idth: 110px; /*119px minus all left/right paddings and margins*/

}



#sidemenu li a:hover {

  background: url(images/menu_button_active.png) no-repeat center;

}



#subtechmenu {

  margin: 10px 0 10px 5px;

  padding: 0;

  font-size: 11px;

  font-weight: bold;

  line-height: 15px;

}



.widecolumn .entry p {

	font-size: 1.05em;

	}



.narrowcolumn .entry, .widecolumn .entry {

	line-height: 1.4em;

	}



.widecolumn {

	line-height: 1.6em;

	}



.narrowcolumn .postmetadata {

	text-align: center;

	}



#content{

  background: url(images/break_bg.png) bottom center no-repeat;

  margin: 0 auto;

  width: 800px;

  padding: 0 25px 0 35px; 

}



/* Strange fix I discovered for IE6 */

* html #content {

  width: 760px;

}





#NewsBar {

  position: absolute;

  width: 150px;

  font-size: 12px;

  margin-left: 10px;

  margin-top: 0;

}



.InBar{

  margin-left: 5px;

  margin-right: 5px;

}



#MainColumn{

  width: 570px;

  position: absolute;

  font-family: Verdana;

  padding: 0 10px 0px 20px;

  margin-left: 165px;

  margin-top: 10px;

  border-left: 1px dashed #898989;

}





#Header {

  width: 100%;

  margin: 0 15px 0 25px;

  padding: 0;

  height: 130px;

}



#Footer {

  background: url(images/footer_bg.png) right repeat-y;

  width: 100%;

  font-family: Verdana;

  font-size: 11px;

  text-align: right;

  position: relative;

  padding: 6px 6px 6px 0;

  margin: 10px 0 20px 0;

  border-right: 3px solid #909090;

}



#Title {

  color: #052996;

  font-size: 1.3em;

  font-weight: bold;

}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



.post {

	margin: 0 0 40px;

	}



.post hr {

	display: block;

	}



.widecolumn .post {

	margin: 0;

	}



.narrowcolumn .postmetadata {

	padding-top: 5px;

	}



.widecolumn .postmetadata {

	margin: 30px 0;

	}



.widecolumn .smallattachment {

	text-align: center;

	float: left;

	width: 128px;

	margin: 5px 5px 5px 0px;

}



.widecolumn .attachment {

	text-align: center;

	margin: 5px 0px;

}



.postmetadata {

	clear: left;

  border-top: 1px solid #000;

}



/* Begin Form Elements */



#searchform {

  text-align: center;

	}



#searchform div {

  padding-right: 50px;

  margin-right: 10px;

  vertical-align: middle;

  float: right;

  font-size: 0.8em;

  text-decoration: none;

}



#sidebar #searchform #s {

  width: 80px;

  padding: 2px;

	}



#sidebar #searchsubmit {

  padding: 4px;

	}



#commentform input {

  width: 120px;

  padding: 2px;

  margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */



/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

  text-align: right;

	}



.alignleft {

	float: left;

  text-align: left;

	}



.svcellogo {

  border-top: 12px solid #fff;

  border-right: 25px solid #fff;

}



#imageBlock {

  display: block;

  text-align: center;

}



#imageBlock .normal {

  margin: 10px;

  display: inline;

}



img {

  border: 2px solid #000;

}



.noborder {

  border: none;

}



/* End Images */



/* Begin Various Tags & Classes*/

blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 0px;

	margin-bottom: 20px;

	}



/* End Various Tags & Classes*/