/*
Theme Name: Twiek
Theme URI: http://www.twiek.net
Description: The default visual theme for Twiek.net
Version: 0.3
Author: Juan Manuel Lemus
Author URI: http://www.wallmedia.cc
Tags: twiek, christian, christian blog, web2.0

	Twiek
	 http://www.twiek.net/about

	This theme was designed exclusively for Twiek.net web site.
	The visual template was inspirated by:
	
	- A List Apart (http://www.alistapart.com)
	- Adobe (http://www.adobe.com)
	- Simple Bits (http://www.simplebits.com)
	
*/

/*
Dumping Header Style Sheet elements
*/
body {
	margin: 0px;
	padding: 0px;
}

#navigation {
	background: #383D44;
	height: 43px;
	min-width: 940px;
	position: relative;
	width: 100%; 
}

	#navigation>div {
		margin: 0px auto 0px auto;
		width: 820px;
	}

	#navigation ul {
		font-size: 11px;
		list-style: none;
		margin: 0px auto 0px auto;
		padding: 0px;
	}
	
		#navigation li {
			background: url(images/navigation_border.jpg) 114px top no-repeat;
			float: left;
			font-family: "Lucida Grande", sans-serif;
			width: 117px;
		}

			#navigation li:last-child { background: none; }
		
			#navigation a {
				color: #E0E0D5;
				display: block;	
				height: 36px;
				padding: 7px 0px 0px 10px;
				text-decoration: none;
				text-transform: none;
				width: 105px;
			}
			
				#navigation a:hover, #navigation a.selected {
					background: url(images/navigation_selected_item.jpg) repeat-x;
				}
			
				#navigation span {
					color: #7B828C;
					text-transform: lowercase;
				}

/*
Dumping Page Style Sheet elements
*/
#homepage, #docs, #the_post, #diary-bread, #search-page, #archive, #the_page {
	margin: 0px auto 0px auto;
	width: 940px;
}

	#homepage>div, #docs>div, #the_post>div,  #diary-bread>div, #search-page>div, #archive>div {
		float: left;
	}
	
	
	#latestposts {
		width: 500px;
	}
	
		#docs #latestposts {
			width: 706px;
		}
		
		#archive #latestposts {
			border-left: 1px solid #D0D0D0;
			border-right: none;
			padding-left: 20px;
			width: 650px;
		}
		
		.results, .breads {
			margin-top: 20px;
			padding-left: 20px;
			width: 310px;
		}
	
	#post {
		width: 705px;
	}
	
	#sidebar {
		width: 415px;
	}
	
		#search-page #sidebar {
			margin-left: 20px;
			width: 200px;
		}
		
		#no-search-results {
			border-left: 1px solid #D0D0D0;
			margin-top: 20px;
			padding-left: 20px;
			width: 650px;
		}
	
		#docs #sidebar {
			width: 200px;
		}
		
		#the_post #sidebar {
			width: 200px;
		}
		
		#archive #sidebar {
			width: 220px;
		}

