/*
Theme Name: maya3dtutorial-Blue
Theme URI: http://www.maya3dtutorial.com/
Description: maya 3d tutorial
Author: dhony
Author URI: http://www.maya3dtutorial.com/


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #F8F8FF;
	margin: 0px;
	padding: 0px;
}

body a {
	color: #0066FF;
	text-decoration: none;
}

body a:visited {
	color: #2B489B;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	background:#FFFFFF url(images/dot-ddd.gif) repeat-y scroll 730px 0;
	border:thin solid #DDDDDD;
	margin:20px auto 0;
	width:950px;
}

#end_page{
	clear: both;
	background: #FFFFFF url(images/dot-ddd.gif) repeat-y scroll 730px 0;
}

#header {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:thin solid #DDDDDD;
	height:100%;
	width:100%;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
}

#header h1 a {
	color: #2B489B;
}

.list_page{
	padding-top: 20px;
	font-weight:bold;
}
.list_page ul{
	margin:20px 0 0 0;
	padding:0;
}
.list_page li{
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
}
.list_page li {
	background:#DDDDDD;
	padding: 5px;
} 

#header #header_left {
	float:left;
	text-align: left;
	font-size: 1.2em;
	padding: 10px 0px 0px 20px;
}

#subscribe{
	text-align:center;
}

#subscribe li{
	padding-bottom:10px;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	width: 950px;
	margin: 0px auto;
	clear: both;
	background: #F8F8FF;	
	color: #000000;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}

#space{
	padding:10px 0;
}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 25px;
	padding-bottom: 10px;
}

h2 {
	font-size: 2.0em;
	line-height:20px;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/

.post h2, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #2B489B;
	margin-bottom: 10px;
	line-height: 1.0em;
}
.page_post h1{
		float:left;
		margin-right: 10px;
}
.page_post{
	font-size:15px;
}
.post h2 a:hover{
	text-decoration: underline;
}

.post {
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 25px;
}

.post img{
	padding-bottom: 15px;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 20px;

}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	border-bottom:thin dashed #DDDDDD;
	margin-bottom:10px;
	text-align:justify;
}
.related_share{}
.related_posts{
	margin-bottom:10px;
}
.related_posts ul{
	margin:0;
	padding-left:0;
}
.related_posts li{
	margin-left:15px;
	line-height:15px;
}
.share{
	background:#F8F8FF none repeat scroll 0 0;
	border:solid thin #DDDDDD;
	float:right;
	list-style-type:none;
	padding:0px 5px;
	margin-bottom:10px;
}
.share ul{
	margin:0;
}
.navigation {
	display:block;
	margin-bottom: 20px;
}
.post-image img{

	padding-right:10px;
	padding-top:15px;

}
#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

a img {
	border: 0;
}
/*-------------Index--------------*/
.pageindex{
	background-color:#627E93;
	padding:5px 0 5px 5px;
	margin:5px 0 5px 0;
}
.featured-post1{
	background-color:black;
	color:white;
	margin-bottom:10px;
	padding:10px;
	font-size:12px;
	line-height:15px;
}
.featured-post1 a,.featured-post1 a:visited{
	color:white;
}
.featured-post2,.featured-post3{
	float:left;
	width:225px;
	margin-right:25px;
}
.nonfeatured-post1,.nonfeatured-post2,.nonfeatured-post3,.nonfeatured-post4{
	border-bottom: dashed 1px #9DB7FF;
}
.post-content{
	padding-top:10px;
}

/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #9DB7FF;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #9DB7FF;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}
#recent ul li{
	list-style-type: square;
	margin-left:15px;
}

/*--------------Search Form-------------*/

#search { float: left; padding-bottom: 15px; overflow: hidden;}
#search form { float: right;}
#search fieldset { overflow: hidden; height: 1%; border: none; }
#search input { float: left; margin-right: 2px; border: none; padding: 5px 3px 5px 0; width:140px; color:#666; border:thin solid;}
#search button { float: left; color: #FFFFFF; background: #000000; width: 25px; height: 28px; border: none; cursor: pointer;}
.pop_search  li { 
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	margin-bottom: 10px;
        text-align:center;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	padding:5px 0;
}

#adsense_singlepost_bottom_banner {
	padding:5px 0;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
	margin-top:30px;
}