/*   
Theme Name: BayNet Theme	
Description: Based on Thematic Theme by Ian Stewart
Author: Amy Rogers
Template: baynet_theme
Version: 0.9

This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Apply default print styles and colors */
@import url('library/styles/print.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   


.entry-content img {
    padding: 5px;
    max-width:100%;
    border: solid 1px #ddd;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	padding: 5px;
    border: solid 1px #eee;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
	font-style: italic;
	font-size: 80%;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/*VISUAL FORM*/

form.visual-form-builder{
	font-family:inherit;
	margin:20px 0;
}
form.visual-form-builder li{width:auto !important;}
.visual-form-builder ul{
	list-style:none;
	margin:0 14px;
	padding:0;
	font-size:12px;
}
.visual-form-builder li{
	clear:both;
	margin:0;
	padding:6px 1% 9px;
	width:64%;
}
.visual-form-builder li div span, span.full input, span.full select{
	display:block;
	float:left;
	width:100%;
}
.visual-form-builder span.left{
	float:left;
	width:48%;
}
.visual-form-builder span.right{
	float:right;
	width:48%;
}
.visual-form-builder span.right input, .visual-form-builder span.right select, .visual-form-builder span.left input, .visual-form-builder span.left select{width:100%;}
.visual-form-builder span.time{float:left;margin:0 0.3em 0 0;}
.visual-form-builder li div label, .visual-form-builder li span label{font-size:90%;}
.visual-form-builder fieldset{
	background-color:#fff;
	border-radius:3px;
	border:1px solid #D3D3D3;
	margin:15px 0;
	clear:both;
}
.visual-form-builder .legend{
	margin:5px 14px;
	padding:0 6px;
	color:#990000;
	border-bottom:1px solid #CCCCCC;
	font-size:inherit;
}
.visual-form-builder .legend h3 {font-size:18px;}
.visual-form-builder label, label.desc{
	display:block;
	margin:0;
	padding-bottom:3px;
	color:#000;
}
label.desc{font-weight:bold;}
.visual-form-builder label.choice{
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px;
	width:88%;
}
.visual-form-builder label span{
	color:#BC1212;
	vertical-align:middle;
}
input.text, textarea.textarea, select.select{
	font-size:120%;
	font-family:inherit;
	margin:0;
	padding:2px 0;
}
input.medium, select.medium{width:50%;}
input.large, select.large, textarea.textarea{width:100%;}
textarea.medium{height:10em;}
textarea.large{height:20em;}
.submit{font-size:1.1em;}
input.checkbox, input.radio{
	font-size:1.1em;
	display:block;
	height:13px;
	width:13px;
	margin:4px 0 0;
}
label.error{
	color:red;
	font-weight:bold;
	font-size:90%;
}
input.error, select.error, textarea.error{border:1px solid red;}
p#form_success{
	color:green;
	font-weight:bold;
}
#ui-datepicker-div { display: none; }
.ed_button{
	font-family:Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	font-size:12px;
	background-image: -moz-linear-gradient(top, #fcfcfc 0%, #e9e8e8 100%);
	background-image: -o-linear-gradient(top, #fcfcfc 0%, #e9e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #e9e8e8));
	background-image: linear-gradient(top, #fcfcfc 0%, #e9e8e8 100%);
	min-width:26px;
	margin:3px 1px 4px;
	padding:2px 4px;
	box-shadow:0 1px 0 #e3e3e3;
	border-radius:3px 3px 3px 3px;
	border:#C3C3C3 1px solid;
	text-transform:lowercase;
}
.ed_button:hover{
	background:none repeat scroll 0 0 #dddddd;
	border-color:#aaaaaa;
	cursor:pointer;
}
.ed_button.ed_bold{font-weight:bold;}
.ed_button.ed_italic{font-style:italic;}
.ed_button.ed_link{color:#0000FF;text-decoration:underline;}
.ed_button.ed_del{text-decoration:line-through;}
.item-instructions{background-color:#e3e3e3;border-radius:3px;}


