/*
 * Theme Name: Eidealistic Main Wordpress
 * Theme URI: http://blog.eidealistic.com
 * Description: Eidealistic Main Site Wordpress Template
 * Version: 2.0.0
 * Author: Zhen Guang
 * Author URI: http://blog.eidealistic.com/zg/
 * Status: publish
 *
 * Copyright (c) 2002 - 2010 Zhen Guang.  All rights reserved.
 * http://blog.eidealistic.com/zg/
*/
@import 'reset.css';
@import 'fonts.css';
@import 'SprySlidingPanels.css';

body {
	background-color: #EFEFEF;
	width:945px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#header .logo,
#header .logo .overlay { width:226px; height:104px; top:0; left:0; }
#header .logo { position:relative; float:left;  }
#header .logo .overlay { position:absolute; background:#efefef url(../images/sprite.png); z-index:1; }
/*#header .logo a:hover .overlay { background-position:0 -81px; }*/

#header ul {
	list-style-type: none;
}
#header #social .twitter, 
#header #social .facebook {
	margin-top: 48px;
}
#header #social .twitter,
#header #social .twitter .overlay { width:98px; height:14px; top:0; left:0; }
#header #social .twitter { position:relative; float:right; }
#header #social .twitter .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -25px -138px;
}
#header #social .facebook,
#header #social .facebook .overlay { width:83px; height:14px; top:0; left:0; }
#header #social .facebook { position:relative; float:right; }
#header #social .facebook .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -123px -138px;
}

#header #recent {
	background-image: url(../images/splitdivider.png);
	background-position: -10px -31px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	width: 945px;
	height: 50px;
	padding-top: 65px;
}

#header #recent .open {
	float: left;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -183px -155px;
	height: 40px;
	width: 23px;
	margin-top: -25px;
}

#header #recent .twitter-stream p, #header #recent .content {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#header #recent .close {
	float: left;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -161px -155px;
	height: 58px;
	width: 23px;
	margin-top: -25px;
}

#header #recent .twitter,
#header #recent .twitter .overlay { width:90px; height:14px; top:0; left:0; }
#header #recent .twitter { position:relative; float:left; }
#header #recent .twitter .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -116px -114px;
}




#header #menu {
	position:absolute;
	float: left;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	left: 186px;
	top: 90px;
	width: 615px;
	height: 37px;
	display: block;
}
#header #menu a {
	color: #000;
	text-decoration: none;
}
#header #menu ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: inside;
}
#header #menu li {
	float: left;
	height: 22px;
	padding-left: 8px;
}

#header #menu .aboutus:hover { background-image: url(../images/sprite.png); 	background-position: -140px -208px; }
#header #menu .portfolio:hover { background-image: url(../images/sprite.png); 	background-position: -138px -208px; }
#header #menu .following:hover { background-image: url(../images/sprite.png); 	background-position: -136px -208px; }
#header #menu .gallery:hover { background-image: url(../images/sprite.png); 	background-position: -148px -208px; }



#header #social .facebook { position:relative; margin-right:0px; float:right; }

#header #topdivider {
	float: left;

	width:945px;
	height:2px;
	background-image: url(../images/dividerhorizon.png);
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
#header #description {
	float: left;
	height: 100%;
	width:945px;
	background-image: url(../images/dividerhorizon.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#header #description ul {
	float: left;

}
#header #description li {
	float: left;
}
#header #description .title {
	clear: both; 
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;

}
#header #description .details {
	padding-left: 10px;
}
#content {
	clear: both;
	height: 100%;
	width: 100%;

}

#leftcontent {
	float: left;
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
}
#leftcontent a {
	color: #999;
	text-decoration: none;
}
#leftcontent a:hover, #recent a {
	color: #1BA4F3;	
}
#leftcontent ul {
	list-style-type: none;
	padding-left: 20px;
	text-transform: uppercase;
}
#leftcontent h1, #leftcontent .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;	
}
#leftcontent .uppercase {
	text-transform: uppercase;
}

#leftcontent .details {
	margin-top: 10px;
	color: #CCC;
}
#leftcontent  ul {
	list-style-type: lower-roman;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;	
}
#leftcontent .alltweets {
	clear: both;
	float: left;
}
#leftcontent	{
	z-index: 1;
	position: relative;
}
#rightcontent {
	z-index: 2;
	position: relative;
}
/* Calendar Event */
#calendar {
	overflow: hidden;
}

