/*
	Wordpress Theme: I'm With Sully
	Author: Kimberly Coles
	Date Created: 04/21/2008
*/

/*----- HTML Structs -----*/

html, body { 
	background:#ffffff;
	margin: 0px;
	padding:0;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	height: 100%;
	font-size: 15px;
}

body, h1, h2, h3, h4, h5, h6, blockquote, form {
	margin: 0;
	padding: 0;
}

p {
	padding: 10px 0 0 0;
	color: #555;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}


h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

h2 {
	margin: .75em 0 .75em;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    font-style: normal;
	padding:0 0 4px;
	line-height:1.4em;
	letter-spacing: -1px;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:10px;
}

h2 a, h2 a:link {
	margin: .75em 0 .75em;
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:normal;
	padding:0 0 4px;
	line-height:1.4em;
	letter-spacing: -1px;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:10px;
	text-decoration:underline;
}

h2 a:hover{
	margin: .75em 0 .75em;
	color:#cc2a81;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:normal;
	padding:0 0 4px;
	line-height:1.4em;
	letter-spacing: -1px;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:10px;
	text-decoration:underline;
}

h2 a:visited{
	margin: .75em 0 .75em;
	color:#cc2a81;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:normal;
	padding:0 0 4px;
	line-height:1.4em;
	letter-spacing: -1px;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:10px;
	text-decoration:underline;
}

h3 {
	margin:.75em 0 .75em;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: lighter;
}

a, a:link, a:visited { 
    color:#555; 
    text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	}
	
a:hover { 
    color:#803355; 
    text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}


/*----- DIV IDs -----*/

#centeringContainer {
	width: 1059px;
	margin: 0 auto;
}

#masthead {
	width:1059px;
	margin:0px;
	height: 397px;
	padding: 0px;
	position: relative;
}


#masthead2 {
	background: url(http://www.kimberlycoles.com/images/gill_masthead2.jpg) repeat-x left 100%;
	position:relative;
	height: 270px;
	padding:0;
	margin: 0;
}

#masthead3 {
	background-color: #FFFFFF;
	position:relative;
	width:1059px;
	height: 95px;
	padding:0;
	margin: 0;
	border-top: 0px;
	
}



#container {
	width: 1059px;
	margin:0px auto;
	text-align: left;
	background: #FFF;
	background: #ffffff url(http://www.kimberlycoles.com/blog/images/bkg_pixel.gif) repeat-y left 100%;
}

#contentContainer{
	width: 581px;
	float: left;
	padding-left: 20px;
	padding-right: 0px;
}

/*----- Navigation -----*/

#navigation {
	background: #FFF;
	overflow:hidden;
	width:1059px;
	top:0px;
	left:0px;
	padding:0;
	clear:both;
	text-align: center;
}

#navigation a, #navigation a:link{
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 11px; 
color: #7b7b7b; 
text-decoration:none; 
padding-right: 20px; 
padding-left: 20px; 
margin:0; 
vertical-align:middle; 
line-height:37px; 
letter-spacing:0.08em; 
text-transform:uppercase; 
border-right: solid 1px #aeadae; 
}


#navigation a:hover  {
	 text-decoration:underline;
	 color:#cc2a81;
}

#navigation a:visited  {
	 color:#333;
}


#navigation ul.nav, #navigation ul.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul.nav li {
	display: inline;
}

/*----- Search Form -----*/

#search form div {
	width: 200px;
	padding: 0px;
	margin: 0px;
}

#search form div input {
	float: left;
	margin: 0px;
	padding: 0px;
}

/*----- Footer -----*/

#footer {
  	background:#666 url(http://www.kimberlycoles.com/images/bg_footer.gif) no-repeat top center;
  	width:1059px;
  	margin:0;
  	padding-top:60px;
  	clear:both;
  	border-top:1px solid #FFF;
	color:#CCC;
 	font-size: 13px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	text-align: left;
	text-decoration:none;
}

#footer hr {
  	display:none;
}

#footer a, #footer a:visited { 
color:#CCC; 
margin:0; 
text-decoration:underline;
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a:hover { 
color:#999;
text-decoration:underline;
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#footer p { 
color:#CCC;  
margin:0;
padding:0 0 18px 20px;
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
}


/*----- CALENDAR -----*/

table#wp-calendar{
	width: 100%;
}

/*----- POSTS & ENTRY -----*/

.post{
	text-align: left;
	padding-left: 10px ;
	padding-top: 10px;
	padding-right:30px;
}

