/******************************************************************
Theme Name: IMDevin
Theme URI: #
Description: Theme to IMDevin
Author: Bruno Cantuaria
Author URI: http://cantuaria.net.br
Version: 1.1
Tags: html5, framework, css3, development

Theme coded by Bruno Cantuaria (bruno@cantuaria.net.br)
License: Private/Commercial
License URI: ?
License Description: This theme is not intend to be used in any site
other than http://www. . This theme is registered and all it's rights
are reserved to be used in the above site.

Theme created with Bones (http://themble.com/bones/)

******************************************************************/

/******************************************************************
FONT
******************************************************************/

@font-face {
    font-family: 'Komika';
    src: url('font/komikax-webfont.eot');
    src: url('font/komikax-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/komikax-webfont.woff') format('woff'),
         url('font/komikax-webfont.ttf') format('truetype'),
         url('font/komikax-webfont.svg#komika_axisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/

body { 
	background: #363636 url(images/body_bg.jpg) repeat-x top left;
	font-family: Helvetica, Arial, sans-serif;
}

#container, .wrap { 
	width: 960px; /* Main Width */
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-shadow: 0px 0px 12px 6px #111;
	-moz-box-shadow: 0px 0px 12px 6px #111;
	-webkit-box-shadow: 0px 0px 12px 6px #111;
}

#container {
	margin-top: 50px;
	background: url(images/content_bg.jpg) repeat-y top left;
	z-index: 10;
}
	
	/* layout options ( all have margins right & left of 1%) */
	.col60 { width: 60px; } /* width 60px / grid_1 */
	.col140 { width: 140px; } /* width 140px / grid_2 */
	.col220 { width: 220px; } /* width 220px / grid_3 */
	.col300 { width: 300px; } /* width 300px / grid_4 */
	.col380 { width: 380px; } /* width 380px / grid_5 */
	.col480 { width: 480px; } /* width 480px / grid_6 */
	.col540 { width: 540px; } /* width 540px / grid_7 */
	.col620 { width: 620px; } /* width 620px / grid_8 */
	.col700 { width: 700px; } /* width 700px / grid_9 */
	.col780 { width: 780px; } /* width 780px / grid_10 */
	.col860 { width: 860px; } /* width 860px / grid_11 */
	.col940 { width: 940px; } /* width 940px / grid_12 */
	
	/* layout & column defaults */
	.col60, .col140, .col220, .col300, .col380, .col480, .col540, .col620, .col700, .col780, .col860, .col940 { display: inline; float: left; margin: 0 auto; position: relative; }
	
	/* default styles & fixes */
	#main { margin-left: 0; } /* fixes alignment (defaulted at col620) */
	#sidebar1 { margin-right: 0; } /* fixes alignment (defaulted at col300) */
	
/******************************************************************
LINK STYLES
******************************************************************/

a {
	color: #ccc;
	text-decoration: none;
}
a:visited, a:link {
	color: inherit;
}
a:hover {
	color: #cda303;
}
a:active {} /* on click */
a:link { 
	-webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */
}

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

/* Safari, Chrome, iPhones, iPads */
::-webkit-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* Firefox */
::-moz-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* The Rest of em */
::selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}


/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/

body.rtl {}
body.home {} /* home page */
body.blog {} 
body.archive {} /* archive page */
.archive_title span {
	color: #D7AC03;
}
body.date {} /* date archive page */
	body.date-paged-1 {} /* replace the number to the corresponding page number */
body.search {} /* search page */
	body.search-results {} /* search result page */
	body.search-no-results {} /* no results search page */
	body.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
body.error404 {} /* 404 page */
body.single {} /* single post page */
	body.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	body.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
body.attachment {} /* attatchment page */
	body.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	body.attachment-mime-type {} /* style mime type pages 
body.author {} /* author page */
	body.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	body.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
body.category {} /* category page */
	body.category-1 {} /* individual category page (i.e. body.category-6) */
	body.category-paged-1 {} /* replace the number to the corresponding page number */