.SlidingPanelsContent {
	text-transform: uppercase;
}
.year {
	float:left;
	clear:both;
	width: 250px;
	font-size: 15px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
}
/* Twitter Stream Event */
#streamcontainer {
	position:relative;
	float:left;
}
#twitter-stream {
	background-color: #FFF;
	position: relative;
	float: left;
	width: 225px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 13px;
}
#twitter-stream a {
	color:  #1BA4F3;
}
#twitter-stream p {
	float:left;
	clear: both;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;

	position:relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.streamright {
	 float:left;
	 width: 160px;
	 height: 100%;
	 
}
.twitterprofile {
	float:left;
	padding-right: 5px;
	width: 180px;
	color:#666;
}
.twitterimage {
	float: left;
	clear: both;
	padding-right: 5px;

}
.twittertweet {
	padding-left: 5px;
	float: left;
}
.twitter-date {
	float: left;
	font-size: 9px;
	color: #000 !important;
}


.profile-link {
	display:none;
}

/* End of Twitter Stream Event */
/* End of Calendar Event */
#rightcontent {
	float: left;
	height: auto;
	width: 625px;
	background-image: url(../images/dividervertical.png);
	background-repeat: repeat-y;
	min-height: 800px;
	padding-left: 25px;
	font-size: 12px;
}

/* Entry Event */
.entry-content a, .entry-summary a {
	text-decoration: none;
	color:  #1BA4F3;
}
.entry-content a:hover, .entry-summary a:hover {
	text-decoration: underline;
}

.entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.entry-title a {
	text-decoration: none;
	color: #000;
}
.entry-sub {
	font-size: 11px;	
}
.entry-utility {
	font-size: 11px;
	float:	right;
}
.entry-utility ul {
	list-style-type: none;
	margin: 0;
white-space: nowrap;
padding: 0;
}
.entry-utility li {
	float: left;
}	
.entry-utility a {
	text-decoration: none;
	color: #999;
}
.comments-link { 
padding-left: 5px;
}
.entry-utility a:hover {
	color:  #1BA4F3;
}
.entry-respond {
	background-image: url(../images/sprite.png);
	background-position: -185px -277px;
	width: 18px;
	height: 18px;
}
/* End of Entry Event */
#rightcontent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	text-align: right;
	background-image: url(../images/dividerhorizon.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 35px;
}

.twtr-ft, .twtr-hdX {
	display: none;
}





*/
@import 'reset.css';
@import 'fonts.css';
@import 'SprySlidingPanels.css';

body {
	background-color: #EFEFEF;
	width:945px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#header .logo,
#header .logo .overlay { width:226px; height:104px; top:0; left:0; }
#header .logo { position:relative; float:left;  }
#header .logo .overlay { position:absolute; background:#efefef url(../images/sprite.png); z-index:1; }
/*#header .logo a:hover .overlay { background-position:0 -81px; }*/

#header ul {
	list-style-type: none;
}
#header #social .twitter, 
#header #social .facebook {
	margin-top: 48px;
}
#header #social .twitter,
#header #social .twitter .overlay { width:98px; height:14px; top:0; left:0; }
#header #social .twitter { position:relative; float:right; }
#header #social .twitter .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -25px -138px;
}
#header #social .facebook,
#header #social .facebook .overlay { width:83px; height:14px; top:0; left:0; }
#header #social .facebook { position:relative; float:right; }
#header #social .facebook .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -123px -138px;
}

#header #recent {
	background-image: url(../images/splitdivider.png);
	background-position: -10px -31px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	width: 945px;
	height: 50px;
	padding-top: 65px;
}

#header #recent .open {
	float: left;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -183px -155px;
	height: 40px;
	width: 23px;
	margin-top: -25px;
}

#header #recent .twitter-stream p, #header #recent .content {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#header #recent .close {
	float: left;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -161px -155px;
	height: 58px;
	width: 23px;
	margin-top: -25px;
}

#header #recent .twitter,
#header #recent .twitter .overlay { width:90px; height:14px; top:0; left:0; }
#header #recent .twitter { position:relative; float:left; }
#header #recent .twitter .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -116px -114px;
}




#header #menu {
	position:absolute;
	float: left;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	left: 186px;
	top: 90px;
	width: 615px;
	height: 37px;
	display: block;
}
#header #menu a {
	color: #000;
	text-decoration: none;
}
#header #menu ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: inside;
}
#header #menu li {
	float: left;
	height: 22px;
	padding-left: 8px;
}

#header #menu .aboutus:hover { background-image: url(../images/sprite.png); 	background-position: -140px -208px; }
#header #menu .portfolio:hover { background-image: url(../images/sprite.png); 	background-position: -138px -208px; }
#header #menu .following:hover { background-image: url(../images/sprite.png); 	background-position: -136px -208px; }
#header #menu .gallery:hover { background-image: url(../images/sprite.png); 	background-position: -148px -208px; }



