/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h2, h2 a{
	color:#666666;
	font-size:26px;
	text-decoration:none;
	font-weight:900;
	line-height:28px;
}

p{
	margin: 10px 0;
}

#menu{
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:100px;
	height:20px;
	margin: 0 0 0 495px;
	padding:2px;
	color:#666666;
	text-align:center;
	font-size:20px;
}

#menu a{
	text-decoration:none;
	line-height:24px;
}

.part{
	border: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:600px;
	margin: 25px auto 0 auto;
	padding:10px;
	color:#666666;
	text-align:left;
}

.part p{
	/*line-height:24px;*/
	font-size:12px;
	line-height:14px;
}

.part h2, .part h2 a{
	margin: 10px 0;
	font-weight:100;
	font-size:1.1em;
	color:#666666;
}

.part a{
	text-decoration:underline;
	font-size:12px;
	color:#FF6600;
}


#welcome{
	border: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:600px;
	margin: 25px auto 0 auto;
	padding:10px;
	color:#666666;
	text-align:center;
}

#welcome p{
	line-height:24px;
}

#welcome h2{
	margin: 10px 0;
	font-weight:100;
	font-size:1.1em;
}

#welcome a{
	text-decoration:underline;
	font-size:16px;
	color:#666666;
}

#rss{
	border: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:600px;
	margin: 20px auto;
	padding:10px;
	color:#999999;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

#rss a{
	text-decoration:underline;
	font-size:12px;
	line-height:14px;
	color:#FF6600;
}

#top{
	border: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:600px;
	margin: 20px auto;
	padding:10px;
	color:#999999;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

#top a{
	text-decoration:underline;
	font-size:12px;
	line-height:14px;
	color:#FF6600;
}

#search{
	border: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:600px;
	margin: 20px auto;
	padding:10px;
	color:#999999;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

#search a{
	text-decoration:underline;
	font-size:12px;
	line-height:14px;
	color:#FF6600;
}

#results{
	border: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:600px;
	margin: 20px auto;
	padding:10px;
	color:#999999;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

#results a{
	text-decoration:underline;
	font-size:12px;
	line-height:14px;
	color:#FF6600;
}

#twitts{
	border: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:600px;
	margin: 20px auto;
	padding:10px;
	color:#999999;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

#twitts a{
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	color:#999999;/**/
}

#twitts h2, #twitts h2 a{
	margin:12px 0px 5px 0px;
	font-weight:600;
	font-size:16px;
	line-height:20px;
	color:#666666;
	text-decoration:none;
}/**/

#twitts h2 a:hover{
	margin:12px 0px 5px 0px;
	font-weight:600;
	font-size:16px;
	line-height:20px;
	color:#666666;
	text-decoration:underline;
}

.twitter_pic{
	width:48px;
	height:100%;
	float:left;
	margin:5px;
	border:5px solid #eeeeee;
}

.twitter_text{
	overflow:hidden;
	display:block;
	/*height:55px;*/
	margin-bottom:20px;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
}

.more a{
	text-decoration:underline;
	font-size:12px;
	line-height:14px;
	color:#FF6600;
}

#rss h2, #rss h2 a{
	margin:12px 0px 5px 0px;
	font-weight:600;
	font-size:16px;
	line-height:20px;
	color:#666666;
}

#top {
	line-height:2.1em;
}

#top h2, #top h2 a{
	margin:12px 0px 5px 0px;
	font-weight:600;
	font-size:16px;
	line-height:20px;
	color:#666666;
}


.ad{
	width:470px;
	margin: 25px auto;
}

.ad_336{
	width:336px;
	margin: 25px 0 0 -7px;
}

.ad_new{
	width:300px;
	height:250px;
	margin: 0px 2px 0 0;
	float:left;
}

.ad_inside{
	border: 1px solid #CCCCCC;
	background-image:url(images/grey.gif);
	background-repeat: repeat-x;
	width:600px;
	margin: 20px auto;
	padding:10px;
	color:#999999;
	text-align:left;
	font-size:12px;
	line-height:14px;
	
}

.footer{
	font-size:12px;
	line-height:14px;
	color:#FF6600;
	width:600px;
	margin:auto;
	text-align:center;
}

#youtubeDiv, #youtubelist, #youtubebox{
	display:inline;
}

.metas{
	padding:5px;
	background:#CCCCCC;
	color:#666666;
}