﻿ /* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color and Font Legend 

font-family: 'News Cycle', sans-serif;
font-family: 'Archivo Narrow', sans-serif;

*/

/* Reset */

html, body { margin: 0; padding: 0; border: 0;  background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: right;
	color: #FFF;
	}

ol, ul { list-style: none; }


/* Global */

html 	{	}
body		{
	background-color: #FFEEDD;
}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: 700; color:#E2D3B8;
						font-family:'News Cycle', Arial, Helvetica, sans-serif; }

h1 { font-size:24px; color:#fff;
		padding-bottom:20px; border-bottom:1px #ccc solid; margin-bottom:25px;  }
h2 { font-size:20px; color:#fff;  }
h3 { font-size:16px; margin-bottom:5px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p, li, a		{ font-family:'Archivo Narrow', Arial, Helvetica, sans-serif;
				font-weight:400; color:#E2D3B8; }

p           	{ color:#E2D3B8; font-size:16px; line-height:150%;
					margin:15px 0; font-weight:200;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link		{ color: #E2D3B8;  }
a:visited		{ color: #E2D3B8;  }
a:active		{ color: #E2D3B8;  }
a:focus		{ color: #BB5E00;  }
a:hover     	{ color: #BB5E00;  }

blockquote  	{ color:#fff; font-size:12px; }

strong      	{ font-weight: bold; color:#BB5E00; }
em		      	{ font-style: italic; color:#fff; }

/* Images */

.image-frame			{ padding:3px; border:1px #ccc solid; margin:10px 20px 10px 0; }
.sidebar-image-frame     { padding:3px; border:1px #ccc solid; margin:10px 20px 10px 0; }

/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#E2D3B8; font-size:12px; }
ol li	     	{
	color:#FFCC33;
	font-size:22px;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
}

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{
	font-size: 16px;
	color: #FFF;
}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym  { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#outer	 		{
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
	overflow: auto;
	border-left: 1px # solid;
	border-right: 1px #ffffff solid;
}

#wrapper 			{ width:900px; margin:0 auto;  }

#logo	 		{ margin:30px 0px; float:left;  }
#logo h1			{
	font-size:42px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-style:italic;
	color:  blue;
	border:0;
	margin:0;
	padding:0 0 10px 0;
}
#logo h2			{ color: #00D7D7;	}

#social-media-icons			{ float:right;	}
#social-media-icons	ul li 	{ display:inline; }
#social-media-icons ul		{ margin-top:40px; }

#topnav 				{ clear:both; background-color: #CFFEF7;
						background-repeat:repeat;  }
#topnav ul			{ border-top:1px blue  solid; border-bottom:1px blue solid;
						margin:20px 0; padding:10px 0;	}
#topnav ul li			{ display:inline; font-size:22px;}
#topnav ul li a		{ padding:0 25px; font-size:medium	}

#topnav a:link			{ color:  blue;  }
#topnav a:visited		{ color: gray;  }
#topnav a:active		{ color:  blue;  }
#topnav a:focus		{ color: #BB5E00;  }
#topnav a:hover     	{ color: #BB5E00;  }

#banner 				{ margin-bottom:30px;  }
#slider				{
	margin-bottom:30px;
	background-image:url(images/banner/b1.jpg);
	background-repeat:repeat;
}
#landingpage	{ width:900px; float:left;  }
#landingpage h1			{
	font-size: 42px;
	color: blue;
	text-align: center;
}
#landingpage h2			{
	font-size: 32px;
	margin-top: 20px;
	color:#00D7D7 ;
	alignment-adjust: middle;
	text-align: center;
}
#landingpage h3			{
	font-size:24px;
	margin-top:20px;
	color: #FF379B;
	text-align: center;
}

#landingpage h4		{font-size:22px; color:#F9F;}

#landingpage p			{
	font-size:18px;
	text-align: left;
}
#landingpage p2		{font-size:18px;
	text-align: center; color:aqua;}
	
#landingpage img	{
	margin-left: 0;
	margin-right: 0;
}

#landingpage a:link		{ color: #E2D3B8;  }
#landingpage a:visited		{ color: #E2D3B8;  }
#landingpage a:active		{ color: #E2D3B8;  }
#landingpagee a:focus		{ color: #BB5E00;  }
#landingpage a:hover     	{ color: #BB5E00;  }


#content 				{ width:600px; float:left;  }


#content h1			{
	font-size: 42px;
	color: #00D7D7;
	text-align: center;
}
#content h2			{
	font-size: 32px;
	margin-top: 20px;
	color: #FFFFFF;
	alignment-adjust: middle;
	text-align: center;
}
#content h3			{
	font-size:24px;
	margin-top:20px;
	color: #4600AE;
	text-align: center;
}

#content h4		{font-size:22px; color:#F9F;}

#content p			{
	font-size:18px;
	text-align: left;
}
#content p2		{
	font-size: 18px;
	text-align: center;
	color: #CC99FF;
}


