/*
Theme Name: Viva Amore
Theme URI: http://www.vivaamoreboutique.com
Description: Viva Amore
Version: 0.1
Author: Mark Begley
Author URI: http://www.begleyconsult.com
*/
/************************/
/*     Global Design    */
/************************/
 

*{
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #364F45;
	border-style:none;
}

a:visited {
	text-decoration: none;
	border-style:none;
}

a:hover {
	/*color: #4F7F6B;*/
	border-style:none;
}

a:active {
	border-style:none;
}

html {
        height: 100%;
}

body {
        background-color: #000000;
	font-family:  cursive;
	font-size: 70%;
	height: 100%;
}

.clear {
	clear: both;
}

/************************/
/*     Layout Design    */
/************************/
#conback {
	width: 994px;
	height 100%;
        padding: 0px;
        padding-bottom: 0;
	margin: auto;
        background-image: url("images/background.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;  
        background-position: left center;   
        background-color: #000000;
}
#container {
	width: 702px;
	height: 100%;
	padding: 0px;
	padding-bottom: 0;
	margin: auto;
	background-color: #f390af;
	color: #000000;
}

#header {
	background-image: url("images/header.jpg");
	background-color: #f390af;
	position: relative;
	height: 150px;
}

#header3 {
	background-image: url("images/home.jpg");
	position: relative;
	height: 0px;
}
#header2 {
	background-image: url("images/aboutus.jpg");
	position: relative;
	height: 0px;
}
#header8 {
	background-image: url("images/services.jpg");
	position: relative;
	height: 0px;
}
#header10 {
	background-image: url("images/howtoconsign.jpg");
	position: relative;
	height: 0px;
}
#headerhome {
	background-image: url("images/blog.jpg");
	position: relative;
	height: 0px;
}
#header12 {
	background-image: url("images/contactus.jpg");
	position: relative;
	height: 0px;
}
#header14 {
	background-image: url("images/plan.jpg");
	position: relative;
	height: 0px;
}

#content {
	margin: 3px 0;
}

#sidebar {
	background-color: #E6E2AF;
	padding: 10px;
	padding-top: 5px;
}

#footer {
	margin-top: 5px;
	background-color: #FFFFFF;
	color: #002F2F;
	padding: 2px;
	text-align: right;
}


/************************/
/*     Header Design    */
/************************/
#header #sitename {
	position: absolute;
	left: 1em;
	top: 1em;
}

#header #sitename h1 {
	font-size: 500%;
	font-family: cursive;
}

#header #sitename h1 a {
	text-decoration: none;
}

#header #searchbar {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

#navigation {
	margin: 0px auto;
	width: 100%;
	background-color: #f390af;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
}
	
#navigation li a {
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 16.2px;
	color: #000000;
	border-width: 0 0px 0 0;
	border-style: solid;

}
	
#navigation li a:hover {
	color: #000000;
	background: #f1b5c8;
}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	float: left;
	width: 33%;
}

#sidebar ul li h2 {
	font-size: 2em;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
}

#sidebar ul li li {
	float: none;
	display: block;
	width: 100%;
}

#sidebar ul li li a {
	font-size: 1.3em;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
	padding-left: 12px;
	background: url(images/arrow2.png) no-repeat left;;
}
/************************/
/*    Content Global    */
/************************/

.post {
	font-family: cursive;
	height: 98%;
	padding: 25px;
	margin-bottom: 0px;
	border-top: 0px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #f390af;
	color: #000000;
}

.post div.entry a {
	color: #000000;
	text-decoration: bold;
	padding: 0 1px;
}

#more-1 {
	background: none;
}

.post div.entry a:hover {
	color: #FFF;
}

.post blockquote {
	margin: 10px;
	padding: 5px;
	font-size: 10px;
	border-top: 1px solid #A6A492;
	border-bottom: 1px solid #A6A492;
	background-color: #f390af;
	color: #000;
	font-style: italic;
}

.post h2 {
	color: #000000;
	font-size: 210%;
	font-weight: normal;
}

.post ol {
	padding-left: 25px;
	margin-bottom: 5px;
}

.post ul {
	padding-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
}

.post small {
	font-size: 90%;
	font-weight: bold;
}

.post img {padding: 0px 0px 0px 0px;}
/************************/
/*    Content Design    */
/************************/
.post span.cats {
	font-weight: bold;
}

.post div.entry {
	margin: 5px 15px;
	font-size: 120%;
}

.post div.entry p {
	margin-bottom: 5px;
}

.postmetadata {
	margin: 10px 0;
	font-size: 110%;
}
/************************/
/*    Comment Design    */
/************************/

ol#comments {
	list-style-type: none;
}

ol#comments li {
	margin-bottom: 10px;
}

ol#comments cite {
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	font-family: Arial, sans-serif;
	color: #364F45;
}

ol#comments blockquote {
    margin: 4px;
    font-style: italic;
}


ol#comments em {
	display: block;
	font-size: 120%;
	font-weight: bold;
}

ol#comments p {
	font-size: 120%;
}

ol#comments ol {
    padding-left: 25px;
}

ol#comments ul {
    padding-left: 20px;
}

ol#comments ul li, ol#comments ol li {
    margin-bottom: 3px;
}

small.commentmetadata {
	font-size: 90%;
	font-weight: bold;
}

h3#respond {
	font-size: 110%;
}

#commentform p {
    margin-bottom: 3px;
}

#commentform input {
	border: 1px solid #E6E2AF;
	background-color: #f390af;
}

#commentform input#submit {
	margin-top: 2px;
}

#commentform textarea#comment {
	width: 98%;
	border: 1px solid #E6E2AF;
	background-color: #f390af;
}
/************************/
/*  Navigation Design   */
/************************/
.navigation {
	display: block;
	font-size: 130%;
	margin: 5px 0;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/************************/
/* Image Wrap Design    */
/************************/

img.alignright { float:right; margin:0 0 1em 1em}
img.alignleft {	float:left;margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/************************/
/*     Footer Design    */
/************************/

#footer {
	font-family:cursive;
	font-size:120%;
	background-color: #f390af;
	position: relative;
}