/* @override 
	http://localhost/mStudios/main/wp-content/themes/mStudios_2008/style.css
	http://www.mStudios.com/wp-content/themes/mStudios_2008/style.css
*/

/*  
Theme Name: mStudios 2008
Description: Made to Fit.
Author: Marlyse Comte
Copyright: mStudios. All Rights Reserved.
*/

/* @group RESET */

/* ----------------------------------- reset */
* {
	margin: 0;
	padding: 0;
}
body { 
	font-size: 75%;
}
a {
	outline: none;	
}
img { 
	border: none;
}
table { 
	border-collapse: collapse;
}
ul, ol {
	list-style: none;
}

/* @end */

/* @group BASIC */

/* ----------------------------------- basics */
body {
	background: #333;
	color: #eee;
	font-family: helvetica,arial,sans-serif;
	text-align: center;
}

#main-wrapper {
	background: url("images/wheelDark.jpg") no-repeat 35px -145px;
	min-height: 400px;
	margin: 0 auto;
	padding: 0 100px;
	width: 900px;
	text-align: left;	

}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
	line-height: 2.4em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.8em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.4em;
}

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

a:hover {
	color: #f47a0e;
}
.hrFull {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #666;
	margin: 20px 0 10px;
}
.hrMedium {
	width: 622px;
	float: left;
	border-bottom: 1px dotted #666;
	margin: 20px 0 10px;
}
.orange {
	color: #f47a0e;
}
.gray {
	color: #666;
}
.grayLight {
	color: #999;
}
/* @end */

/* @group GENERAL */
.title-insert {
	display: none;
}

.right h3 {
	font-weight: normal;
	font-size: 1.6em;
	color: #f47a0e;
	padding-left: 2px;
}


/* @end */

/* @group HEADER */

/* ----------------------------------- header */

#header {
	/*background: url("images/wheel2.jpg") no-repeat -50px -130px;*/
	padding:4.5em 0 9em 0;
	float: right;
	width: 100%;
	position: relative;
}

#header h1 a {
	visibility: hidden;
}
#homelink img {
	position: absolute;
	top: 215px;
	left: -35px;
	width: 31px;
	height: 405px;
	clear: none;
	float: left;
	background-color: transparent;
	border-width: 0;
	border-style: none;
}
/*#homelink img {
	position: absolute;
	top: 115px;
	right: 330px;
	width: 400px;
}*/
#main-nav {
	font-size: 1.1em;
	margin: 10px 0 0 0;
	text-transform: lowercase;
	font-weight: bold;
	height: 45px;
	float: right;
	display: block;
}

#main-nav li {
	float: left;
	margin-left: 7px;
}

#main-nav li a {
	background: #333;
	color: #eee;
	border: 1px #ddd solid;
	display: block;
	padding: 1.1em 0;
	text-decoration: none;
	text-align: center;
	width: 8em;
}

#main-nav li a:hover,
  #main-nav li.current a {
	background: #fff;
	color: #6c6c6c;
}

#main-nav li.orange a:link,
#main-nav li.orange a:visited {
	background: #f47a0e;
	color: #eee;
}
#main-nav li.orange a:hover,
#main-nav li.orange a:active {
	background: #333;
	color: #eee;
}


#header a.rss img {
	position: relative;
	float: right;
	right: -578px;
	top: 144px;
	height: 50px;
	width: 50px;
}

/* @end */

/* @group HOME PAGE & collected PAGES */

/* ----------------------------------- home posts */

div.home.fix h2 a,
div.home.fix h3 a {
	visibility:hidden;
	font-size: 10px;
	line-height: 10px;
}

.home .left {
	width: 650px;
}

.home .right {
	width: 250px;
	text-align: left;
}

#homeintro.post  {
	/*background-color: beige;*/
	/*width: 500px;*/
	/*display: block;*/
	width: 630px;
	height: 235px;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#homeintro.post #about-entry {
	/*background-color: lavender;*/
	width: 620px;
	margin: 28px 0 50px 5px
}

