/*   
Theme Name: Development Theme
Theme URI: http://www.mantone.com/mantheme
Description: A Theme to Test things out
Author: BaoQuoc Nguyen Doan
Author URI: http://www.mantone.com
Version: 2.0
.
General comments/License Statement if any.
.
*/

body {
	background: #000;
	text-align: left;
}


body #page { 
	margin: auto;
	width: 960px;
	background: #000;
	border-style: none;
}


/*- Masthead A.K.A. masthead contains h1 (a.k.a. Blog Title), .menu and .description */
#masthead {
}	

h1{
	position: relative;
	font-size: 5em;
}

h1 a, h1 a:hover, h1 a:visited {
	display: block;
	min-height: 50px;
	_height: 50px; /* IE */
	padding-left: 10px;
	font-family: Verdana, Arial;
	font-weight: 800;
	text-transform: uppercase;                   
	text-decoration: none;
	color: #e3fe0d;
	white-space: nowrap;
}


#masthead .description {
	padding: 0 1em;
	font-size: 1.2em !important;
	margin-left: 0px;
	white-space: nowrap;
	color: #666;
	display: inline; /* Checking for IE bug. If people start having problems with masthead width, then this is it */
}


#primary {
	float: left;
	padding: 0;
	width: 100%;
}





#primary .item { /*-- .items are post/entries */
	/*
	clear: both;
	position: relative;
	*/
	background: #000;
	float: left;
	margin-bottom: 2em;
	margin-top: 0em;
	width: 100%;
}	




#primary .item .itemhead { /*-- Holds the Item entry header */
	background: transparent;
	overflow: hidden;
	width: 100%;
	padding-top: 0em;
}	

#primary .itemhead h3 {
	color: #fff;
	font-weight: 800;
	font-size: 3.5em;
	letter-spacing: -2px;
	line-height: 1em;
	font-family: Verdana, Georgia;
	text-transform: uppercase;
}

#primary .itemhead h3 a {
	color: #ff33dd;
	padding-right: 4px; /*--- Adjustment for letter-spacing, FF */
	overflow: hidden !important;
	_word-wrap: break-word;
	whitespace: nowrap	
}

#primary .itemhead h3 a:hover {
	color: #fff;
	overflow: hidden !important;
}








#primary .item .itemtext {
	float: left;
	/*something was here*/
	clear: both;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 150%;
	font-size: 1.2em;
	width: 100%;
}

#primary .item .itemtext p {
	text-indent: 0em;
	margin: 1em 0;	
}








/* The Daily Summary Section */
.dailysummary {
	background: #fff;

}

.thesummary {
	padding: 10px;
	width: auto;
	min-height: 300px;
}

.thesummary h3 {
	color: #ff33dd;
	display: both;
	width: 100%;
	font-weight: 800;
	font-size: 3.5em;
	letter-spacing: -2px;
	line-height: 1em;
	display: inline;
	font-family: Verdana, Myriad;
	text-transform: uppercase;
}

.summarycontent {
	font-size: 1.3em;
	font-family: Georgia;
}

.summarycontent a {
		color: #ff33dd;
	font-size: 1.1em;
	font-family: Georgia;
}











/* The latestnews newsblocks */







#primary #latestnews h4 { /*-- H4 ---*/
	font-family: Verdana, Georgia;
	font-size: 1.6em;
	letter-spacing: -1px;
	color: #66ccff;
	font-weight: 400;
}


#primary #latestnews h4 a {
	color: #66ccff;
	padding-right: 4px; /*--- Adjustment for letter-spacing, FF */
}






/*- Ordered and UnOrdered List Styling */
#primary #latestnews ul.newslist {
	padding: 0;
	margin: 0 0 0 0;
	list-style-position: outside;
	list-style: none;
}


#primary #latestnews ul.newslist li {
	margin: 0 0 0 0;
	padding: .20em 0;
	border-bottom: 1px solid #333;
	list-style-position: outside;
}



#primary #latestnews .newslist a { /*-- Controls Post/Entry Links */
	color: #aaa;
}

#primary #latestnews .newslist li a:hover { /*-- Controls Post/Entry Links */
	color: #fee91c;

}	

#primary #latestnews .newslist li a:visited { /*-- Controls Post/Entry Links */

text-decoration: line-through;
}

#primary #latestnews .newslist li.freshnews{ /*-- Controls Post/Entry Links */
background: #222;
}




/*- Footer */
#footer {
	display: block;
	background: #66ccff;
	clear: both;
	font-size: 1.25em;
	width: 960px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
	text-align: left; 
}

#footer a {
	font-weight: 800;
}

#footer a:hover {
}




/* Jquery Style */
.toggleLink {
	padding: .4em 0 .2em 0;
	display: block;
	text-align: right;
}



/* NewsBlockWide Style */
.widelatestnews img {
width: 60px;
height: 60px;
}