@charset "utf-8";
/* CSS Document
Theme Name: A Pint Of Mojito	
Theme URI: http://www.apintofmojito.com
Description: Custom made theme for apintofmojito.com. 
Version: 1.0
Author: lilysunshine
Author URI: http://www.lilysunshine.com/
*/

/*///// Notes /////*/
/*
This theme has been tested on Safari on Mac only. The css validates, so I expect it to work fine in the more standard compliants browsers (Firefox, Opera, etc). I also guess that it should be ok in Internet Explorer 7. I don't care about Internet Explorer 6 as the main target audience of the site this design has been created for doesn't use Internet Explorer 6.*/

/*////// Reset - inspired by meyerweb.com, slightly adapted by lilysunshine.com /////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 97%;
	font-family: Verdana, Arial, sans serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2em;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
}
li
{
	list-style-position: inside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*///// Generalities /////*/

BODY
{
	width: 100%;
	background-color: #fbf9f7;
	overflow-x: hidden;
}
H1 A
{
	color: #fbf9f7;
	font-size: 36px;
	text-decoration: none;
}
H2
{
	color: #352018;
	font-size: 16px;
	font-weight: bold;
}
H3
{
	color: #352018;
	margin-bottom: 10px;
	font-weight: bold;
}

/*///// Header /////*/

#header
{
	background: #9dd94e url(images/header.jpg) repeat-x bottom left;
	height: 100px;
	padding: 0 20px;
}
#header H1
{
	padding-top: 40px;
}

/*///// Navigaton /////*/

#navigation
{
	padding: 8px 20px;
	background-color: #352018;
}
#navigation UL LI
{
	display: inline;
}
#navigation UL LI A,
#navigation UL LI A:visited
{
	text-decoration: none;
	font-size: 20px;
	margin-right: 20px;
	color: #fbf9f7;
}
#navigation UL LI A:hover,
#navigation UL LI A:active
{
	color: #9dd94e;
}

/*///// Content /////*/

#content
{
	padding: 20px;
	min-height: 90%;
}
#posts
{
	width: 76%;
	float: left;
	padding-bottom: 30px;
}
H2 A,
H2 A:visited
{
	color: #352018;
	text-decoration: none;
}
H2 A:hover,
H2 A:active
{
	text-decoration: underline;
}
.entry
{
	margin-bottom: 20px;
}
.entry P
{
	margin: 10px 0;
}
#content .postmetadata A,
#content .postmetadata A:visited
{
	color: #352018;
}
#content .postmetadata A:hover,
#content .postmetadata A:active
{
	color: #9dd94e;
}
#content .more-link,
#content .more-link:visited
{
	color: #352018;
}
#content .more-link:hover,
#content .more-link:active
{
	color: #9dd94e;
}
#commentArea
{
	padding-top: 10px;
}
.commentlist
{
	margin-bottom: 10px;
}
.commentlist LI
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #352018;
}
.commentlist LI A,
.commentlist LI A:visited
{
	color: #352018;
}
.commentlist LI A:hover,
.commentlist LI A:active
{
	color: #9dd94e;
}
.commentlist .commentmetadata
{
	margin-bottom: 10px;
}
#commentform P A,
#commentform P A:visited
{
	color:  #352018;
}
#commentform P A:hover,
#commentform P A:active
{
	color: #9dd94e;
}
#posts .photos LI
{
	float: left;
	margin: 0 5px 10px 0;
	padding: 5px;
	background-color: #352018;
}
#posts .moreLink
{
	clear: both;
	margin-top: 20px;
}
#posts .moreLink A,
#posts .moreLink A:visited
{
	color: #352018;
}
#posts .moreLink A:hover,
#posts .moreLink A:active
{
	color: #9dd94e;
}
#posts .entry A,
#posts .entry A:visited
{
	color: #352018;
	text-decoration: underline;
}
#posts .entry A:hover,
#posts .entry A:active
{
	color: #9dd94e;
}
#posts .post
{
	border-bottom: 1px dotted #352018;
	margin-bottom: 20px;
}

/*///// Sidebar /////*/

#sidebar
{
	width: 20%;
	float: right;
	padding-left: 20px;
	border-left: 1px dotted #352018;
	margin-left: 20px;
	margin-bottom: 30px;
	min-height: 400px;
}
#sidebar H2
{
	margin-bottom: 10px;
}
#sidebar .widget
{
	margin-top: 20px;
}
#sidebar .widget_search
{
	margin-top: 0;
}
#sidebar .widget LI
{
	list-style-type: circle;
}
#sidebar .widget LI A,
#sidebar .widget LI A:visited
{
	color: #352018;
	text-decoration: none;
}
#sidebar .widget LI A:hover,
#sidebar .widget LI:active
{
	text-decoration: underline;
}
#sidebar #s
{
	border-bottom: 1px solid #9dd94e;
	border-right: 1px solid #9dd94e;
	border-top: 1px solid #352018;
	border-left: 1px solid #352018;
}

/*///// Footer /////*/

#footer
{
	background: #352018 url(images/footer.jpg) repeat-x bottom left;
	height: 100px;
	width: 97%;
	padding: 20px 20px 10px;
	clear: both;
}
#footer .photos UL
{
	width: 50%;
	border: 1px solid blue;
	float: left;
}
#footer .photos LI
{
	float: left;
	margin: 5px;
	padding: 5px 5px 1px;
	background-color: #fbf9f7;
}
#footer .photos LI.more A
{
	width: 75px;
	text-align: center;
	display: block;
	padding-top: 25px;
	padding-bottom: 36px;
	color: #352018;
}
#footer P
{
	width: 48%;
	float: right;
	text-align: right;
	color: #fbf9f7;
}