/* Tags */

/* Set body and html at full size in height */
html, body
{
    height: 100%;
}

/* Set body properties*/
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: rgb(35,35,35);						/* Color: Body BG */
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 100%;
    color: black;											/* Color: Text */
}

/* Set link properties*/
a:link, a:visited
{
    color: rgb(255, 50, 0);									/* Color: Link*/
}

/* change link when hovered */
a:hover
{
    color: rgba(211,151,21, 1);								/* Color: Link Hover */
    text-decoration: underline;
}

/* Set horizontal line border colors */
hr
{    
	margin: 10px 0;
	border-bottom-color: rgba(0,0,0,0);				
	border-left-color: rgba(0,0,0,0);	
	border-right-color: rgba(0,0,0,0);
	border-top-color: rgb(255,255,255);				/* Color: Line */
}

/* Span container section */
span
{
    /* Display Span next to each other and do some padding for space between borders */
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
}





/* ID's */

/* The div containing everything except for the footer */ 
#AllDiv
{
    min-height: 100%;
	margin: 0;
}

/* The First div stroke at the top */
#TopInfo
{
	color: white;						/* Color: Text */
    background-color: rgb(4,2,3);		/* Color: Top Line Div */
    border: 2px solid rgb(30,30,30);	/* Color: Border Top Line Div */
	
	margin: 0 0 15px 0;
	text-align: left;
	
	min-width: 815px;
}

/* Make sure the text is at the top */
#TopInfo span b
{
	vertical-align: top;
}

/* Set Banner properties*/
#Banner
{
	margin: 0;
	padding: 0;
	
	max-width: 650px;
	width: 50%;
}

/* Set navigation bar properties*/
#NavigationDiv 
{
    font-size: 125%;
	margin: 15px auto;
	padding: 0 0;
	text-align: center;
	
    width: 80%;
	min-width: 815px;

}

/* We don't want a border for the home button */
#NavigationDiv .Home
{
    border-left: 0;
}

/* Set list properties in navigation bar*/
#NavigationDiv span
{	
	margin: 0;
    padding: 5px 0.9% 5px 1.2%;
    letter-spacing: 2px;
    text-transform: uppercase;

    background-color: rgb(240,240,240);				/* Color: NavigationDiv BG */
    border: 1px solid rgb(175,175,175);				/* Color: NavigationDiv Entry Seperation */
	
}

/* Set Links properties in list in navigation bar*/
#NavigationDiv span a
{
    color: rgb(75,75,75);							/* Color: NavigationDiv Entry Text */
    text-decoration: none;
	padding: 5px;
}

/* Set Links properties in list in navigation bar when hovered*/
#NavigationDiv span a:hover
{
    color: rgb(75,75,75);							/* Color: NavigationDiv Entry Text */
	text-decoration: none;

    -moz-box-shadow: 0 0 15px rgb(75,75,75);					/* Color: NavigationDiv Entry Border */
    -webkit-box-shadow: 0 0 15px rgb(75,75,75);				/* Color: NavigationDiv Entry Border */
    box-shadow: 0 0 15px rgb(75,75,75);						/* Color: NavigationDiv Entry Border */
}


/* Div Containing the Content div*/
#ContainerDiv
{
    position: relative;
    width: 85%;
	min-width: 815px;
    margin: 0 auto;
	
    background-color: rgb(245,245,245);				/* Color: Container BG */
    border: 1px solid rgb(30,30,30);				/* Color: Container Border */
}

/* Set content div properties*/
#ContentDiv
{
    text-align: left;
    width: 80%;
    margin: 30px auto;
    padding: 15px 40px;
    border-right: 1px solid rgb(175,175,175);
    border-left: 1px solid rgb(175,175,175);		/* Color: Vertical Lines */
}

/* Set footer properties */
#Footer
{
	margin: 0;
	text-align: left;
	height: 30px;
	margin-top: -33px;
	min-width: 815px;
	
	color: white;									/* Color: Text */
	background-color: rgb(4,2,3);					/* Color: Bottom Line Dev */
    border: 1px solid rgb(30,30,30);
}