#header #social .facebook { position:relative; margin-right:0px; float:right; }

#header #topdivider {
	float: left;

	width:945px;
	height:2px;
	background-image: url(../images/dividerhorizon.png);
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
#header #description {
	float: left;
	height: 100%;
	width:945px;
	background-image: url(../images/dividerhorizon.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#header #description ul {
	float: left;

}
#header #description li {
	float: left;
}
#header #description .title {
	clear: both; 
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;

}
#header #description .details {
	padding-left: 10px;
}
#content {
	clear: both;
	height: 100%;
	width: 100%;

}

#leftcontent {
	float: left;
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
}
#leftcontent a {
	color: #999;
	text-decoration: none;
}
#leftcontent a:hover, #recent a {
	color: #1BA4F3;	
}
#leftcontent ul {
	list-style-type: none;
	padding-left: 20px;
	text-transform: uppercase;
}
#leftcontent h1, #leftcontent .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;	
}
#leftcontent .uppercase {
	text-transform: uppercase;
}

#leftcontent .details {
	margin-top: 10px;
	color: #CCC;
}
#leftcontent  ul {
	list-style-type: lower-roman;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;	
}
#leftcontent .alltweets {
	clear: both;
	float: left;
}
#leftcontent	{
	z-index: 1;
	position: relative;
}
#rightcontent {
	z-index: 2;
	position: relative;
}
/* Calendar Event */
#calendar {
	overflow: hidden;
}

.SlidingPanelsContent {
	text-transform: uppercase;
}
.year {
	float:left;
	clear:both;
	width: 250px;
	font-size: 15px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
}
/* Twitter Stream Event */
#streamcontainer {
	position:relative;
	float:left;
}
#twitter-stream {
	background-color: #FFF;
	position: relative;
	float: left;
	width: 225px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 13px;
}
#twitter-stream a {
	color:  #1BA4F3;
}
#twitter-stream p {
	float:left;
	clear: both;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;

	position:relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.streamright {
	 float:left;
	 width: 160px;
	 height: 100%;
	 
}
.twitterprofile {
	float:left;
	padding-right: 5px;
	width: 180px;
	color:#666;
}
.twitterimage {
	float: left;
	clear: both;
	padding-right: 5px;

}
.twittertweet {
	padding-left: 5px;
	float: left;
}
.twitter-date {
	float: left;
	font-size: 9px;
	color: #000 !important;
}


.profile-link {
	display:none;
}

/* End of Twitter Stream Event */
/* End of Calendar Event */
#rightcontent {
	float: left;
	height: auto;
	width: 625px;
	background-image: url(../images/dividervertical.png);
	background-repeat: repeat-y;
	min-height: 800px;
	padding-left: 25px;
	font-size: 12px;
}

/* Entry Event */
.entry-content a, .entry-summary a {
	text-decoration: none;
	color:  #1BA4F3;
}
.entry-content a:hover, .entry-summary a:hover {
	text-decoration: underline;
}

.entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.entry-title a {
	text-decoration: none;
	color: #000;
}
.entry-sub {
	font-size: 11px;	
}
.entry-utility {
	font-size: 11px;
	float:	right;
}
.entry-utility ul {
	list-style-type: none;
	margin: 0;
white-space: nowrap;
padding: 0;
}
.entry-utility li {
	float: left;
}	
.entry-utility a {
	text-decoration: none;
	color: #999;
}
.comments-link { 
padding-left: 5px;
}
.entry-utility a:hover {
	color:  #1BA4F3;
}
.entry-respond {
	background-image: url(../images/sprite.png);
	background-position: -185px -277px;
	width: 18px;
	height: 18px;
}
/* End of Entry Event */
#rightcontent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	text-align: right;
	background-image: url(../images/dividerhorizon.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 35px;
}

.twtr-ft, .twtr-hdX {
	display: none;
}





@import 'reset.css';
@import 'fonts.css';

body {
	background-color: #EFEFEF;
	width:945px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#header .logo,
#header .logo .overlay { width:226px; height:104px; top:0; left:0; }
#header .logo { position:relative; float:left;  }
#header .logo .overlay { position:absolute; background:#efefef url(../images/sprite.png); z-index:1; }
/*#header .logo a:hover .overlay { background-position:0 -81px; }*/

#header ul {
	list-style-type: none;
}
#header #social .twitter, 
#header #social .facebook {
	margin-top: 48px;
}
#header #social .twitter,
#header #social .twitter .overlay { width:98px; height:14px; top:0; left:0; }
#header #social .twitter { position:relative; float:right; }
#header #social .twitter .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -25px -138px;
}
#header #social .facebook,
#header #social .facebook .overlay { width:83px; height:14px; top:0; left:0; }
#header #social .facebook { position:relative; float:right; }
#header #social .facebook .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -123px -138px;
}

