/*
Theme Name: Jullia-Live
Theme URI: http://www.jullia.eu
Description: A theme designed for artists portfolios
Version: 1.0
Author: Julliaf
Author URI: http://jullia.eu/
Tags: two-columns, sticky-post, fixed-width, black, white
*/



* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#740000;
	}
	
a:hover {
	color:#740000;
	text-decoration: underline;
	
	}
	
h1 a, h2 a, h3 a, #sitename {
	color:#343434;
	}
		
h1 a:hover, h3 a:hover, h2 a:hover{
	text-decoration:underline;
	color:#000;
	}
p {
	margin:20px 0 15px;	
	
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#343434;
	}

h1 {
	font-size:30px;
	font-weight:normal;
	}

h2 {
	font-size:24px;
	font-weight:normal;
	}

.fltlft {
	float:left;
}

.fltrght {
	float:right;
}

#header h1 {
	font-size:2em;
	font-style:italic;
	font-weight:normal;
	color:#740000;
	padding-top:23px;
	}

#header h2 {
	font-size:14px;
	font-weight:normal;
	color:#666;
	width:580px;
	line-height:20px;
	}

h1, h2 {
	font-size:2em;
	line-height:30px;
	margin-bottom:14px;
	}
	
	.entry h2 {
		font-size:1.8em;
		margin-top:30px;
	}
	
h3 {
	font-size:1.5em;
	line-height:20px;
	margin-top:30px;
	}
	
h4, h5, h6 {
	margin-top:30px;
}
	
.pagetitle {
	font:normal 1em/10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	display:block;
	}
	
small {
	font-size:11px;
	
	line-height:10px;
	}
	
.caps {
	text-transform:uppercase;
	margin-bottom:6px;
	display:block;
}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	max-width:100%;
	}
	
blockquote {
	margin-left:-21px;
	padding-left:21px;
	background:url(images/quote.gif) no-repeat 0 6px;
	color:#343434;
}
	
	.entry cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	.entry cite:before {
		content: "\2014 \0020";
		}
		
.post ul, .post ol, .post dl {
	margin:20px 0;
	}
		
.post ul ul , .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
	margin:0;
	}
	
	.post li {
		padding:0 0 5px;
		margin-left: 20px;
		}
		
		.post ul li {
			background:url(images/icons.gif) no-repeat 0 -141px;
			padding-left:10px;
			list-style:none;
			margin-left:-10px;
		}
		
		.post ol li li {
			margin-left:10px;
		}
		
		.post li li {
			margin:0;
		}
		
	.post li h3 {
		margin:0;
		}
	
		
.post dt {
	font-weight:bold;
	background:url(images/icons.gif) no-repeat 0 -141px;
	padding-left:10px;
	margin-left:-10px;
}

.post dd {
	padding-left:10px;
	padding-bottom:5px;
}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Images */	
img.alignleft, .alignleft img {
	margin-right:10px;
	}
	
img.alignright, .alignright img {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	text-align: center;
	border: 1px solid #CCC;
	padding: 9px 5px;
	background: white;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	color: #777;
	margin: 0;
	font-style: italic;
	padding-top: 5px;
	
}

.attachment, .caption {
	text-align:center;
}

.attachment img {
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background:#f7f7f7;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
#page {
	margin:0 auto;
	padding:0;
	width:960px;
	text-align:left;
	}


/* Begin Header */	
#header {
	height:200px;
	padding-top:5px;
	background:url(images/header.jpg) no-repeat top right;
	}
#header a {
	color: #0099FF;
}	
	#sitename {
		font-weight:bold;
		font-style:italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:3.6em;
		display:block;
		float:left;
		line-height:34px;
		text-transform:lowercase;
		}
		
#searchform {
	width:200px;
}

	#header #searchform {
		position:absolute;
		top:166px;
		left:50%;
		margin-left:260px;
	}
		
#s {
	width:167px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	float:left;
	}
	
#searchsubmit {
	float:right;
	}
#slide {
	float:right;
	margin-top: 0px;
	padding: 0px;
	
	}
	
/* End Header */


/* Begin Page List */		
#menu
{
	margin-top: 46px;
	
	
}
#portrait-wedding
{
	position:absolute;
	left:50%;
	margin-left:-20px;
	top:0;
	width:500px; 
	height:158px;
	background:url(images/portrait.jpg) no-repeat;
	
}
#nav {
	line-height:20px;
	font-size:1.2em;
	background:url(images/menu_bg.jpg) repeat-x;
	height:36px;
	}
		
	#nav li {
		float:left;
		list-style:none;
		background:url(images/menu_separator.jpg) no-repeat left;
		margin-right:10px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		padding:8px 0 8px 10px;
		}
		
		#nav li a {
			color:#fff;
			margin-left: 5px;
			text-decoration: none;
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			
			}