#homeintro.post #about-entry p {
	/*background-color: brown;*/
	/*width: 620px;*/
	font-size: 130%;
	line-height: 175%;
	text-align: justify;
	/*color: #cbcbcb;*/
	color: #ddd;
}

/* @group LATEST POST - not used any longer */

/*.home .latest-post-bg {
	border: 5px solid #e6e6e6;
	border: 5px solid #cbcbcb;
}*/

.home .latest-post-bg {
	background-color: #444;
	display: block;
	width: 630px;
	height: 235px;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
}


.home .latest-post-bg a:link img#latest-image,
.home .latest-post-bg a:visited img#latest-image {
	width: 620px;
	height: 225px;
	border: 5px solid #2c2c2c;
}

.home .latest-post-bg a:hover img#latest-image,
.home .latest-post-bg a:active img#latest-image {
	width: 628px;
	height: 233px;
	border: 1px solid #2c2c2c;
}

/* @group latest */

.home .recent-leads .recent-post.latest {
	width: 150px;
}
.home .recent-leads .recent-post.latest a:link img,
.home .recent-leads .recent-post.latest a:visited img {
	width: 140px;
}
.home .recent-leads .recent-post.latest a:hover img,
.home .recent-leads .recent-post.latest a:active img {
	width: 148px;
}

/* @end */



/* @end */

/* @group RECENT POST */

.home .recent-leads {
	width: 650px;
}

.home .recent-leads .recent-post {
	background-color: #e6e6e6;
	display:inline-block;
	width: 300px;
	height: 150px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	position: relative;	
}


/* @end */

/* @group RECENT POST NEW NEW NEW NEW */

.home .recent-leads .recent-post a img {	
	background-color: #e6e6e6;
	float: left;
	display: block;
}

.home .recent-leads .recent-post a:link img,
.home .recent-leads .recent-post a:visited img {
	border: 5px #2c2c2c solid;
	width: 290px;
	height: 140px;
}

.home .recent-leads .recent-post a:hover img,
.home .recent-leads .recent-post a:active img {
	border: 1px solid #2c2c2c;
	width: 298px;
	height: 148px;	
}

/* @end */

/* ----------------------------------- other pages */

div.entry {
	width: 630px;
	position: relative;
}

#gallery div.entry,
#selected-page div.entry {
	width: 650px;
}

/* @group SINGLE (medium) */

div.entry a#rollover,
div.entry a#rollover span,
div.entry a#rollover span img.size-medium {
	width: 630px;
	display: block;
	overflow: hidden;
}

div.entry a:link#rollover,
div.entry a:visited#rollover {
	visibility: visible;
}

div.entry a:hover#rollover span,
div.entry a:active#rollover span {
	visibility: hidden;
}


/* @end */

/* @group ENTRY (small) */

div.entry p a img.size-small {	
	background-color: #e6e6e6;
	margin: 15px 0 0px 0;
}
#gallery div.entry p a img.size-small,
#selected-page div.entry p a img.size-small  {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}

div.entry p a:link img.size-small,
div.entry p a:visited img.size-small {
	border: 5px #2c2c2c solid;
	width: 300px;
	height: 150px;
}

div.entry p a:hover img.size-small,
div.entry p a:active img.size-small {
	border: 1px solid #2c2c2c;
	width: 308px;
	height: 158px;	
}



/* @end */

/* @end */

/* @group SIDEBAR */

/* ----------------------------------- sidebar/lists */

.sidebar-wrapper {
	background: #fff;
}

.sidebar-news {
	background: #f9f9de;
	border: 1px solid #e9e9b4;
	display: block;
	padding: 7px;
	color: #555;
	font-size: 12px;
}

.sidebar-news a:hover {
	text-decoration: none;
}

.sidebar-wrapper h3 {
	overflow: hidden;
}

div.sidebar-ul ul,
ul.sidebar-ul,
.related-posts ul {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	width: 300px;
}

.sidebar-ul li,
  .related-posts li {
	color: #777;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
	width: 250px;
}

