
/*--- CSS Reset ---*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, 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: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 22px;
}
ul {
   list-style: none;
}
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: "" "";
}

.left {float:left}
.right {float:right;margin-right:0!important;}
	
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--- Common ---*/

body {
	font-family:Arial, Verdana, sans-serif;
	color:#fff;
	background:#474747 url(../images/nav-bg.png) top left repeat-x
}

h1 {font-size:35px;
	right: -3px;
	margin-bottom: 0;
	margin-top: 45px;
	position: absolute;
	left: 743px;
	top: 42px;
	width:410px;
	float:left;
	line-height:58px;
	text-indent:-15px;
}

h2 {
	float:left;
	margin:0 0 30px 0;
	font-family:Times, Georgia, Serif;
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	width: 80%;

}
h3 {
	display: block;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 0;
	float: left;
	font-family:Times, Georgia, Serif;
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	width: 100%;
}

h4 {float:left;margin:0 0 20px 0;font-size:20px;}

h5 {float:left;margin:0 0 10px 0;font-size:20px;}

p {margin-bottom: 10px; font-size:16px;line-height:24px;}

em {font-style:italic;border-bottom:1px dashed;}
strong {font-weight:bold;color: #33ccff;text-transform:uppercase;}

a {color:#fff;border-bottom:1px solid;}
a:hover {color: #33ccff;}

.o {font-weight: bold; color: #33ccff}

.number {
	margin-bottom: 30px;
	float:right;
	color:#fff;
	font-family:Times, Georgia, Serif;
	font-size:30px;
	line-height:30px;
}


/*--- Layout ---*/

#wrapper {
	text-align: left;
	width:960px; 
	margin:0 auto; 
	background:url(../images/radial-bg.png) top left no-repeat;
}

.taglinks {
	font-size:16px;
	line-height:24px;
	margin-bottom:24px;
	float:left;
	font-style: italic;
}

.dittoTags {font-style: italic}

/*--- Nav ---*/

#nav {
	list-style:none;
	margin:0;
	padding:7px 0 0 0;
	font-size:20px;
	letter-spacing:-1px;
	position:relative;
	z-index:50;
}

#nav li {float:left;margin:0 72px 0 0;}
#nav li a {text-decoration:none;padding:3px 10px;border:none;}
#nav li#first a {padding-left:0}
	

/*--- Header ---*/

#header {height:375px}
#logo {position: absolute; left: 153px; top: 34px; float:left;margin:55px 0 0 0}


/*--- Content ---*/

.box {
	float:left;
	width:100%;
	margin:45px 30px 0 0;
	padding:10px 0 0 0;
	background:url(../images/box-bg.png) top left repeat-x
}
.small {width:300px;}
.big {width:630px;}


.emailsmall {width:210px;}

.sidenote p {
	text-align:right;
	font-size:20px;
	line-height:24px;
	margin:-1px 0 24px 0;
	float:none;
}

.contact-details {
	position: absolute;
	left: 880px;
	text-align: right;
	
}

/*--- Footer ---*/

#footer {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 25px;
	float:left;
	width:100%;
	background: url(../images/footer-bg.png) repeat-x 0;
}
.inner {padding-left: 0; padding-bottom: 0; padding-right: 0; padding-top: 0px; width:960px;margin:0 auto;}
#footer img, #footer p {margin-right: 5px;float:right}

.credits {font-size:13px;
	margin: 5px 0;
}
.credits a {text-decoration:none;}

/*---Blog---*/

.blog {
	padding-bottom: 10px;
	height: 200px;
}

.post-title {
	float:left;
	margin:0 0 30px 0;
	font-family:Times, Georgia, Serif;
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	width:80%;
}

p.blog-date {

	margin-top: 5px;

	display: block;

}
.blog-comments {
	float:left;
	font-size: 0.8em;
	font-style: italic;
}

#paginate {
	margin-top: 25px;
}

/*---Contact Form---*/

#contact-form {
	width:100%;
}
#contact-form input, #contact-form textarea {
	padding: 5px;
	width: 376px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-form textarea {
	height: 90px;
}

#contact-form textarea:focus, #contact-form input:focus {
	border: 2px solid #00ceff;
}

#contact-form input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	width: 240px;
	padding-top: 5px;
	font-size: 1.4em;
}

.spam {
	float: left;
	width: 240px;
	padding-top: 5px;
	font-size: 1.4em;
}

.captcha {
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

/*---Subscribe Form---*/

#subscribe-form {
	width:100%;
}

#subscribe-form input, #subscribe-form textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#subscribe-form input.submit-button {
	width: 120px;
	float: right;
}


#subscribe-form textarea:focus, #subscribe-form input:focus {
	border: 2px solid #00ceff;

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 

/*---Ditto---*/

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
.title {
	margin-bottom: 10px;
}
#content {
	text-align: left;
	float: left;
}
.hp-blog {
	height: 25%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.blog-date {
	margin-top: 5px;
	display: block;
	padding-bottom: 5px;
}

#blogNav{
width: 800px;
height: 56px;
margin: 0 auto;
position: relative;
background-image: url(images/blogNav.png);
background-position: top left;
text-align: left;
}

#categoriesDropDownContainer{
width: 113px;
height: 30px;
float: left;
margin-top: 13px;
left: 30px;
position: absolute;
overflow: hidden;
background-position: top left;
background-image: url(http://vibealicious.com/blog/wp-content/themes/vibealicious/images/categoriesButton.png);
background-repeat: no-repeat;
}

#categoriesDropDownContainer:hover{
width: 160px;
height: 330px;
background-position: top right;
}

#categoriesDropDownMenu{
width: 160px;
z-index: 2;
overflow: hidden;
margin-top: 30px;
}

#ddTop{
width: 160px;
height: 42px;
background-image: url(http://vibealicious.com/blog/wp-content/themes/vibealicious/images/dd-top.png);
}

#ddMid{
width: 135px;
padding-left: 25px;
text-align: left;
color: #2a2a2a;
font-size: 12px;
text-shadow: #ffffff 0 1px;
list-style-position: inside;
background-image: url(http://vibealicious.com/blog/wp-content/themes/vibealicious/images/dd-mid.png);
}

#ddMid a:hover{
font-weight: bold;
color: #4a4a4a;
}

#ddBottom{
width: 160px;
height: 30px;
background-image: url(http://vibealicious.com/blog/wp-content/themes/vibealicious/images/dd-bottom.png);
}