/*
Dumping Latest Posts Style Sheet elements
*/
#latestposts, #post, #first-bread, .results, .breads {
	border-right: 1px solid #D0D0D0;
	color: #363940;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 15px 0px 0px 0px;
	padding-right: 15px; 
}

		#diary-bread #latestposts {
			border-left: 1px solid #D0D0D0;
			border-right: none;
			padding-left: 10px;
			width: 410px;
		}
		
			#first-bread {
				border: none;
				margin: 20px 10px 0px 20px;
				padding: 0px;
				width: 470px;
			}

			.results {
				border-left: 1px solid #D0D0D0;	
				border-right: none;
			}
			

		#post {
			margin-right: 15px;
			padding-left: 105px;
			line-height: 17px;
			width: 601px;
		}
		
			#the_page #post {
				border-left: 1px solid #D0D0D0;
				border-right: none;
				padding-left: 20px;
				float: left;
				width: 600px;
			}
			
			#the_post #post {
				padding-left: 55px;
			}

	.post {
		border-bottom: 1px solid #D8D9CA;
		margin: 15px 0px 0px 0px;
		overflow: hidden;
	}
	
		.post:last-child {
			border: none;
		}

		.post>div {
			float: left;
		}
	
		.the_category, .the_time, .the_tags, .the_media_preview {
			color: #7C7E83;
			text-align: right;
			padding-right: 20px;
			width: 100px;
		}
		
				#archive .the_category, #archive .the_tags {
					text-align: left;
					width: auto;	
				}
		
			.the_category a, .the_tags a {
				color: #7C7E83;
				text-decoration: none;
			}
	
		.the_post {
			width: 380px;
			margin-bottom: 15px;
		}
		
			#docs .the_post {
				width: 585px;
			}
			
			#diary-bread .the_post {
				margin-left: 10px;
			}
			
			.results .the_post, .breads .the_post {
				width: 300px;
			}
			
			#archive .the_post {
				width: 630px;
			}
			
			.single .the_post {
				width: 440px;
			}	
	
			.post h2 {
				margin: 0px;
			}

				.post h2 a {
					color: #00688F;
					font-size: 12px;
					text-decoration: none;	
				}
				
						#docs .post h2 a {
							color: #A85216;
						}
						
						#diary-bread .post h2 a {
							color: #00688F;
						}
						
						.results h2 a {
							color: #74A050;
						}
						
						#first-bread h1 {
							font-size: 13px;
							margin-bottom: 0px;
						}
				
					.post h2 a:hover {
						text-decoration: underline;
					}

			.entry {
				
			}
			
				/** See Latest Lines **/	
				
					.entry ul li {
						margin-bottom: 17px;
					}
					
						#wp-related li {
							margin-bottom: 3px;
						}
	
				.readmore {
					display: block;
					text-align: right;
				}
	
				.entry a, #commentform a, #first-bread a, .commentlist a {
					color: #8F3300;
				}
				
		#post h1 {
			font-size: 13px;
			margin-bottom: 7px;
			text-align: left;
			text-transform: uppercase;
		} 

			#post span.center {
				display: block;
				text-align: center;
			}
			
		hr, #first-bread hr {
			border: none;
			border-top: 1px dashed #999999;
		}
		
		#the_author_photo, .comment .gravatar, .the_media_preview img {
			border: 1px solid #D0D0D0;
			float: left;
			margin-right: 10px; 
			padding: 2px;
		}
		
			.the_media_preview img {
				margin: 0px 0px 10px 0px;
				float: none;
			}			
		
			blockquote {
				background: url(images/blockquote.gif) left top no-repeat;
				color: #888888;
				margin-left: 5px;
				padding: 0px 0px 5px 50px;
			}
	