body.tag {} /* tag page */
	body.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	body.tag-paged-1 {} /* replace the number to the corresponding page number */
body.page-template {} /* custom page template page */
	body.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	body.page-paged-1 {} /* replace the number to the corresponding page number */
	body.page-parent {}
	body.page-child {}
	body.parent-pageid-1 {} /* replace the number to the corresponding page number */
body.logged-in {} /* if user is logged in */
body.paged {} /* paged items like search results or archives */
	body.paged-1 {} /* individual paged (i.e. body.paged-3) */
	
/* new browser classes */
body.browser-lynx {} /* lynx browsers */
body.browser-gecko {} /* firefox browsers */
body.browser-opera {} /* opera browsers */
body.browser-ns4 {} /* ns4 browsers */
body.browser-safari {} /* safari browsers */
body.browser-chrome {} /* chrome browsers */
body.browser-ie {} /* ie browsers ( aka dinosaurs) */
body.browser-iphone {} /* iphones (expirimental, best to use Media Queries) */


/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, h2, h3, h4, h5 {
	font-family: 'Komika';
	text-shadow: -1px -1px 1px black, 1px 1px 1px black, -1px 1px 1px black, 1px 1px 1px black;
}

h1, .h1 {
	font-size: 42px;
	color: #dc1f1e;
	text-shadow: -1px -1px 1px black, 1px 1px 1px black, -1px 1px 1px black, 1px 1px 1px black;
	text-align: center;
	margin-bottom: 15px;
}
h2, .h2 {
	font-size: 32px;
	color: #dc1f1e;
	text-shadow: -1px -1px 1px black, 1px 1px 1px black, -1px 1px 1px black, 1px 1px 1px black;
}
h3, .h3 {
line-height: 40px;
font-size: 28px;
margin-bottom: 10px;
}
h4, .h4 {
line-height: 35px;
font-size: 25px;
margin-bottom: 10px;
}
h5, .h5 {
line-height: 30px;
font-size: 20px;
margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	font-family: 'Komika';
	text-shadow: -1px -1px 1px black, 1px 1px 1px black, -1px 1px 1px black, 1px 1px 1px black;
	color: #dc1f1e;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #28AEB3;
}
.page-title {
	padding-left: 10px;
}

.inner_post h1, .inner_post h2, .inner_post h3, .inner_post h4, .inner_post h5 {
	text-shadow: none;
}

.inner_thumbnail {
	position: relative;
}

	.inner_thumbnail div {
		position: absolute;
		bottom: 25px;
		right: 10px;
	}
	
	.inner_post .inner_thumbnail div a:hover {
		background: none;
	}

/******************************************************************
HEADER SYTLES
******************************************************************/

header[role=banner] {}
	
#logo {
	width: 440px;
	height: 180px;
	overflow: hidden;
	display: block;
	margin: 0;
}

	#logo img {
		margin-top: -50px;
		margin-left: -55px;
	}
	
#twitter_talk {
	background: url(images/twitter_bg.png) no-repeat top left;
	width: 415px;
	height: 226px;
	left: 470px;
	position: absolute;
	top: -30px;
	padding: 45px 10px 0 125px;
	text-align: center;
	z-index: 3;
	font-size: 13px;
	color: #eb2424;
	font-family: "Komika";
	line-height: 15px;
}

	#twitter_talk div span {
		color: #28AEB3;
		display: block;
		font-size: 10px;
	}
	
	#twitter_talk div {
		display: table-cell;
		width: 280px;
		height: 80px;
		vertical-align: middle;
	}

#world {
	z-index: 1;
	background: url(images/world.png) no-repeat top left;
	width: 288px;
	height: 195px;
	position: absolute;
	top: 0;
	left: 650px;
}

