/* IMAGE STYLES */

#images				{
				width:100%;
				margin:0px;
				padding:0px;
				text-align:left;
				}

#images ul			{
				list-style:none;
				margin:0px;
				padding:0px;
				}

#images li			{
				display:block;
				padding:10px;
				background:#f5f5f5;
				color:#444;
				float:left;
				}

#images li:hover		{
				border:1px dotted #444;
				}

/* CHART STYLES */
.chart				{
				width:405px;
				padding:3px;
				background-color:#000000;
				border:1px solid #ffffff;
				text-align:center;
				}

.charts				{
				margin-left:auto;
				margin-right:auto;
				margin-top:45px;
				}

/* GRAPHIC ELEMENTS STYLES */

#bottom-rule				{
					padding:0px 0px 45px 0px;
					}

/* SPECIAL STLYES */
#browsensort-num-photos-cat	{
				font-size:80%;
				}
				
/* For the timeline - this should match other-posts */
#timeline-rule			{
				width:100%;
				padding:0px 0px 27px 0px;
				color:#666666;
				background-color:#282828;
				border:0px;
				text-align:left;
				clear:left;
				}
				
#timeline-rule p				{
					margin:30px 0px 0px 150px;
					font-size:300%;
					font-weight:900;
					text-align:left;
					color:#2f2f2f;
					}