/* End Page List */

		
/* Begin Content */	
#content_full {
	line-height:20px;
	float:left;
	width:960px;
	margin-top:22px;
	padding:18px 0 0 15px;
	}
#content {
	line-height:20px;
	float:left;
	width:640px;
	margin-top:22px;
	padding:18px 0 0 15px;
	}
	
	.post {
		margin-bottom:30px;
		}
		
	.sticky, .byuser {
		border:5px solid #f9f9f9 !important;
		margin:-10px -10px 40px -50px;
		background:url(images/sticky.gif) no-repeat 597px 5px;
		padding:5px 5px 5px 45px;
	}
	
		.byuser {
			margin-left:-52px;
			padding-left:47px;
			background:url(images/author.gif) no-repeat 599px 5px;
		}
		
	.bubble  {
		display:block;
		float:left;
		margin:5px 0 0 -40px;
		background:#343434 url(images/comments.gif);
		width:30px;
		height:29px;
		line-height:19px;
		color:#fff;
		text-align:center;
	}
	
	 .bubble:hover {
		color:#b6b6b6;
	}
		
		.entry {
		margin-top:22px;
		padding-bottom:20px;
		background:url("images/separator.png") repeat-x scroll center bottom transparent;
			}
		
	.navigation {
		min-height:10px;
		text-transform:uppercase;
		line-height:10px;
		font-size:12px;
		}
		
	.post .navigation {
		border:solid #ccc;
		border-width:1px 0;
		padding:9px 0;
	}
	
	.attachment .navigation {
		height:150px;
	}
		
		.navigation .alignleft a {
			background:url(images/icons.gif) no-repeat 0 -60px;
			padding-left:22px;
			display:block;
			height:10px;
			float:left;
		}
		
		.navigation .alignright a {
			background:url(images/icons.gif) no-repeat 100% -30px;
			padding-right:22px;
			display:block;
			height:10px;
			float:right;
		}

/* Begin Comments */		
.commentlist {
	margin-top:20px;
	}
		
.commentlist li {
	list-style:none;
	margin-bottom:30px;
	border-bottom:1px solid #e6e6e6;
	}
	
.commentlist li.alt {
	}
	
	.commentmetadata, .comment-author {
		font-size:.9em;
		}
		
		.comment-author {
		}
		
	.avatar {
		float:left;
		display:block;
		margin:5px 5px 0 0;
		}

#commentform {
	padding-bottom:10px;
}
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #ccc;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	}
	
#commentform textarea {
	width:500px;
	}
			
#commentform #submit {
	width:150px;
	border:none;
	background:#343434;
	font-size:11px;
	padding:0;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	padding:2px 0 3px;
	}
/* End Comments / End Content */


/* Begin Sidebar */
.sideouter {
	
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	width:270px;
	margin: 0 -10px;
	background-color:#740000;
}

#sidebar {
	float:right;
	color:#b6b6b6;
	width:249px;
	padding:18px;
	border:1px #ccc solid;
	margin-top:22px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	}
	
	#sidebar ul {
		
		font-size:12px;
		}
		
		#sidebar ul ul {
			}
		#sidebar ul ul ul a {
			width:218px;
			}
			
			#sidebar ul ul ul {
				margin-left:10px;
				padding:0;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:35px;
			}
		
		#sidebar li li {
			margin:0;
			}
			
		#sidebar li a {
			font-size:14px;
			background:url("images/separator.png") repeat-x bottom;
			display:block;
			padding:7px 10px;
			/*width:228px;*/
			padding-left:10px;
		}
			
	#sidebar h4 {
		font-size:15px;
		color:#343434;
		line-height:20px;
		margin:0;
		color:#fff;
		font-style:normal;
		font-weight:normal;
		padding:6px 15px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}
/* End Sidebar */


/* Begin Footer */
#footer {
	padding-top:24px;
	border-top:1px solid #e6e6e6;
	color:#b6b6b6;
	font-size:1.2em;
	line-height:20px;
	margin-top:22px;
	font-size:12px;
	}
	
	#footer .alignright {
		padding-top:2px;
	}
	
	#footer .alignright a {
		display:block;
		float:right;
		text-transform:uppercase;
		height:10px;
		line-height:10px;
		padding-top:3px;
	}
	
	#footer .top {
		padding-right:15px;
		background:url(images/icons.gif) no-repeat 100% 0;
	}
	
	#footer .rss {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -90px;
	}
	
	#footer .home {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -120px;
	}
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 260px;
	}
	
	#wp-calendar th {
		text-align:center;
		color:#343434;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	width: 100%;
		color:#343434;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */

/* start homepage */

#homebody {
	margin-top:22px;
	}

#mainfcs {
	width:458px;
	background-color:#eaeaea;
	height:280px;
	float:left;
	
}

.mainfcs-inner
{
	padding:10px;
	color:#000000;
}

#mainvideo {
	width:458px;
	background-color:#eaeaea;
	height:280px;
	float:right;
}