/*
Dumping Sidebar Style Sheet elements
*/
#sidebar {
	margin: 15px 0px 0px 0px;
}

	#sidebar-1, #sidebar-2, #sidebar-5, #sidebar-6 {
		float: left;
		padding: 0px 15px 0px 15px;
	}
	
			#sidebar-6 {
				padding-left: 30px;
				width: 170px;
			}
	
		#sidebar>div>ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
			#sidebar>div>ul>li:last-child {
				border: none;
			}
		
		.widgettitle, #post h6, .wp-related h3, .post h6 {
			color: #262626;
			font-family: "Times New Roman", sans-serif;
			font-size: 16px;
			font-weight: normal;
			margin: 0px;
			padding: 0px;
		}
		
			#the_comments h3 {
				color: #262626;
				font-family: "Times New Roman", sans-serif;
				font-size: 18px;
				font-weight: normal;
			}
		
		.widget {
			border-bottom: 1px dashed #A3A3A3;
			padding: 15px 0px 15px 0px;
		}
		
			#sidebar-1 .widgettitle, #sidebar-3 .widgettitle, .single h1, #sidebar-9 .widgettitle {
				font-family: "Lucida Grande", sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
			}
		
			#sidebar-2 .widgettitle, #post h6, #sidebar-4 .widgettitle {
				font-family: "Times New Roman", sans-serif;
				font-size: 18px;
			} 
			
			#sidebar-4 .widgettitle {
				font-size: 16px;
			}

		#sidebar-1 {
			width: 175px;
		}
		
			.textwidget {
				color: #808080;
				font-family: "Lucida Grande", sans-serif;
				font-size: 11px;
			}
			
				.textwidget a, .quickpost a {
					color: #A43A00;
					text-decoration: none;
				}
				
					.textwidget a:hover, .quickpost a {
						text-decoration: underline;
					}
			
			#recentcomments {
				list-style: none;
				margin: 15px 0px 0px 0px;
				padding: 0px;
			}
			
				#recentcomments li {
					font-family: "Lucida Grande", sans-serif;
					font-size: 11px;
					margin: 0px 0px 10px 0px;
				}
				
					#recentcomments li a:first-child {
						color: #A43A00;
						font-size: 12px;
						text-decoration: none;
					}
					
					#recentcomments li a:last-child {
						color: #838383;
						font-size: 11px;
						text-decoration: none;
					}
					
						#recentcomments li a:hover {
							text-decoration: underline;
						}
	
		#sidebar-2 {
			border-left: 1px solid #D0D0D0;
			width: 170px;
			padding-right: 0px;
		}
		
				
				#docs #sidebar-2 {
					border-left: none;
				}

		
			.widget_links ul, .widget_pages ul, .widget_meta ul, #post ul, .widget_archive ul, .widget_categories ul, .widget_recent_entries ul, .widget_statpresstopposts ul {
				list-style: url(images/links_list_style.gif);
				margin: 0px;
				padding: 5px 0px 0px 19px;
			}
			
				.widget_categories ul li ul {
					padding-top: 0px;
				}
			
					#post ul {
						padding-left: 30px;
					}
					
		
				.widget_links li, .widget_pages li, .widget_meta li, #post ul, .widget_archive li, .widget_categories li, .widget_recent_entries li, .widget_statpresstopposts li {
					margin-left: 0px;
					padding-left: 0px;
				}
				
					.widget_links a, .page_item a, .widget_meta a, .widget_archive a, .widget_categories a, .widget_recent_entries a, .widget_statpresstopposts a {
						color: #8F3300;
						font-family: "Lucida Grande", sans-serif;
						font-size: 11px;
						text-decoration: none;
					}
					
						.widget_links a:hover, .page_item a:hover, .widget_meta a, .widget_archive a:hover, .widget_categories a:hover, .widget_recent_entries a:hover, .widget_statpresstopposts a:hover {
							text-decoration: underline;
						}
						
						.widget_recent_comments a {
							text-decoration: none;
						}
						
			.administer_widget {
				color: #262626;
				font-family: "Lucida Grande", sans-serif;
				font-size: 9px;
				line-height: 14px;
			}
			
				.administer_widget a {
					color: #A43A00;
				}
				
				.administer_widget span {
					color: #939393;
				}
				
				.administer_widget h6 {
					color: #545454;
					font-size: 11px;
					font-weight: normal;
					margin: 0px 0px 15px 0px;
					padding: 0px;
					text-align: center;
					text-transform: uppercase;
				}
				
		#sidebar-5 {
			width: 170px;
		}
		
		#diary-bread #sidebar, #twitter #sidebar-7 {
			padding-left: 20px;
			width: 190px;
		}
		
		#the_page #sidebar {
			float: left;
			margin-left: 30px;
			width: 230px;
		}
		
			#the_page #sidebar>div {
				float: left;
			}
		
			#the_page #sidebar #sidebar-5 {
				border-right: 1px solid #D0D0D0;
			}
			
			#the_page #sidebar #sidebar-4 {
				padding-left: 20px;
				padding-right: 20px;
				width: 185px;
			}
			
		#another_pages2 {
			text-align: right;
		}
		
			#another_pages2 ul {
				list-style: none;
			}
				

/*
Dumping Other Elements
*/
#wp_page_numbers {
	text-align: right;
}

		.results #wp_page_numbers, .breads #wp_page_numbers {
			padding-top: 20px;
		} 

	#wp_page_numbers ul {
		float: right;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
		#wp_page_numbers li {
			background: url(images/wp_page_normal.jpg) no-repeat;
			float: left;
			height: 20px;
			margin-left: 10px;
			padding-top: 1px;
			text-align: center;
			width: 22px;
		}
		
				#wp_page_numbers li:first-child {
					background: none;	
					width: auto;
				}
			
			#wp_page_numbers a {
				color: #363940;
				text-decoration: none;
			}		
		
			#wp_page_numbers .active_page {
				background: url(images/wp_page_selected.jpg) no-repeat;
				font-weight: bold;	
				width: 23px;	
			}

/*
Dumping Comments Style Sheet elements
*/
#commentform {
}

	#commentform label {
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
	}

	#commentform input {
		
	}
	
	.commentlist dd {
		border-bottom: 1px dashed #A3A3A3;
		margin-left: 0px;
		margin-bottom: 10px;
	}
				
