﻿/*

Theme Name: Kiowa Gordon Online
Theme URI: http://mrsbrightside.com/
Description: Exclusive theme for Kiowa Gordon Online
Author: Fram
Author URI: http://mrsbrightside.com/

*/



/* General Elements */

body {
	background: url(images/bg.png) repeat-x top  #e3e6e8;	
	margin: 0px;
	font-family: Calibri, Calibri, Arial;
	font-size: 10px;
	color: #8c98a2;
}


p, td, tr, table {
	font-family: Calibri, Arial;
	font-size: 12px;
}

a, a:visited, a:active {
	color: #692121;
	font-family: Calibri, Arial;
	text-decoration:none;
}

a:hover {
	color: #d3c3c0;
	text-decoration:none;
}


b, strong, bold {
	color:#43626e;
}

i, em, italic {
	color: #9e4242;
	font-style:italic;
}

underline, u{
	color: #794f53;
    text-decoration:underline;
}

textarea {
	background-color: #cfd7dd;
	padding: 8px;
	border: solid 1px #cfd7dd;
	width: 500px;
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #95a2ac;
}

button, submit, input {
	background-color: #cfd7dd;
	padding: 8px;
	border: solid 1px #cfd7dd;
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #95a2ac;
	font-weight:bold;
}


/* Header Elements */

h1 {
	text-align:center;
	color:#8b7482;
	margin-bottom:-8px;
	text-shadow: #868c95 1px 1px 1px;
}

h2 {
	margin-top: 15px;
	font-family: Calibri, Arial;
	font-size: 18pt;
	color: #7e5453;
	margin-bottom: 0;
	text-decoration:none;
	font-weight:normal;
}

h3 {
	margin-top: 15px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #667075;
	margin-bottom: 0;
	text-decoration:none;
	font-weight:normal;
}



/* Post Elements */

.main-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #8c98a2;
}

.main-content img{
	 margin:2px;
	 padding:6px;
	 background-color:#e6ebf0;
	 border:1px solid #e9eff4;
	 -moz-border-radius:6px;
	 -khtml-border-radius: 6px;
	 -webkit-border-radius: 6px;
}

.main-content a img{
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}

.main-content a:hover img{
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

.main-header, .main-header a  {
	font-family: 'CACChampagneRegular';
	font-size: 42px;
	color: #9e4242;
	margin-bottom: 8px;
	text-decoration:none;
	margin-top:22px;
	line-height:30px;
	font-weight:bold;
	text-shadow: #ffffff 1px 1px 1px;
	text-transform:lowercase;
	vertical-align:middle;
      padding:12px 11px 11px 11px;
	  text-align:center;
	  -moz-border-radius:10px;
	  -khtml-border-radius: 10px;
	 -webkit-border-radius: 10px;
}

@font-face {
	font-family: 'CACChampagneRegular';
	src: url('http://www.kiowagordon.net/wp/wp-content/themes/KIOWA/font/cac_champagne-webfont.ttf');
}

.sub-header {
	margin-top: -8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #838383;
	background-color: #eceef1;
	border: 0px;
	border-style:solid;
	text-align:center;
	border-color: #;
	margin-left: 15px;
	margin-right: 20px;
	padding:5px;
	line-height:15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    margin-bottom: 0;
}

.sub-header a {
	text-decoration:none;
	font-family: Tahoma, Calibri, Helvetica, sans-serif;
	font-style:normal;
	font-size: 9pt;
}

.comments {
	font-family: CACChampagneRegular, Calibri, Helvetica, sans-serif;
	font-size: 25px;
	color: #707c85;
    text-align:right;
    text-align:center;
    text-transform:lowercase;
    font-style:normal;
}

 .comments a {
	text-decoration:none;
	color: #707c85;
	font-family: CACChampagneRegular, Arial, Helvetica, sans-serif;
	font-size: 25px;
    text-transform:lowercase;
    font-style:normal;
}


.comments a:hover {
	text-decoration:none;
	color: #54616b;
}

blockquote {
	font: 12px "Trebuchet MS", Arial, "Times New Roman", Times, serif ;
	color:#9ea7ae;
	line-height:15px;
	border-left:11px solid #ced6dc;
	margin-left:7px;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
}

.postmetadata {
	padding: 8px;
	color:#9ea7ae;
}





/* Images */

a img {
	margin:2px;
	 padding:4px;
	 background-color:#e6ebf0;
	 border:1px solid #e9eff4;
	 -moz-border-radius:4px;
	 -khtml-border-radius: 4px;
	 -webkit-border-radius: 4px;}


/* Special Elements */

.menu{
background-color: #e7ebec;
border-bottom: 1px solid #eef3f6;
padding: 7px;
border-radius: 5px;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
text-align: center; 
text-transform: lowercase;
font-size: 10pt;
font-weight: bold;
color: #7a8993;
text-align: center;
text-shadow: #ffffff 1px 1px 1px;
}

.menu a:link{
text-align: center; 
text-transform: lowercase;
font-size: 10pt;
font-weight: bold;
color: #7a8993;
text-align: center;
text-shadow: #ffffff 1px 1px 1px;
}

.menu a:visited{
text-align: center; 
text-transform: lowercase;
font-size: 10pt;
font-weight: bold;
color: #7a8993;
text-align: center;
text-shadow: #ffffff 1px 1px 1px;
}

.menu a:active{
text-align: center; 
text-transform: lowercase;
font-size: 10pt;
font-weight: bold;
color: #7a8993;
text-align: center;
text-shadow: #ffffff 1px 1px 1px;
}

.menu a:hover{
text-align: center; 
text-transform: lowercase;
font-size: 10pt;
font-weight: bold;
color: #852c2c;
text-align: center;
text-shadow: #ffffff 1px 1px 1px;
}

#latestPhotos {
text-align: center;
vertical-align: middle;
}

#latestPhotos a img {
margin: 0px;
	 background-color:#e6ebf0;
	 border:1px solid #e9eff4;
padding: 3px;
width: 50px;
height: 50px;
}

#latestPhotos a:hover img {
	 background-color:#e6ebf0;
	 border:1px dotted #e9eff4;
padding: 3px;
width: 50px;
height: 50px;
}
