/*
Theme Name: Wordpress Kaallyn
Theme URI: http://kaallyn.com
description: a wordpress theme for my professional site
version: 3.4
Author: Katie Allyn
Author URI: http://katieallyn.com
Tags: 6/4/10, professional, mordern, blog

corrections: 	changed color a bit, formats contact form to zmail plugin.
					--fixes its spacing
*/

/* -----COLORS----------------------------------------
new logo blue: #00a5d6
new logo green: #a6d714

Old logo blue: #20a9cb
old logo green: #b8ce45

body text gray: #666

search bar border: #d6d6d6

*/

#wrap {
	width:882px; /*used to be 880px */
	margin:0 auto;
	
	margin-left: auto; 
	margin-right: auto;
	margin-top: -50;
}


h2 {
	color: #00a5d6;
	font-family: "century gothic";
	font-size: 16px;
	font-weight:	bold;
	margin-bottom:-3px;
	margin-top:0px;
	letter-spacing:.5px;
	}

h2 a {
	color: #00a5d6;
	text-decoration:none;
	}
	
.h2links a {
	color: #00a5d6;
	text-decoration:none;
}

.h2links a:visited {
	color: #00a5d6;
	text-decoration:none;
}

.h2links a:hover {
	color:#20a9cb;
	text-decoration:none;
}

body {
	margin:50px 0px; padding:0px;
	font-family:	arial;
	}
.body_text {
	color:	#666;
	font-size:		12px;
	line-height:	14pt;
}
/*-----------------IMAGES-------------*/
.body_text img {
	background: #ececec;
   	border: #A6A6A6;
   	-moz-border-radius: 3px 3px 3px 3px;
	
}

/* from wordpress codex to give textwrap. Doesn't work for captioned images*/
.body_text img.alignright {float:right; margin:0 0 1.5em 1.5em}
.body_text img.alignleft {float:left; margin:0 1.5em 1.5em 0}
.body_text img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.body_text a img.alignright {float:right; margin:0 0 1.5em 1.5em}
.body_text a img.alignleft {float:left; margin:0 1.5em 1.5em 0}
.body_text a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*__________________________________________________________*/

.body_text img.alignright { padding: 5px; margin: 0 0 2px 7px; display: inline; }
.body_text img.alignleft { padding: 5px; margin: 0 7px 2px 0; display: inline; }

.wp-caption.alignright {float:right; margin:0 0 1.5em 1.5em}
.wp-caption.alignleft {float:left; margin:0 1.5em 1.5em 0}
.wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption a.alignright {float:right; margin:0 0 1.5em 1.5em}
.wp-caption a.alignleft {float:left; margin:0 1.5em 1.5em 0}
.wp-caption a.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*__________________________________________________________*/

.wp-caption.alignright { 
	padding: 5px 2px 2px 2px; 
	margin: 0 0 0px 14px; 
	display: inline; }
.wp-caption.alignleft { 
	padding: 7px 2px 2px 2px; 
	margin: 0 14px 2px 0; 
	display: inline; }

.wp-caption { 
	margin: 5px; 
	padding-top: 15px; 
	background: #ececec; 
	color: #666; 
	text-align: center;
	-moz-border-radius: 3px 3px 3px 3px;
}

.wp-caption-text{
	margin-top: -3px;
	margin-bottom: 3px;
	font-size:		11px;
}

/*-----------------END IMAGES-------------*/

.body_text a{
	color: #00a5d6;
	text-decoration:none;
}

.body_text a:hover{
	color: #20a9cb;
	text-decoration:underline;
}


.wide_column{
	background-color:none; 
	border:none;
	float:left;
	font-size:		12px;
	line-height:	14pt;
	width:535px; 
	margin-left:164px; 
	padding:0px;		
}



.next_page{
	float:left;
	position:static;
	clear:left;
	margin-left:156px
}
.next_page a:hover{
	color:#03B4C8
}





/* -----START HEADER---------------------------------------- */


#nav li {
	float: left;
	margin-left: 0px;
	
}	
#nav {
	list-style: none;
	text-align:left;
	background-color:none;
	border:none;
	color:#a6d714;
	float:none; 
	font-family: "century gothic";
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	width:300px; 
	height:20px;
	margin-left:164px; /*used to be 156px*/
	margin-top:15px;
	margin-bottom: 40px;
	word-spacing:10px;
}
#nav a {
	
	text-decoration:none;
	font-weight:bold;
	color:#a6d714;
}


#nav a:visited {
	
	text-decoration:none;
	font-weight:bold;
	color:#a6d714;
}

#nav a:hover {
	color:#00a5d6;
	text-decoration:none;
}



#header {
	background-color: none;
	margin-left: 0px;
	padding: 0;
	height: 150px;
	width: 600px;	
}



#logo {
	background-color:#none;
	background-image: url(images/Allyn_logo_web251_New.png); /*move everything over 18 px to line up with K in logo*/
	display:block;
	text-indent:-9999px;
	width:250px; 
	height:148px;
	background-repeat: no-repeat;
	float:none;
	padding:0px;
	border:none;
}

/* -----END HEADER---- */


/* -----START SIDEBAR---- */

#sidebar {
	background-color: none;
	border:none;
	float:right;
	font-size:11px;
	height:500px;
	margin-right:0px;
	margin-top:-58px;
	padding-top: 30px;
	width:145px; 
	background-image: url(images/rsslogo_newcolor.png);
	background-repeat: no-repeat;
	}
	
#sidebar a {
	color:#666;
	text-decoration:none;
}

#sidebar a:hover {
	color:#00a5d6;
	text-decoration:none;
}

