/*
	Theme Name: AZDesign2.0
	Description: A modification of the HTML5 Blank WordPress Theme
	
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%; }
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	margin: 8px 0;
	background-color: #555555; }
	
/* clear */
.clear:before, .clear:after {
    content:' ';
    display:table; }
.clear:after {
    clear:both; }
.clear {
    *zoom:1; }

img {
	max-width:100%;
	vertical-align:bottom; }
	
a { 
	color:#0F8219;
	text-decoration:none; }
a img {
	border: none; 
	text-decoration: none; }
a:hover {
	color:#787878; }
a:focus {
	outline:0; }
a:visited {
	color: #094C0D; }
a:hover, a:active {
	outline:0; }
input:focus {
	outline:0;
	border:1px solid #094C0D; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative; 
	background-color: #ffffff;
	max-width: 726px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; }

.blogcontent { 	
	text-align: left;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323232;
	line-height: 20px; }

/* header */
.blogheader { 
	text-align: left;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 15px;
}
	
/* logo */
.logo { }
.logo-img { }

/* nav */
.nav { 
	text-align: left;
	padding: 6px 11px 6px 0;
	font-family: myriad-pro-semi-condensed, sans-serif;
	font-size: 13px;
	font-weight: bold;}

.nav a {color: #787878!important; text-decoration: none; padding-right: 3px;}
.nav a:hover, a:active {color: #0F8219!important; text-decoration: none}

.socials { padding-left: 11px; vertical-align: sub;}
	
/* main */
.main {
	text-align: left;
	padding-left: 11px;
	padding-right: 11px;
	text-decoration:none;
	color: #323232; }
	
/* section */
.section { }


/* sidebar */
.sidebar { }

/* footer */
.footer {
	text-align: right;
	max-width: 715px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787880;
	text-decoration: none; }
	
.paginate {
	text-align: left;
	padding: 0 11px; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    Comment Section
\*------------------------------------*/

hr.coms { border: 0;
 	height: 1px;
	margin-top: -12px;
	background: #fff;
	background-image: -webkit-linear-gradient(left, #e6e6e6, #fff, #e6e6e6); 
	background-image:    -moz-linear-gradient(left, #e6e6e6, #fff, #e6e6e6); 
	background-image:     -ms-linear-gradient(left, #e6e6e6, #fff, #e6e6e6); 
	background-image:      -o-linear-gradient(left, #e6e6e6, #fff, #e6e6e6); }
.commentlist { }
.comments {
	display: block;
	padding: 12px 0;
	min-height: 80px; }
.comments p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%; }
.commentmetadata {
	font-size: 80%;
        padding-bottom: 10px; }
cite { font-style: normal;}
.avatar {
	float: left;
	padding: 2px 10px 0 0; 
	clear: both;}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) { }
@media only screen and (min-width:480px) { }
@media only screen and (min-width:768px) { }
@media only screen and (min-width:1024px) { }
@media only screen and (min-width:1140px) { }
@media only screen and (min-width:1280px) { }
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) { }

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none; }
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none; }
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

p { font-size: 1.2rem;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%; }

.alignnone { }
.aligncenter, div.aligncenter {
	display:block; }
.alignright {
	float:right; }
.alignleft {
	float:left; }
	
a img.alignright {
	float:right;
	margin:4px 0 4px 8px; }
a img.alignnone {
	margin:4px 8px 4px 8px; }
a img.alignleft {
	float:left;
	margin:4px 8px 4px 0; }
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto; }
	
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center; }
.wp-caption.alignnone {
	margin:5px 20px 20px 0; }
.wp-caption.alignleft {
	margin:5px 20px 20px 0; }
.wp-caption.alignright {
	margin:5px 0 20px 20px; }
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto; }
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px; }
.sticky { }
.bypostauthor { }

/* Headers */
h1 {
	font-family: verdana;
	font-weight: bold;
	font-size: 2.0rem;
	padding-top: .1em;
	padding-bottom: .5em; }
h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.7rem; }
h3 {
	font-family: verdana;
	font-size: 1.4rem;
	color: #787878; }
h4 {
	font-family: verdana;
	font-size: 100%; }

h3 pagetitle: {
	font-family: verdana;
	font-size: 1.4rem; }
h3 a:link, h3 a:visited{
	color: #555555; }
h3 a:hover{
	color: #787878;
	text-decoration: none; }
	
.chronodata {
	display: inline;
	float:right;
	font-family: verdana;
	font-size: 80%; }
	
hr.meta { border: 0;
 	height: 1px;
	background: #fff;
	background-image: -webkit-linear-gradient(left, #e6e6e6, #fff, #e6e6e6); 
	background-image:    -moz-linear-gradient(left, #e6e6e6, #fff, #e6e6e6); 
	background-image:     -ms-linear-gradient(left, #e6e6e6, #fff, #e6e6e6); 
	background-image:      -o-linear-gradient(left, #e6e6e6, #fff, #e6e6e6); }	
.metadata{
	display: inline-block;
	line-height: 190%;
	font-size: 7pt;
	padding-top: 8px; }
.metadata a:link { color: #0D6D12; }
.metadata a:hover { color: #787878; }
.metadata a:visited { color: #094C0D; }
.tags, .catagory { display: block; }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd; }
blockquote cite {
	margin: 5px 0 0;
	display: block; }
	
strong, b { font-weight: bold; }
em, i { font-style: italic; }
code { font: 1.1em 'Courier New', Courier, Fixed; }


li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px; }
	
.item {
	background-color: #e6e6e6;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-top: 11px;
	text-align:left;
	margin-bottom: 1em; }
.item ul {
	list-style-type: none;
        padding: 0 0 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
.item ul.children {
	list-style-type: none;
	margin-left: 40px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.miss { color:#555555;}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important; }
	a,
	a:visited {
		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;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
