/*
Theme Name: ireKevin
Theme URI: http://wordpress.org/
Description: Theme by Kevin O'Neill - "Design2".
Author: Kevin O'Neill
Author URI: http://www.irekevin.com/
*/


/* general
==========================================================================*/

body {

}
a{
  color: #a23601;
}
a:hover{
  color: #000;
}


hr{
  display: none;
}
form, img{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

.entry img {
	background: #ddeada;
	padding: 5px;
	border: 1px solid #5b8651;
}

.clearing {
  margin: 0;
  padding: 0;
  font: 1px/1px Verdana, Arial, Helvetica, sans-serif;
  clear: both;
}
#fix-recent-posts{
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 85px;
  overflow: hidden;
  z-index: 1;
}


/* header
==========================================================================*/

#header {
  margin: 0;
  padding: 0;
  height: 82px;
}
#header-wrap, #wrap{
  margin: 0 auto;
  padding: 0;
  width: 770px;
}

/* logo */

#logo{
  margin: 50px 0 0 0;
  padding: 0 0 0 14px;
  float: left;
  visibility: hidden;
}
#logo a{
  display: block;
  width: 165px;
  height: 30px;
  background: url(skin/logo.png) no-repeat 0% 0%;
  border: none;
  overflow: hidden;
  text-indent: -3000px;
  visibility: hidden;
}
#tagline{
  margin: 40px 0 0 0;
  padding: 0 0 0 11px;
  float: left;
  font-size: 10px;
  font-weight: lighter;
  color: #848b9b;
  visibility: hidden;
}

/* navigation */

#nav{
  margin: 39px 0 0 0;
  padding: 0 74px 0 0;
  float: right;
  list-style: none;
}
#nav li{
  margin: 0;
  padding: 0 21px;
  float: left;
}
#nav a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
#nav a:hover, #nav a:active, #nav .current_page_item a{
  color: #333333;
  text-decoration: none;
}

/* splash
==========================================================================*/

#splash{
  margin: 0;
  padding: 0;
  background: url(skin/splash_bkg.jpg) repeat-x top center;
  clear: both;
  position: relative;
}
#splash-wrap{
  margin: 0 auto;
  padding: 0;
  width: 770px;
  position: relative;
  top:5px;
  height: 220px;
  overflow: hidden;
}

/* recent posts & recent comments*/

#recent-posts{
  margin: 18px 0 0 0;
  padding: 0 0 16px 14px;
  float: left;
  overflow: hidden;
}
#recent-comments{
  color: #485c0c;
}

#recent-posts-x{
  margin: 16px 0 0 0;
  padding: 0 0 16px 14px;
  float: left;
}



#recent-posts h2, #recent-comments h2, #extra h2{
  margin: 0;
  padding: 40px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
#recent-posts ul, #recent-comments ul{
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  color: #485c0c;
}
#recent-posts li, #recent-comments li{
  margin: 0;
  padding: 0;
  color: #485c0c;
}
#recent-posts a, #recent-posts-x a{
  display: block;
  width: 231px;
  font-size: 11px;
  color: #485c0c;
  text-decoration: none;
  padding: 8px 0 2px 0;
}
#recent-comments a{
  display: block;
  width: 231px;
  font-size: 11px;
  color: #485c0c;
  text-decoration: none;
  padding: 8px 0 2px 0;
}
#recent-posts a:hover, #recent-comments a:hover, #rexent-posts-x a:hover{
  text-decoration: none;
  color: #ffffff;
}
#recent-posts span, #recent-comments span{
  font-size: 10px;
  color: #76902a;
}


/* extra */

#extra{
  margin: 0 0 0 35px;
  padding: 16px 0 16px 13px;
  float: left;
  width: 211px;
  background: url(skin/extra_bkg) no-repeat 0% 0%;
  position: relative;
  z-index: 3;
}

/* -search */

#search{
  margin: 18px 0 24px 0;
  padding: 0;
  background: url(skin/search_bkg.jpg) no-repeat 0% 0%;
  width: 204px;
  height: 34px;
}
#search #s-text {
  margin: 0;
  padding: 0;
  float: left;
}
#s {
  margin: 8px 0 0 0;
  padding: 2px;
  font: 12px "Lucida Grande", Verdana, sans-serif;
  width: 160px;
  border: 1px solid #76902a;
  color: #acacac;
}
#search #s-submit {
  margin: 5px 0 0 0;
  padding: 0;
  float: left;
}
#searchsubmit {
  margin: 0;
  padding: 0;
  background: url(skin/search_submit.png) no-repeat 0% 0%;
  width: 27px;
  height: 22px;
  border: 0;
}
#search label {
  display: none;
}

