﻿body
{
	background: url('../Content/Images/Layout/OverallBackground.jpg') no-repeat top center;
	font-size: 14px;
	font-family: 'Segoe UI', Helvetica, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #000;
}

a:link
{
	color: #3c7ab0;
	text-decoration: underline;
}
a:visited
{
	color: #3c7ab0;
}
a:hover
{
	color: #000;
}
a:active
{
	color: #3c7ab0;
}

p, ul
{
	margin: 20px 0 0 0;
	line-height: 1.6em;
}

img { border: 0px; }

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
}

h1
{
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#page 
{
	margin: 0 auto;
	width: 800px;
}
#topmenu 
{
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
}
#header 
{
	background: url('../Content/Images/Layout/Header.png') no-repeat;
	height: 71px;
}
#header #header-left 
{
	font-size: 24px;
	margin-left: 70px;
	line-height: 55px;
	float: left;
}
#header #header-right 
{
	float: right;
	margin-right: 30px;
}
#header #header-right span
{
	display: inline-block;
	padding-top: 4px;
}
#header #header-right a
{
	line-height: 50px;
	display: inline-block;
	text-decoration: none;
	padding: 0 20px;
	color: #000;
	background: url('../Content/Images/Layout/Header-Highlight.png') repeat-x;
	background-position: 0 -50px;
}
#footer
{
	margin: 40px 0 20px 0;
	text-align: center;
	padding: 10px 0;
	line-height: 20px;
	width: 800px;
	height: 56px;
}
#footer #footer-contact, #footer #footer-copyright
{
	font-size: 10px;
}
#footer a 
{
	padding: 0 10px;
}
#main
{
	margin: 0 30px;
}

/* HOME PAGE   
----------------------------------------------------------*/
.Hook-Formula 
{
	text-align: center;
	vertical-align: top;
	height: 96px;
	border-style: none;
	text-align: center;
	width: 600px;
	white-space: normal;
}
table.Hook-Formula td 
{
	border-style: none;
}
.Hook-Formula h1 
{
	font-size: 24px;
	font-weight: normal;
}
.Hook-Formula span
{
	display: inline-block;
	line-height: 72px;
}
.Hook-Formula .Hook-Left, .Hook-Formula .Hook-Right
{
	margin: 0 20px;
	padding: 0;
	width: 50%;
}
.Hook-Formula .Hook-Center 
{
	width: 100px;
	font-size: 72px;
}

.Actions
{
	font-family: 'Segoe UI Bold';
	font-size: 14px;
	margin: 0;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.Actions .Action
{
	cursor: hand;
	display: inline-block;
	width: 154px;
	height: 204px;
	margin: 0 10px;
	padding: 8px 0 0 0;
	background: url('../Content/Images/Home/Action-ActiveBackground.png') no-repeat 300px 0;
}
.Actions .Action:hover 
{
	background-position: 0 0;
}
.Actions .Action:hover
{
	padding: 8px 0 0 0;
	margin: 0 10px;
}
.Actions a
{
	cursor: hand;
	width: 154px;
	height: 59px;
	display: inline-block;
	padding-top: 140px;
	color: #000;
	text-decoration: none;
}
.Actions a .RingHighlight
{
	background: url('../Content/Images/Home/BubbleGlow.png') no-repeat center -120px;
	width: 150px;
	height: 204px;
	position: absolute;
	top: 0;
}
.Actions a .ReadMore
{
	display: block;
	font-size: 10px;
	font-family: 'Segoe UI Italic', 'Segoe UI Light';
}
.Actions .MeetOurDevelopers { background: url('../Content/Images/Home/Action-MeetOurDevelopers.png') no-repeat top center; }
.Actions .MeetOurDevelopers div { color: #cf5924; }
.Actions .ViewOurPortfolio { background: url('../Content/Images/Home/Action-ViewOurPortfolio.png') no-repeat top center; }
.Actions .ViewOurPortfolio div { color: #3c7ab0; }
.Actions .ContactUs { background: url('../Content/Images/Home/Action-ContactUs.png') no-repeat top center; }
.Actions .ContactUs div { color: #6b7f25; }

.Centered, .Centered-Smaller
{
	text-align: center;
}
.Centered-Smaller 
{
	font-size: 10px;
}
p
{
}
hr
{
	border: 1px solid black;
	width: 50%;
	margin-bottom: 20px;
}
fieldset 
{
	margin: 0;
	padding: 0;
}
fieldset legend 
{
	margin: 0;
	padding: 0;
	font-size: large;
	font-family: 'Segoe UI Bold';
	font-weight: normal;
}

/* SECURE/DEVELOPER PAGE
----------------------------------------------------------*/
.Dashboard div
{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.Dashboard table 
{
	 display: inline-block;
	 width: 50%;
}
.Dashboard .graph 
{
	display: block;
	width: 99%;
	height: 240px;
}
.Dashboard .graph table, .Dashboard .graph td
{
	background-color: #fff;
	border: none;
	margin: 0;
	padding: 0;
}
.Dashboard strong 
{
	display: inline-block;
	margin-bottom: 5px;
}

/* HOME/DEVELOPER PAGE
----------------------------------------------------------*/
.Developer
{
	clear: both;
	margin: 0 100px;
}
.Developer p
{
	margin: 0;
}
.Developer h1
{
	text-align: center;
}
.Developer img
{
	float: left;
	margin: 0 10px 0 0;
}
#DeveloperToolList
{
	margin: 0 auto;
	height: 120px;
	margin: 0 0px;
	overflow: hidden;
	position: relative;
}
#DeveloperToolList ul, #DeveloperToolList li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#DeveloperToolList li
{
	position: absolute;
	text-decoration: none;
	color: #333;
	text-align: center;
}
#DevelopersList a 
{
}
#DevelopersList span
{
	display: inline-block;
	margin: 5px 10px;
}

/* HOME/PORTFOLIO PAGE
----------------------------------------------------------*/
.PortfolioWebsite
{
	margin: 0 100px;
}
.PortfolioWebsite p
{
	margin: 0;
}
.PortfolioWebsite h1
{
	text-align: center;
}
.PortfolioWebsite img
{
	float: left;
	margin: 0 10px 0 0;
}
#WebsitesList span 
{
	display: inline-block;
	margin: 5px 10px;
}
#WebsitesList span a
{
}
#WebsitesList span a img 
{
	text-align: center;
	border: 0;
	margin-top: 3px;
}

/* DEVELOPER DETAILS PAGE
----------------------------------------------------------*/
.DeveloperDetails 
{
	width: 100%;
}
.DeveloperDetails .DeveloperPhoto
{
	float: right;
	box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	-moz-box-shadow: 2px 2px 5px #ddd;
	border: 1px solid #c6c6c6;
}
.DeveloperDetails span 
{
	vertical-align: top;
	display: inline-block;
	margin: 5px 10px;
}
.DeveloperDetails span a 
{
	text-align: center;
	display: block;
	padding: 0 3px;
}
.DeveloperDetails span img 
{
	text-align: center;
	border: 0;
	margin-top: 3px;
}

/* WEBSITE DETAILS PAGE
----------------------------------------------------------*/
.WebsiteDetails 
{
	width: 100%;
}
.WebsiteDetails .WebsitePhoto
{
	float: right;
	width: 418px;
	height: 356px;
	background: url('../Content/Images/Portfolio/Browser.png') no-repeat;
	position: relative;
}
.WebsiteDetails .WebsitePhoto .WebsiteTitle
{
	position: absolute;
	top: 16px;
	left: 28px;
	font-size: 9px;
}
.WebsiteDetails .WebsitePhoto .WebsiteURL
{
	position: absolute;
	top: 30px;
	left: 75px;
	font-size: 9px;
}
.WebsiteDetails .WebsitePhoto img
{
	position: absolute;
	top: 47px;
	left: 10px;
	border: 0;
}
#WebsitesList span 
{
	vertical-align: top;
	display: inline-block;
	margin: 5px 10px;
}
#WebsitesList span a 
{
	display: block;
	width: 120px;
	text-align: center;
	padding: 3px;
}
#WebsitesList span img 
{
	text-align: center;
	border: 0;
	margin-top: 3px;
}

/* COMMON LIST ELEMENTS
----------------------------------------------------------*/
.QuickAccessMenuList 
{
	margin: 10px 0 0 0;
	padding: 0;
}
.QuickAccessMenuList li
{
	display: inline-block;
	margin-right: 20px;
}
#DevelopersList div span, .DeveloperDetails div span, #WebsitesList div span 
{
	padding: 12px;
	border: 1px solid transparent;
}
#DevelopersList div span:hover, .DeveloperDetails div span:hover, #WebsitesList div span:hover
{
	border-radius: 0 12px;
	background-color: #f0f0f0;
	box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	-moz-box-shadow: 2px 2px 5px #ddd;
	border: 1px solid #c6c6c6;
}
#DevelopersList div span img, .DeveloperDetails div span img, #WebsitesList div span img 
{
	text-align: center;
	box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	-moz-box-shadow: 2px 2px 5px #ddd;
	border: 1px solid #c6c6c6;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

legend
{
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
	border: solid 1px #e8eef4;
	border-collapse: collapse;
	width: 100%;
	white-space: nowrap;
}

table td
{
	padding: 5px;
	border: solid 1px #e8eef4;
}

table th
{
	padding: 3px 5px;
	text-align: left;
	background-color: #333;
	color: #ddd;
	border: solid 1px #e8eef4;
	font-size: 11px;
}
table th.actionHeader
{
	width: 1%;
}
table tbody tr:nth-child(even) 
{
	background-color: #e1e1e1;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

.relativeContainer 
{
	position: relative;
	margin: 0;
	padding: 0;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.error { color: Red; }
.hidden { display: none; }
.topalign { vertical-align: top; }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field, .editor-field-large
{
	margin: 0.5em 0;
}
.editor-field label.error, .editor-field-large label.error
{
	display: block;
}
.editor-label 
{
	display: inline-block;
	width: 125px;
	vertical-align: top;
	text-align: right;
	line-height: 24px;
	padding-right: 5px;
}
.editor-field 
{
	display: inline-block;
	width: 219px;
	vertical-align: top;
	text-align: left;
}
.editor-field input, .editor-field select, .editor-field textarea, .editor-field-large input, .editor-field-large textarea, .editor-field-large select
{
	width: 100%;
}
.editor-field-large 
{
	display: inline-block;
	width: 572px;
	vertical-align: top;
	text-align: left;
}
.editor-field-large textarea
{
	height: 100px;
}
.editor-field-medium textarea { width: 500px; }
.editor-field-small input { width: 50px; }
.text-box
{
	width: 30em;
}
.text-box.multi-line
{
	height: 6.5em;
}
.tri-state
{
	width: 6em;
}
