
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body
{
	background: #ffffff;
	color: #333333;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

a
{
	color: #3366ff;
	text-decoration: underline;
}

a:hover
{
	color: #3300ff;
	text-decoration: none;
}

img
{
	border: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
}
h1
{
	font-size: 32px;
	line-height: 36px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2
{
	font-size: 28px;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 8px;
}
h3
{
	font-size: 24px;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}
h4
{
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}
h5
{
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}
h6
{
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}

h1 a
{
	text-decoration: none;
	color: #333333;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	text-decoration: none;
	color: #666666;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.textright
{
	text-align: right;
}
.center
{
	margin-left: auto;
	margin-right: auto;
}
.textcenter
{
	text-align: center;
}
.clear
{
	clear: both;
}

.loading
{
	background: transparent url(../img/ajax-loader.gif) no-repeat center center;
	display: block;
	width: 100%;
	height: 100%;
	min-width: 100px;
	min-height: 100px;
}

.morelink
{
	clear: both;
	font-size: 12px;
	background: transparent url(../img/morearrow.gif) no-repeat left center;
	padding-left: 10px;
	overflow: auto;
}
.morelink a
{
	color: #3366ff;
	text-decoration: none;
}
.morelink a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#wrapper
{
	padding: 0;

}

#container
{}

#header
{
	padding: 20px 0 0;
	overflow: visible;
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#header #menu
{
	position: absolute;
	top: 60px;
	right: 10px;
}
#header #menu ul
{
	text-align: right;
}
#header #menu ul li
{
	float: left;
}
#header #menu ul li a
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	background: transparent url(../img/icons/rss.png) no-repeat center center;
}

#header #menu ul li.dir
{
	position: relative;
	font-weight: bold;
	margin: -5px 4px 0 0;
}
#header #menu ul li.dir a
{
	width: auto;
	padding: 5px;
	background: transparent;
	color: #808080;
}
#header #menu ul li.dir:hover
{
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header #menu ul li.dir a:hover
{
	text-decoration: none;
	color: #000000;
}
#header #menu ul li.dir ul
{
	display: none;
	z-index: 1000;
	text-align: left;
}
#header #menu ul li.dir:hover ul
{
	display: block;
	padding: 5px;
	background: #f9f9f9;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 150px;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
#header #menu ul li.dir:hover ul li
{
	float: none;
}
#header #menu ul li.dir:hover ul li a
{
	padding: 4px 8px;
}


#header #menu ul li a.rss
{
	background-image: url(../img/icons/rss.png);
}
#header #menu ul li a.twitter
{
	background-image: url(../img/icons/twitter.png);
}
#header #menu ul li a.facebook
{
	background-image: url(../img/icons/facebook.png);
}
#header #menu ul li a.flickr
{
	background-image: url(../img/icons/flickr.png);
}
#header #menu ul li a.youtube
{
	background-image: url(../img/icons/youtube.png);
}
#header #menu ul li a.vimeo
{
	background-image: url(../img/icons/vimeo.png);
}
#header #menu ul li a.delicious
{
	background-image: url(../img/icons/delicious.png);
}
#header #menu ul li a.foursquare
{
	background-image: url(../img/icons/foursquare.png);
}
#header #menu ul li a.linkedin
{
	background-image: url(../img/icons/linkedin.png);
}
#header #menu ul li a.picasa
{
	background-image: url(../img/icons/picasa.png);
}

#header h1
{
	background: transparent url(../img/chinesetakeout.jpg) no-repeat left center;
	padding-left: 80px;
	padding-top: 30px;
	height: 64px;
	margin: 0px 0 20px 0;
	color: #404040;
	font-weight: bold;
	text-transform: none;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
}
#header h1 span
{
	display: block;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-transform: none;
	color: #909090;
}
#header h1 a
{
	color: #000000;
}
#header h1 a:hover
{
	color: #666666;
}

#subheader
{
	background: #f3f3f0;
	border-width: 1px 0;
	border-color: #e0e0e0;
	border-style: solid;
	padding: 0;
}

#content
{
	margin: 0 auto;
	width: 960px;
	clear: both;
	overflow: auto;
	background: #ffffff;
	padding: 20px 0;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#footer
{
	margin: 20px auto 20px;
	width: 960px;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	clear: both;
	overflow: auto;
}



#content #main
{
	float: left;
	width: 640px;
	margin-right: 20px;
}

#content #sidebar
{
	float: left;
	width: 300px;
}

#content #main.wide,
#content #sidebar.wide
{
	width: 960px !important;
	margin-right: 0 !important;
}

#content #main.none,
#content #sidebar.none
{
	display: none;
}

.main-section
{
	margin-bottom: 60px;
	clear: both;
	overflow: auto;
}

.sidebar-section
{
	margin-bottom: 40px;
	clear: both;
	overflow: auto;
}

.breadcrumbs
{
	font-family: "Helvetica Neue",Helvetica,Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 10px 20px 10px;
	margin: 0 auto;
	width: 960px;
}
.breadcrumbs .split
{
	padding-right: 4px;
	padding-left: 4px;
}
.breadcrumbs a
{
	color: #999999;
	text-decoration: none;
}
.breadcrumbs a:hover
{
	color: #333333;
	text-decoration: none;
}

.share-icons
{
	float: right;
	margin: 0 0 15px 20px;
	color: #666666;
	font-size: 11px;
	width: 110px;
}

.heightbuffer
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.options
{
	color: #666666;
	font-size: 11px;
	overflow: visible;
	margin-left: 10px;
	margin-right: 10px;
}
.options a
{
	color: #999999;
	text-decoration: none;
	background: transparent url(../img/icons/application-icon.png) no-repeat center center;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}
.options a:hover
{
	color: #333333;
	text-decoration: none;
}

.options a.grid
{
	background: transparent url(../img/icons/application-icon.png) no-repeat center center;
}
.options a.list
{
	background: transparent url(../img/icons/application-list.png) no-repeat center center;
}
.options a.slide
{
	background: transparent url(../img/icons/application-image.png) no-repeat center center;
}

.controls
{
	margin: 5px 0;
	overflow: auto;
}
.controls a
{
	color: #999999;
	text-decoration: none;
	background: transparent url(../img/icons/control.png) no-repeat center center;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}
.controls a:hover
{
	text-decoration: none;
}
.controls a#next
{
	background: transparent url(../img/icons/control-double.png) no-repeat center center;
}
.controls a#prev
{
	background: transparent url(../img/icons/control-double-180.png) no-repeat center center;
}
.controls a#play
{
	background: transparent url(../img/icons/control-pause.png) no-repeat center center;
	margin-left: 30px;
}

.date
{
	font-size: 11px;
	color: #999999;
	margin: 4px 0 10px;
}

.thumbnail
{
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 10px 10px 0;
}
.image-list-item .thumbnail
{
	min-width: 100px;
	min-height: 100px;
	margin: 0;
	width: auto;
	height: auto;
}

.slide
{
	width: 960px;
	height: 610px;
	margin: 0;
	overflow: hidden;
}
.slide .image
{
	float: left;
}

#topcontent
{
	margin: 0 0 20px 0;
	padding: 0;
	width: 960px;
	height: 320px;
	overflow: hidden;
}
#topcontent #slideshow .slide
{
	height: 320px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#topcontent #slideshow .slide .image-info
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px 15px;
	background: #202020;
	color: #f0f0f0;
	margin: 0;
	opacity: 0.65;
}
#topcontent #slideshow .slide .image-info .title
{
	font-size: medium;
	font-weight: bold;
}
#topcontent #slideshow .slide .image-info .info
{
	font-size: 11px;
}


.image img
{
	-moz-box-shadow: 1px 1px 3px #999999;
	-webkit-box-shadow: 1px 1px 3px #999999;
	box-shadow: 1px 1px 3px #999999;
}

.post
{
	margin-bottom: 40px;
}

.post-content
{}

.post-item
{
	font-size: medium;
	margin: 20px 0 0 0;
}
.post-item a
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.post-item a:hover
{
	color: #3300ff;
}

.image-list-item
{
	clear: both;
	margin: 20px 0;
	overflow: auto;
}
.image-list-item .image
{
	float: left;
}
.image-info
{
	float: left;
	margin-left: 20px;
}
.slide .image-info
{
	width: 300px;
}



.file, .dir
{
	font-size: 12px;
	line-height: 18px;
}
.file a, .dir a
{
	text-decoration: none;
	background: transparent url(../img/icons/document.png) no-repeat left 1px;
	min-height: 16px;
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}
.dir a
{
	padding-left: 0;
	background: transparent;
}
.file a:hover,
.dir a:hover
{
	text-decoration: underline;
}
.file-doc a,
.file-docx a,
.file-wps a
{
	background-image: url(../img/icons/document-word.png);
}
.file-xls a,
.file-xlsx a,
.file-xlr a,
.file-csv a
{
	background-image: url(../img/icons/document-excel-table.png);
}
.file-pdf a
{
	background-image: url(../img/icons/document-pdf.png);
}
.file-psd a
{
	background-image: url(../img/icons/document-photoshop.png);
}
.file-php a
{
	background-image: url(../img/icons/document-php.png);
}
.file-ai a
{
	background-image: url(../img/icons/document-illustrator.png);
}
.file-exe a,
.file-ini a,
.file-dll a
{
	background-image: url(../img/icons/gear.png);
}
.file-ppt a,
.file-pptx a
{
	background-image: url(../img/icons/document-powerpoint.png);
}
.file-text a,
.file-rtf a
{
	background-image: url(../img/icons/document-text.png);
}
.file-xml a,
.file-html a,
.file-htm a,
.file-css a,
.file-js a,
.file-java a
{
	background-image: url(../img/icons/document-code.png);
}
.file-cpp a,
.file-h a
{
	background-image: url(../img/icons/document-visual-studio.png);
}
.file-jar a,
.file-class a
{
	background-image: url(../img/icons/jar-empty.png);
}
.file-avi a,
.file-mov a,
.file-mpg a,
.file-mpeg a,
.file-mp4 a,
.file-wmv a
{
	background-image: url(../img/icons/film.png);
}
.file-mp3 a
{
	background-image: url(../img/icons/music-beam-16.png);
}
.file-zip a,
.file-7z a,
.file-tar a,
.file-gz a,
.file-gzip a,
.file-tgz a,
.file-xar a,
.file-rar a,
.file-rpm a,
.file-split a,
.file-lha a,
.file-z a,
.file-bzip2 a,
.file-bz2 a
{
	background-image: url(../img/icons/folder-zipper.png);
}

.exif
{
	font-size: 12px;
	color: #999999;
	clear: both;
	overflow: auto;
}
.exif .valuerow
{
	clear: both;
	overflow: auto;
}
.exif .valuerow .label
{
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
.exif .valuerow .value
{
	float: left;
}

.keywords
{
	margin: 10px 0 20px;
	clear: both;
	overflow: auto;
	font-size: 11px;
}
.keyword
{
	float: left;
	display: block;
	background: #cccccc;
	color: #666666;
	font-weight: bold;
	padding: 2px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 3px 3px 0 0;
}

.comments
{
	clear: both;
	margin: 30px auto;
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
	width: 80%;
}