/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
nav[role=navigation] .menu {
	position: relative;
	z-index: 2;
	margin: 0 0 20px;
	font-family: 'Komika';
}

	nav[role=navigation] .menu ul { 
		background: url(images/menu_bg.jpg) no-repeat top left;
		height: 61px;
		overflow: hidden;
		width: 620px;
		padding-right: 320px;
		margin: 0 auto;
	}
		nav[role=navigation] .menu ul li {}
			nav[role=navigation] .menu ul li a {
				text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 1px #000, 1px 1px 1px #000;
				font-size: 20px;
				line-height: 55px;
				color: #ccbb98;
				padding: 0 20px;
				height: 61px;
			}
				nav[role=navigation] .menu ul li a:hover { 
					background: transparent; 
					color: #28aeb3; 
				}
				
		nav[role=navigation] .menu ul li.current-menu-item a, nav[role=navigation] .menu ul li.current_page_item a {
			background: url(images/menu_current_bg.png) no-repeat 50% -40px;
			color: #28aeb3;
		}
		
		nav[role=navigation] .menu ul li ul.sub-menu {}
			nav[role=navigation] .menu ul li ul li a {}
				nav[role=navigation] .menu ul li ul li a:hover {}
			nav[role=navigation] .menu ul li ul li:last-child a {}
			nav[role=navigation] .menu ul li:hover ul { }
				nav[role=navigation] .menu ul li ul li ul.sub-menu { }
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu { }

#menu_search {
	top: 193px;
	left: 637px;
	z-index: 5;
	height: 35px;
	width: 300px;
	position: absolute;
}

	#menu_search input[type='text'] {
		font-family: 'Komika';
		color: #B2AA9C;
		font-size: 14px;
		text-indent: 10px;
		background: #EFE8DC;
		border: 2px solid #7C0B0B;
		width: 300px;
		height: 35px;
		padding-right: 35px;
	}
	
	#menu_search input[type='submit'] {
		text-indent: -9999px;
		background: url(images/search_bg.png) no-repeat top left;
		border: 0px;
		left: 270px;
		top: 7px;
		position: absolute;
		width: 20px;
		height: 20px;
	}

/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {
	padding: 10px;
	margin-bottom: 30px;
}
	#main {	
	}
		article[id*=post-] {
			padding: 0;
		}
	
		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */
	
		/* post meta */
		.meta {
			text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 1px black, 1px 1px 1px black;
			font-style: normal;
			color: #fff;
			font-size: 15px;
			font-family: 'Komika';
			height: 42px;
			line-height: 38px;
			background: url(images/meta_bg.jpg) repeat-x top left;
			padding: 0 0 0 10px;
			margin: 0;
		}
		
		.comments_number {
			color: #C72927;
			margin-left: 5px;
		}
		
		.social_share {
			float: right;
			width: 240px;
			height: 42px;
		}
		
		.facebook_button {
			margin-top: -7px;
			width: 80px;
			float: right;
		}
		
		.twitter_button {
			width: 90px;
			padding-top: 4px;
			float: right;
		}
		
		.google_button {
			width: 70px;
			float: right;
			padding-top: 4px;
		}
		
			.meta time {}
			
		/* post content */
		.post_content {
			box-shadow: 0 0 6px 1px #9A886D;
			background: #4E4E4E;
			padding: 10px;
			margin: 20px 0;
		}
		
		.inner_post {
			padding: 10px;
			background: #fff;
			margin-top: 5px;
		}
		
		.keep_reading {
			padding: 5px 15px;
			font-size: 15px;
			font-family: "Komika";
			background: #e3d7c5;
			border: 2px solid #4e4e4e;
			color: #000 !important;
			text-decoration: none;
			display: table-cell;
		}
		
		.attachment-postBig {
			width: 580px;
			height: 315px;
			margin: 0px auto;
		}
			
			.post_content p {
				margin: 0 0 15px;
				font-size: 14px;
				color: #3d3d3d;
			}
			.post_content ul, .post_content ol, .post_content table, .post_content dl {}
			.post_content ul, .post_content ol {}
			.post_content li {}
			.post_content ul li {}
			.post_content ol li {}
			
			.post_content blockquote {}
			.post_content blockquote:before {} /* this adds the quote before the blockquote */
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.inner_post a {
				color: #A02A2A;
				text-decoration: underline;
			}
			
				.inner_post a:hover {
					color: #fff;
					text-decoration: none;
					background: #A02A2A;
				}
			
				.inner_post h4 a:hover {
					text-decoration: none;
					background: transparent;
				}
			
			.post_content img {
				display: block;
				margin: 0;
				padding: 0 0 20px;
			}
			.alignleft, img.alignleft {
				margin-right: 20px;
			}
			.alignright, img.alignright {
				margin-left: 20px;
			}
			.post_content video {}
			.post_content object {}
			
			.wp-caption {}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {}
			
			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}
			
			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}
			
		article[id*=post-] footer {}
	
	