/* -meta */

.meta{
  margin: 6px 0 0 6px;
  padding: 0 0 6px 23px;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}
.meta a{
  text-decoration: none;
  color: #333333;
}
.meta a:hover{
  text-decoration: none;
  color: #ffffff;
}

/*
#rss-posts{
  background: url(skin/rss_posts.png) no-repeat 0% 0%;
}
#rss-comments{
  background: url(skin/rss_comments.png) no-repeat 0% 0%;
}
#login{
  background: url(skin/login.png) no-repeat 0% 0%;
}
*/

/* content
==========================================================================*/

#content {
  margin: 0;
  padding: 0 0 35px 0;
  clear: both;
}
#content-wrap{
  margin: 0 auto;
  padding: 0;
  width: 672px;
  padding-top: 543px;
  text-align: right;
}

/* post area */

#posts {
  margin: 28px 0 0 0;
  padding: 0 0 0 14px;
  float: left;
  width: 658px;
}

.caption {
  margin: 0;
  padding: 8px 10px 25px 10px;
  font: 18px "Lucida Grande", Verdana, sans-serif;
  color:#fff;
}

.navigation div a:link, .navigation div a:hover, .navigation div a:visited {  
  margin: 0;
  padding: 8px 10px 25px 10px;
  font: 18px "Lucida Grande", Verdana, sans-serif;
  color:#fff;
  }

/* - post - #a23601; #76902a; #485c0c */

.post {
  margin: 0;
  padding: 0 0 35px 0;
}
.post h2, #comments h2, #post-comments h2 {
  margin: 0;
  padding: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  border: 1px solid white;
}
.post h2 a {
  color: #a23601;
  text-decoration: none;
  border: none;
}
.date {
  margin: 4px 0 0 1px;
  padding: 4px 0 0 2px;
  font: 10px/1.5em "Lucida Grande", Verdana, sans-serif;
  color: #76902a;
}
.entry {
  margin: 0;
  padding: 7px 0 0 0;
  font-size: 12px;
  line-height: 1.8em;
  color: #485c0c;
}
.entry p {
  margin: 0;
  padding: 0 0 16px 0;
}
.entry blockquote {
  margin: 22px 0 22px 22px;
  padding: 4px 0 4px 10px;
  border-left: 4px solid #b82349;
}
.entry ul {
  margin: 0;
  padding: 0 0 18px 22px;
  list-style: disc;
}
.entry li {
  margin: 0;
  padding: 0;
}
img.floatleft {
  margin: 0 10px 10px 0;
  float: left;
}
.postmetadata {
  margin: 8px 0 0 0;
  padding: 0;
  font: 10px "Lucida Grande", Verdana, sans-serif;
  color: #76902a;
  clear: both;
}
.tags {
  margin: 0;
  padding: 2px 0 2px 22px;
  background: url(skin/tag.png) no-repeat 0% 0%;
  line-height: 16px;
}
.comments-no {
  margin: 0;
  padding: 2px 0 2px 22px;
  background: url(skin/comments.png) no-repeat 0% 50%;
  line-height: 16px;
}
.postmetadata a {
  padding: 0;
  color: #000;
  text-decoration: none;
}
.postmetadata a:hover {
  text-decoration: none;
  color: #000;
}

/* - comments - */

#comments {
  margin: 20px 0 0 0;
  padding: 0;
}
.add-comment{
  margin: 10px 0 0 0;
  padding: 0;
}
.add-comment a {
  padding: 2px 0 2px 20px;
  background: url(skin/add.png) no-repeat 0% 50%;
  font: 10px/1.5em "Lucida Grande", Verdana, sans-serif;
  color: #485c0c;
  text-decoration: none;
  border: none;
}
.add-comment a:hover {
  color: #ff4e6a;
  text-decoration: none;
}
#comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #485c0c;
}
#comments ol li {
  margin: 0;
  padding: 0;
  clear: both;
}
.author {
  margin: 0;
  padding: 18px 0 6px 0;
  float: left;
  width: 170px;
  font: 10px/2.5em "Lucida Grande", Verdana, sans-serif;
	color: #485c0c;
}
.author a {
  font: 11px "Lucida Grande", Verdana, sans-serif;
  color: #76902a;
}


