/*
Theme Name: Lux Photo Studios
Theme URI: 
Description: Custom WordPress theme.
Version: 1.0
Author: Elran Oded
Author URI: http://www.touchbasic.com/
*/

/* javascript and css to set min and max widths  of sidebar */
#page  { min-width:960px; max-width:1200px; width:expression(
 void(this.realWidth=(document.documentElement.offsetWidth>1200)?1200:true) ||
 void(this.realWidth=(document.documentElement.offsetWidth<960)?960:this.realWidth) || 
 (this.realWidth==true)?"auto":this.realWidth+"px"  );} 


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #b7b9bb url(images/lux-bg-fade_690px.jpg) repeat-x top left;
	color: #333;
	}

#page { 
	/* min-width:960px; max-width:1200px; */
	/* background-color: #fff; */
	text-align: left;
	}



#header { 
	background: transparent url(images/shadow-top_1600px.jpg) no-repeat bottom right;
	text-align:left;
	color:#8b8a8a;
	}

#wrapper {  
	background: transparent url(images/shadow-side.jpg) no-repeat top right;
	}

#wrapper-bak {  
	background: #fff url(images/shadow-side-stretch.jpg) repeat-y top right;
	}

#footer { background: transparent url(images/shadow-bottom_1600px.jpg) no-repeat top right; }

#content { background: transparent url(images/shadow-side.jpg) no-repeat top right;
	font-size: 1.05em
	}

.narrowcolumn { /* background: transparent url(images/shadow-top.jpg) no-repeat top left;
	background: transparent url(images/shadow-side-y.jpg) repeat-y top right; */
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	text-align:right;
	color:#8b8a8a;
	}

#footer p a, #footer p a:visited {
	color:#8b8a8a;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.15em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #78210f;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/*
.entry p a:visited {
	color: #b85b5a;
	}
*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, /* #sidebar ul ul li, #sidebar ul ol li, */ .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #8b8a8a;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0 40px 0 0;
	}

#page { 
	margin: 30px 0px 0px 0;
	padding: 0;
	}

#header {	
	margin:0px; padding:0px;

	}

#wrapper-bak {   background-color:#fff; }
#wrapper {  float:right; }


.narrowcolumn {
	float: right;
	width: 665px;
	margin:0;
	padding: 0 25px 0px 0;
	}


#blogpost { width:440px; float:left; }

#rightsidebar { width:200px; float:right; font-size:10px; padding-top:140px; }
#rightsidebar h4 { margin:0 0 5px 0; }
#rightsidebar ul { list-style-type:none; margin:0 0 10px 0; padding:0px; }
#rightsidebar ul li { list-style-type:none; margin:0px; padding:0px; }

#footer {
	margin:0px; padding:0px;
	clear: both;
	}

#footer p {
	margin:0;
	padding: 25px 25px 5px 0px;
	}

#header p {
	margin:0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.entry { text-align:justify; }

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}


/**/
/* End Structure */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 20px 10px 0px;
	width: 240px; 
	float:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h3.greybg {
	padding: 3px;
	margin: 0;
	background-color:#eaeaea !important;
	clear:both;
	font-size:1.6em;
	color:#333;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

ol li {
	list-style: decimal outside;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



#sidebar ul {
	margin: 0;
	padding: 20px 0 0 60px;
	}

#sidebar ul li {
	font-weight:normal;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li ul {
	margin: 0;
	padding:0 0 0 15px;
	}


/* End Entry Lists */



/* Begin Form Elements */
/* p.column { width:490px; float:left; font-size:11px; text-align:justify; } */
#extlogin { /* width:240px; */ width:140px; text-align:left; float:left; margin:-55px 5px 0 -200px;  }
#extlogin h3 { float:left; font-weight:normal; margin:0; padding:0; }
#extlogin small { float:right; margin:5px 10px 0 0; }

#extlogin form { width:140px; float:left; margin:0px 0px 5px 0px; padding:0; font-size:11px; }
#extlogin form input.halfsize {	width: 85px; float:left; padding:2px; margin: 5px 0 0 0; color:#8b8a8a; }
#extlogin form input.gobutton { float:right; padding:0; margin:2px 0 0 0; }
#extlogin form span { float:left; margin:10px 0; }


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Various Tags & Classes */

#topinfo { padding: 5px 25px 20px 0px; }
#topinfo p { float:right; }
#topinfo p.infoleft { text-align:right; border-right:1px solid #8b8a8a; padding:0 10px 0 0; margin-right:10px; }

.leftcol, .rightcol { height:471px; font-size:11px; }
.leftcol { width:415px; padding-right:15px; overflow:auto; }
.leftcol { float:left; }
.rightcol { float:right; }

.leftcol p.flushright { text-align:right; margin:50px 10px 0 0; }

.big, .big h2 { font-size: 1.5em; line-height: 1.3em; margin-right:10px; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align:right; }
.blue, .blue a, .blue a:visited { color:#5593c4 !important; font-style:italic;  font-weight:bold;   }
.red { color:#78210f; font-weight:bold; }
.gray, .leftcol a:visited { color:#78210f !important; }

.bold { font-weight:bold !important; }

.current_page_item { background-color:#dfe0e2; display:inline; }
#sidebar ul li.current_page_item { font-weight:bold; }
#sidebar ul li.current_page_item a { padding:0px 10px 0px 4px; }

#sidebar ul li ul li a, #sidebar ul li ul li a:visited { color:#78210f; }
#sidebar ul li a, #sidebar ul li a:visited { color:#000; }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote { margin:0; padding:0; }

blockquote em { text-align:right; display: block; color:#78210f; font-weight:bold; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px; padding-top:40px;
	margin-bottom: 10px; clear:both;
	}

/* End Various Tags & Classes*/

