/*  
Theme Name: Blue Vec
Theme URI: http://test.qualitywordpress.com/?preview_theme=blue-vec
Description: Blue Vector Wordpress theme is a graphic heavy theme using ornaments and graphic effects.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 0;
	padding:0;
	background: url("images/bg.jpg");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1007px;
}


/* Header */

#header {
	width: 1007px;
	height: 280px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 0px;
		left: 20px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 20px Century Gothic;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		font: bold 10px Century Gothic;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 2px;
		left: 15px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		margin-right: 11px;
		font: normal 12px/32px Century Gothic;
		color: #ffffff;
		background: url("images/header_menu.gif") repeat-x;
		border: 1px solid #000000;
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}

	/* Header - Ssearch */
	
	#header #header-search {
		position: absolute;
		top: 230px;
		left: 35px;
		width: 252px;
		height: 27px;

}

		#header #header-search {
			width: 252px;
			height: 27px;
			background: url("images/sidebar_search.gif") no-repeat;
		}
		
		#header #header-search #search-form {
			margin: 0;
			padding: 0;
			width: 252px;
			height: 27px;
		}
		
		#header #header-search #sb {
			width: 149px;
			height: 17px;
			border: 0;
			padding: 5px;
			font: bold 13px "Century Gothic", Century Gothic;
			color: #000000;
			background: transparent;
			float: left;
		}
		
		#header #header-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 83px;
			height: 27px;
			padding: 0;
			float: right;
		}
	
	#header #header-text a {
		color: #ffffff;
		text-decoration: underline;
	}
	
/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 163px;
		left: 823px;
		width: 40px;
		height: 40px;
	}

/* Main */

#main {
	width: 1007px;
	background: #FFFFFF url("images/main2.gif") repeat-y;
}

#main-top {
	width: 1007px;
	background: url("images/main_top2.gif") no-repeat;
}

#main-bottom {
	width: 1007px;
	min-height: 15px;
	background: url("images/main_bottom2.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 520px;
		padding: 12px 8px 0 8px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 520px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 122px;
			height: 25px;
			color: #000000;
			text-align: center;
			font: bold 10px/25px Century Gothic;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 520px;
			height: 45px;
			border: 1px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #000000;
			font: bold 10px Century Gothic;
			padding: 0 15px;
		}
		
		#content .post .post-title a, .post-title-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover, .post-title-info a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 15px/45px Century Gothic;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
			
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			line-height: 45px;
			
		}
		
		.post-title-info {
			display:block;
			width:100%;
			text-align:right;
			color: #000000;
			font: bold 10px Century Gothic;
			padding-top: 10px;
					
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Century Gothic;
			color: #000000;
			padding: 0 15px;
			width: 520px;
			background: #FFFFFF;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #3b8a93;
			text-decoration: underline;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
			color: #000000;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Century Gothic;
			color: #000000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #3b8a93;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0;
			width: 520px;
			clear: both;
			font: bold 10px/19px Century Gothic;
			color: #000000;
			background: url("images/post_info.gif") no-repeat;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Century Gothic;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Century Gothic;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #cccccc;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Century Gothic;
			color: #FFFFFF;
			width: 520px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/25px Century Gothic;
		color: #000000;
		width: 595px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #000000;
		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: 215px;
		font: normal 12px/18px Century Gothic;
		color: #ffffff;
	}
	
	.sidebar a {
		color: #000000;
		text-decoration: underline;
	}
	
	.sidebar a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 12px 3px 15px 4px;
		}
		
		.sidebar-right {
			padding: 12px 0 15px 3px;
			margin-right: 3px;
			float:right;
		}
		
		/* Sidebar - Titles */
		.sidebar1  { background-image:url(images/bgtitlem.gif); width: 215px; height: 25px; margin: 0 auto; padding-left: 0px; }
		.sidebar h3 {
			text-align: center;
			font: bold 14px/26px Century Gothic;
			color: #000000;
			width: 181px;
			height: 26px;
			background: url("images/sidebar_title.gif") repeat-x;
			padding-left:30px;

		}
.sidebar h2 {
			text-align: center;
			font: bold 14px/26px Century Gothic;
			color: #000000;
			width: 181px;
			height: 26px;
			background: url("images/sidebar_title.gif") repeat-x;
			padding-left:30px;

		}

		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			padding-left: 11px;
			color: #49d2e3;
			font: bold 11px/25px Century Gothic;
			background: url("images/sidebar_menu.gif") repeat-x;
		}
		
		.sidebar ul li a {
			color: #3b8a93;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
			color: #3b8a93;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.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: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
		}


/* Footer */

#footer {
	width:518px;
	color: #000000;
	font: 10px/20px Century Gothic;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
color: #0000FF;
	text-decoration: underline;
}
.credits {
  text-align:center;
  font: bold 12px Arial;  
  width:900px;
  float:left;
  padding-top:3px;
}
#page-footer {
  clear: both;
  width: 900px;
  color: #017FA6;
  height:40px;
  margin-left: 10px;
}
.credits a:link, .credits a:visited {
  color: #017FA6;
  text-decoration:none;
}
.credits a:hover {
  color: #017FA6;
  text-decoration: none;
}

.storycontent, .storycontent ul, ol, ol li, .cmeta, #google, fieldset {
   font-family: Century Gothic;;
   font-size:11px;
   }
p, .storycontent, .storycontent ul {
   line-height:1.5em;
   color: #000;
   margin:6px 0 9px 1px;
   padding:0;
}
.storycontent ul {
   margin-left:35px;
}
.storycontent ul li {
   margin-bottom:0.75em;
}

			.storycontent a {
			color: #000000;
			text-decoration: underline;
			}
			.storycontent a:hover {
			color: #0000FF;
			text-decoration: underline;
			}


		#content .post .storytitle {
			width: 520px;
			height: 16px;
			border: 1px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #000000;
			font: bold 15px Century Gothic;
			padding: 15px 15px;
		}
		
		#content .post .storytitle a, .post-title-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .storytitle a:hover, .post-title-info a:hover {
			text-decoration: underline;
		}
		
		#content .post .storytitle h3 {
			color: #000000;
			font: bold 15px/45px Century Gothic;
			float: left;
		}
		
		#content .post .storytitle h3 a {
			color: #000000;
			text-decoration: none;
			
		}
		
		#content .post .storytitle h3 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			line-height: 45px;
			
		}
