﻿* Created by Alan Roberts of alanRphotography. */


/* Color Legend */


/* Following is the css 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;
	}

table { border-collapse: collapse; border-spacing: 0;  }

img 	{ margin:0; padding:0; border: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:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #C0C0C0;
	}

ol, ul { list-style: none; }

/* Above is the last line of the Reset */





/* Global Settings */

html 	{	}
body	{ background-color: #CCCCCC;	} /* this is the background color for everything outside the wrapper i.e. lt gray */



/* Headings Settings - the font family used is specified in the css reset above */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color:#000066; } /* dark blue */

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
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 Element Settings */

p           	{ color:#003399;font-size: 12px ; line-height:150%;  }
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: #0066FF; } /* light blue */
a:visited		{ color: #CC0000; }	/* red */
a:active		{ color: #000;  }	/* black */
a:focus			{ color: #666;  }	/* light gray */
a:hover     	{ color: #f00;  }	/* red */

blockquote  	{ color:#000; font-size:12px; }	/* black */

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }


/* Image Settings */
img.ctrimg		{  display:block; margin-left:auto; margin-right:auto; margin-top:0px;	}



/* List Settings */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:12px; }	/* black */
ol li	     	{ color:#000; font-size:12px; }	/* black */

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Table Settings */

table       	{ table-layout:auto }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 
	font-size:11px;  /* this is the font size for text in table cells  */
	margin: 0px 0px 0px 0px;
	padding:20px;
	color: #000099;} /* this controls the color of the font in the table - light gray */
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Container Settings - These items below all relate to divs setup in the html files */

#wrapper 			{ width:900px; margin:0px auto; background-color:#FFFFFF} /* this is the wrapper for the page i.e. everything inside the boundary of my pages - white */

#top	 			{
						background-color:orange; /* orange */
						width: 100%;
						height:100%
						padding: 0;
						overflow: hidden;
					}
					
#topnav1 			{ background-color:#333333;clear:both;  }

#topnav1 ul			{ width:100%; float:left;margin:0px; background-color: #333333; }
#topnav1 ul li		{ display:inline;}
#topnav1 ul li a	{ float:left; padding:10px 10px;}

#topnav1 a:link		{ color: #C0C0C0;} /* this series sets the colors for the text in the nav menu at the top of the page */
#topnav1 a:visited	{ color: #C0C0C0;}
#topnav1 a:active	{ color: #C0C0C0;}
#topnav1 a:hover	{ color: #ff0000; background-color:#00002F }
#topnav1 a:focus	{ color: #C0C0C0;}


#banner 			/* { border-bottom:2px #0000FF solid;  } /* bright blue */

#logo				{ margin:0 0 0 10px; float:left; }

#content1 			{ width:100%; padding:20px 5px 0 0 } /* this is content for text on our page */
#content1 h1		{ margin:16px; border-bottom:1px #777777 solid; }
#content1 p			{ margin:16px; line-height:150%; color:#000099}

#content1 h2		{ margin:16px 0 0 0;}
#content1 img		{ padding: 0px; margin: 0px; }


#social-media		{ margin: 32px 60px 0 0;  }  /* these are the margin settings for the social media info   */
#social-media p		{ color:#000099;font-size:12px;margin:16px;}
#social-media img	{ width:24px;height:24px; margin: 5px 5px 0 10px;} /*this margin here is the left margin for the FB icon */
#social-media ul li { display:inline;}


#agrtable1 ul li	{ margin-left:80px; line-height:180%;} /* this is setting the list items in my table */



#footer 			{ clear:both; background-color:#000099; padding:10px 0;   }
#footer p			{ text-align:center; color:#ffffff;}


