/*
Theme Name: IntelliMart
Contributors: Jeff Skop
Theme URI: http://intellimart.com
Description: A theme developed for intellimart, leveraging the wp-creativix parent theme
Author: Jeff Skop
Author URI: http://intellimart.com
Tags: business professional site with rotating portfolio on home page 
Template: wp-creativix
Version: 0.1.0
*/

/* STANDARD TAGS */

@import url("../wp-creativix/style.css");
@import url("../wp-creativix/style-default.css");
@import url("../wp-creativix/rtl.css");

.contact #success {
float: left;
width: 360px;
background-color: #004080;
color: white;
padding: 5px;
border: 1px solid #000033;
display: none;
margin-bottom: 10px;
}

#image-wrapper {
margin:0 auto;
display:none;
padding:0;
width: 921px;
}

strong {font-weight: bold; }

#searchbutton {
width: 27px;
height: 28px;
border: none;
position: relative;
top: -7px;
left: -12px;
cursor: pointer;
}


/* contact page styling */

.contact {
float: left;
width: 100%;
}
.contact label {
float: left;
width: 150px;
margin-bottom: 10px;
clear: both;
}
 
.contact input {
float: left;
width: 180px;
border: 1px solid #CCC;
padding: 3px;
margin-bottom: 10px;
}
.contact textarea {
float: left;
width: 250px;
height: 100px;
border: 1px solid #CCC;
}
.contact #node {
float: left;
width: 360px;
display: none;
background-color: #CC5553;
padding: 5px;
color: #FFF;
border: 1px solid #9B413F;
margin-bottom: 10px;
}
.contact #success {
float: left;
width: 360px;
background-color: #8ACC39;
color: #FFF;
padding: 5px;
border: 1px solid #6DA32C;
display: none;
margin-bottom: 10px;
}
.contact input[type=submit] {
float: left;
width: auto;
padding: 5px 20px;
background-color: #FFF;
border: 1px solid #CCC;
text-align: center;
margin-top: 10px;
cursor: pointer;
clear: both;
margin-left: 150px;
}

.alignleft {
margin: 0px 10px 10px 0;
display: inline;
float: left;
}