.date-header {
	color: #999999;
	font-style:italic;
	font-size:14px;
    }

.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	background: url(http://www.kimberlycoles.com/images/sullyicon_ico.gif) no-repeat left center;
	}
	
.post h2 a {
   margin-left: 5px;
	}
	

.post img {
  border:0px;
  padding-top: 5px;
  }
  
.post img a {
  border:0px;
  }
  

.entry {
	}
	
.entry img {
  border:0px;
  padding-top: 5px;
  }
  
.entry img a {
  border:0px;
  }
	
.entry p {
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size:14px;
   line-height: 20px;
	font-weight: normal;
	padding-top:0px;

}

.entry p a, a:link {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size:14px;
   line-height: 20px;
	font-weight: normal;
   text-decoration:underline;
}

.entry p a:hover {
	color:#cc2a81;
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size:14px;
   line-height: 20px;
	font-weight: normal;
	text-decoration:underline;
	}
	
.entry p a:visited {
	color:#cc2a81;
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size:14px;
   line-height: 20px;
	font-weight: normal;
	text-decoration:underline;
	}



p.postmetadata {
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

p.postmetadata a, a:link {
	color:#555;
	text-decoration:underline;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

p.postmetadata a:visited {
	color:#CCC;
	font-size:14px;
}

p.postmetadata a:hover {
	color:#CCC;
	font-size:14px;
}


/*----- Navigation -----*/
.navigation {
	padding-bottom: 30px;
	padding-top:20px;
}

.navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	color:#555;
}

.navigation a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	color:#333;
}

.navigation a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	color:#cc2a81;
}

.navigation a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	color:#cc2a81;
}

.navigation a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	color:#cc2a81;
}

.clear {
	clear: both;
}

/*----- COMMENTS -----*/
.comments-template {
	margin: 10px 0 0;
	padding: 10px 0 0;
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.comments-template ol{
	font-family: Georgia, Sans-serif;
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	font-family: Georgia, Sans-serif;
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
}


.comments-template form a {
	font-family: Georgia, Sans-serif;
    font-size: 14px;
}


.commentmetadata{
	font-size: 14px;
}

.commentmetadata a {
	font-size: 14px;
	color:#555;
}

.commentmetadata a:link {
	font-size: 14px;
	color:#333;
}

.commentmetadata a:hover {
	font-size: 14px;
    color:#666;
}

.commentmetadata a:active {
	font-size: 14px;
	color:#CCC;
}

.commentmetadata a:visited {
	font-size: 14px;
	color:#CCC;
}


/*----- MIDDLE COLUMN  -----*/
#middle_column{
	width: 245px;
	float: left;
	padding-left:10px;
	padding-right: 20px;
	padding-top: 10px;	
	text-align: left;
}

/*----- RIGHT COLUMN -----*/

#right_column{
	float: right;
	width: 170px;
    padding-right: 10px;
	padding-top: 10px;
	text-align: left;
}


/*----- SIDEBAR -----*/

.sidebar{	
  padding-bottom: 10px;
	border-bottom:1px dotted #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #555;
}

.sidebar-title{
	font-size:15px;
	font-style:normal;
	color:#333333;
	letter-spacing: 0px;
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom:1px dotted #ccc;
}


.sidebar p {
    color: #555;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
}

.sidebar ul {
  list-style: none;
  color: #333;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  padding-left:15px;
}

.sidebar li {
}

.sidebar ul li h2{
	font-size: 14px;
}

.sidebar ul ul li{
	line-height: 24px;
}

.sidebar ul li span {
	color: #555;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	padding-bottom: 10px;
}
  
 .sidebar img {
  border: 0px;
}

.sidebar a, a:link {
	color:#333;
	text-decoration:underline;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

.sidebar a:hover {
	color:#cc2a81;
}

.sidebar a:visited {
	color:#cc2a81;
}


/*----- WIDGETS -----*/

#sidebar-right h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:14px;
	font-weight: normal;
	font-style:italic;
	color:#333333;
	letter-spacing: 0px;
	padding-top: 10px;
    padding-left: 0px;
}


#sidebar-left h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:14px;
	font-weight: normal;
	font-style:italic;
	color:#333333;
	letter-spacing: 0px;
	padding-top: 10px;
    padding-left: 0px;
}


/*----- UNUSED BEGIN -----*/
.feature_sub {
	width: 600px;
	color: #cccccc;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 15px 0;
	text-align: left;
}

	
	
/* END CSS FILE */