/******************************************************************
SUBSCRIBE BOX
******************************************************************/
#subscribe_box {
	margin: 0px 0 20px;
}
	
	#subscribe_box .sub_wrap {
		background: #fff;
		padding-top: 10px;
		height: 255px;
	}

		#subscribe_box .sub_wrap > span {
			text-align: center;
			line-height: 13px;
			font-family: 'Komika';
			display: block;
			height: 20px;
			font-size: 30px;
			background: #e6ba0e;
			width: 90%;
			margin: 0 auto 15px;
			color: #8a0505;
			text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 2px #fff, 2px 2px 2px #fff, 1px 1px 5px #333;
		}

	#subscribe_box .subscribe {
		background: url(images/subscribe_box.png) no-repeat top left;
		position: relative;
		height: 218px;
		width: 586px;
		margin: 0px auto;
	}

		#subscribe_box .subscribe form {
			color: #4e4e4e;
			font-size: 13px;
			width: 235px;
			position: absolute;
			top: 50px;
			left: 5px;
		}

			#subscribe_box .subscribe form p {
				margin: 0 0 5px;
				color: #4e4e4e;
				font-size: 13px;
				line-height: 13px;
				text-shadow: 0px 0px 1px #aaa;
			}

			#subscribe_box .subscribe form input[type="text"] {
				padding: 3px;
				border: 1px solid #dadada;
				color: #4e4e4e;
				margin-top: 5px;
				background: #fff;
				width: 190px;
			}

			#subscribe_box .subscribe form input[type="submit"] {
				background: transparent;
				border: 0px;
				padding: 5px 3px;
				margin-top: 5px;
				color: #4e4e4e;
			}

		#subscribe_box .subscribe .social_links {
			position: absolute;
			width: 258px;
			top: 50px;
			right: -5px;
			font-family: 'Komika';
		}

			#subscribe_box .subscribe .social_links span {
				line-height: 13px;
				display: block;
				color: #8a0505;
				font-size: 24px;
				height: 22px;
			}

			#subscribe_box .subscribe .social_links small {
				display: block;
				font-size: 14px;
				width: 220px;
				margin: 0 0 0 30px;
				text-align: center;
				color: #000;
				font-style: normal;
				line-height: 15px;
			}

				#subscribe_box .subscribe .social_links small em {
					color: #8a0505;
					font-style: normal;
				}

			#subscribe_box .subscribe .social_links a {
				margin: 0 -5px 0 0;
				display: inline-block;
				vertical-align: top;
				width: 52px;
				height: 52px;
				background: url(images/social_wood.png) no-repeat top left;
			}

				#subscribe_box .subscribe .social_links a.twitter { background-position: -52px 0; }
				#subscribe_box .subscribe .social_links a.facebook { background-position: -104px 0; }
				#subscribe_box .subscribe .social_links a.youtube { background-position: -156px 0; }
				#subscribe_box .subscribe .social_links a.rss { background-position: -208px 0; }

	
