/* === Hidden guff ======= */
#header1 p,.hidden{
	left:-9999px;
	width:0px;
	overflow:hidden;
	position:absolute;
	}	

/* === Generic styling (structure/background etc) ======= */
*{	
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	}
body{
	font:75%/150% Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#333;
	background:#FFF;
	}
p{margin:0 0 1.3em;line-height:normal}
p.error{margin:0 0 1.3em;line-height:normal;color:#CC0000;font-weight:bold;font-size:90%}
td{padding:2px;vertical-align:top}
h1{margin:0 0 1.3em;line-height:normal;font-size:120%}
p.small{margin:0 0 1em;font-size:90%;}
.nw{white-space:nowrap}
.nul{text-decoration:none}
.bord{border:solid 1px #CCC}


/* === HEADER ======= */
/* title */
#title{
	width:100%;
	height:125px;
	padding:0px;
    background:url(../images/backgrounds/mcd_bg.jpg) top repeat-x;
	float:left
	}
#title h1{
	width:85px;
	height:68px;
	text-indent:-9999px;
	background:url(../images/header/mcd.jpg) no-repeat;
	float:left
	}
#title h1 a{
	width:85px;
	height:68px;
	text-decoration:none;
	float:left;	
	}
/* nav */
#nav{
	width:100%;
    height: 40px;
	background:url(../images/backgrounds/dotted.gif) bottom repeat-x;
	float:left
	}
#navc{
	width:608px;
	height:19px;
	padding:0px 0 0 22px;
	float:left
	}
#nav ul{
	width:300px;
	list-style:none;
	float:left;
	clear:both
	}
#nav ul li{
	text-indent:-9999px;
	font-size:10%;
	line-height:normal;
	float:left;
	}
#nav ul li a{
	height:19px;
	text-decoration:none;
	float:left;
	}
/* nav 1 */
#nav #nav1{
	width:23px;
	height:19px;
	text-indent:-9999px;
	}
#nav #nav1 a{
	width:23px;
	background:url(../images/navigation/pics.gif) 0 0 no-repeat;
	}
#nav #nav1 a:hover,#nav #nav1 a.selected{
	width:23px;
	background:url(../images/navigation/pics.gif) 0 -19px no-repeat;
	}
/* nav 2 */
#nav #nav2{
	width:14px;
	height:19px;
	text-indent:-9999px;
    background:url(../images/navigation/spacer.gif) 0 0 no-repeat;
	}
/* nav 3 */
#nav #nav3{
	width:27px;
	height:19px;
	text-indent:-9999px;
	}
#nav #nav3 a{
	width:27px;
	background:url(../images/navigation/blog.gif) 0 0 no-repeat;
	}
#nav #nav3 a:hover,#nav #nav3 a.selected{
	width:27px;
	background:url(../images/navigation/blog.gif) 0 -19px no-repeat;
	}
	

/* === CONTENT ======= */
#content{
	width:630px;
	padding:12px 0 0 21px;
	float:left;
    font-size:90%;
	}
#content #cleft{
	width:460px;
	float:left
	}
#content #cright{
	width:150px;
	padding-left:20px;
	float:right;
    text-align: right;
	}
#content #blogpic{
	width:262px;
	height:165px;
	padding-top:21px;
	margin-bottom:17px;
	text-align:center;
	background:url(../images/backgrounds/blog_img.gif) no-repeat;
    clear: both;
	}
#content #container{
	width:100%;
	float:left;
	}
	
/* === FOOTER ======= */
#footer{
	width:100%;
	background:url(../images/backgrounds/dotted.gif) top repeat-x;
	font-size:80%;
	color:#999999;
	float:left;
	}
#footer #fcontainer{
	width:608px;
	padding-left:21px;
    padding-top:11px;
	float:left
	}
#footer #fcontainer #fleft{
	width:300px;
	float:left
	}
#footer #fcontainer #fright{
	width:308px;
	text-align:right;
	float:right
	}
	
	
/* === LINKS ======= */
a,a:visited{color:#49D2D2;text-decoration:underline}
a:hover,a:visited:hover,a:active{color:#49D2D2;text-decoration:none;}
a.blk,a.blk:visited{color:#000;text-decoration:none}
a.blk:hover,a.blk:visited:hover,a.blk:active{color:#000;text-decoration:underline;}


/* === FORMS ======= */
.formfield{
	width:60%;
	border:solid 1px #CCC;
	font-size:110%
	}
select{
	border:solid 1px #CCC
	}
.submit{
	color:#FFF;
	background:#666;
	font-weight:bold;
	padding:1px;
	}
	
/* --------------------------------------------------------- 
	18. TWITTER
-----------------------------------------------------------*/

div#twitter_div {
	overflow: hidden;
	clear: both;
	float: left;
	margin: 0;
}

a.logo {
	float: left;
	outline: none;
}
a.logo:hover {
	background-color: transparent !important;
}
a.logo img {
	border: none; 
}
ul#twitter_update_list {
	float: left;
	margin: 0;
	padding: 0;
}
ul#twitter_update_list li {
	margin: 8px 0 8px 0;
	padding: 0 15px 0 15px;
	font-size: 12px;
	line-height: 16px;
}
ul#twitter_update_list li span {
	font-weight: normal;
	background-color: transparent;
}
ul#twitter_update_list li a {
	display: block;
	text-decoration: none;
	font-style: italic;
}
ul#twitter_update_list li a:hover {
	text-decoration: underline;
	background-color: transparent;
}
p#twitter-link {
	float: left;
	text-decoration: none;
	font-size: 12px;
	margin: 10px 0 10px 0;
}