#homegallery ul li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/thumb_bg.png) no-repeat scroll 0 0;
	float:left;
	height:215px;
	margin-bottom:0px;
	margin-left:44px;
	padding-left:17px;
	padding-top:17px;
	width:190px;
	list-style:none;
}

.meta
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/thumb_mic_bg.png) no-repeat scroll 0 0;
	float:left;
	height:130px;
	margin-bottom:0px;
	margin-left:7px;
	padding-left:15px;
	padding-top:16px;
	width:135px;
}

#homegallery {
	margin-top:22px;
}

.homeouter {
	border:1px solid #740000;
	padding:1px;
	width:458px;
	margin-top:10px;

}

.homeouter h2 {
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:2px 0 0 10px;
	font-style:normal;
}

.homeheads {
	width:100%;
	background-color:#740000;
	height:38px;
	top:0;
}
/* end homepage */

/* start butoane */

#special-button a, .buton-portrait, .awesome, .awesome:visited {
	background: #222 url(images/alert-overlay.png) repeat-x !important; 
	display: inline-block; 
	padding: 5px 10px 5px !important; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.buton-portrait {border:2px solid #fff; font-weight:bold}

	#special-button a:hover, .awesome:hover	{ background-color: #111; color: #fff; }
	#special-button a:active,.awesome:active	{ top: 1px; }
	.small.awesome, .small.awesome:visited 	{ font-size: 11px; padding: ; }
	#special-button a:visited, #special-button a { font-size:13px; width:160px}


/* end butoane */


/* start customizare foto */

.foto_post
{
	padding:41px 40px 40px 40px;
	background: url(images/backimage.jpg) no-repeat; 
	width:298px;
	height:378px;
	position:relative;
	overflow:hidden;
}

.foto_post_landscape
{
	padding:43px 36px 0;
	background: url(images/landscape.png) no-repeat; 
	width:441px;
	height:351px;
	position:relative;
	overflow:hidden; 
}

.foto_details
{
	padding:7px 40px 10px 40px;
	background: url(images/backcaption.jpg) no-repeat; 
	width:298px;
	height:80px;
	font-size:11px;
	line-height:15px; 

	
}

.foto_details_landscape
{
	padding:10px 40px 10px 40px;
	background: url(images/details-landscape.png) no-repeat; 
	width:361px;
	height:80px;
	font-size:11px;
	line-height:15px;

}

/* start customizare foto CC */
 
    .foto_post .heading, .foto_post .caption, .foto_post_landscape .heading, .foto_post_landscape .caption {
        /* position inside the container */
        position:absolute;
        background:#000;
        height:75px;
        width:300px;
         
        /* transparency for different browsers */
        /* i have shared this in my CSS tips post too */
        opacity:0.8;
        filter:alpha(opacity=80);  
         -moz-opacity:0.8;    
        -khtml-opacity: 0.8;  
 
    }
     
    .foto_post .heading, .foto_post_landscape .heading { 
         
        /* hide it with negative value */
        /* it's the height of heading class */
        top:-50px;
    }
 
    .foto_post .caption, .foto_post_landscape .caption {       
        /* hide it with negative value */
        /* it's the height of bottom class */
        bottom:-150px;       
    }
     
 
    /* styling of the classes*/
    .foto_post .heading span, .foto_post_landscape .heading span {
 
        color:#26c3e5;  
        top:-50px;
        font-weight:bold;
        display:block;
        padding:5px 0 0 10px;
    }
     
    .foto_post .caption span, .foto_post_landscape .caption span{
        color:#999; 
        font-size:11px; 
        display:block;
        padding:5px 10px 0 10px;
		line-height:14px;
		font-weight:bold;
    }
/* end customizare foto CC */

/* end customizare foto */




.wpcf7-form-control-wrap textarea
{
	width:300px;
	height:80px;
}

.wpcf7-submit
{
	padding:5px 10px;
}

.wpcf7-file
{
	width:250px !importants;
}
.pret_celula{
	margin-top: 7px;
	float:left;
	border:1px solid #CCC;
	border-color:#d3d3d3;
	background-color:#eee;
	
}
.pret_denumire{
	width: 70px;
	float:left;
	font-size:16px;
	font-weight:bold;
	padding:25px 0px 0px 10px;
}
.pret_descriere{
	width: 135px;
	float:left;
	padding: 10px 5px 5px 5px;
	text-align:center;
}
.pret_tag{
	background: url(http://www.jullia.eu/wp-content/uploads/2009/11/preturi-site-mare1.jpg) no-repeat;
	width: 170px;
	height:40px;
	float:left;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFF;
	text-align:right;	
	padding: 13px 20px 10px 0px;
	margin-top: 5px;
	
}

#get{
	position: fixed; 
	top: 300px; 
	left:0px;
}

.hYYaO {
width: 250px !important;
}