#content a:link		{ color: #E2D3B8;  }
#content a:visited		{ color: #E2D3B8;  }
#content a:active		{ color: #E2D3B8;  }
#content a:focus		{ color: #BB5E00;  }
#content a:hover     	{ color: #BB5E00;  }

#box  {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
img

#oils
/* Three image containers (use 33% for three, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


#details  { width:900px; float:left;  }


#details h1			{
	font-size: 42px;
	color: #00D7D7;
	text-align: center;
}
#details h2			{
	font-size: 32px;
	margin-top: 20px;
	color: #FF379B;
	alignment-adjust: middle;
	text-align: center;
}
#details h3			{
	font-size:24px;
	margin-top:20px;
	color: #4600AE;
	text-align: center;
}

#details h4		{font-size:22px; color:#F9F;}
#details p			{
	font-size: 18px;
	text-align: center;
	color: #4600AE;
}
#details p a	{
	color: #00CCFF;
}

#details img	{ margin-left:2px
}

#details a:link		{ color: #E2D3B8;  }
#details a:visited		{ color: #E2D3B8;  }
#details a:active		{ color: #E2D3B8;  }
#details a:focus		{ color: #BB5E00;  }
#details a:hover     	{ color: #BB5E00;  }

	
}


#rightside 			{
	width:200px;
	float:right;
	text-align: center;
}

#rightside h1	{
	font-size:24px;
	color: FFF;
	text-align: center;
}
#rightside h2			{
	color: #c891FF;
	margin:15px 0 10px 0;
	font-size:24px;
	text-align: center;
}
#rightside h3		{
	color: #C9F;
	margin:10px 0;
	font-size:18px;
	text-align: center;
}
#rightside h4			{ font-weight:bold; color:#E2D3B8; margin:25px 0 0px 0; }
#rightside p			{
	color: #E2D3B8;
	margin:10px 0;
	font-size:14px;
	text-align: center;
}
#rightside img			{ margin:20px 0 20px 0;	}
#rightside li			{ color: #E2D3B8; margin:5px 0 5px 20px; font-size:14px;
						list-style-type:square;	}
#rightside a			{ color: #E2D3B8;	}

#rightside a:link		{ color:#E2D3B8;	}
#rightside a:visited	{ color:#E2D3B8;	}
#rightside a:active		{ color:#E2D3B8;	}
#rightside a:hover		{ color:#D26900;	}
#rightside a:focus		{
	color:#D26900;
	text-align: center;
}

#footer 				{ clear:both; margin:20px 0; border-top:1px #ccc solid; 
						padding:20px 0; }




/* Layout Extra */




/* Navigation Extra */



/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:28px;	}
 
table tr td input#tswname	{ 

    }

label 	{
	float: left;
	width: 150px;
	margin-top:10px;
	border:thin;

font-size:22px;
		text-align:right; margin-bottom:2px;    display:block;
	background:none;
	font-weight:bold;
	font-size: 16px; border:thin
	;
		}
	
submit	{ background:none; background-color:#FFCC33; 
width:350px	}
 
input 	{ 
		width:350px; margin:3 3 16px 10x;
		border:4px; border:thin  ;padding:5px; background:none;  background-color:#FFF;
		}
		
input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
		width:350px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; background-color:#FFFFFF; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:170px; height:25px;
		margin-left:170px;
		font-size:16px; background-color:#FC3;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }


/* Miscellaneous  */

.popup-link		{ font-size:12px; margin:5px 10px; display:block; }

p.date			{ font-weight:bold; color:#BF6000; margin:10px 0 0px 0; }

.copyright-text	{ font-size:80%; font-style:normail; color:#E2D3B8; }
.footer-text		{ font-size:16px; font-style:normal; color:#E2D3B8; 
				 	text-transform:uppercase; text-align:center;
					padding:0; margin:0;  }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle			{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date			{ font-size:10px font-style:italic; color:#555; }
.article-date		{ font-size:10px font-style:italic; color:#555;  }
.location			{ font-size:10px font-style:italic; color:#555;  }

.float-right		{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      		{ background:#D7D7FF; }
.removed    		{ background:#FFCECE; color:#f00; }
.changed			{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }
