/*

Theme Name: artsmith_theme

Theme URI: www.artsmith.com

Description: The Artsmith Media theme.

Version: 1.0

Author: Artsmith Media

*/

@import "css/reset.css";

@import "css/960_12_col.css";

@import "css/main.css";

@import "css/slider.css";

#web-test {
    margin: 50px 50px 200px 50px;
}

.adjusted {
    margin: -17px 0px 0px 0px;
}

.test {
    font-size: 11px;
}

#web-design p {
    line-height: 22px;
}
#web-design h3 {
    padding: 0px 0px 10px 0px;
}

#web-design h1 {
    background: url("img/ribbon.jpg") top center no-repeat ;
    text-align: center;
    display: block;
    height: 100px;
    color: white;
    font-size: 46px;
    padding: 24px 10px 0px 10px;
    margin: 30px 0px 0px 0px;
}

.webh2 {
    text-align: center;
    margin: 0px 0px 35px 0px;
}
#gform_wrapper_3 #gform_submit_button_3 {
    margin: 10px 0px 7px 14px;
}
.webmid {
    padding: 0px 10px;
}

#gform_wrapper_3 .gform_body {
    padding: 0px 30px;
}
#gform_wrapper_3 .gform_heading {
    padding: 15px 5px;
    text-align: center;
}
#gform_wrapper_3 {
    border: 6px solid #235987;
    border-radius: 5px;
    background: #E4F0F8;
}

/* Begin Typography: List Styles */
ul.list-1, ul.list-2, ul.list-3, ul.list-4, ul.list-5 {
    margin: 5px 0 5px 10px;
    position: relative; /* fix for IE6 (figures...) */
    overflow: hidden;
}
ul.list-1 ul, ul.list-2 ul, ul.list-3 ul, ul.list-4 ul, ul.list-5 ul { 
    margin-left:0; 
}
ul.list-1 li, ul.list-2 li, ul.list-3 li, ul.list-4 li, ul.list-5 li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 25px !important;
    margin-left:0;
}
ul.list-1 li { background: transparent url(img/tick-green.png) no-repeat scroll 0 3px; }
ul.list-2 li { background: transparent url(img/tick-grey.png) no-repeat scroll 0 3px; }
ul.list-3 li { background: transparent url(img/exclamation.png) no-repeat scroll 0 3px; }
ul.list-4 li { background: transparent url(img/arrow-2.png) no-repeat scroll 6px 5px; }
ul.list-5 li { background: transparent url(img/double-arrow.png) no-repeat scroll 6px 7px; }


#why_bounty {

    font-size: 12px;

}

#why_bounty p {

    line-height: 25px;

}



#contact_us {

    font-size: 12px;

}



.about_sb {

    float: left;

    padding: 0px 30px 10px 0px;

}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.625em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.625em;

}

.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}