@charset "UTF-8"; /* CSS Document */ @font-face { font-family: 'PT Sans'; font-style: normal; font-weight: normal; src: local('PT Sans'), local('PTSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/ptsans/v2/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff') format('woff'); } html, body{ margin: 0; padding: 0; } body { padding-top: 10px; font-family: 'PT Sans', sans-serif; min-height: 850px; background-color: #4A525A; color: #EEE; } a { color: black; } input, textarea, select { border: 1px solid #555; padding: 0.5em; font-size: 15px; line-height: 1.2em; width: 550px; background: #F9F9F9; -webkit-border-radius: 0.5em; } /* site sections */ .header { z-index: 4; padding-left: 20px; padding-bottom: 70px; padding-top: 30px; position: relative; box-shadow: 0 6px 5px 1px #848F9A; } .link { color: #EEE; } .middle { position: relative; z-index: 2; display: block; width: 100%; padding-top: 40px; background-color: #EEE; color: black; } .footer { z-index: 4; position: relative; background-color: #4A525A; margin-top: 30px; padding-top: 20px; box-shadow: 0 -6px 5px 1px #848F9A; color: #EEE; } /* header elements */ .btitle { text-decoration:none; color: #EEE; font-size:x-large; font-weight:bold; margin-top: 15px; margin-bottom: 10px; } .contacts { float: left; } .righttext { float:right; padding-right: 20px; } .rightbox { text-align:right; padding-right: 14px; } /* middle elements */ .innerTitle { margin-left: 10px; font-weight: bold; } .innerBoxComments{ margin-left: 10px; } .innerContainer { padding-right: 20px; } /* common elements */ .centerbox { text-align:center; min-height: 45px; } /* style elements */ .cInput { margin-left: 15px; } .tt { font-family: "courier new",courier,monospace; font-size: 13px; } .cl { text-decoration:none;color:black; } .cHead { font-size:large; font-weight:bold; } .notFoundFace { text-align: center; font-size: 100px; } .notFoundText { text-align: center; font-size: 24px; font-weight: bold; }