body {
	margin: 0;
	font: 11px "Lucida Grande", "Verdana";
	background: #eee;
	color: #111;
}

h1 {
	margin: 0 0 0 30px;
	padding: 0;
	font: 24px "Trebuchet MS", "Lucida Grande", "Arial";
	text-indent: -9000px;
	background: url("/img/mucsa-logo.png") no-repeat;
	height: 100px;
	width: 240px;
	float: left;
}

h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin: 2px 0 0 0;
	padding: 0;
	font: 20px "Trebuchet MS", "Lucida Grande", "Arial";
}

h2 a, h2 a:visited {
	text-decoration: none;
}

h3 {
	margin: 0 0 4px 0;
	padding: 0;
	font: 14px "Trebuchet MS", "Lucida Grande", "Arial";
}

code, kbd, var {
	font: 12px Monaco, monospace;
	margin: 12px 25px;
	padding: 6px 12px 6px 38px;
}

p {
	line-height: 1.65;
	margin: 0.8em 0;
}

pre code {
	display: block;
	line-height: 1.6;
	margin: 12px 0;
	padding: 6px 38px 6px 12px;
	overflow: auto;
	/*border: 1px solid #c1e394;*/
	color: #2c450b;
	background: #f7fdf2;
}

blockquote {
	margin: 12px 25px;
	padding: 6px 12px 6px 38px;
	background: #f5f5f5 url("/img/blockquote.png") no-repeat 10px 10px;
}

blockquote p {
	margin: 0;
	padding: 0;
}

#wrapper {
	min-width: 800px;
	width: 900px;
	margin: 0 auto;
}

.right {
	text-align: right;
}

form {
	margin: 0;
	padding: 0;
}


fieldset { 
	margin-top: 4px;
	border: 1px solid #313131;
	padding: 6px 6px 6px 10px;
}

legend,label {
	color: #000;
}
							/* -------------------------------
							   --- HEADER + NAV
							   ------------------------------- */

#header {
	height: 100px;
	background: #343434 url('/img/header-bg.png') repeat-x;
}

#nav {
	border-bottom: 1px solid #bdd9fb; /*#677C97;*/
	margin-bottom: 6px;
	height: 28px;
	background: #3d4a60 url('/img/nav-bg-2.png') repeat-x;
}

/*#nav-right-corner {
	float: right;
	height: 10px;
	width: 10px;
	background: url('img/nav-cnr-botright.png') no-repeat bottom right;
}*/

#nav ul {
	margin: 0;
	padding: 8px 0 0 6px;
	height: 30px;
}

#nav li {
	display: inline;
	text-align: center;
	margin-right: 15px;
}

#nav li a, #nav li a:visited {
	color: #343434;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#nav li a:hover {
	color: #03659d;
	border-bottom: 1px dotted #03659d;
}

#badges {
	float: right;
	padding: 15px 15px 0 0;
}

#badges img {
	margin-left: 10px;
}
						
							/* -------------------------------
							   --- CONTENT
							   ------------------------------- */
#aboutbox {
	background-color: #eff6ff; 
	padding: 5px; 
	width: 75%; 
	margin: 10px auto; 
	display: block; 
	border: 2px solid #2778dc;
}

#rss {
	float: right;
	height: 16px;
	width: 16px;
}

#content-right-corner {
	float: right;
	height: 10px;
	width: 10px;
	background: #fff url('/img/body-cnr-topright.png') no-repeat top right;
}

#content {
	/*padding: 3px 5px 10px 5px;*/
	margin: 0;
	background: #fff url('/img/body-cnr-topleft.png') no-repeat;
}

#content-two {
	padding: 3px 5px 10px 5px;
}

#content p {
	margin-bottom: 4px;
}

#content .block {
	height: 140px;
	width: auto;
	padding: 10px 6px 6px 6px;
}

#content .win7 {
	background: url('/img/block-bg-win7.png') repeat-x;
}

#content .vista {
	background: url('/img/block-bg-vista.png') repeat-x;
}

#content .xp {
	background: url('/img/block-bg-xp.png') repeat-x;
}

#content .ubuntu {
	background: url('/img/block-bg-ubuntu.png') repeat-x;
}

#content .block img {
	margin: 10px;
	float: left;
}

.error {
	background-color: #7A423E;
	border: 1px solid #8B4B46;
}

.post {
	margin: 0;
	padding-bottom: 10px;
}

.date {
	margin: 0;
	text-transform: uppercase;
	background: url("/img/date-bg.png") repeat-x;
	color: #aaa;
	height: 15px;
	line-height: 1;
	display: block;
}

.post a {
	color: #38aade;
	text-decoration: none;
	border-bottom: 1px dotted #1287BD;
}

.post a:visited {
	color: #95bdce;
	border-bottom: 1px dotted #374964;
}

.post a:hover {
	color: #F89A0D;
	border-bottom: 1px dotted #F89A0D;
}

a img, a:visited img {
	border: none;
}

.notice {
	font-weight: bold;
	background-color: #fffcd3;
	padding: 3px;
}

li {
	line-height: 16px;
}

table {
	margin: 5px;
}

th { padding: 6px; }

td {
	border-bottom: 1px solid #ccc;
	padding: 6px;
}

th.current { background-color: #e5ffe5;	}

td.current { background-color: #e5ffe5; }

							/* -------------------------------
							   --- FOOTER
							   ------------------------------- */

#footer {
	margin: 10px 0 0 0;
	height: 40px;
	padding: 15px 5px 0 5px;
	background: #343434 url('/img/footer-bg.png') repeat-x;
}

#copyright {
	float: left;
	color: #eee;
	border: 1px solid red;
}

#rss {
	float: right;
	height: 16px;
	width: 16px;
}


							/* -------------------------------
							   --- FORMS
							   ------------------------------- */

input[type="text"] {
	width: 200px;
}
