/*  */
body  {padding-bottom: 10px;}

@media (min-width: 1000px){ 
body  { padding-top: 75px;  }
}

#wrapper {
    border: 0px solid blue;
}

#div1 {
    display: inline-block;
    margin-right: 30px;
	margin-bottom: 10px;
	vertical-align: top;
    border-left: 4px solid #eeeeee;
	padding-left: 2px;
}

#div2 {
    display: inline-block;
    vertical-align: top;
	border-left: 4px solid #eeeeee;
	padding-left: 0px;
	padding-right: 15px;
}

#div3 {
    display: inline-block;
    vertical-align: top;    
    padding-left: 8px;
	max-width: 320px;
	font-size: 12px;	
	border-left: 4px solid #eeeeee;
    height: 447px;
}

.lastnews {background-color: #eaeaea; padding: 10px; line-height: 16px; border-radius: 4px;}

.lastnewst {font-size: 16px; font-weight: bold; border-bottom: 1px solid #c1baba; padding: 0px 0px 6px 0px; margin-bottom: 8px;}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.well { padding:15px; }
footer { padding:10px }

.hero-unit2 { background:rgba(0,0,0,0.6); border:none; margin:0 0 0 40%; padding:4% 2%; color: #ffffff;}

.hero-unit {background: black url(images/img01.gif) no-repeat center center;
              -webkit-background-size: 100% auto; /* Saf3-4 */
                 -moz-background-size: 100% auto; /* FF3.6 */
                      background-size: 100% auto; /* Opera, IE9, Saf5, Chrome, FF4 */
		}

.imgcatthumb { padding: 0px; font-size: 11px; margin: 0px; line-height:16px; color: #606060;}		
					
.imgthumbtext { padding: 5px 0px 5px 0px; font-size: 10px; margin: 0px; line-height:12px; color: #08C;}	

/********** Misc */
.e-pointer { cursor: pointer; } /* Pointer Hand */
.expand-container { padding: 10px; } /* Block with expandable items */
.nextprev-bar { clear: both; padding: 5px; font-size: 14px; margin: 5px; border:1px solid #ddd; } /* Page NextPrev navigation block */


.s-message .s-message-title { height: 32px; background: 0 50% no-repeat; padding-left: 42px; line-height: 32px; }

i.s-message-icon {
    background: url(images/adminicons_32.png) no-repeat top left;
 	display: inline-block;
	width:32px;
	height:32px;
	float:left;
}

i.s-message-success { background-position: -592px -37px; width: 32px; height: 32px; }
i.s-message-error	{ background-position: -925px 0; width: 32px; height: 32px; }
i.s-message-warning	{ background-position: -777px -37px; width: 32px; height: 32px; }
i.s-message-info	{ background-position: -1480px 0; width: 32px; height: 32px;  }
i.s-message-debug	{ background-position: -1480px 0; width: 32px; height: 32px;  }

.s-message-body 	{ padding-left: 42px; }

.required 			{ color:red }

/* THEME SPECIFIC CSS *********************************************************************************************/

/******** News item styling */

.post-meta { margin: -7px 0 10px; }
.post-meta small { margin-right: 7px; margin-bottom: 0; padding-right: 10px; white-space: nowrap; border-right: 1px solid #dddddd; }
.post-meta small:last-child {  border: none; }
.post-meta small i[class^="icon-"] { margin-right: 7px; }

//*** .news_image { margin-bottom: 10px; }
div.view-item	{ margin-bottom:50px }

/******** FEATUREBOX PLUGIN */
/*
#featurebox-ajax-container { display: block }
#featurebox-ajax-container img { padding: 1px; margin: 5px; border: 1px solid #DDDDDD }

div.featurebox-nav { text-align: right; margin-right: 5px }
div.featurebox-nav a.featurebox-nav-link {  }
div.featurebox-nav a.featurebox-nav-link.active,
div.featurebox-nav a.featurebox-nav-link.active:hover { text-decoration: none; color: #000 }

div.featurebox-nav a.featurebox-nav-next,
div.featurebox-nav a.featurebox-nav-next:hover,
div.featurebox-nav a.featurebox-nav-prev,
div.featurebox-nav a.featurebox-nav-prev:hover { text-decoration: none; font-size: 16px }

*/

.form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
     .form-signin .checkbox {
       margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
   margin-bottom: 15px;
   padding: 7px 9px;
}

/* FIX for iOS navigation sublinks */
.dropdown-backdrop {
    position: static;
}    