/*   
Theme Name: May Suwandi Haute Couture
Theme URI: http://maysuwandi.com
Description: Theme for maysuwandi.com based on HTML5 Reset Wordpress Theme.
Author: Progrez Blue
Author URI: http://progrezblue.com
Version: 1
*/

/*
	May Suwandi Haute Couture Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-family: 'Belgrano', serif;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 0.6em;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {background: #400404;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #fff;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

/* Header and Top Menu */
#header {width: 920px; height: 38px; margin: 25px auto 5px auto;}

#logo {float: left; margin-left: 5%;}

#top-menu {list-style: none; margin-top: 0px; float: right;}

#top-menu a {
	text-decoration: none;
	color: #C0A062;
	text-transform: uppercase;
	font-size: 0.6em;
	font-family: 'Oxygen', sans-serif;
	letter-spacing: 0.2em;
}

#top-menu a:active, a:focus {color: #F1DBB1;}

#top-menu a:hover {
	color: #F1DBB1;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.current-menu-item a, .current-page-ancestor a {color: #F1DBB1 !important;}

#top-menu ul li {display: inline; float: left; padding: 3px 20px; border-right: solid thin #a62525;}

#menu-item-16 {border-right: none !important;}

#top-menu .menu-main-menu-container {}

/* Footer */
#footer {width: 920px; margin: 12px auto 60px auto;}

#footer-middle {}

#footer-right {width: 30%; float: right;}

#text-2 {text-align: center;}

#copyright {
	text-transform: uppercase;
	font-size: 0.5em;
    font-family: 'Oxygen', sans-serif;
    letter-spacing: 0.25em;
}

/* Social Media Links in Footer */
#text-3 {list-style: none; width: 30%; float: right;}
#text-3 ul li {display: inline; float: right; padding: 0px 2px;}
.smlink-img {height: 24px; width: 24px;}

/* Page Menu */
#page-menu {
	background: url(./images/hc_ornamen.png) center 37% no-repeat #896e4b;
	width: 678px; height: 157px;
	margin: 33% auto 0px auto;
	-moz-box-shadow:    0px 3px 15px 0px #000;
	-webkit-box-shadow: 0px 3px 15px 0px #000;
	box-shadow:         0px 3px 15px 0px #000;
}

.menu-haute-couture-menu-container {width: 70%; margin: 0px auto;}

#menu-item-83 {margin: 17px 10px 0px 20% !important;}
#menu-item-82 {margin: 17px 20% 0px 10px !important;}
#menu-item-81 {margin: 0px 10px 0px 10% !important;}
#menu-item-171 {margin-left: 14% !important;}

#page-menu a {text-decoration: none; color: #d4b579; text-transform: uppercase; font-size: 0.8em;}

#page-menu a:active, a:focus {color: #fffffe;}

#page-menu a:hover {
	color: #fffffe;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

#page-menu ul li {display: inline; float: left; padding: 5px 8px; text-align: center; margin: 0px 10px;}

/* Body */

#page-wrap {width: 920px; margin: 0px auto 10px auto; position: relative;}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

.pagebg {
	background: #FFF;
	width: 920px; height: 600px; margin-top: 20px;
	-moz-box-shadow:    0px 1px 10px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
	box-shadow:         0px 1px 10px 0px rgba(0,0,0,0.5);
}

#content-wrap {
	background: transparent; padding: 20px; float: left; width: 880px;
	position: absolute;
	top: 0px;
	z-index: 999;
}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

/* Page individual styles */

.page-text {float: right; margin-right: 40px; width: 35%; margin-top: 2.5%;}

.page-text p {margin-bottom: 20px; line-height: 1.4em; font-size: 0.75em;}