/* Set Footer Link properties */
#Footer a,
#Footer .GoToTop
{
	text-decoration: none;
    color: rgb(255, 231, 158);						/* Color: Bottom Line Div Link*/
}

/* Set Footer Link hover properties */
#Footer a:hover,
#Footer .GoToTop:hover
{
cursor: pointer;
    color: rgba(211,151,21, 1);						/* Color: Bottom Line Div Link Hover */
}

/* Index Related */

/* Set slideshow properties */
#SlideShow
{
	margin: auto auto 30px auto;
	text-align: center;
}

/* Set Slideshow properties*/
#SlideShow span img
{
    width: 100%;
	max-width: 1024px;
	
	border: 1px solid rgb(30,30,30);   				/* Color: SlideShow border */
    border-radius: 10px;
}

/* Set pointer on hover */
#SlideShow img:hover
{
	cursor: pointer;
}

/* Contact Related */

/* Set contact div */
#ContactDiv {
	min-height: 200px;
}

#ContactDiv div
{
	white-space:nowrap;
}

/* Media Related */

/* Set Video & Picture div */
#VideoDiv, 
#PictureDiv
{
	position: fixed;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(245,245,245,0.5); 			/* Color: Picture and VideoDiv Overlay */
}

/* Set Picture and video div*/
#PictureDiv div,
#VideoDiv div
{
	margin:auto;
	max-width: 75%;
	max-height: 75%;
}

/* Set Picture and Video div span */
#PictureDiv div span,
#VideoDiv div span
{
	margin: 20px;
	vertical-align: middle;
	background-color: rgb(245,245,245);				/* Color: Picture and VideoDiv BG */
	
    border: 1px solid rgb(30,30,30); 				/* Color: Picture and VideoDiv Border */
    border-radius: 10px;
}

/* Set Image and IFrame */
#PictureDiv div span img,
#VideoDiv div span Iframe
{
	margin: 0;
	
	max-height: 80%;
	max-width: 80%;
}

#SlideShow
{
	height: 269px;
	position: relative;
}


/* Classes */


/* Center element */
.Centered
{
    text-align: center;
    margin: 0 auto;
}

/* Place at the top Left and force width.*/
.TopLeft
{
    width: 85px;
    vertical-align: top;
}

/* Force Width */
.width30
{
	width: 29%;
}

/* Force Width */
.width35
{
	width: 34%;				/* TODO */
}

.width40
{
	width: 40%;	
}

/* Set Width to 45 */
.width45
{
	width: 45%;
}

.EntryText .VerticalTop
{
	vertical-align: top;
}

.VerticalTop
{
	vertical-align: top;
	padding: 0;
	margin: 0 5px;
}

/* Force floating Right */
.floatRight
{
	float:right;
}

/* Force floating Left */
.floatLeft
{
	float:left;
}

/* Blog and Project Related */
.Entry div span
{
	vertical-align: bottom;
}

/* Set image size of icons */
.EntryIcon
{
    width: 100px;
    height: 100px;
    border: 1px solid rgb(30,30,30); 			/* Color: Border Color */
    border-radius: 5px;
}

/* Set Entry Text in blog and Project */
.EntryText
{
	padding: 5px 10px;
}

/* Set Entry Summary in blog and Project */
.EntrySummary 
{
	margin: 10px 0;
	padding: 0px;
	max-width: 65%;							
}

.EntrySummary p
{
	margin: 0;
	vertical-align: bottom;
}

/* Align bottom */
.alignBottom
{
	vertical-align: bottom;
}

/* Contact Related */
/* Set position and size of pictures */

/* Align contact image */
.ContactInfoIcon
{
    vertical-align: middle;
}

/* Image width of the social media stuff */
.SocialMedia img
{
    max-width: 200px;
	
	border: 1px solid rgb(30,30,30);			/* Color: Social Media Border */
    border-radius: 5px;
}

