/* 
Theme Name: Melik
Theme URI: http://www.melik.org.uk
Description: A custom theme for The Melik Society
Author: Idealworld web 
Author URI: http://www.idealworldweb.co.uk
Version: 0.0.1
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	@import url('../hybrid/library/css/20px.css');
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */
	
/* Get drop-downs CSS */
	@import url('../hybrid/library/css/drop-downs.css');

/**
* Body
************************************************/

/* Contains everything */
html {
	background: #369876 url('images/greenbg.gif') repeat-x;
}
body {
	background: none;
	color: #000;
	font: 15px/22px Georgia, 'Times New Roman', Times, Arial,Verdana,sans-serif;
}
	/* Wrapper for everything inside of the body */
	#body-container {
	width: 940px;
	margin: 0 auto;
	padding:0 10px;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	color: #9A2644;
	text-decoration: none;
}
a:visited {
	color: #9A2644;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #9A2644;
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
.hentry h3 {
	font: normal 18px/22px Georgia, Times, 'Times New Roman', serif;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 15px;
	}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {
	list-style: square;
}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {
	margin: 0 0 10px 3px;
}
	dt {
	margin: 10px 0 0 0;
}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
img.alignleft, img.alignright{
display:inline;
}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}
img.frame {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color:#EFEFE5;
	border:1px solid #C9C0B2;
	padding:8px;	
}
/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {
display: block;
text-align: center;
margin-bottom: 20px;
}

.gallery-item{
margin: 0px;
padding: 0px;
}

.gallery-icon{
margin: 0px;
padding: 0px;
}

	.gallery img {
	width: 150px;
	height: 150px;
	border: 1px solid #CCC;
}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	background-image: url('images/header.gif');
	float: left;
	overflow: hidden;
	width:940px;
	height:271px;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:-9000px;
}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	background-color:#9A2644;
	float: left;
	width: 940px;
	height: 40px;
}

	/* Page nav */
	#page-nav {
	padding-top: 0px;
	padding-left:10px;
	padding-bottom: 0px;
	}
		#page-nav ul {
		list-style: none;
		margin: 0;
		}
			#page-nav li {
			float: left;
			margin: 0;
			padding: 0;
			}
				#page-nav li a {
				display: block;
				font-size: 14px;
				color: #FFF;
				padding: 13px 10px 13px;
				text-shadow: 0 1px 0 #000;
				}
				.chrome #page-nav a {
				font-size: 14px;
				}
			
			#page-nav li.current_page_item {
			background: #B2E5D3;
			}
			#page-nav li.current_page_item a{
			color: #000;
			text-shadow: 0 1px 0 #FFF;
			}

			/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	background: #92D8BF;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	}
#page-nav li li a {
	padding: 10px 10px;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	}
#page-nav li li a:hover {
	background: #9A2644;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	}
	
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	float: left;
	margin: 10px 0 0;
	width: 940px;
	}
.content {
	float: left;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 940px;
	}
.primary-active .content, .secondary-active .content {
	width: 650px;
	}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
	background: #FFF;}
	
	.hfeed  {
	background: #FFF;}

		/* General */
.hentry {
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	padding: 15px 20px 0 20px;
	background: #FFF;
	border: 0px solid #CCC;
	}
.breadcrumb {
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	margin: 0 20px 0 20px;
	padding: 10px 0px 10px 0px;
	background: #FFF;	
	border-bottom: 1px solid #999999;
	color: #666;
	font-style: normal;
}
		/* General */


		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {
		font-family:Cambria, Georgia, "Times New Roman", Times, serif;
		margin: 0 0 10px 0;
		padding: 20px 20px 0 20px;
		background: #FFF;
		border-bottom: 1px solid #999999;
		}
		.tag-info {}

		/* Posts */
		.post {
		border-bottom: 1px solid #999999;
		padding: 20px 0px 0px 0px;
		margin: 0 20px 0 20px;
		}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {
			overflow: hidden;
			font-family:Cambria, Georgia, "Times New Roman", Times, serif;
			margin: 0 20px 0 20px;
			padding: 20px 0px 20px 0px;
			background: #FFF;
			border-bottom: 1px solid #999999;
			}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
		overflow: hidden;
		font-family:Cambria, Georgia, "Times New Roman", Times, serif;
		margin: 0 0 10px 0;
		padding: 20px 20px 0 20px;
		background: #FFF;
		border: 0px solid #CCC;
		color: #666;
		font-style: normal;
		padding-bottom: 20px;
			}
			.next, .previous {
			max-width: 50%;
			}
			.navigation-links .previous {
			float: left;
			}
			.navigation-links .next {
			float: right;
			text-align: right;
			}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
		overflow: hidden;
		padding: 20px 20px 0 20px;
		margin: 0 0 20px 0;
		background: #fff;}

			/* Comments section headers/titles */
			.comments-header {
			font-size: 18px;
			font-weight: bold;
			}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {
				}
					#comments ol {
					list-style: none;
					margin: 0;
					}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
						overflow: hidden;
						margin: 0 0 20px 0;
						padding: 20px 20px 0 20px;
						}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {background: #EEEEEE;}
						#comments li.odd {background: #F7F7F7;}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {
							margin: 5px 0 20px 0;
							font-style: italic;
							color: #666;
							}
								#comments .comment-meta-data cite {
								font-weight: bold;
								font-style: normal;
								}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {
				overflow: hidden;
				margin: 0;
				padding: 20px 20px 0px 20px;
				background: #EEEEEE;
				}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {
							display: block;
							padding: 5px;
							width: 300px;
							margin:  0 0 20px 0;
							background: #FFF;
							border: 1px solid #DDD;
							}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {
							display: block;
							background: #FFF;
							border: 1px solid #DDD;
							padding: 5px;
							}
						#respond .button {
						display: inline;
						width: 100px;
						padding: 7px;
						margin-right: 10px;
						font-weight: normal;
						color: #FFF;
						background: #9A2644;
						}
						#respond .button:hover {
						cursor: pointer;
						background: #369876;}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
	margin: 0 0 10px 0;
	padding: 20px 20px 0;
	border: 0px solid #ccc;
	background: #FFF;
	}
		.widget-inside {
		margin: 0 0 10px 0;
		color: #444;
		}
		.textwidget{
		font-size: 14px;
		}
			.widget-title {
			font-size: 16px;
			margin: 0 0 10px 0;
			color: #9A2644;
			}
			.widget ul {
			list-style: square;
			margin-left: 20px;
			}

	/* Primary widget section */
	#primary {
	position: relative;
	float: right;
	width: 280px;
	}
		#primary .widget {
	padding: 20px 20px 10px 20px;
	}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 280px;
	}
		#secondary .widget {
	padding: 20px 20px 10px 20px;
	}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}
					
.msie #primary .widget, .msie #secondary .width,
.chrome #primary .widget, .chrome#secondary .width { font-size: 13px; }

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	font-size: 11px;
	clear: both;
	overflow: hidden;
	width: 100%;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
	clear: both;
	overflow: hidden;
	color: #FFF;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 940px;
	}
	#footer a {
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	}
	
		/* Footer extra */
		#footer .copyright {
		margin: 10px 0px 10px 0px;
		}
		#footer .credit {
		margin: 0px 0px 10px 0px;
		}