.comment {
  margin: 0;
  padding: 20px 0 6px 0;
  float: right;
  width: 350px;
}
.comment span, .no-find {
  margin: 0;
  padding: 2px;
  background: #F4F29D;
  color: #862D2D;
  font-style: italic;
  font-size: 12px;
}

.comment p {
  margin: 0;
  padding: 0;
}

/* - comments form - */

#post-comments {
  margin: 0;
  padding: 40px 0 0 0;
  clear: both;
  color: #888888;
}
#reply {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 11px;
}
.comment-field {
  margin: 0;
  padding: 0 0 12px 0;
  color: #76902a;
}
.comment-field textarea {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #76902a;
}
.comment-field label {
  float: left;
  width: 70px;
}
.input-text {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #76902a;
}
.input-button {
  margin: 0 0 0 70px;
  padding: 0 5px;
  color: #76902a;
}

/* sidebar
==========================================================================*/

#sidebar{
  margin: 4px 0 0 0;
  padding: 45px 0 0 0;
  float: right;
  width: 224px;
}
#sidebar h2 {
  margin: 0;
  padding: 0 0 0 19px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #333333;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 12px;
}
#sidebar ul li {
  margin: 0;
  padding: 0 0 20px 0;
}
#sidebar ul li ul {
  margin: 0;
  padding: 15px 0 12px 0;
}
#sidebar ul li ul li {
  margin: 0;
  padding: 0;
}
#sidebar a {
  color: #34445F;
  text-decoration: none;
  padding: 0 0 0 36px;
  background: url(skin/bullet1.png) no-repeat 23px 50%;
  border: none;
  line-height: 22px;
}
#sidebar a:hover {
  color: #ff4e6a;
  text-decoration: none;
}



#footer{
  margin: 0;
  padding: 0;
  position: relative;
  top: 35px;
}
#footer-wrap{
  margin: 0 auto;
  padding: 0;
  width: 770px;
}
#copyright{
  margin: 0;
  padding: 0 0 0 14px;
  color: #777;
}






.breadcrumb
{
	font-size: 1.1em;
	color: #000;
	margin: 30px 0 0 10px;
	position: relative;
}

















#title_mini {
	position: absolute;
	left:679px;
	top:0px;
	height:256px;
	width:321px;
	background: url(http://www.irekevin.com/wordpress/wp-content/themes/irekevin/images/title_irekevin.jpg) no-repeat top left;
}


* {
	margin-top: 0;
}



body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align:center;
	background: #c8df84 url(images/title_main.jpg) no-repeat top left;
}

#title_main {
	position: absolute;
	left:0px;
	top:0px;
	height:571px;
	width:679px;
	background: url(images/title_main.jpg) no-repeat top left;
}

#text {
	position: absolute;
	left:690px;
	top:260px;
	width:220px;
	text-align: left;
}

#text ul {
	list-style: none;
	text-align:right;
	font-size: 11px;
}

#text ul a {
	color: #a23601;
	line-height: 1.5em;
}

#text ul a:hover {
	color: #485c0c;
	line-height: 1.5em;
}

.text1 {
	color: #76902a;
	font-size: 11px;
	line-height: 1.5em;
}

.text2 {
	color: #485c0c;
	font-size: 11px;
	line-height: 1.5em;
}

.text3 {
	color: #000;
	font-size: 11px;
	line-height: 1.5em;
}

#ptw {	
	z-index: 2;
	position: absolute;
	left:690px;
	top:229px;
	font-family: Verdana;
	color:#fff;
	font-size: 12px;
}

#ptw a {
	color:#fff;
	text-decoration: none;
	padding:3px 6px;
	display: none;
} 

#ptw a:hover {
	color:#000;
	background-color: #fff;
}

#vertical_spacer {
	height:580px;
}

#content {
	width: 670px;
	text-align: left;
}

#footer {
	height:100px;
	width:1000px;
	background: url(images/footer.jpg) no-repeat top left;
}

.wp-smiley {
	background-color: transparent!important;
	border: none!important;
}



input#author, #author input {background:#fff url(images/ico_user.gif) no-repeat 2% 50%; padding:6px 0px 6px 25px;
	width: 300px;}
input#email, #email input {background:#fff url(images/ico_mail.gif) no-repeat 2% 50%; padding:6px 0px 6px 25px;
	width: 300px;}
input#url, #url input {background:#fff url(images/ico_home.gif) no-repeat 2% 50%; padding:6px 0px 6px 25px;
	width: 300px;}
#msg, #msg {background:#fff url() no-repeat 1% 1%; padding:6px 20px 6px 5px;
	width: 400px;}

