/*
Theme Name: LoveMac.co.uk
Theme URI: http://www.lovemac.co.uk
Description: LoveMac
Version: 1.0
Author: Alex Perjescu
Author URI: http://www.perjescu.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	text-shadow: 0px 0px 3px #484848;
	background-position: center top;
	background-image: url(images/lovemac_header.jpg);
	color: white;
	background-repeat: no-repeat;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	width: 800px;
}
#header {
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 15px;
	height: 140px;
	width: 800px;
}
#main {
	width: 800px;
}
#content {
	width: 515px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	color: white;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 0px;
	height: 368px;
	padding-left: 10px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 250px;
	float: right;
}
#sidebar_box {
	padding-left: 5px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 0px;
	height: 368px;
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-image: url(images/side_bg.png);
	width: 250px;
	float: right;
}
#footer {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	min-height: 97px;
	background-repeat: no-repeat;
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	padding-left: 0px;
	color: white;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 5px;
	font-size: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	clear: left;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	text-shadow: 0px 0px 2px #595959;
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
}
#footer a:hover {
	text-decoration: none;
}
#subfooter {
color: #4c4c4c;
text-align: center;
font-size: 10px;

}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	height: 50px;
	background-position: 0 103px;
	background-repeat: no-repeat;
	background-image: url(images/menu_bg.png);
	color: white;
	padding-left: 20px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 115px;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	white-space: nowrap;
	width: 800px;
}

*:first-child+html #menu {
	margin-top: -105px;
}

h3{
	background-repeat: no-repeat;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
	white-space: nowrap;
}
.menu_text{
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
	white-space: nowrap;
}
h2{
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
	padding: 0;
	white-space: nowrap;
}
#menu ul {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	color: white;
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

*:first-child+html #sidebar_box {
	margin-left: -10px;
	padding-top: 5px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 1px;
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 500px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
                       

                                               
.link_self {
  line-height: 26px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: white;
  text-decoration: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
a {
	color: #496b9f;
}
h4 {
	line-height: 5px;
	color: #496b9f;
	font-size: 14px;
}
/*===END SECTION 11===*/

html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer1
{
background-position: 0 35px;
background-image: url(images/menu_bg.png);
height: 100px;
background-repeat: no-repeat;
text-align: center;
position: relative;
margin-top: -5.5em;
}

*:first-child+html #footer1 {
	padding-top: 45px;
	background-position: 0 80px;
}

#footer_content
{
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	padding-top: 27px;
}

h5
{
	padding-top: 46px;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#footer_content a:link
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	padding-top: 40px;
}

*:first-child+html #client_reviews {
	padding-top: 10px;
}

*:first-child+html #recommend_box {
	min-height: 60px;
}

h6 {
	line-height: 15px;
	margin-top: -5px;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
	}
	
h7 {
	margin-bottom: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	line-height: 11px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: right;
	}
	
h7 a {
	padding-bottom: 5px;
	margin-bottom: 3px;
	padding-top: 5px;
	color: white;
	line-height: 11px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	
.box {
   padding-right: 0px;
   padding-left: 0px;
   margin-left: -7px;
   margin-bottom: 3px;
   margin-right: 0px;
   margin-top: 0px;
   border: 0px solid #ddd;
   padding-top: 4px;
   background-color: #1e2d42;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   
   filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

/*topnav*/
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 760px;
	background: #222;
	font-size: 13px;
	background: url(images/topnav_bg.gif) repeat-x;
	
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 8px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
/* end topnav */