/*
Dumping Footer Style Sheet elements
*/
#footer {
	clear: both;
	color: #535353;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	margin: 15px auto 20px auto;
	padding: 20px 0px 0px 50px;
	width: 860px;
}

	#the_copyright {
		background: url(images/creative_commons.gif) no-repeat;
		float: left;
		line-height: 15px;
		padding: 5px 0px 0px 50px;
		height: 40px;
		width: 590px;
	}
	
		#the_copyright a {
			color: #A3A3A3;
			text-decoration: none;
		}
		
			#the_copyright a:hover {
				text-decoration: underline;
			}
	
	#the_slogan {
		float: left;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px 0px 15px 50px;
		width: 150px;
	}
	
/*
Dumping Tag Cloud Style Sheet elements
*/
#tag_cloud {
	margin: 20px auto 0px auto;
	text-align: center;
	width: 800px;
}

	#tag_cloud a {
		color: #535353;
		font-family: "Lucida Grande", sans-serif;
		text-decoration: none;
	} 
	
		#tag_cloud a:hover {
			text-decoration: underline;
		}
		
/**
Dumping No Search Results
*/
#no-search-results {
	color: #363940;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
}	

	.page404 {
		margin-left: 50px;
	}

	#no-search-results h5, .page404 h5 {
		font-family: "Lucida Grande", sans-serif;
		font-size: 12px;
		font-weight: bold;
		margin: 0px 0px 17px 0px;
		text-transform: uppercase;
	}
	
	#no-search-results ul {
		list-style: none;
		padding: 0px;
	}
	
			#no-search-results ul>li:last-child {
				border: none;
				padding-bottom: 0px;
				margin-bottom: 0px;
			}
			
			.widget_rss>ul li {
				border-bottom: 1px solid #D0D0D0;
				padding-bottom: 20px;
				margin-bottom: 20px;
			}
	
		.widget_rss li {
			margin: 0px;
			padding: 0px;
		}
		
			#sidebar-8 h2.widgettitle {
				padding-bottom: 20px;
			}
		
			#sidebar-8 h2.widgettitle .rsswidget {
				color: #535353;	
				text-transform: uppercase;
			}
		
			.rsswidget {
				color: #00688F;
				font-family: "Lucida Grande", sans-serif;
				font-size: 12px;
				font-weight: bold;
				padding-right: 4px;
				text-decoration: none;
			}
			
			.rssSummary {
				margin-top: 10px;
			}
			
/*
Dumping single content
*/
.single {
	padding-left: 60px;
}

	.quickpost .post {
		margin-top: 0px;
	}

.the_post .share-this, #post .share-this {
	color: #363940;
	font-weight: bold;
	text-decoration: none;
}

	.share-this img {
		border: none;
		text-align: left;
	}


/**
Dumping Twitter 
*/
#twitter {
	margin: 0px auto 0px auto;
	width: 940px;
}

	#twitter #sidebar > div {
		float: left;
	}
	
		#twitter #sidebar {
			padding-left: 40px;
			width: 900px;
		}
		
		#sidebar-9 {
			border-right:1px solid #D0D0D0;
			width: 445px;
		}
		
		
		#aktt_char_count, #aktt_tweet_posted_msg {
			color: #808080;
			font-family: "Lucida Grande", sans-serif;
			font-size: 11px;
		}
		
		fieldset {
			border: none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		#aktt_tweet_text {
			font-family: "Lucida Grande", sans-serif;
			font-size: 11px;
			height: 50px;
			width: 425px;
		}
		
		#aktt_tweet_submit {
			display: block;
			float: right;
		}
		
		.aktt_tweets ul {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
			padding-right: 10px;
		}
		
			.aktt_tweets ul li {
				border-top: 1px solid #D0D0D0;
				color: #363940;
				font-family: "Lucida Grande", sans-serif;
				font-size: 11px;
				line-height: 15px;
				padding: 20px 0px 20px 0px;
			}
			
				.aktt_tweets ul li a, #aktt_tweet_posted_msg a {
					color: #A43A00;
					padding-left: 5px;
					padding-right: 4px;
				}
				
			.aktt_more_updates {
				text-align: right;
			}
				
		#twitter #sidebar-7 {
			border-left: 1px solid #D0D0D0;
		}
		
		
/**
 * Lonely Styles
 **/
#post ul {
	padding-left: 15px;	
}

/* @group Post-stick */

#post-stick {
	background: url(images/post-stick.png) no-repeat;
	font-family: "Courier New";
	font-size: 14px;
	height: 206px;
	left: 700px;
	padding:20px 10px 15px 15px;
	position: absolute;
	width: 194px;
	z-index:1;
}

/* @end */



