/*
Theme Name: LIFT lab /think Web Top Page
Theme URI: http://liftlab.com/think
Description: Not working for blog templates...
Version: v1.0
Author: Roberto Ortelli
Author URI: http://liftlab.com/roberto
Latest updated: August 3, 2007
*/



/* General Settings
		----------------------------------*/
		*
		{
			margin:0;
			padding:0;
		}
		
		body
		{
			font-family:verdana, tahoma;
			font-size:.8em;
			background-color:#f8f8f8;
		}
			
			#wrapper
			{
				width:950px;
				margin:0 50px;
				background-color:#fff;
				text-align:left;
			}
			

					#content
					{
						width:600px;
						float:left;
						padding:25px;
						border-right:10px solid #f8f8f8;
					}
					
						#main-news
						{
							margin:25px 0 0 0;
						}
						
							#latest-news
							{
								margin:25px 0 0 0;
							}
						
								#latest-news .latest
								{
									float:left;
									width:290px;
									margin:0 5px;
								}
							
							
							#topics
							{
								margin:25px 0 0 0;
							}
							
							.topics
							{
								float:left;
								width:290px;
								margin:5px 0 15px -5px;
								padding:5px 5px 20px 5px;
								font-size:.85em;
								background:url(img/topicBottom.png) no-repeat 5px bottom;
							}
								
								.topics h4
								{
									padding:10px 0 5px 20px;
									background:url(img/topicTop.png) no-repeat left top;
								}
								
									.topics h4 a,
									#sidebar h4 a
									{
										color:#000;
										text-decoration:none;
									}
									
										.topics h4 a:hover,
										#sidebar h4 a:hover
										{
											color:#000;
											text-decoration:underline;
											background-color:#fff;
										}
								
								.topics ul
								{
									background:url(img/topicContent.png) repeat-y left bottom;
								}
							
					#sidebar
					{
						width:265px !important;
						width:255px;
						float:left;
						padding:0 10px;
					}
					
						#sidebar .flickr-image
						{
							/*text-align:center;*/
							margin:5px 0;
						}
						
						#sidebar .flickr-desc
						{
							font-style:italic;
							margin:5px 0;
						}
						
						#sidebar .more
						{
							text-align:right;
							margin:5px 0;
						}
						
						
		/* Headings
		----------------------------------*/
		h1
		{
			text-indent:-5000px;
			background:url(img/logo.png) no-repeat left top;
			height:75px;
			width:340px;
		}
		
		h3
		{
			margin:15px 0;
			padding-bottom:5px;
			border-bottom:1px dotted #333;
			/*background:url(img/feed-icon-14x14.png) no-repeat right;*/
		}
		
		#sidebar h4
		{
			margin:10px 0;
		}
		
		
		/* Anchors
		----------------------------------*/
		a
		{
			color: #80AD37;
			padding:1px;
		}

			a:hover
			{
				background-color:#A0AA8D;
				color: #2F381F;
			}
		
		a img
		{
			border:0;
			text-decoration:none;
		}
		

		
		/* General Typo
		----------------------------------*/
		#main-news p
		{
			font-size:1.2em;
			margin:10px 0;
		}
		
		/* Lists
		----------------------------------*/
		ul
		{
			margin:0 0 10px 0;
			list-style-type:none;
		}
		
			ul li
			{
				padding: 5px 10px 0 0;
				margin:0 0 5px;
			}
			
			.topics li
			{
				padding-left:20px;
			}
			
			#sidebar li
			{
				font-size:.8em;
			}
		
		/* Misc
		----------------------------------*/
		.clear
		{
			clear:both;
		}
