@charset "UTF-8";


#body {
	/*Header */
	background-color: rgba(88,48,20,1.00);
	width: auto;
}



#Orange {
	/*Color */
	background-color: rgba(1,23,23,1.00);
	width: 100%;
}





#mainwrapper {
	/* Container of all content */
	width: 94%;
	overflow: auto;
	margin:0 auto;
	background-color: rgba(160,66,2,1.00);
	background-image: url(/images/rev2_bg.jpg);
	background-repeat: repeat-x;
	border: 6px solid rgba(216,107,2,1.00);
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	
	max-width: 1000px;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 240px;
	float: left;
	padding-left: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(146,146,146,1.00);
}

#mainwrapper header #RedText {
	/* Company Red text */
	width: 45%;
	float: right;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 1px;
	color: rgba(237,27,36,1.00);
	line-height: 100%;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 900;
	font-style: normal;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	font-size: 35px;
	min-width: 300px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
}



#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 2%;
	width: 68%;
	float: none;
	color: rgba(146,146,146,1.00);
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}
#mainContent h1, #mainContent h2    {
	/* Styling for main headings */
	color: rgba(213,232,235,1.00);
}
#mainContent h3 {
	/*Captions ot Taglines */
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	color: rgba(253,238,229,1.00);
	border-bottom-width: medium;
}
#mainContent h1 {
	/*Captions ot Taglines */
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	color: rgba(253,238,229,1.00);
	border-bottom: 2px solid rgba(229,253,253,1.00);
	font-size: 24px;
	padding-left: 2%;
	padding-right: 2%;
}
#mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(75,42,0,1.00);
}
#mainContent p {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	color: rgba(253,238,229,1.00);
}
#mainContent #authorInfo {
	font-size: 1px;
	padding-left: 2%;
	padding-right: 2%;
	border: thick solid rgba(64,133,146,1.00);
	background-color: rgba(231,218,211,1.00);
}
#mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(39,16,0,1.00);
	padding-left: 2%;
	padding-top: 11px;
	font-size: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	border-bottom-style: none;
	border-bottom-width: thin;
	text-shadow: 1pt 0px;
	text-decoration: underline;
	font-weight: lighter;
}
#mainContent #authorInfo p {
	color: rgba(31,12,0,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
	font-size: 16px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
#footer article  {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(253,238,229,1.00);
	width: 28%;
}
#footer article h3  {
	/* Footer article titles */
	text-align: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
	border-bottom-color: rgba(253,238,229,1.00);
	border-bottom-style: solid;
	width: 100%;
	color: rgba(253,238,229,1.00);
}

#footer article p  {
	/* Footer article titles */
	text-align: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
	border-bottom-color: rgba(253,238,229,1.00);
	border-bottom-style: none;
	width: 100%;
	color: rgba(253,238,229,1.00);
	font-size: 15px;
}






#mainContent {
	width: 100%;
	float: left;
}



#footer article a:link
{
	color: #00BDDF;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}

#footer article a:visited
{
	color: #00BDDF;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}



#footer article a:hover, #footer article a:active

{
	color: #00D8FF;
	text-decoration: underline;
	font-weight: bold;
}



.FloatL {
	float: left;
	margin-top: 5%;
	margin-left: 2%;
	margin-right: 6%;
	margin-bottom: 5%;
}

.FloatR {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 0px;
}



a:link
{
	color: #00BDDF;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #00BDDF;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}


a:hover,a:active

{
	color: #00BDDF;
	text-decoration: underline;
	font-weight: bold;
}


nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	width: 96%;
	clear: both;
	color: rgba(160,66,2,1.00);
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	border-bottom-color: rgba(0,189,223,1.00);
	border-bottom-width: 35px;
	padding-top: 1%;
	background-color: rgba(64,133,146,1.00);
	padding-bottom: 0.5%;
}

.Fbg {
	color: #000000;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	word-spacing: normal;
	letter-spacing: normal;
	background-color: #EDAB32;
	width: 320px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.justL {
	float: left;	
}

.justR {
	float: right;	
}


















#mainwrapper header {
	/*Header */
	background-color: rgba(0,0,0,1.00);
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 900;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#footer {
	width: 100%;
	float: left;
	background-color: rgba(57,23,0,1.00);
	font-size: medium;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}


#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}



.smwht  {
	/* Footer articles */
	Color:#FDEEE5;
	font-size: small;
	
}





/* Tablet view */
@media screen and (max-width:789px)
{
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
.notOnDesktop input {
	
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 100%;
	padding-left: 0px;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}



#mainwrapper header {
	/* Header */
	width: 98%;
}

.smwht  {
	/* Footer articles */
	Color:#FDEEE5;
	font-size: small;
}



#footer article  {
	/* Footer articles */
	width: 96%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-size: medium;
	
}






/* Mobile view */
@media screen 
and (min-device-width : 320px) 
and (max-device-width : 480px){
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 96%;
}

#mainwrapper header {
	/* Header */
	width: 97%;
}


.notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
 .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 18px;
}


.smwht  {
	/* Footer articles */
	Color:#FDEEE5;
	font-size: small;
}

#footer article  {
	/* Footer articles */
	width: 96%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	
}