.sidebar-ul li a,
  .related-posts li a {
	background: url("images/li.gif") no-repeat 1px 3px;
	display: block;
	font-weight: normal;
	color: #888;
	text-decoration: none;
	padding: 3px 0 3px 20px;
}

.sidebar-ul li a:hover,
.related-posts li a:hover{
	background: url("images/li.gif") no-repeat 1px 3px;
	/*color: #f47a0e;*/
}

.sidebar-ul li a:hover em {
	color: #999;
}

.related-posts h3 {
	display: none;
}

.serve-random {
	font-size: 12px;
	color: #888;
	margin-top: 7px;
}

.serve-random a {
	color: #f47a0e;
}

.serve-random a:hover {
	text-decoration: none;
}

/* @group previous - next */

.sidebar-nextprev {
	margin-top: 10px;
	padding: 5px;
	color: #777;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
}

.sidebar-nextprev li {
	float: left;
	}

.sidebar-nextprev li.previous {}

.sidebar-nextprev li.next {}

.sidebar-nextprev li a {
	outline: none;
	display: block;
	height: 40px;
	width: 120px;
	background: #ddd;
	text-indent: -9999em;
}

.sidebar-nextprev li.previous a {
	background: url("images/nextprev.gif") no-repeat top left;
	height: 20px;
}

.sidebar-nextprev li.previous a:hover {
	background-position: bottom left;
}

.sidebar-nextprev li.next a {
	background: url("images/nextprev.gif") no-repeat top right;
	height: 20px;
}

.sidebar-nextprev li.next a:hover {
	background-position: bottom right;
}

/* @end */

/* @group About & Ethymology */

.textarea {}

.textarea p {
	padding: 5px 0;
	font-size: 85%;
	line-height: 1.25em;
	/*text-align: justify;*/
}
.textarea p strong {
	display: block;
	font-weight: bold;
	color: #999;
	font-size: 115%;
	text-align: justify;
	line-height: 1.5em;
}
.sidebar-ul li .textarea p a:link,
.sidebar-ul li .textarea p a:visited {
	display: inline;
 	font-weight: bold;
 	color: #618859;
}
.sidebar-ul li .textarea p a:hover,
.sidebar-ul li .textarea p a:active {
	display: inline;
 	font-weight: bold;
	color: #f47a0e;
}

div.ethymology {
	display: block;
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px #666 dotted;
	font-size: 70%;
	line-height: 1.3em;
	text-align: justify;
}
div.ethymology strong {
	color: #999;
}
/* @end */

/* @end */

/* @group COMMENTS */

/* ----------------------------------- comments */

#comments {
	margin: 21px 0;
}

#comment-breaker {
	color: #f47a0e;
	display: block;
	width: 100%;
	margin: 21px 0 14px 0;
	padding: 35px 0 0 2px;
	border-bottom: 1px #666 dotted;
}

#comment-breaker h2 {
	font-size: 18px;
	color: #666;
}
#comments h3#respond {
	 color:#f47a0e;
	 font-size:18px;
	 padding-top: 18px;
	 margin-top: 50px;
	 /*border-top: 1px #666 dotted;*/
}
ol.commentslist {
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 610px;
}

.commentslist li {
	margin-bottom: 28px;
}

.commentslist li p {
	margin: 0 0 1em 0;
}

.commentslist li blockquote {
	margin: 0 1.2em;
	font-style: italic;
}

.commentslist li ul, 
  .commentslist li ol {
	margin: 1em 1.5em;
}

.commentslist .author_meta {
	text-transform: lowercase;
	border-top: 2px solid #f47a0e;
	padding: 4px 0 0 0;
	margin-top: 9px;
	float: left;
	width: 175px;
	font-size: 11px;
}

.commentslist .author_meta a {
	color: #666;
	text-decoration: none !important;
}

.commentslist .author_meta a:hover {
	text-decoration: underline !important;
}

.commentslist li.author .comment_text {
	background: #eee;
	width: 610px;
	border: 1px solid #ddd;
}

