/**
 * Theme Name: Majauskas.com
 * Theme URI: http://www.majauskas.com
 * Description: A theme for majauskas.com
 * Author: Giedrius Majauskas
 * Author URI: http://www.majauskas.com
 * Version: 0.2
 * Tags: threaded-comments
 * Template: hybrid
 *
 */

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, 24px 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/24px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Layout */
	 @import url('../hybrid/library/css/2c-l-fixed.css'); 
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

/* Plugins CSS */
	@import url('../hybrid/library/css/plugins.css'); 

/* Drop-downs CSS */
	@import url('../hybrid/library/css/drop-downs.css');

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
        font: 62.5% Arial,Helvetica,Sans-serif;
        line-height: 2.2em;
        background: #f9f7f5;

	color: #444;
}

	/* Wrapper for everything inside of the body */
	#body-container {}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	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 {}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {
                padding-top:20px;
                padding-left:10px;

                padding-bottom:20px;

            	border-bottom: 1px solid #ede7e0;
                background: #443B31 url(../images/nav-background.gif) repeat-x bottom left;
        }

		/* Site title */
		#site-title {
                    font: italic normal normal 35px/35px Georgia, Times, "Times New Roman", serif;
                        margin: 0 0 10px 0;
                        color: #e9e5e0; text-decoration: none;}
			#site-title a { color: #e9e5e0; text-decoration: none; }
				#site-title a span { color: #e9e5e0; text-decoration: none; }

		/* Site description/tagline */
		#site-description {}

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {

}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {

        }

		/* Menu list. */
		#primary-menu ul {

                }
			#primary-menu li {
              
                        }
				#primary-menu li a {
                                
                                }
			#primary-menu li.current-menu-item {}

#navigation {
	width: 100%;
	margin: 0 auto;
	font-size: 1.3em;

	}
#page-nav {
	line-height: 40px;
	margin: 0 auto;
	}
#page-nav ul {
	list-style: none;
	line-height: 40px;
	border: 0;
	border-top: 1px solid #e3e0d5;
	}

#page-nav li {
	float: left;
	border-right: 1px solid #e3e0d5;
	}

#page-nav a {
	display: block;
	color: #444;
	text-decoration: none;
	padding: 0px 20px;
	}
#page-nav li.current_page_item a, #page-nav li a:hover{
	background: #fff;
	color: #000;
	}
#page-nav li.current_page_item li a {
	background: #fff;
	color: #000;
	}

/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 180px;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
        background: #fff;
	color: #000;
	}
#page-nav li li {
    
    	}
#page-nav li li a {
	padding: 7px 10px;
	        background: #f9f7f5;
         border: 1px solid #e3e0d5;

	}
#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:first-child {
    border-left: 1px solid #e3e0d5;
    }

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
    padding-top:20px;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
            background: url(../images/content-background.gif) repeat-x top left;
            
        }

		/* Breadcrumb trail */
		.breadcrumb {}
			.breadcrumb-trail {}

		/* Archive and search <div> before posts are listed */
		.archive-info
		.author-info {}
		.term-info
		.category-info {}
		.tag-info {}
		.date-info {}
		.search-info {}

			/* Archive and search page titles. */
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.hentry {}
		.post {}
		.page {}

			/* Post, page, and 404 page titles */
			.entry-title {
                            font-size: 2em; line-height: 1.1em;
                        }
			.post-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content { 	font-size: 1.3em; }

			/* Excerpts (introduced) */
			.entry-summary { 	font-size: 1.3em;
}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Entry metadata */
			.entry-meta {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* 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 {	clear: both;}

			/* Comments section headers/titles */
			.comments-header {font-size: 1.2em;}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed { font-style: italic;}

				/* Main comments section */
				#comments {}
					#comments ol {list-style: none;
	margin: 0 0 21px 0;}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li { }
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;}
						#comments li.odd {	background: #f9f9f9;
}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;}

							/* Comment metadata */
							#comments .comment-meta {margin: 10px 0 21px 0;
	font-size: 11px;
	color: #666;}
								#comments .comment-meta cite {}

							/* Comment text */
							#comments .comment-text {clear: left;	margin: 0 13px;	font-size: 13px;
}

					/* 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 {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input { display: block;
	padding: 3px 6px;
	width: 97%;}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {width: 98%;}
						#respond #submit {width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;}
							#respond #submit:hover {cursor: pointer;
	background: #f9f9f9;}

		/**
		* 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 {}
		.widget-inside {}
			.widget-title {
                            margin: 25px 0 10px 0;
	padding-bottom: 3px;
	font-size: 1.4em;
	border-bottom: 1px solid #dfdad5;
	color: #555;
                        }

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
        
	border-top: 1px solid #ddd;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