.page-title h1 {font-size: 1.5em; text-transform: uppercase; margin-bottom: 20px; color: #F8914D;}

/* Custom backgrounds */
#pagebg-home {}

#pagebg-the-outlook {background: url(./images/outlookbg.jpg) center center no-repeat #000;}

#pagebg-haute-couture {background: url(./images/hautebg.jpg) center center no-repeat #000;}

#pagebg-at-your-service {background: url(./images/atyourservicebg.jpg) center center no-repeat #000;}

/* Home page */

.quotemark {font-family: Georgia, sans-serif; font-size: 3em; float: left;}

#openquote {margin-left: -30px;}

#closequote {float: right;}

#home-quote {width: 29%; margin: 20px auto; line-height: 1.2em; visibility: hidden;}

#home-quote p {float: left; font-size: 0.9em;}

.quote-name {float: left; color: #C0A062; font-size: 1.25em; text-transform: uppercase; margin-top: 20px;}

/* Outlook page */

#outlook-box {text-transform: uppercase;}

#outlook-name {float: left; text-align: left; font-size: 0.7em; width: 30%; margin-top: 1.5%;}

#outlook-link {float: right; width: 65%; border-left: solid thin #a62525; padding-left: 10px; padding-bottom: 5px; line-height: 0.5em;}

#outlook-link a {color: #f8914d; font-size: 0.6em; text-decoration: none;}

#outlook-link a:hover, a:focus {color: #f1dbb1;}

/* Haute Couture page */
#pagebg-haute-couture .entry {
	background: #c0a062; width: 678px; margin: -31px auto 0px auto; text-align: center; text-transform: uppercase;
	font-size: 0.8em;
	padding: 10px 0px;
}

/* Collection Pages */
.collection {
	color: #6b6661;
	margin-top: 5%;
	margin-right: 50px;
	width: 40%;
}

.collection p {font-size: 0.8em; line-height: 2em;}

.collection-side-text {
	position: absolute;
	margin-top: -20px;
	right: 0px;
	width: 30px;
	height: 600px;
}

.category-back {
	float: left;
	font-size: 0.75em;
	margin-top: 10px;
}

.category-back a {color: #F8914D; text-decoration: none;}

.category-back a:hover, a:focus, a:active {color: #F1DBB1;}

/* Collection Specific Page Background */
#pagebg-cocktail-dress,
#pagebg-casual-dress,
#pagebg-evening-gown,
#pagebg-wedding-gown,
#pagebg-prom-dress,
#pagebg-kebaya,
#pagebg-other-collections
	{background: url(./images/collbg.png) top left no-repeat #FFF;}

/* Collection Specific Side text */
#cocktail-side {background: url(./images/side-cocktail.png) center center no-repeat #648ba2;}

#prom-side {background: url(./images/side-prom.png) center center no-repeat #c95347;}

#casual-side {background: url(./images/side-casual.png) center center no-repeat #7377b0;}

#evening-gown-side {background: url(./images/side-evening.png) center center no-repeat #6ab28e;}

#wedding-side {background: url(./images/side-wedding.png) center center no-repeat #fed097;}

#other-collections-side {background: url(./images/side-others.png) center center no-repeat #36984b;}

#kebaya-side {background: url(./images/side-kebaya.png) center center no-repeat #c98647;}

/* Collection Gallery */
.collection-gallery {
	width: 395px; height: 510px; float: left; margin: 5px 0px 0px 35px;
	background: url(./images/galleryborder.png) center center no-repeat;
}

.collection-gallery .pic {
	margin-top: 5px;
	margin-left: 5px;
	width: 375px; height: 490px;
	margin-bottom: 20px;
}

.click-image {
	text-transform: uppercase;
	text-align: center;
	color: #7ba1b7;
	font-size: 0.6em;
}

.click-image span {width: 100%;}

.next a, .back a {color: #fe4e00; text-decoration: none; font-size: 1.5em;}

.next a:hover, a:active, a:focus {color: #ff923b;}
.back a:hover, a:active, a:focus {color: #ff923b;}

/* Contact page */

#contact-text {float: right; margin-right: 40px;}

#contact {margin-bottom: 20px;}

#contact h1 {font-size: 1.5em; font-weight: normal; margin: 10% 0% 0% 0%;}

#contact span {color: #C0A062; text-transform: uppercase;}


