/* @override 
	http://localhost:8888/css/content.css
	http://www.seqoy.com/css/content.css
*/

/* //////////////////////////////////

 content.css - Blue Version 
 
 This CSS define the main content of the website.
 
 SEQOY Web Site 2.0 (seqoy.com)
 Main CSS  
 Creation Date: May, 12. 2009
 Created by: SEQOY Development Team
 
 This file it's a open source CSS file, 
 you can use this code as free as you want.


////////////////////////////////// */

/* /// /////////// //////////////////////////// // /////////// // /////////// /////////*/

/* Main Content - Blog and Sidebar*/

.seqoyContainer #mainContent {
	position: relative;
	width: 991px;
	left: 18px;
	padding: 0;
	margin: 3px 0 0;
	top: -5px;
}

/* Blog Content ///////// //////////////////////////// // //////////// /////////*/

.seqoyContainer #blogContent {
	width: 640px;
	padding-left: 0;
	
}

.seqoyContainer a.tt-flickr {


	display: inline-table;
	margin: 1px 1px 3px;
}

.seqoyContainer a.tt-flickr:hover {


	display: inline-table;
	margin: 1px 1px 0;
	border-bottom: 3px solid #00ade7;
}
.seqoyContainer .flickr-photos {
	padding: 15px;
	width: 580x;
	border: 1px solid #9b9b9b;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-align: center;
	background: #efefef url(/imagens/sidebar-base-ul.png) repeat-x 0 100%;
	margin-bottom: 25px;

}

/* Single Post */
.seqoyContainer #single_author {
	padding-top: 2px;
	padding-right: 10px;
	display: inline;
	text-transform: none;
}

/* Divisor Main Blog */
.seqoyContainer #blog_li {
	display: table;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 15px;
	padding: 11px 0 28px;
	margin-bottom: 0;
}

.seqoyContainer #blog_category_and_date {
	height: 30px;
}

.seqoyContainer #blog_title {
	height: 28px;
}

.seqoyContainer #blog_texto {
	display: table;
}

.seqoyContainer #blog_readmore {
	position: absolute;
	margin-left: 540px;
	margin-top: 0;
}

/* SideBar Content */

.twitter-timestamp {
	
	font-size: 11px;
	font-weight: bold;
	padding-top: 0;
	position: relative;
	word-spacing: .5px;
	color: #787878;
}

.twitter-message {
	line-height: 14px;
	margin: -1px 0 17px;
}

.seqoyContainer #blog_follow_image {
	display: inline;
	position: relative;
	top: 3px;
	padding-right: 2px;
}
.seqoyContainer #blog_follow_link {
	float: right;
	margin-top: -5px;
}
.seqoyContainer #sidebarContent {
	float: right;
	width: 317px;
	margin-top: 7px;
	padding: 0 3px;
	background: #f9f9f9 url(/imagens/sidebar-sides.jpg) repeat-y;
}

.seqoyContainer #sidebar_cell_content {
	display: table;
	margin: 20px 20px 20px 15px;
}

.seqoyContainer #sidebar_title {
	margin-top: 3px;
}

.seqoyContainer #blog_sidebar_title {
	margin-bottom: 15px;

}

.seqoyContainer #sidebar_image {
	float: right;
	position: relative;
	margin-top: -35px;
}

/* SideBar Strokes */

.sidebarFrames {
	position: absolute;
	width: 323px;
	height: 6px;
}

.sidebarFrames.top {
	background: url(/imagens/sidebar-top.gif) no-repeat;
	top: 1px;
	right: 0;
}

.sidebarFrames.bottom {
	background-image: url(/imagens/sidebar-bottom.png);
	height: 12px;
	right: 0;
}

.seqoyContainer #sidebar_ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-bottom: 1px solid #cdcdcd;
	background: url(/imagens/sidebar-base-ul.png) no-repeat 0 115%;
	padding: 5px;
}

.seqoyContainer #sidebar_ul_bottom {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 5px;
	background: url(/imagens/sidebar-base-ul.png) no-repeat 0 103%;
}

/* SideBar Itens */

.sidebar_item {
	
}


