a:link    { text-decoration:none; }
a:visited { color:#828282; text-decoration:none; }
a:hover   { text-decoration:underline; }

.listsubitem { padding-left:10px; }

.listsubitem a:link, .subtext a:visited {}
.listsubitem a:hover { text-decoration:underline; }

.indented { padding-left:20px; }
.thumbnail a img { height:270px;} 


.dl-horizontal dd {
  margin-left: 30px;
}

.twitter-share-button  
{
	vertical-align:top; 
}

.footer
{
	text-align: center;
	color:Gray;
	text-decoration:none;
}

.credit
{
	color:Gray;
}

.landingpagesearch
{
	
	background-color:#f5f5f5;
	height:260px;
		  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: Black;
}
.grey
{
	background-color:#f5f5f5;
}


.titlebar p
{
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
}
.moviename
{
	font-weight:bold;
}
.intro
{
	color:Gray; 	
}

.titlebar
{
	padding-bottom:20px;
	padding-top:20px;
}

.headerrow
{

	padding-bottom:10px;	
	
}

.headerrow h1
{
	color:Black;	
}

[class^="icon-"] {
  background-image: url(../Content/themes/base/images/glyphicons-halflings.png);
}

.dd
{
	height: 14px;
}

.white
{
	background-color:White;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
}


.jumbotron {
 background-color:#808080;
}

.jumbotron h1 {
  color:White;
  font-size: 4em;
}

dt
{
	margin-top:5px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}


.listcolumn dl
{
	padding-left:20px;
	padding-right:20px;
}



h1 {
    font-size: 3em;
}

h1 small {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.4em;
}

h1, h2,h3 {
    text-shadow: 1px 1px 1px white;
}

#navlist li
{
display: inline;
list-style-type: none;

}

section {
    padding-top: 40px;
}

section#about {
    padding-top: 0;
}


.main p, .main ul {
    font-size: 1.2em;
    line-height: 1.3em;
}

.list li {
    margin-bottom: 0.8em;
}


.logo_item {
    font-weight: bold;
}

.main-image{
    zoom: 2; 

    display: block;
    margin: auto;

    height: auto;
    max-height: 100%;

    width: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    [class*="col-"] + [class*="col-"] {
        padding-top: 1em; /* for instance */
    }
    .centersmall
    {
            text-align:center; 
            margin: 0 auto;
    }


}