/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

	/* page navigation */
	.page-navigation {
		background: url(images/menu_bg.jpg) no-repeat top left;
		height: 50px;
		overflow: hidden;
		width: 620px;
		margin: 0 auto;
		line-height: 40px;
		font-family: "Komika";
		font-size: 20px;
		text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 1px black, 1px 1px 1px black;
	}
	
	.page-navigation a {
		color: #f2efea;
	}
	
		.bones_page_navi li a:hover , .page-navigation li.bpn-current { 
			text-decoration: none;
			color: #28AEB3;
			border: 0;
		}
		.bones_page_navi {
			float: right;
		}
			.bones_page_navi li.bpn-prev-link {} /* previous link */
				.bones_page_navi li.bpn-prev-link a {}
					.bones_page_navi li.bpn-prev-link a:hover {}
			.bones_page_navi li {} /* regular links */
				.bones_page_navi li a {}
					.bones_page_navi li a:hover {}
			.bones_page_navi li.bpn-current {} /* current page link */
					.bones_page_navi li.bpn-current:hover {}
			.bones_page_navi li.bpn-next-link {} /* next page link */
				.bones_page_navi li.bpn-next-link a {}
					.bones_page_navi li.bpn-next-link a:hover {}
			.bones_page_navi li.bpn-last-page-link {} /* last page link */
				.bones_page_navi li.bpn-last-page-link a {}
					.bones_page_navi li.bpn-last-page-link a:hover {}
			.bones_page_navi li.bpn-first-page-link {} /* first page link */
				.bones_page_navi li.bpn-first-page-link a {}
					.bones_page_navi li.bpn-first-page-link a:hover {}
	
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link {}
			.wp-prev-next .next-link {}
	
/******************************************************************
COMMENT STYLES
******************************************************************/

#comments {}/* h3 comment title */
	#comments span {} /* number of comments span */
.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}
.commentlist {}
	.commentlist li {
		background: #fafafa;
		border: 0;
	}
		.commentlist li[class*=depth-] {
			border: 0;
		}
			.commentlist li.depth-1 {

			}
			.commentlist li.depth-2 {
				background: #f0f0f0;
			}
			.commentlist li.depth-3 {
				background: #eaeaea;
			}
			.commentlist li.depth-4 {
				background: #f0f0f0;
			}
			.commentlist li.depth-5 {
				background: #eaeaea;
			}
				.commentlist li ul.children li {}
				.commentlist li ul.children li.alt {}
				.commentlist li ul.children li.byuser {}
				.commentlist li ul.children li.comment {}
				.commentlist li ul.children li.depth-1 {} /* change number for different depth */
				.commentlist li ul.children li.bypostauthor {}
				.commentlist li ul.children li.comment-author-admin {}
				.commentlist li ul.children .alt {}
				.commentlist li ul.children .odd {}
				.commentlist li ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd {}
			.commentlist .even {}
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children {}
			.commentlist .pingback {}
			.commentlist .bypostauthor {}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}	
			.commentlist .vcard {}
				.commentlist .vcard cite.fn {}
				.commentlist .vcard time {}
					.commentlist .vcard time a {}
						.commentlist .vcard time a:hover {}
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar {}
				.commentlist .vcard cite.fn a.url {}
			.commentlist .comment-meta {} 
				.commentlist .comment-meta a {}
			.commentlist .commentmetadata {}
				.commentlist .commentmetadata a {}
			.commentlist li .comment_content {}
				.commentlist li .comment_content p {}
				.commentlist li ul {
					padding: 0;
				}
				.commentlist .comment-reply-link {}
					.commentlist a.comment-reply-link:hover {}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

#respond {
	box-shadow: 0 0 6px 1px #9A886D;
	background: #4E4E4E;
	padding: 10px;
	margin: 20px 0;
}
	#comment-form-title {
		font-size: 24px;
		color: #8a0505;
	}
		#cancel-comment-reply {

		}
			#cancel-comment-reply a {
				display: block;
				background: #fafafa;
				border: 1px solid #ddd;
				padding: 5px;
				text-align: center;
			}
				#cancel-comment-reply a:hover {
					color: #000;
				}
	#commentform {}
		.comments-logged-in-as {}
		#comment-form-elements {}
			#comment-form-elements li {}
				#comment-form-elements label {}
				#author, #email, #url, #comment {}
					#author:focus, #email:focus, #url:focus, #comment:focus {}
				#author, #email, #url {}
			#allowed_tags {}
				#comment {}
				#submit {}

