/*Reset Rules
 
        
 #Lists
================================================== 

*/	ul, ol { margin: 0 !important; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
        ol, ul {
		list-style: none; }/*

Reset Rules End*/


/* =================================================================== */
/* Fixed Width
====================================================================== */

body {
    background: #000; /* url(../images/bg/dark_wall.png); */
    font-size: 13px;
    font-family: open_sansregular !important;
    color: #666;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

#wrapper {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 35px 35px 35px;
    /* width: 960px ; */
	max-width: 960px ;
    margin: 50px auto 0px auto;
}

#footer {
    background: #333;
    padding: 15px 35px 0px 35px;
    /* width: 960px; */
	max-width: 960px ;
    margin: 0 auto;
}

.thumbnail{border: none !important;}

h3, h2 ,h1 ,h4{

    font-weight: normal !important;

}

/* Smaller than standard 1029 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1029px) {



}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {


}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

	
	.nav-shadow {
		bottom: -27px !important;
	}
	
	#wrapper {
		    padding: 20px 20px 20px 20px;
		    margin: 0px;
	}
	
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.selectnav {
		margin: 0px 0;
	}
	
	.meta {
		margin-right: 20px;
	}
}

.outer-image-container {
	max-width:500px;
}
