/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label { font-weight: bold; }

.content form p {margin:0;padding:0;font-weight:bold;font-size:12px;}
/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 300px; margin:0em 0.1em 0.1em 0; }
input.text, input.title   { border:1px solid #bbb; background:#fafafa; padding:1px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#fafafa; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#fff;}
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

.shortquote{margin-right:10px;border:1px solid #ccc;padding:1em 0em 1em 20px;background-color:#f4f4f4;}

.entry {
    width: 100%;
}

.col{border:1px solid #ccc;padding:0.3em 0em 1em 1em;background-color:#f4f4f4;float:left;position:relative;min-height:540px;height:460px;}
.col label{clear:both;font-size:12px;display:block;}
.col select.targetlangselect{width:200px;}
.col1{margin-right:10px;width:31%;}
.col2{margin-right:10px;width:31%;}
.col3{width:30%}

.col h2{font-weight:bold;font-size:23px;margin-top:10px;}
.col input, .col textarea, .col select, .col file{border:1px solid #aaa;}

.inputerror{font-size:11px;color:#900;font-weight:bold;margin:0;padding:0;}
.info{width:100%;}
.formspan {float:left;margin:0px 2px 0px 0px;position:relative;}
.formspan p {margin:0px;padding:0px;}

.locationblock label, .locationblock input, .locationblock select{display:block;clear:both; }
.locationblock input, .locationblock select{width:200px;}
.continuation, .certification{display:block;clear:both;margin-top:8px;}
.notes{width: 250px; height: 50px;}
#mediadrop{width:200px;}
#medialength{width:200px;}