/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

a.twitter, a.facebook, a.youtube {
	width: 54px;
	height: 54px;
	display: inline-block;
	margin: 10px;
	background: url(images/social_bg.jpg) no-repeat top left;
}

a.facebook { background-position: -54px 0; }
a.twitter { background-position: -108px 0; }

#sidebar1 {}

	.widget {
		box-shadow: 0 0 6px 1px #9A886D;
		background: #4E4E4E;
		padding: 5px;
		margin: 20px 0;
	}
		.widget li {}
		
		.widgettitle {
			text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 1px black, 1px 1px 1px black;
			font-style: normal;
			color: #fff;
			font-size: 22px;
			font-family: 'Komika';
			height: 42px;
			line-height: 38px;
			background: url(images/meta_bg.jpg) repeat-x top left;
			padding: 0 10px;
			margin: 0;
		}
	
	.widget_aweber_widget {
	 	padding: 4px;	
	} 
	.aweber_widget {
		height: 227px;
		width: 293px;
		background: url(images/aweber_bg.png) no-repeat top left;
		font-size: 14px;
		color:#f4bc00;
		text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 1px black, 1px 1px 1px black;
		font-family: 'Komika';
		text-align: center;
		padding-top: 50px;
	}
	
		.aweber_widget p {
			width: 250px;
			margin: 10px auto;
			text-shadow: -1px -1px 1px black, 2px 1px 0 black, 2px 2px 2px black, 1px 1px 1px black;
		}
		.aweber_widget span {
			font-size: 60px;
		}
		
		.widget .aweber_widget input[type="text"] {
			color: #333;
			font-size: 16px;
			text-indent: 10px;
			background: #EFE8DC;
			border: 0px;
			width: 270px;
			height: 35px;
			margin-top: 10px;
			box-shadow: 0 0 2px #aaa;
		}
		
		.aweber_widget input[type="submit"] {
			background: url(images/menu_bg.jpg) no-repeat -50px 0px;
			color: #fff;
			font-size: 16px;
			text-align: center;
			text-shadow: 1px 1px 1px #111;
			border: 0px;
			width: 270px;
			height: 35px;
			margin-top: 5px;
			font-weight: bold;
		}
		
		.widget_popular_widget a {
			margin: 5px 5px 10px;
			display: block;
			line-height: 20px;
			margin-left: 5px;
			color: white;
			font-size: 16px;
			font-weight: bold;
		}
		
			.widget_popular_widget a:hover {
				color: #cda303;
			}
		
		.widget_advertisers a {
			display: table-cell;
			width: 145px;
			text-align: center;
		}
		
			.widget_advertisers a img {
				width: 125px;
				height: 125px;
				border: 1px solid #fff;
			}
		
	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	
	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget select, .widget input[type="text"] {
		font-family: 'Komika';
		color: #B2AA9C;
		font-size: 14px;
		background: #EFE8DC;
		width: 290px;
		height: 35px;
		margin-top: 10px;
	}
	.widget_archive option {}
	
	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}
	
	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	
	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	/* search widget */
	#searchform {}
	.widget_search {}
	.screen-reader-text {}
	
	/* text widget */
	.textwidget {
		text-align: center;
	}
	.widget_text {}
	.textwidget p {
		margin-top: 10px;
		color: #EEE;
	}
	

/******************************************************************
FOOTER STYLES
******************************************************************/

