@charset "utf-8";
/* CSS Document */


html {height:101%;}

a:link {color:#333; text-decoration:none;}
a:hover {color:#111; text-decoration:underline;}
a:visited {color:#333; text-decoration:none;}

body {
	background-color:#c8c8c8;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin-top: 11px;	/*background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}

p {line-height: 19px;}

.masthead-table {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}
.main-container {
	background-color: #FFF;
	text-align: left;
	padding: 36px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position:relative;
	top:1px;
	left:4px;

}

.page-titles {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 33px;
	margin-top: -3px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: -8px;
	margin-bottom: 12px;
	}
#brett-footer {
	font-size: 11px;
	margin-top: 22px;
	margin-bottom: 12px;
	text-align: center;
}

.gridpic {
	margin-bottom: 20px;
        border:1px solid #aaa;
}
.underlined-subs {
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}

#featured-gals a{
	color: #666;

	}
	
	.index-pic-hor {
	height: 295px;
	width: 442px;
		margin-bottom: 20px;
        border:1px solid #aaa;
}
	.index-pic-vert {
	height: 622px;
	width: 442px;
		margin-bottom: 20px;
        border:1px solid #aaa;
}
#img-grid-table td{ 
	padding:7px;
}


/*@media (min-width: 1200px){
	.container {
	    width: 982px !important;
	}
}

@media (max-width: 992px){
	#img-grid-table td{ 
		display: list-item;
    	text-align: center;
    	list-style: none;
	}
	#img-grid-table img {
	    width: 98% !important;
	    height: auto !important;
	}
	#img-grid-table {
		width:95%;
		margin:0;
		padding:0;
	}
}*/

.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 500px;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}