/*
Theme Name: SCER
Description: Style For SCER
Author: Ariel Hein
Author URI: http://ohav.co.il
Version: 1
*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

*{
    padding:0;
    margin:0;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

body {
    background: url(images/page-bg.jpg) 50% 0 no-repeat #000;
    font-family: century gothic, helvetica, arial, sans-serif;
    font-size: 14px;
    min-width: 940px;
}

.left-black-area {
    height: 100%;
    width:200px;
    background: #000;
}

.wrapper{
    width: 940px;
    margin: 0 auto;
}

#sidebar{
    float: left;
    width: 300px;
}

#content{
    float: left;
    width: 638px;
    display: inline-block;
    overflow: hidden;
}

header{
    margin-bottom: 227px;
}

footer {
    width: 220px;
    color: #999999;
    font-family:  century gothic, helvetica, arial, sans-serif;
    text-align: center;
    font-size: 12px;
}

footer .copyrights{
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 7px 0;
    margin-bottom: 10px;
}
footer a{
    color: #999999;
    text-decoration: none;
    font-weight: 900;
}

#logo {
    margin: 80px 0 70px;
    display: block;
}
nav ul li {
    padding-bottom: 15px;
}

nav ul li a {
    color:#fff;
    font-size: 22px;
    text-decoration: none;
    letter-spacing: 1.3px;
}

nav ul li a span {
    margin-right: 5px;
}

nav ul li.current-item a{
    color: #e2d156;
}
nav ul li.current-item a span{
    background: #e2d156;
    color: #000;
    width: 20px;
    display: inline-block;
    text-align: center;
    margin-left: -2px;
}

.diamond-bg{
    background: url(images/diamond.png) 0 0 no-repeat;
    height: 300px;
    width: 441px;
    margin-top: 35px;
    margin-left: -1px;
}

.home-page-article{
    margin-left: 100px;
}
.exhibition-page-article{
    margin-left: 100px;
    padding-top: 72px;
}
h1{
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;

}

span.white {
    color:#fff;
    text-shadow: 2px 2px 45px rgba(0,0,0,0.75);
}

.home-page-article p{
    font-size: 14px;
    padding-bottom: 15px;
    text-align: justify;
    padding-right: 21px;
}
.exhibition-page-article p{
    font-size: 14px;
    padding-bottom: 7px;
    text-align: justify;
}
.exhibition-page-article p.last-child {
    padding-bottom: 0;
}

.exhibition-page-article h3 {
    line-height: 0.9;
    padding-bottom: 8px;
    font-size: 14px;
}

.col {
    float: left;
    border-left: 1px solid #000;
    padding: 0 65px 0 10px;

}
.col.last {
    padding-right: 0;
}

.exhibition-diamonds{
    background: url(images/exhibition-diamonds.png);
    width: 540px;
    height: 413px;
    position: relative;
    left: -80px;
    margin-top: 43px;
}

.contact-page-article {
    padding: 50px 0 0 100px;
}

.contact-page-article img {
    margin-bottom: 30px;
}
.contact-page-article .col {
	padding-right: 53px;
	margin-bottom: 26px;
}
.contact-page-article .col.last{
    padding-right: 0;
}
.col a{
    text-decoration: none;
    color:#000;
}
.info {
    display: inline-block;
    margin-left: 10px;
    width: 317px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666666;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #666666;
}

.text-fields-part, .textarea-part{
    float: left;
    width: 220px;
    margin-right: 20px;
}

.text-fields-part input{
    width: 100%;
    border: 0 none;
    margin-bottom: 10px;
    padding: 4px 0;
    text-indent: 10px;
    color: #666666;
    font-size: 14px;
    /*font-family:  arial, sans-serif;*/
}

.textarea-part textarea {
    width: 200px;
    border: 0 none;
    height: 150px;
    padding: 5px 10px;
    font-size: 14px;
    font-family:  arial, sans-serif;
    resize: none;
    line-height: 21px;
}

.submit-part {
    width: 58px;
    float: left;
    height: 160px;
}

.submit.btn {
    background: #000;
    color: #fff;
    border: 0 none;
    text-align: center;
    width: 100%;
    height: 90px;
    font-size: 18px;
    word-break: break-word;
    cursor: pointer;
    margin-top: 70px;
    line-height: 18px;
    font-family:  century gothic, helvetica, arial, sans-serif;
    white-space: normal;
}

#alert-message {
    text-align: right;
    font-size: 12px;
    color: #333;
}

#alert-message .red{
    color:red;
}

#alert-message .green{
    color:green;
}