#footer {
	background: url(images/footer.jpg) repeat-x top center;
	height: 445px;
	z-index: 5;
	margin-top: -200px;
	width: 100%;
	position: relative;
}

	#footer .footer_globe {
		width: 777px;
		height: 445px;
		z-index: 5;
		position: absolute;
		bottom: 0;
		right: 0;
		background: url(images/footer_world.png) no-repeat bottom right;
	}

	#footer .findme {
		width: 1100px;
		margin: 0 auto;
		padding: 220px 20px 20px;
		height: 445px;
		z-index: 6;
		position: relative;
	}

		#footer .findme span {
			font-family: 'komika';
			display: block;
			margin: 0 0 20px;
			font-size: 60px;
			line-height: 60px;
			color: #fff;
			-webkit-text-shadow: 3px 3px 5px #222;
			-moz-text-shadow: 3px 3px 5px #222;
			-o-text-shadow: 3px 3px 5px #222;
			text-shadow: 3px 3px 5px #222;
		}

		#footer .findme a {
			margin: 0;
			display: inline-block;
			vertical-align: top;
			width: 117px;
			height: 125px;
			background: url(images/social.png) no-repeat top left;
		}

			#footer .findme a.gplus { background-position: -115px 0; }
			#footer .findme a.twitter { background-position: -235px 0; }
			#footer .findme a.rss { background-position: -358px 0; }
			#footer .findme a.youtube { background-position: -478px 0; }

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }

/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }


Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/

/* LIGHTBOX */
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.fve-video-wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%; /* This is default, but will be overriden */
	margin: 0.5em 0; /* A bit of margin at the bottom */
}

.fve-video-wrapper iframe,  
.fve-video-wrapper object,  
.fve-video-wrapper embed {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;}
.virallock-box iframe {max-width: 600px !important;}
.virallock-box {
	border: 1px dashed #3B5998;
	padding: 10px 20px;
	color: #000;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	font-weight: bold;
}
.virallock-box  div {
	margin-top: 5px;
}

.mobile-menu {
	display: none;
}

@media (max-width : 767px){
	#container,
	.wrap,
	#footer .findme {
		width: 100%;
  		margin-top: 0;
	}

	#main, 
	.page-navigation,
	#sidebar1 {
		width: 100%;
	}

	#logo {
  		width: 300px;
  		margin: 0 auto;
  		height: 130px;
	}

	#logo img {
		margin-top: -20px;
		margin-left: -20px;
		width: 300px;
	}

	#twitter_talk, #world {
		display: none;
	}

	.menu {
		display: none;
	}

	.show {
		display: block;
	}

	.mobile-menu {
		display: block;
		background: url(images/menu_bg.jpg) repeat top left;
		height: 60px;
		font-family: 'Komika';
		border-bottom: 1px solid #7D0303;
	}

	.mobile-menu a {
		text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 1px #000, 1px 1px 1px #000;
		font-size: 20px;
		line-height: 55px;
		color: #ccbb98;
		padding: 0 20px;
		height: 60px;
	}

	.mobile-menu a:hover {
  		background: transparent;
  		color: #28aeb3;
	}

	.show-menu {
		float: right;
		cursor: pointer;
	}

	#menu_search {
		position: relative;
  		width: 100%;
		top: auto;
		left: auto;
	}

	#menu_search form{
		margin: 10px;
	}

	#menu_search input[type='text'] {
		width: 100%;
	}

	#menu_search input[type='submit'] {
		right: 20px;
		left: auto;
	}

	nav[role=navigation] .menu ul {
		width: auto;
		padding-right: 0;
		background: url(images/menu_bg.jpg) repeat top left;
		height: auto;
	}

	nav[role=navigation] .menu ul li.current-menu-item a,
	nav[role=navigation] .menu ul li.current_page_item a {
		background: none;
	}

	.menu ul li {
		width: 100%;
	}

	.menu ul li:first-child {
		display: none;
	}

	.post_content img {
		width: 100%;
		height: auto;
		max-height: 340px;
	}

	#subscribe_box .sub_wrap {
		height: 280px;
	}

	#subscribe_box .subscribe {
		background-size: cover;
		height: 220px; 
		width: 100%;
	}

	#subscribe_box .sub_wrap > span {
		font-size: 20px;
	}

	#subscribe_box .subscribe .social_links {
		top: 60px;
		right: 0;
	}

	h2.page-title {
		font-size: 22px;
  		line-height: 28px;
	}

	#footer .findme {
		padding: 200px 20px 20px;
	}

	#footer .findme span {
		font-size: 40px;
  		line-height: 40px;
	}

	#footer .findme a {
		width: 80px;
		height: 85px;
		background-size: cover;
	}

	#footer .findme a.gplus {
  		background-position: -80px 0;
	}

	#footer .findme a.twitter {
  		background-position: -160px 0;
	}

	#footer .findme a.rss {
  		background-position: -240px 0;
	}

	#footer .findme a.youtube {
  		background-position: -320px 0;
	}

	.aweber_widget {
		width: 100%;
		background-size: 100% 100%;
	}

	.widget select {
		margin-top: 4px;
  		width: 100%;
  		border: 0;
	}

	.comments_number {
		margin-right: 10px;
		float: right;
	}

	.post_content {
		position: relative;
	}

	.social_share {
		position: absolute;
		bottom: 16px;
		right: 16px;
	}
}


