/*
Theme Name: Revolution Theme
Theme URI: http://studio372.com/
Description: Revolution Blog Theme
Author: Matt Trimarchi @ Studio 372
Version: 2.0
*/


/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ? Boilerplate  */
/* custom fonts */
@import url("fonts/Titillium/stylesheet.css");


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #666; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #00A2C3; }
a:hover { color: #4BC9EC; }





/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

body {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.header-wrapper {
	
	background: #000 url(img/header-bg.png) repeat-x;
	margin-bottom: 20px;
}

	#header {
		height: 130px;
		width: 980px;
		margin: 0 auto;
		position: relative;
	}
            
	
		#header #social-icons {
			position: absolute;
			right: 35px;
			bottom: -8px;
			z-index:10;
			height: 52px;
		}
		
			#header #social-icons .social-icon {
				display: block;
				float: left;
				width: 52px;
				height: 52px;
				margin-left: 10px;
				position: relative;
			}
	
		#header .site-heading-title {
			position: absolute;
			top: 10px;
			right: 0px;
			font-weight: normal;
			color: #666;
			font-size: 11px;
		}
	
		#header .logo {
			background: url(img/logo.png) no-repeat;
			height: 66px;
			width: 186px;
			position: absolute;
			top: 15px;
		}
		
		#header .menu-main-menu-container {
			background: #009ebe url(img/nav-bg.png) repeat-x bottom left;
			position: absolute;
			bottom: 0px;
			width: 980px;
			z-index: 1px;
		}
		
		#header #menu-main-menu {
			margin: 0px;
			padding: 0px;
		}
		
			#header #menu-main-menu li {
				float: left;
				list-style: none;
			}
			
				#header #menu-main-menu li a {
					float: left;
					color: #fff;
					text-decoration: none;
					font-weight: bold;
					padding: 10px 15px 10px 15px;
				}
				
					#header #menu-main-menu #menu-item-11 a {
						background: #fff;
						color: #00A2C3;
					}
				
					#header #menu-main-menu li a:hover {
						background: #fff;
						color: #00A2C3;
					}
	
			.breadcrumbs {
				font-size: 12px;
				width: 960px;
				margin: 0 auto;
				margin-bottom: 20px;
				border-bottom: 1px solid #00A2C3;
				padding: 0px 10px 15px 10px;
			}
	
	.content-wrapper {
		width: 980px;
		margin: 0 auto;
	}
	
		.content-wrapper .content {
			width: 630px;
			margin-right: 40px;
		}
		
		.content-wrapper .column {
			width: 310px;
		}
		
		
	.content .page-title {
		
		background: #00A2C3;
		color: #FFF;
		font: 24px/28px 'TitilliumText22LRegular', Arial, sans-serif;
		margin-bottom: 20px;
		padding: 10px 20px;
		
	}

	/* post stuff */
	
	
	
	.posts {
		margin-bottom: 20px;
	}
	
	.post {
		border-bottom: 1px solid #00a2c3;
		position: relative;
		padding: 20px 20px 10px 20px;
	}
	
	.page .post {
		padding-top: 0px;
	}
	
		.latest-post {
			background: #333;
			border-bottom: none;
			
		}
		
		.latest-post .latest-post-corner {
			position: absolute;
			top: -2px;
			right: -2px;
			width: 60px;
			height: 60px;
			background: url(img/new.png) no-repeat;
		}
	
		.post h2 a {
			font: 24px/32px 'TitilliumText22LLight', Arial, sans-serif;
			color: #00a2c3;
			text-decoration: none;
			margin-botom: 10px;
			text-transform: uppercase;
		}
		
		.latest-post h2 a {
			color: #57d3f6;
		}
		
		.latest-post h2 a:hover {
			border-bottom: 1px solid #57d3f6;
		}
		
		.post h2 a:hover {
			border-bottom: 1px solid #00a2c3;
		}
		
		.post .post-comments {
			width: 47px;
			height: 61px;
			background: url(img/post-assets.png) top right no-repeat;
			position: absolute;
			left: -67px;
			top: 77px;
			text-align: center;
			text-decoration: none;
			color: #FFF;
			font: 28px/50px 'TitilliumText22LRegular', Arial, sans-serif;
		}
		
		.post .post-date {
			width: 47px;
			height: 41px;
			background: url(img/post-assets.png) top left no-repeat;
			position: absolute;
			left: -67px;
			text-align: center;
			color: #FFF;
			font-family: 'TitilliumText22LThin', Arial, sans-serif;
			padding-top: 6px;
		}
		
			.post .post-date .day {
				font-size: 24px;
				line-height: 22px;
			}
			
			.post .post-date .month {
				font-size: 14px;
				line-height: 12px;
				text-transform: uppercase;
				font-family: 'TitilliumText22LRegular', Arial, sans-serif;
			}
			
			.post .meta {
				font-size: 11px;
				color: gray;
				margin-bottom: 15px;
			}
			
				.post .meta a {
					font-size: 9px;
					background: #00a2c3;
					color: white;
					text-decoration: none;
					padding: 3px 4px 2px 4px;
					text-transform: uppercase;
				}
				
				.post .meta a:hover {
					background: #4bc9ec;
				}
		
			.post .author {
				padding: 10px;
				background: #4C5C65;
				margin-bottom: 10px;
				color: white;
				font-size: 11px;
				line-height: 18px;
			}
			
				.post .author .avatar {
					float: left;
					margin-right: 10px;
				}
				
				.post .author .author-meta {
					margin: 0px;
					padding: 0px;
				}
				
					.post .author .author-meta li {
						list-style: none;
					}
				
				.post .author .author-meta li a {
					color: #4bc9ec;
				}
		
		.post .post-content p {
			font: 12px/18px Arial, sans-serif;
			color: #333;
			margin-bottom: 15px;
		}
		
			.post .post-content h2 {
				font: 18px/22px 'TitilliumText22LRegular', Arial, sans-serif;
				margin-bottom: 5px;
				color: #333;
			}
		
			.post .post-content h3 {
				font: 22px/26px 'TitilliumText22LRegular', Arial, sans-serif;
				margin-bottom: 10px;
				color: #333;
			}
			
			.post .post-content ul {
				margin-bottom: 15px;
			}
			
				.post .post-content li {
					line-height: 20px;
				}
			
			.post .post-featured-image {
				width: 590px;
				height: 150px;
				overflow: hidden;
				margin-bottom: 10px;
				position: relative;
			}
			
				.post .post-featured-image .wp-post-image {
					position: absolute;
					width: 590px;
				}

				.post .post-content .alignleft {
					float: left;
					margin-right: 20px;
					margin-bottom: 20px;
				}
		
		.social-networks {
			margin: 10px 0px;
		}
			
			.social-networks .social-network {
				display: inline-table;
			}
			
		.latest-post .post-content p {
			font: 12px/18px Arial, sans-serif;
			color: #fff;
			margin-bottom: 15px;
		}
		
	
	
		.empty-posts {
			padding-top: 20px;
		}
		
		.empty-posts h2 {
			font: 24px/32px 'TitilliumText22LThin', Arial, sans-serif;
			color: #000;
			text-decoration: none;
			margin-botom: 10px;
			text-transform: uppercase;
		}
		
		.empty-posts p {
			font: 12px/16px Arial, sans-serif;
			color: #333;
			margin-bottom: 10px;
		}
		
		#searchform label {
			font: 14px/14px 'TitilliumText22LRegular', Arial, sans-serif;
			margin-right: 10px;
			display: none;
		}
		
		#searchform input {
			padding: 4px;
			font-size: 11px;
			font-family: Arial, sans-serif;
			height: 18px;
			width: 200px;
			margin-right: 5px;
		}
		
		#searchform #searchsubmit {
			background: #00A2C3;
			color: white;
			border: none;
			font: 14px/14px 'TitilliumText22LRegular', Arial, sans-serif;
			text-transform: uppercase;
			padding: 8px 7px 6px 7px;
			height: 30px;
			width: 70px;
		}
	
	#pagination {
		margin-bottom: 20px;
	}
	
	#pagination a {
		background: #00a2c3;
		color: white;
		font: 11px/11px 'TitilliumText22LLight', Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		padding: 6px 4px 4px 4px;
	}
	
	/* end post stuff */


	/* sidebar stuff */
	
	
	
	.column ul {
		margin: 0px;
		padding: 0px;
	}
	
	.column ul .widget {
		list-style: none;
		margin-bottom: 20px;
	}
	
	.column ul li {
		list-style: none;
	}
	
	.column .widget .widgettitle {
		font: 24px/36px 'TitilliumText22LThin', Arial, sans-serif;
		color: #00a2c3;
		text-transform: uppercase;
	}
	
	.column .widget a {
		background: #dcdcdc;
		color: #666;
		font: 11px/11px 'TitilliumText22LRegular', Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		padding: 6px 4px 4px 4px;
		display: block;
		margin-bottom: 2px;
	}
	
	.column .widget_categories ul .cat-item {
		position: relative;
	}
	
	.column .widget_categories ul .cat-item span {
		position: absolute;
		top: 3px;
		right: 4px;
		font-size: 11px;
		text-align: center;
		color: #b8b8b8;
	}
	
	.column .widget_categories ul .current-cat a {
		background: #00a2c3;
		color: white;
	}
	
		.column .widget_categories ul .current-cat span {
			color: #fff;
		}
	
	.column .widget a:hover {
		background: #d0d0d0;
	}
	
	
	.column .widget_adrotate_widgets a {
		text-align: center;
	}
	
	.column .popular-posts ul {
		
	}
	
		.column .popular-posts ul li .post-stats {
			font-weight: normal;
			margin-left: 5px;
			color: #9d9d9d;
		}
	
		.column .popular-posts ul li a {
			margin-bottom: 0px;
		}
		
			.column .popular-posts ul li a:hover {
				
			}
	
		.column .popular-posts ul li {
			margin-bottom: 2px;
		}
	
	/* end sidebar stuff */



	/* ad widget */
	
	#ad-buttons {
		
	}
	
		#ad-buttons a {
			width: 125px;
			height: 125px;
			float: left;
			padding:15px;
		}
	
	
	/* end ad widget */


	.footer-wrapper {
		width: 980px;
		margin: 0 auto;
	}
	
		#footer {
			padding: 20px;
			background: #e4e4e4;
			margin-bottom: 20px;
		}
		
	#footer .contact-info .footer-logo {
		margin-right: 20px;
	}
	
		#footer .contact-info ul {
			margin: 0px;
			padding: 0px;
			float: left;
		}
		
			#footer .contact-info ul li {
				list-style: none;
				margin-bottom: 4px;
			}
			
			#footer .contact-info ul .contact-info-name {
				font-size: 14px;
				font-weight: bold;
			}

	#copyright {
		padding: 0px 20px;
		margin-bottom: 20px;
	}

	#copyright p {
		font: 11px/14px Arial, sans-serif;
		margin-bottom: 5px;
	}



.fl {float:left;}
.fr {float:right;}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
