/*
Theme Name: Anna Cardell
Theme URI: http://annacardell.se
Author: Mikael Wehner @ Wehnertal Design Resort
Author URI: http://wdr.se
Description: Custom theme for Anna Cardell
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*------------------------------*/

body {
	font-family: 'Enriqueta', Georgia, serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none;		
}

.active_menu {
	color: #000;
	text-decoration: underline;		
}

a:hover, a:active {
	color: #666;
	text-decoration: underline;		
}

#mydiv {
	/*background-color: #FF0000;*/
	position:absolute;
	/*top: 50%;*/
	top: 20px;
	left: 50%;
	width:826px;
	height:659px;
	margin-left: -413px; /*set to a negative number 1/2 of your width*/
	/*margin-top: -250px; */
}
#header { display: block; }
#logo {
	float: left;
	width: 221px;
	position: relative;
	left: 3px;
}
#tagline, #menu {
	float: left;
	position: relative;
	top: 30px;
}
#tagline {
	width: 200px;
	margin-left: 130px;
}
#menu {
	float: right;
	margin-right: 3px;
}
.clear-divs { 
	clear: both; 
	height: 10px;
}
#content {
	display: block;
	margin-bottom: 10px;	
}

/* Gallery */

#gallery-1 {
	margin: auto;
}

#gallery-1 .gallery-item {
	float: left;
	width: 16.66%;
	margin-bottom: 5px;
	text-align: center;

}
#gallery-1 img {
	/*border: 10px solid #DFDFDF;*/
	border: 0;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}

#gallery-1 br {
	display: block;
	height: 0;
}

/* End Gallery */

/* Gallery pagination */
.gallery_pages_list {
	margin-left: 3px;
}

.gallery_pages_list a:link {
}
.gallery_pages_list a:visited {
	color: #A9A9A9;
}
.gallery_pages_list a:hover, .gallery_pages_list a:active {
	color: #7E7E7E;
}

/*End Gallery pagination */

/* Contact page */

#left_column {
	float: left;
	width: 326px;
}
#right_column {
	width: 500px;
	float: left;
}
#address {
	font-size: 16px;
	line-height: 20px;
	margin-top: 260px;
}

/* End Contact page */