@media (min-width : 768px) and (max-width : 991px){
	#container,
	.wrap,
	#footer .findme {
		width: 760px;
	}

	nav[role=navigation] .menu ul {
		padding-right: 0;
		width: 100%;
	}

	nav[role=navigation] .menu ul li a {
		font-size: 17px;
	}

	#menu_search {
		left: 520px;
	}

	#menu_search,
	#menu_search input[type='text'] {
		width: 230px;
	}

	#menu_search input[type='submit'] {
		left: 200px;
	}

	#logo img {
		margin-top: -20px;
		margin-left: -20px;
		width: 350px;
	}

	#twitter_talk {
		width: 400px;
		background-size: contain;
		height: 226px;
		left: 350px;
	}

	#world {
		left: 450px;
	}

	#main, .page-navigation {
		width: 500px;
	}

	#sidebar1 {
		width: 230px;
	}

	.post_content img {
		max-width: 100%;
		max-height: 260px;
	}

	.aweber_widget {
		width: 222px;
  		background-size: 100% 100%;
  		padding-top: 30px;
	}

	.aweber_widget span{
		font-size: 40px;
	}

	.aweber_widget p {
		width: 200px;
	}

	.widget .aweber_widget input[type="text"] {
		margin-top: 5px;
	}

	.widget .aweber_widget input[type="text"],
	.aweber_widget input[type="submit"] {
		width: 206px;
	}

	.widget .aweber_widget input[type="text"] {
		font-size: 12px;
	}

	.widget select {
		margin-top: 4px;
  		width: 220px;
  		border: 0;
	}

	h2 {
		font-size: 24px;
	}

	#subscribe_box .sub_wrap > span {
		line-height: 13px;
		font-size: 20px;
	}

	#subscribe_box .sub_wrap {
		height: 360px;
	}

	#subscribe_box .subscribe {
		width: 460px;
		height: 315px;
  		margin: 0px auto;
	}

	#subscribe_box .subscribe .social_links {
		width: 460px;
		left: 0px;
		bottom: 10px;
		top: auto;
	}

	#subscribe_box .subscribe .social_links small {
		width: 460px;
		margin: 0;

	}

	a.twitter, a.facebook, a.youtube {
		margin: 8px;
	}

	.post_content {
		position: relative;
	}

	.social_share {
		position: absolute;
		bottom: 16px;
		right: 16px;
	}

	#text-2 .textwidget {
		overflow: hidden;
	}

	.comments_number {
		margin-right: 10px;
		float: right;
	}

}

@media (min-width : 320px) and (max-width : 479px){
	.social_share {
		display:none;
	}

	#subscribe_box .sub_wrap {
		height: 360px;
	}

	#subscribe_box .subscribe {
		width: 100%;
		height: 280px;
  		margin: 0px auto;
	}

	#subscribe_box .subscribe .social_links {
		width: 100%;
		left: 0px;
		bottom: 10px;
		top: auto;
		padding: 10px;
	}

	#subscribe_box .subscribe .social_links small {
		width: 100%;
		margin: 0;

	}
}