#sidebar li {
	text-decoration:none;
	list-style: none;

	
}

ul
  {
  margin-left: 0;
  padding-left: 0;
  line-height:	14pt;
  }
li
  {
  margin: 0;
  padding: 0;
  }



  
#searchform {
	background: #ffffff url(images/search.png) no-repeat;
	background-position: center;
	width: 145px;
	padding: 0px 0px 0px 0px;
	float:right;
}


#searchform #s {
	border:1px solid #203346;
	width: 138px;
	height: 11px;
	margin: 5px 10px 0px 0px;
	padding: 5px 0 5px 5px;
	border: none;
	background: none;
	vertical-align: middle;
	color: #666;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}



#searchform label { 
	color:#5E5E5E;
font-family: "century gothic";
	font-size:		11px;
	margin-bottom:5px;
	margin-top:0px;
	text-transform: uppercase;
	font-weight: bold;
}  


/* -----END SIDEBAR---- */	

h3 {color:#666;
font-family: "century gothic";
	font-size:		11px;
	margin-bottom:5px;
	margin-top:25px;
	text-transform: uppercase;
	
}

h3 a {
	background-color: none;
	color: #666;
	
}

.static_content {
	border:none;
	color:	#666;
	font-size:		12px;
	line-height:	14pt;
	
}

.single_entry{
	border:none;
	color:	#666;
	font-size:		12px;
	line-height:	14pt;
}

#date-posted {
	color:#A6A6A6;
	font-size:		11px;
	font-style:		none;
	margin-top:-5px;
	margin-bottom:30px;
	clear: both;
	
}
#date-posted a:link {
	color:#A6A6A6;
	text-decoration:none;
}

#date-posted a:visited {
	color:#A6A6A6;
	text-decoration:none;
}

#date-posted a:hover {
	color:#00a5d6;
	text-decoration:none;
}

#footer {
	color:#A6A6A6;
	float:left;
	text-align:center;
	font-size:		11px;
	margin-bottom:10px;
	margin-left:164px; 
	margin-top:20px;
	clear:both;
}

#footer a{
	color:#A6A6A6;
}

#footer a:hover{
	color:#00a5d6;
}
/* -----------------Intouch CONTACT FORM-------------------- 	

div.intouch {
        margin: -27px auto 0px auto;
  
}

div.intouch div.inputfield {
	padding: 0px 0px 15px 0px;



}

div.intouch label {
    clear: left;
    display: inline;
	color: #666;

}

div.intouch br {
    display: none;

}

div.intouch div.inputfield input, div.intouch div.inputfield textarea {
    clear: left;
    display: block;
	background-repeat: no-repeat;
	border:none;
	height:18px;
	background-image: url(images/contact-name.png);
	background-position: -1px 0px;
	padding: 7px 0px 7px 5px;

    
}

div.intouch div.inputfield input {
	width:395px;
    background-color: #ffffff;
	background-repeat: no-repeat;
	color: #666;
	margin-top: 5px;
    
}

div.intouch div.inputfield textarea {
    width: 391px;
    height: 149px;
    clear: left;
    color: #666;
    margin-top: 6px;
    background-image: url(images/contact-message.png);
	background-repeat: no-repeat;
	background-position: -1px -3px;
	padding: 5px 5px 0 5px;
	font: arial;
}

div.intouch div.inputfield input.submitbutton {
    color: #ffffff;
    clear: left;
    width: 86px;
    height: 30px;
    padding: 2px 2px 3px 2px;
    background-image: none;
    background-color: #00a5d6;
    letter-spacing: 1px;
    -moz-border-radius: 5px 5px 5px 5px;
}

div.intouch div.inputfield input.submitbutton:hover {
	cursor: pointer;
	background-color: #20a9cb;
}


div.intouch div#usermessage {
    margin-bottom: 10px;
}

div.intouch .error {
    border: 1px solid #FF0000 !important;
    padding: 1px;
}



-----END Intouch CONTACT FORM---- */	

#zcmail form {
	/* wth does kubrick do? */
	text-align:				left;
	/* Themes that are extremely wide will look odd in IE */
	max-width:				500px;
}
#zcmail .zcmail_error,
#zcmail .zcmail_success,
#zcmail textarea,
#zcmail .zcmail_text,
#zcmail input.zcmail_name,
#zcmail input.zcmail_mail,
#zcmail input.zcmail_subject {
	margin:					12px 0;
	padding:				4px;
	border:					1px solid #d6d6d6;	
	border-radius:          4px;
	-moz-border-radius:     5px;
	-webkit-border-radius:  5px;
	color: #666;
	width:395px;
/*	background-image: url(images/contact-name.png);
	background-repeat: no-repeat;*/
	height:18px;
	background-position: -1px 0px 0px 0px;
	padding: 7px 0px 7px 5px;

  
}
.zcmail_error {
	background-color:		#fcc;
}
.zcmail_success {
	background-color:		#cfc;
}
#zcmail textarea {
	display:				block;
	/*background-image: url(images/contact-message.png);
	background-repeat: no-repeat;*/
	width: 391px;
    height: 149px;
    clear: left;
    color: #666;
    margin-top: 11px;
	background-position: -1px -3px;
	padding: 5px 5px 0 5px;
	font: arial;
}

.zcmail_submit {
    color: #ffffff;
    clear: left;
    width: 86px;
    height: 30px;
    padding: 2px 2px 4px 2px;
    background-image: none;
    background-color: #00a5d6;
    letter-spacing: 1px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:  5px;
    border: #d6d6d6;
    margin-top: 11px;
}

.zcmail_submit:hover {
	cursor: pointer;
	background-color: #20a9cb;
}