/*   
Theme Name: Vizalution
Description: New Vizalution theme created by MDS Media Group
Author: MDS Media Group
Version: 1.0
*/

/* ----------------------------------------------
   HTML ELEMENTS
-----------------------------------------------*/
body {font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 12px; color: #000; text-align: center; background: #fff url("images/bg.gif") repeat top left;}

/* Links */
	a {color: #478ecc;}
	a:hover {text-decoration: none;}

/* Text */

	h1 {font-size: 1.6em; margin-bottom: 20px;}
	h2 {font-size: 1.2em; margin-bottom: 5px; color: #575757; clear: both;}
	h3 {}
	h4 {}
	blockquote {}
	p {color: #575757; line-height: 22px; margin-bottom: 20px;}
	input {}
	small {}

/* Elements */
	.clear {clear: both;}
	.left {float: left;}
	.right {float: right;}

/* Clearfix */
	.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
	.clearfix {display: inline-block;}
	
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix {display: block;}
	/* close commented backslash hack */


/* Form Elements */
	input[type="text"] {}
	input[type="textarea"] {}
	input[type="submit"] {}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/
#wrap {width: 960px; margin: 0 auto; text-align: left; padding: 0px 20px; background: #fff;}

#header {width: 960px; margin-left: -20px; height: 50px; background: url("images/nav_shadow.png") no-repeat bottom center; padding: 10px 20px;}
	#header ul#navigation {float: right; padding-top: 10px;}
	#header ul#navigation li {display: inline; margin-right: 15px;}
	#header ul#navigation li a {color: #5E5E5E; text-decoration: none; font-size: 1.1em;}
	#header ul#navigation li a:hover {text-decoration: underline;}
	
#content {padding: 20px 20px; background: #fff; min-height: 500px;}
	#content .border {height: 1px; border-bottom: dashed 1px #dddddd; margin-bottom: 20px; clear: both;}
	#content #main {width: 600px; float: left;}
	#content ul {margin-left: 20px; list-style-type: disc; line-height: 20px; color: #575757; margin-bottom: 20px;}
	
#sidebar {width: 240px; float: right;}
	#sidebar h3 {font-size: 1.2em; color: #575757; margin-bottom: 20px;}
	#sidebar ul {list-style-type: none; margin-left: 0px;}
	#sidebar ul ul {margin-left: 20px;}
	#sidebar ul li {margin: 10px 0px;}
	
#masthead {width: 960px; border-bottom: dashed 1px #dddddd; margin: 0px 0px 20px -20px; padding-bottom: 20px;}

#footer {padding: 20px 0px; text-align: center; color: #c7c7c7;}
/*------------------------------------------
   PAGE SPECIFIC
-------------------------------------------*/

img.team {float: left; margin: 15px;}