#header #recent {
	background-image: url(../images/splitdivider.png);
	background-position: -10px -31px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	width: 945px;
	height: 50px;
	padding-top: 65px;
}

#header #recent .open {
	float: left;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -183px -155px;
	height: 40px;
	width: 23px;
	margin-top: -25px;
}

#header #recent .twitter-stream p, #header #recent .content {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#header #recent .close {
	float: left;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -161px -155px;
	height: 58px;
	width: 23px;
	margin-top: -25px;
}

#header #recent .twitter,
#header #recent .twitter .overlay { width:90px; height:14px; top:0; left:0; }
#header #recent .twitter { position:relative; float:left; }
#header #recent .twitter .overlay {
	position:absolute;
	z-index:1;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(../images/sprite.png);
	background-position: -116px -114px;
}




#header #menu {
	position:absolute;
	float: left;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	left: 186px;
	top: 90px;
	width: 615px;
	height: 37px;
	display: block;
}
#header #menu a {
	color: #000;
	text-decoration: none;
}
#header #menu ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: inside;
}
#header #menu li {
	float: left;
	height: 22px;
	padding-left: 8px;
}

#header #menu .aboutus:hover { background-image: url(../images/sprite.png); 	background-position: -140px -208px; }
#header #menu .portfolio:hover { background-image: url(../images/sprite.png); 	background-position: -138px -208px; }
#header #menu .following:hover { background-image: url(../images/sprite.png); 	background-position: -136px -208px; }
#header #menu .gallery:hover { background-image: url(../images/sprite.png); 	background-position: -148px -208px; }



#header #social .facebook { position:relative; margin-right:0px; float:right; }

#header #topdivider {
	float: left;

	width:945px;
	height:2px;
	background-image: url(../images/dividerhorizon.png);
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
#header #description {
	float: left;
	height: 100%;
	width:945px;
	background-image: url(../images/dividerhorizon.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#header #description ul {
	float: left;

}
#header #description li {
	float: left;
}
#header #description .title {
	clear: both; 
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;

}
#header #description .details {
	padding-left: 10px;
}
#content {
	clear: both;
	height: 100%;
	width: 100%;

}

#leftcontent {
	float: left;
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
}
#leftcontent a {
	color: #999;
	text-decoration: none;
}
#leftcontent a:hover, #recent a {
	color: #1BA4F3;	
}
#leftcontent ul {
	list-style-type: none;
	padding-left: 20px;
	text-transform: uppercase;
}
#leftcontent h1, #leftcontent .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;	
}
#leftcontent .uppercase {
	text-transform: uppercase;
}

#leftcontent .details {
	margin-top: 10px;
	color: #CCC;
}
#leftcontent  ul {
	list-style-type: lower-roman;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;	
}
#leftcontent .alltweets {
	clear: both;
	float: left;
}
.SlidingPanelsContent {
	text-transform: uppercase;
}
.year {
	float:left;
	clear:both;
	width: 250px;
	font-size: 15px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
}
#rightcontent {
	float: left;
	height: auto;
	width: 625px;
	background-image: url(../images/dividervertical.png);
	background-repeat: repeat-y;
	min-height: 800px;
	padding-left: 25px;
	font-size: 12px;
}

.entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.entry-title a {
	text-decoration: none;
	color: #000;
}
.entry-sub {
	font-size: 11px;	
}
.entry-utility {
	font-size: 11px;
	float:	right;
}
.entry-utility ul {
	list-style-type: none;
	margin: 0;
white-space: nowrap;
padding: 0;
}
.entry-utility li {
	float: left;
}	
.entry-utility a {
	text-decoration: none;
	color: #999;
}
.comments-link { 
padding-left: 5px;
}
.entry-utility a:hover {
	color:  #1BA4F3;
}
.entry-respond {
	background-image: url(../images/sprite.png);
	background-position: -185px -277px;
	width: 18px;
	height: 18px;
}
#rightcontent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 35px;
}

.twtr-ft, .twtr-hdX {
	display: none;
}







@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	float: left;
	position: relative;
	width: 100%;
	height: 80px;
	padding: 0px;
	border: none;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	width: 10000px;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	float: left;
	width: 156px;
	height: 60px;
	overflow: hidden;
	margin: 0px;
	border: none;
	padding-top: 0px;
	padding-right: 53px;
	padding-bottom: 0px;
	padding-left: 53px;
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}