li.author .comment_text p {
	margin: 7px;
}

.commentslist .comment_text {
	float: right;
	width: 400px;
	overflow: auto;
}

.comment_text .comment-author {
	font-weight: bold;
	margin-bottom: 7px;
}

li.author .comment_text .comment-author {
	margin: 7px 0 7px 7px;
}

.commentslist .comment_text a {
	font-weight: bold;
}

.pings {
	float: right;
	width: 200px;
}

.pings h3 {
	color: #f47a0e;
	font-size: 1.6em;
	padding: 0 0 0 2px;
}

ul.pingslist {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.pingslist li {
	border-top: 1px solid #ccc;
	line-height: 1.5em;
}

.pingslist li a {
	background: url("images/li-grey.gif") no-repeat 1px 3px;
	display: block;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	padding: 3px 2px 3px 20px;
}

.pingslist li a:hover {
	color: #f47a0e;
	background: url("images/li.gif") no-repeat 1px 3px;
}

.sidebar-ul li a:hover em {
	color: #999;
}

#commentform {
	font-size: 11px;
	margin-left: 0px;
}

#commentform p {
	margin: 0.8em 0;
}

#commentform p label {
	font-size: small;
	color: #999;
}

#commentform input, 
#commentform textarea, 
#commentform select {
background-color:#666;
color: #fff;
font-size: 100%;
}

#commentform #author,
  #commentform #email,
  #commentform #url,
  #commentform #comment {
	border: 1px solid #bbb;
	padding: 4px;
	font-family: Verdana,Ariel, sans-serif;
}

#commentform #comment {
	width: 610px;
	overflow: auto;
	height: 225px;
}

#commentform #submit {
	background: #333;
	color: #eee;
	padding: 0.8em 0;
	width: 13em;
	border: 1px #666 solid;
}

.comment-warning strong {
	color: #444;
	font-weight: bold;
}

.subscribe-to-comments {
	font-size: 12px;
	color: #555;
}

/* @end */


/* @group FOOTER */

/* ----------------------------------- footer */

#footer {
	color: #555;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 30px 0 72px;
	position: relative;
	width: 960px;
}

#footer .left {
	width: 100%;
}

#footer a {
	font-weight: bold;
}

.hiddenpic {
	display: none;
}

/* @end */


/* @group floats & fixes */

/* ----------------------------------- floats & fixes
 */

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*.fix {
	display: inline-block;
}*/

* html .fix {
	height: 1%;
}

.fix {
	display: block;
}

/* @end */

/* @group specific pages */

/* @group ABOUT */


#about-entry {
	position: relative;
	top: 9px;
	width: 600px;
	line-height: 1.25em;
	
}

#about-entry p strong a:link,
#about-entry p strong a:visited {
	color: #53707a;
}
#about-entry p strong a:hover,
#about-entry p strong a:active {
	color: #f47a0e;
}

/* @end */



/* @end */

/* @group SINGLE PAGE */
div.entry p a img {
	/*border: 1px #333 solid;*/
}
.lv_Frames li img {
	border: 1px #666 solid;
}

/* @end */

/* @group miscellaneous */

div.entry p.text {
	padding: 20px 5px 10px 5px;
}

div.entry p.text a {
	color: #f47a0e;
}

/*#gallery div.left div.recent-leads.fix */

div.navigation.fix p a {
	color: #f47a0e;
	letter-spacing: 1px;
	padding: 0 5px;
	border-right-style: solid;
	border-right-width: 5px;
}
div.navigation.fix p a:hover {
	color: #ccc;
}


/* @end */

/* @group VideoPlayer */


#v2flashplayer {
	width: 630px;
	height: 400px;
	background-color: #222;
	border: 1px solid #555;
	filter: alpha(opacity=95); 
	-moz-opacity: .95; 
	opacity:.95; 
}

/* @end */

ul.sidebar-ul.links li {
	font-size:90%;
	line-height:50%;
	padding-top:10px;
}
ul.sidebar-ul.links li a {
	padding-bottom:5px;
	background-position: left top;
}