﻿/* Styles for XnaProjects.Net */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
	background: #FFFFFF url(images/BackgroundFade.png) repeat-x;
}

form
{
}

fieldset
{
	border: none;
}

legend
{
	display: none;
}

h3
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h1
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2
{
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3
{
	margin-bottom: 1em;
	font-size: 1em;
}

ol
{
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

ul
{
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote
{
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p
{
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote
{
	margin-left: 3em;
	font-style: italic;
}

ul
{
	margin-left: 2em;
	list-style: square;
}

ol
{
	margin-left: 2em;
	list-style: lower-alpha;
}

a
{
	color: #EA672E;
}

a:hover
{
	text-decoration: none;
	color: #385B88;
}

img
{
	border: none;
}

img.left
{
	float: left;
	margin: 0 1em 1em 0;
}

img.right
{
	float: left;
	margin: 0 1em 1em 0;
}

/* Boxed Style */

.boxed
{
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title
{
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content
{
	padding: 10px;
}

/* Header */

#header
{
	width: 700px;
	height: 200px;
	margin: 0 auto;
	display: block;
}

#logo
{
	background: url(images/XnaProjects.png) no-repeat left;
}

#logo h1
{
	padding: 75px 0 0 0;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2
{
	margin: 0;
	padding: 5px 0 0 135px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo h2 a:hover
{
	color: yellow;
}

#logo a
{
	text-decoration: none;
	color: #385B88;
}

/* Menu */

#menu
{
	width: 450px;
	height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
}

#menu ul
{
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	padding: 0 1.5em 0 0;
	text-decoration: none;

}

#menu a:hover
{
	text-decoration: underline;
}

#menu .first a
{
	padding-left: 0;
	background: none;
}

#menu .selected
{
	color: #385B88;
}

/* Content */

#content
{
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content > Main */

#main
{
	float: left;
	width: 460px;
}

.watermarked
{
	color: #BBBBBB;
}

/* Content > Main > Welcome */

#overview
{
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
}

#screenshots
{
	padding: 20px 0 0 0;
	border-top: 1px dashed #CAD4DF;
}

/* Content > Sidebar */

#sidebar
{
	float: right;
	width: 229px;
	margin: 0 0 0 0;
}

/* Content > Sidebar > Video */

#video
{
	float: right;
	width: 229px;
	height: 174px;
	color: black;
	background-color: Transparent;
	margin-top: 5px;
	/*top: -2px;
	background: url(images/VideoBox.png) no-repeat;
	*/
}

#videolabel
{
	width: 229px;
	text-align: center;
}

#video p
{
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates
{
}

#updates ul
{
	margin: 0;
	margin-left: 20px;
	padding: 0px;
	border: 0px;
	list-style: disc;
}

#updates li
{
	margin-bottom: 1em;
}

#updates h3
{
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p
{
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a
{
	text-decoration: none;
}

/* Footer */

#footer
{
	clear: both;
	padding: 20px;
	font-size: x-small;
}

#footer p
{
	padding: 10px;
	border-top: 1px #CAD4DF dashed;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

