/*
Theme Name: Artistic Sky WP Theme
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/



/* General */

body {
	margin: 0;
	background: #333333 url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}



.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 894px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 894px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 894px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

#header {
	width: 894px;
	height: 480px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 15px;
		left: 35px;
	}
	
	#header #header-info h1 {
		float: left;
		color: #cac9ca;
		font: normal 31px Arial;
	}
	
	#header #header-info h1 a {
		color: #cac9ca;
		text-decoration: none;
	}
	
	#header #header-info .description {
		float: left;
		color: #747474;
		font: normal 18px Arial;
		padding-top: 10px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 101px;
		left: 35px;
		width: 795px;
		height: 66px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 795px;
		height: 66px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 66px;
		font: normal 30px/66px Arial;
		color: #000000;
		text-transform: lowercase;
	}
	
	#header #header-menu ul li a {
		display: block;
		color: #000000;
		text-decoration: none;
		padding: 0 10px;
	}
	
	#header #header-menu ul li a:hover {
		color: #5f0f3d;
		background: url("images/header_menu.gif") repeat-x;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#current_page_item {
		color: #5f0f3d;
		background: url("images/header_menu.gif") repeat-x;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 186px;
		left: 669px;
		width: 223px;
		height: 22px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 223px;
		height: 22px;
	}
	
	#header #header-search #s {
		width: 218px;
		height: 18px;
		padding: 2px;
		border: 0;
		font: normal 15px Arial;
		color: #5f0f3d;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 22px;
		padding: 0;
		float: right;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 31px;
		left: 821px;
		width: 45px;
		height: 46px;
	}


/* Main */

#main {
	width: 894px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 580px;
		padding: 0 55px 0 45px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 580px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 580px;
			color: #5679b9;
			font: normal 18px Arial;
		}
		
		#content .post .post-title a {
			color: #5679b9;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-date {
	width: 101px;
	height: 41px;
	background: url("images/post_date.gif") no-repeat;
	padding-bottom: 10px;
	text-transform: lowercase;
	line-height: 41px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5679B9;
	float: right;
	margin-right: auto;
	width: 100px;
	margin-left: auto;
		}
		
		#content .post .post-date span {
	float: left;
	width: 25px;
	height: 41px;
	text-align: right;
	padding-right: 6px;
		}
		
		#content .post .post-title h2 {
			color: #8d9bb3;
			font: normal 27px Arial;
		}
		
		#content .post .post-title h2 a {
			color: #8d9bb3;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/20px Arial;
			color: #5679b9;
			width: 580px;
		}
		
		#content .post .post-entry a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
	border-left: 10px solid #1e2354;
	margin: 0px 40px;
	padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			margin-top: 10px;
			padding-top: 10px;
			width: 580px;
			clear: both;
			font: normal 14px Arial;
			color: #5679b9;
			border-top: 2px dotted #5679b9;
		}
		
		#content .post .post-info a {
			color: #5679b9;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				color: #8d9bb2;
				font-weight: bold;
			}
			
			#content .post .post-info .post-info-comments a {
				color: #8d9bb2;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
	color: #8d9bb3;
	font: normal 20px Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #5679b9;
			width: 580px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #1e2354;
		}
		
		#content .post .comments ol li cite {
			color: #8d9bb2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px Arial;
			color: #5679b9;
			width: 555px;
		}
		
		#content .post #commentform a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px Arial;
		color: #8d9bb2;
		width: 580px;
	}
	
	#content .navigation a {
		color: #8d9bb2;
		margin-bottom: 25px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 175px;
		font: normal 13px/19px Arial;
		color: #828083;
	}
	
	
	
	
	
	#sidebar .sidebar-box {
		width: 175px;
		margin-bottom: 25px;
	}
	
		/* Sidebar - Titles */
		
	
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 13px/22px Arial;
			color: #828083;
		}
		
		#sidebar ul li a {
			color: #828083;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			color: #ffffff;
			text-decoration: none;
		}
		
		#sidebar ul li ul {
			padding: 0 0 0 15px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 175px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-left: 15px;
			width: 140px;
		}
		
		#sidebar #calendar_wrap table {
			width: 140px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}


/* Footer */

#footer {
	width: 842px;
	height: 34px;
	padding: 0 26px;
	color: #333333;
	font: normal 12px/34px Arial;
}

#footer a {
	color: #828083;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#content .post .post-entry table {
border-collapse:collapse;
}

/*#content .post .post-entry table td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5679B9;
	padding-top:15px;
	padding-bottom:10px;
}*/

.productTable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5679B9;
	padding-top:15px;
	padding-bottom:10px;
}

.productTable {border-collapse:collapse}

/*<!-- controls next and previous buttons for product list pages -->*/
.paging td {
	font-size: 12px;
	font-weight: bold;
	width: 3em;
	padding-right: 20px;
}



