/*
Theme name: WordPress Default - kubrick -
Editors: Navid Kashani
Persian Wordpress Project : wp-persian.com
*/

/*img { behavior: url(http://williamcurtisdonovan.com/wp-content/themes/livingos-upsilon/images/iepngfix.htc); } */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Myriad pro', Arial, Sans-Serif;
        background: #fff;
	color: #000;

	}

/*Index Structure */

/*paragraph font styling*/
p {font-size: 13px; padding-left: 3px;}

#page {
	background-color: white;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Minion Pro', Arial, Sans-Serif;

	}

h1 {
	font-size: 24pt;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
/*h2 styling*/
h2, h2 a {
	font-size: 14pt;
color: #333 !important;
}

h2.pagetitle {
	font-size: 14pt;
        color: #b70004 !important;
	margin-top: 10px;
	text-align: right;
	}

#sidebar h2 {
	font-family: 'Myriad pro', Arial, Sans-Serif;
	font-size: 1.6em;
        text-decoration: none !important;
        color: #333 !important;
        margin-bottom: 5px; margin-top: 20px; margin-left: 5px;
        
	}

h3 {	font-size: 1.7em; 
	}

h3 a {color: #ff0000; }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
/*
h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: underline;
	} */

 h2 a:hover {text-decoration: none !important; color: #666; }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: #666;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0; /*20*/
	padding: 0;
	}


#page {
	background-color: white;
	margin: auto;
	padding: 0;
	width: 830px;
	border: 1px solid #959596;
	}

.post {
	margin:0px; margin-left: 38px; margin-top: 15px;
	text-align: justify;

        width: 90%;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 5px 0 0; margin-bottom: 20px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;

	text-align: center;
        float: right;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/*select {
	width: 130px;
	}*/

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;

	}
/* End Form Elements */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.ngg-albumoverview {
        margin: auto 10px; 
	width: 90% !important;
	clear:both; 
	display:block !important;
}

.sliderspecial {height: 80px; overflow: auto; }

.breadcrumbsection {margin-left: 4px; font-size: 1.2em; padding-top: 10px; border-top: 1px solid #ccc;}

.subpages {font-size: 1.3em; }


#search input, #search textarea /*, select*/{

	border:0;

	margin:3px;

	padding:0px 3px;

	font: 1.4em "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;

	color:#666;



}

#search input {width: 360px; padding-right: 5px; margin-bottom; 4px;  border-bottom: 1px solid #777;}

#search label{



	margin:3px;

	width:100px;

	display:block;

}



.clearAll{

	clear:both;

}


/*Front Styling*/

.front {

color: #fff;

}

.front a {

color: #83bad8;

}

.front a:hover {

color: #b70004;

}


.coastaljournal {

font-size: 15px;

}

.coastaljournal a { color: #fff !important; text-decoration: none;}

.coastaljournal a:hover { color: #fff !important; text-decoration: none; }

.spec a {text-decoration: underline; }

.spc a:hover {text-decoration: none; }

#sidebar ul li {
font-size: 1.4em;
color: #b70004 !important;
list-stye-type: none;
list-style: none;
margin-left: 0px; padding-left: 0px;
}

#sidebar ul li a {

color: #b70004;

}

#sidebar ul li a:hover {
color: #147;
}

#sidebar ul li ul li { display: none; }

p .inline li {display: inline !important; font-size: 10px;}