.SmallSocialMedia
{
	max-width: 30px;
	max-height: 30px;
		
	border: 1px solid rgb(30,30,30);		/* Color: Social Media Border small */
    border-radius: 5px;
}

/* Person Picture */
.Person
{
    max-width: 210px;
    max-height: 210px;
    float: right;
    margin-right: 10px;
    border: 1px solid rgb(30,30,30);	/* Color: Contact info border*/
    border-radius: 5px;
}


/* Index Related*/
/* Set Link div*/
.LinkDiv
{
	font-size: 120%;
	text-decoration: underline;
}

/* Set Picture in linkdiv */
.LinkDiv img
{
	vertical-align: middle;
}

/* change link when hovered */
.LinkDiv:hover
{
	cursor: pointer;
    color: rgba(211,151,21, 1); 				/* Color: Link Hover */
    text-decoration: underline;
}

/* Download Related */
/* Set Entry padding */
.DownloadEntry span
{
	padding: 0;
}

/* Set Img in Download Entry */
.DownloadEntry img
{
	height: 150px;
	width: auto;
	
	border: 1px solid rgb(30,30,30);		/* Color: Download entry img border */
    border-radius: 5px;
}

/* change to link */
.DownloadLink
{
	cursor: pointer;
    color: rgb(255, 50, 0);					/* Color: Downloadlink */
	text-decoration: underline;
}

/* change link when hovered */
.DownloadLink:hover
{
	cursor: pointer;
    color: rgba(211,151,21, 1);				/* Color: Downloadlink Hover */
    text-decoration: underline;
}

/* Media Related */
/* Exit button when show window is open*/
.Exit
{
	cursor: pointer;
}

/* Align text right */
.AlignRight
{
	margin: 0 0 0 auto;
	text-align: right;
}

/* Make div display as Inline */
.Inline
{
	display: inline-block;
	width: 65%;
}

/* The right Navigation Bar */
.RightNav
{
	vertical-align: top;
	width: 23%;							
	margin: 15px 0 15px 5%;
	padding: 15px;
	
	background-color: rgb(230,230,230);			/* Color: Right Navigation Bar Color */
	text-align: left;
}

.RightNav p
{
	margin:0;
	padding:0;
}

.SubNavigation span
{
	margin: 0;
	padding: 0.5%;
}

.HaxDiv
{
	height: 48px; 
	width: 100%;
}

#PicContainer
{
	display: none;
	background-color: rgb(255,255,255);
	
	height: 25px;
	width: 300px;
	
	margin-top: -25px;
	margin-right: -120px;
	
	position: absolute;
	bottom: 0;
	right: 50%;
	
	border: 1px solid rgb(115, 115, 115);
	border-bottom: 0px solid rgb(115,115, 115);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.Circle
{
	display: inline-block;
	cursor: pointer;
	
	background-color: rgb(255,255,255);
	
	height: 20px;
	width: 20px;
	
	margin-top: 5px;
	
	border: 1px solid rgb(115,115, 115);
	border-radius: 20px;
}

		
#LeftSemicircle,
#RightSemicircle
{
	display: none;
	cursor: pointer;
	background-color: rgb(255,255,255);
	
	height: 60px;
	width: 40px;
				
	position: absolute;
	
	top: 50%;
	margin-top: -30px;
	
	border: 1px solid rgb(115, 115, 115);
}

#RightSemicircle
{
	background-image: url('../images/Slideshow/ArrowRight.png');
	
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	
	border-right: 0px solid rgb(115,115, 115);
	right: 0;
}

#LeftSemicircle
{
	background-image: url('../images/Slideshow/ArrowLeft.png');
	
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
	border-left: 0px solid rgb(115,115, 115);
	left: 0;
}

/* Force Logo Top */
.Entry div span.LogoTop
{
	vertical-align:top;
}

.SlideImg
{
	width: 100%;
	display: block;
	float: left;
}

@media screen and (max-width: 767px) 
{

}

@media screen and (min-width: 768px) 
{

}
