/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #67c0b9;
  background: #158078 url('../img/bg.gif') repeat;
  font-family: "Myriad Pro", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 1px #03192b;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font: 3.6em "Cambria", "Georgia", "Times New Roman", Times, sans-serif; line-height: 1; margin-bottom: 0.5em; margin: 10px 0 5px; }
h2 { font: 2.4em "Cambria", "Georgia", "Times New Roman", Times, sans-serif; margin-bottom: 0.75em; color: #67c0b9; -webkit-transition: color .3s linear; }
h3 { font: 1.6em "Cambria", "Georgia", "Times New Roman", Times, sans-serif; line-height: 1; margin-bottom: 1em; color: #67c0b9 }
h4 { font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; line-height: 1.25; margin-bottom: 1.25em;  border-bottom: 1px solid #67c0b9; text-shadow: 1px 1px 1px #03192b; color: #67c0b9;  text-transform: uppercase; letter-spacing: .14em; }
h5 { font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; line-height: 1.25; margin-bottom: 1.25em; text-shadow: 1px 1px 1px #03192b; color: #67c0b9;  text-transform: uppercase; letter-spacing: .14em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #ee6c45; }
a           { color: #ee6c45; text-decoration: none; -webkit-transition: color .3s linear; }

blockquote  { font: 1.3em 'Georgia', Helvetica, Arial, sans-serif; margin: 1.5em; color: #67c0b9; font-style: italic; padding-left: 15px; line-height: 1.5em; }

blockquote:before, 
blockquote:after, 
q:before,
q:after 	{ content: ""; }
blockquote, q { quotes: "" ""; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Structure classes
-------------------------------------------------------------- */

/* Mobile device friendly */
#wrapper	{ width: 960px;	margin: 30px auto; font-size: 1.2em; }

#page		{ width: 880px; margin: 0 auto; }

#header		{ }

#header h1  { }

#header a 	{ color: #fff; }

#header a:hover 
			{ color: #67c0b9; text-decoration: none; }

#sidebar 	{ width: 300px; margin: 21px 17px; float: right;  }
#sidebar p a:hover 
			{ color: #fff; -webkit-transition: color .3s linear; }
#sidebar p 	{ margin-bottom: 10px; }
#sidebar ul, li { list-style: none; margin: 0; padding: 0; }
#sidebar p, 
#sidebar ul { margin: 10px 0; }
#sidebar li a { margin: 0 0 2px; padding: -2px 0 3px 0; -webkit-transition: color .3s linear; color: #fff; }
#sidebar li a:hover 
			{ color: #fff; }
#sidebar a	{ color: #ee6c45; text-shadow: 1px 1px 1px #03192b; -webkit-transition: color .3s linear; }
.adcolumn 	{ display: inline; float: left; position: relative; margin: 15px 15px 15px 15px; }
.adcolumn	{ width: 120px;  }

#main		{ width: 550px; margin-top: 20px; }
.post		{ margin: 18px 18px 18px 0; border-bottom: 1px solid #67c0b9; }
.post-title a {	font: 24px "Cambria", "Georgia", "Times New Roman", Times, sans-serif; color: #fff; -webkit-transition: color .3s linear; }
.post-title a:hover
			{ text-decoration: none; color: #67c0b9; }
.post a img, 
.post img, .youtube 
			{ padding: 10px; background: #023632; border: 1px solid #67c0b9; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.post img:hover 
			{ -webkit-transition-property: opacity, color, background; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; opacity: 0.95;
			  -webkit-box-shadow: rgba(0,0,0,0.7) 0 0 5px; }
/* For my protection */
.post img	{ max-width: 500px; }
.post p, .post blockquote,  .post ul, .post ol { margin: 18px 0; }
.excerpt 	{ color: #67c0b9; font-size: 16px; line-height: 24px; }
.marks		{ font-size: 35px; font-weight: bold; color: #67c0b9; }
.post-meta, 
.post-meta a { font-size: 12px; line-height: 15px; color: #67c0b9; -webkit-transition: color .3s linear; }
.post-meta, 
.post-meta a:hover { color: #fff; }

.admain	 	{ margin-bottom: 30px; margin-top: 30px; width: 530px; padding-top: 15px; padding-bottom: 13px; text-align: center; background-image: url(../img/stripes-2.gif); background-repeat: repeat; border-bottom: 1px solid #67c0b9; }

#footer 	{ width: 535px; }
#footer a	{ color: #67c0b9; -webkit-transition: color .3s linear; }
#footer a:hover { color: #fff; }
.footleft 	{ padding: 0; }
.footright	{ float: right; display: inline; }

#details	{ background: #158078 url('../img/details-bg.png') repeat; padding-top: 10px; }

#details ul { margin: 10px 0; }
#details li a { margin: 0 0 2px; padding: -2px 0 3px 0; -webkit-transition: color .3s linear; color: #fff; }
#details li a:hover 
			{ color: #fff; }
#details a	{ color: #ee6c45; text-shadow: 1px 1px 1px #03192b; -webkit-transition: color .3s linear; }
.column 	{ display: inline; float: left; position: relative; margin-left: 10px; margin-right: 10px;}
.column		{ width: 300px; }

#credits 	{ color: #fff; width: 880px; margin: 30px 0; text-align: left; }
#credits p	{ margin: 0;}
#credits a	{ color: #67c0b9; -webkit-transition: color .3s linear; }
#credits a:hover { color: #fff; }







