/*
Theme Name: Creative Sessions
Theme URI: http://sessions.tutsplus.com/creative/
Description: Custom WordPress Theme
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*
	vertical-align: baseline;
	*/
}
:focus {
	outline: 0;
}
body {
	color: #6a6a6a;
	background: #fff;
	font: 16px/26px Arial, Helvetica, sans-serif;
}
html {
	overflow-y: scroll;
}
p {
  padding-bottom: 10px;
  color: #6a6a6a;
}
.intro {color: #000000;}

p.product_desc {
 font-size: 0.92em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
/* Headings */

/* Wraps */
#header_wrap {
  min-width: 1200px;
  z-index: 100;
}
  .large_header {
    height: 500px;
    margin-bottom: 85px;
  }
  .small_header {
    height: 90px;
    margin-bottom: 50px;
  }
#content_wrap {
}
#footer_wrap {
  padding: 0 20px;
}


.cat_desc {
/*
	color: #000000;
	 */
	}

.rte p {
	color: #000000;
	}

.intro p {
	color: #a7a7a7;
	}
	
/* Header */
#header1 {
  position: relative;
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  z-index: 100;
}
.heading {
	position: relative;
margin-top: 95px;

}
.large_header .heading {
	bottom: -60px;
}
.small_header .heading {
    top: 17px;
}
    .heading h1 {
      position: relative;
      float: left;
      padding: 9px 12px;
      /*
	  background-color: #e1e8f0; 
	  */
	  left: 20px;
	   
	  color: #000;

	  /*
	  background-image: url(/themes/prestashop/new/yo.jpg);
	  */
    }
    .heading h2 {
      background: #000;
      color: #fff;
      font-size: 18px;
      font-family: Museo300, Helvetica, Arial, sans-serif;
      padding: 3px 5px 3px 5px;
      font-weight: normal;
	  
	  position: absolute;
	  left: 0px;
      top: -14px;
	  
	  /* 
	  position: absolute;
	  left: 80px;
      top: 180px;
	  */
	  
    }
	.heading h2 a{
	color: #fff;
	
	}
    .large_header .heading h2 {
      left: 30px;
      top: -17px;
    }
    .small_header .heading {
      left: 20px;
      top: auto;
      bottom: -50px;
    }
    .heading h4 {
      font-size: 16px;
      padding: 0px;
      line-height: 16px;
    }
    .heading h4 a {
      padding: 5px 5px 3px 5px;
    }

  ul.navigation {
    background: #000;
    position: absolute;
    top: 20px;
    right: 50px;
    padding-left: 10px;
    padding-right: 6px;
    border-left: 13px solid transparent;
    height: 38px;
  }
    ul.navigation li {
      display: block;
      float: left;
    }
      ul.navigation li a {
        display: block;
        float: left;
        color: #fff;
        text-decoration: none;
        padding: 6px 11px;
        font-size: 18px;
        font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
      }
      ul.navigation li a:hover {
        text-decoration: underline;
      }
      ul.navigation li.icon a {
        padding: 6px 0 0 4px;
      }
        ul.navigation li.icon a img {
          float: left;
          display: block;
        }
		
	/* My for menu */
  ul.menu {
    

    padding-left: 10px;
    padding-right: 6px;
    border-left: 13px solid transparent;
    height: 38px;
  }
  
   
    ul.menu li {
      display: block;
      float: left;
    }
      ul.menu li a {
        display: block;
        float: left;
        color: #000;
        text-decoration: none;
        padding: 6px 11px;
        font-size: 18px;
        font-family: Helvetica, Arial, sans-serif;
		
      }
      ul.menu li a:hover {
        text-decoration: underline;
      }
      ul.menu li.icon a {
        padding: 6px 0 0 4px;
      }
        ul.menu li.icon a img {
          float: left;
          display: block;
        }
	ul.subnavmenu {
        
      }
	 ul.subnavmenu li {
        display: block;
        float: left;
        padding: 0;
         margin: 0;
      }
	  ul.subnavmenu li a {
            font-size: 15px !important;
            line-height: 21px;
            font-family: Arial;
            
            float: left;
          
            
          }
	ul.subnavmenu li a:hover {
             text-decoration: underline;
          }
		
      /* Browse Sessions */
      ul.subnav {
        position: absolute;
        left: auto;
        top: 38px;
        background: #282828;
        border-top: 4px solid #1c1c1c;
        padding: 6px 0 10px 0;
        margin: 0;
        width: 285px;
        display: none;
        z-index: 100;
        *margin-left: -155px;
      }
      ul.tutsplus {
        width: 170px;
        *margin-left: -130px;
      }
      ul.navigation li:hover ul.subnav {
        display: block;
      }
        ul.subnav li {
          display: block;
          float: left;
          padding: 0;
          margin: 0;
        }
          ul.subnav li a {
            font-size: 15px !important;
            line-height: 21px;
            font-family: Arial;
            display: block;
            float: left;
            padding: 5px 20px;
            width: 245px;
          }
          ul.tutsplus li a {
            width: 130px;
          }
          ul.subnav li a:hover {
            background: #000;
            text-decoration: none;
          }
            ul.subnav li a span {
              color: #777;
            }
/* Content */
#content {
  width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
  .top-content {
    float: left;
    position: relative;
    padding-bottom: 40px;
  }
    .post {
      float: left;
      width: 810px;
      position: relative;
      padding-bottom: 40px;
    }
    .top-content .post {
      padding-bottom: 0px;
    }
      .post h1 {
        padding-bottom: 30px;
      }
      .intro {
        font-size: 27px;
        line-height: 34px;
        color: #a7a7a7;
        font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
        padding-bottom: 0px;
      }
      .more-link {
        display: none;
      }
    .sidebar {
      float: left;
      width: 300px;
      position: relative;
      padding-left: 50px;
    }
    .home .sidebar {
      padding-top: 10px;
    }
    .sidebar.small_h {
      margin-top: -20px;
    }
      .small_h .creative_sessions {
        padding-bottom: 20px;
        position: relative;
      }
      .small_h {
        padding-bottom: 40px;
      }
      .small_h .creative_sessions.is_page {
        padding-bottom: 0px !important;
      }
      .large_header .creative_sessions {
        position: absolute;
        right: 20px;
        bottom: -73px;
      }
      .details {
        color: #6c6c6c;
        padding: 20px;
        background: #f5f5f6;
        border-top: 1px solid #e7e7e8;
        border-bottom: 1px solid #e7e7e8;
        font-size: 15px;
        line-height: 23px;
        font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
      }
        .details strong {
          color: #000;
          font-weight: normal;
        }
      div.ads {
        font-size: 12px;
        line-height: 18px;
        position: relative;
        overflow: hidden;
        color: #3e3e3e;
        font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
        margin-top: 30px;
        width: 300px;
        height: 110px;
      }
      .small_h div.ads {
        padding-bottom: 30px;
        border-bottom: 1px solid #f0f0f0;
      }
        div.ads a:link,
        div.ads a:visited { 
          display: block;
          color: #383838;
          text-decoration: none;
        }
        div.ads a:hover {
        	color: #383838;
        }
        div.ads a:active {
        	color: #383838;
        	text-decoration: none;
        }
        .fusionentire {
          position: relative;
          float: left;
          width: 300px;
        }
          div.ads a img { 
            float: left; 
            margin: 0 20px 0 0; 
            padding: 0;
          }
        div.ads p { 
          margin: 0;
        }
        div.ads br { 
          display: none;
        }
        p.powered {
          position: absolute;
          bottom: 0;
          left: 150px;
          font-style: italic;
          line-height: 12px;
        }
        .small_header div.ads p.powered {
          bottom: 30px;
        }
  .bottom-content {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #f0f0f0;
    padding: 30px 0;
  }
    .bottom-content .in-session {
      position: absolute;
      top: -65px;
      height: 40px;
      width: 810px;
      left: 0;
    }
      .bottom-content .in-session h2 {
        font-size: 28px;
        color: #000;
        font-family: Museo700, Helvetica, Arial, sans-serif;
        letter-spacing: -1px;
        font-weight: normal;
      }
        .bottom-content .in-session h2 span {
          padding-left: 10px;
          font-size: 16px;
          font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
          color: #6e6e6e;
          font-weight: bold;
          letter-spacing: 0px;
        }
      .bottom-content .in-session .status {
        position: absolute;
        right: 0;
        top: 8px;
        font-size: 13px;
        font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
      }
    .right_home {
      float: left;
      width: 300px;
      position: relative;
      padding-left: 50px;
      font-size: 15px;
      line-height: 21px;
    }
      .wallpapers {
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 30px;
        background: url(images/wallpaper.png) no-repeat right top;
      }
      .what_is {
		/*
        float: left;
		
        font-size: 18px;
		
        line-height: 18px;
		
        font-weight: bold;
		*/
        font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
        padding: 6px 11px;
		clear: both
      }
      h3.what_is a {
        padding: 5px 5px 3px 5px;
		color: #000;
      }
    #session_list {
      float: left;
      width: 810px;
      position: relative;
    }
      #session_list li {
        display: block;
        float: left;
        padding: 0 1px 1px 0;
        position: relative;
      }
        #session_list li a {
          display: block;
          float: left;
        }
          #session_list li img {
            display: block;
            float: left;
          }
          .hidden_block {
            display: block;
            width: 180px;
            position: absolute;
            bottom: 1px;
            left: 0;
            background: #000;
            background-color: rgba(0,0,0, 0.3);
            padding: 10px 10px;
            font-size: 12px;
            line-height: 14px;
            color: #fff;
            text-shadow: 0 1px 1px #666;
            display: none;
            text-align: center;
          }
  /* Post Styles */
  blockquote {
    background: #f6f6f6 url(images/blockquote.png) no-repeat 5px 35px;
    padding: 30px 40px;
    margin: 30px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #5f5f5f;
    font-style: italic;
    font-family: Arial;
    clear: both;
  }
  div.pullquote {
    font-size: 32px;
    line-height: 36px;
    color: #3d3d3d;
    width: 300px;
    float: right;
    font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
    padding: 0 0 30px 50px;
    background: #fff url(images/top_q.png) no-repeat 50px 0;
  }
  div.pullquote p {
    padding-left: 50px;
  }
  div.pullquote p:last-child {
    background: transparent url(images/bottom_q.png) no-repeat left bottom;
  }
  /* Images */
  .post_image {
    margin: 10px 0 40px 0;
  	overflow: hidden;
  	font-size: 11px;
  	font-style: italic;
  	text-align: center;
  	background-color: #ededed;
    padding: 0 20px;
  }
    .post_image img {
    	border: 1px solid #3a3a3a;
    	margin: 0 auto;
    	padding: 0;
    	display: block;
    	max-width: 808px;
    }
  p img {
  	padding: 0;
  	max-width: 808px;
  	margin-top: 16px !important;
  	border: 1px solid #3a3a3a;
  }
  img.centered {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }
  img.alignright {
  	margin: 0 0 10px 20px;
  	display: inline;
  }
  img.alignleft {
  	margin: 0 20px 10px 0;
  	display: inline;
  }
  .alignright {
  	float: right;
  }
  .alignleft {
  	float: left;
  }
  /* Lists */
  .post ul,
  .post ol {
		padding-bottom: 16px;
	}
	.post ul ul,
	.post ol ol {
		padding-bottom: 0px;
		margin-bottom: -8px;
		padding-top: 8px;
	}
	.post ul li {
		padding-left: 30px;
		padding-bottom: 8px;
		background: url(images/li-square.gif) no-repeat 5px 4px;
	}
	.post ol {
		margin-left: 22px;
	}
	.post ol li {
		padding-left: 8px;
		padding-bottom: 8px;
		list-style: decimal;
	}
  .wp-smiley {
    border: none !important;
  }
/* Comments */
.link_navigation {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 55px;
}
  .link_navigation a {
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 12px 4px 12px;
    font-size: 16px;
    line-height: 16px;
    font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-decoration: none;
    margin-left: 5px;
  }
  .link_navigation a:hover {
    background: #f5f5f5;
    color: #000;
  }
.the_comments {
  padding: 30px 0 0 0;
  background: url(images/footer_bg.png) repeat-x 0 0;
  width: 1160px;
  position: relative;
  margin-top: 30px;
  clear: both;
}
  .comment_rss {
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
    padding-left: 35px;
    background: url(images/icon-rss-silver.png) no-repeat left center;
    position: absolute;
    left: 325px;
    top: 55px;
  }
    #respond .comment_rss {
      left: auto;
      right: 0px;
      top: 70px;
    }
    .comment_rss a {
      color: #000;
      text-decoration: none;
    }
    .comment_rss a:hover {
      text-decoration: underline;
    }
  .the_comments h1 {
    padding-bottom: 30px;
  }
  .commentlist {
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
  }
    .commentlist p {
      padding-bottom: 25px;
    }
    .commentlist li {
      padding-left: 105px;
      position: relative;
      background: transparent url(images/comment.png) no-repeat 81px 104px;
      overflow: hidden;
    }
      .commentlist li .comment-body {
        background: #f0f0f0;
        padding: 30px;
        margin-bottom: 22px;
        overflow: hidden;
      }
        .commentlist li .comment-body .avatar {
          position: absolute;
          left: 0;
          top: 0;
        }
        .fn {
          float: left;
          font-size: 17px;
          font-weight: bold;
          color: #000;
          padding-right: 5px;
          margin-bottom: 10px;
        }
          .fn a {
            text-decoration: none;
            color: #000;
          }
        .says {
          display: none;
        }
        .commentmetadata {
          font-size: 12px;
          line-height: 25px;
          color: #5f5e5e;
          font-style: italic;
          clear: right;
          margin-bottom: 10px;
        }
          .commentmetadata a {
            color: #5f5e5e;
            text-decoration: none;
          }
  #respond {
    padding-top: 60px;
    margin-top: 60px;
    background: url(images/footer_bg.png) repeat-x 0 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    width: 100%;
  }
    #respond p {
      padding-bottom: 20px;
    }
    #respond h2 {
      font-size: 40px;
      letter-spacing: -1px;
      font-family: Museo500, Helvetica, Arial, sans-serif;
      font-weight: normal;
      padding-bottom: 30px;
    }
    .left_side {
      float: left;
      width: 410px;
    }
    .right_side {
      float: right;
      width: 705px;
    }
      .comment .right_side {
        width: 600px;
      }
        .children .right_side {
          width: 495px;
        }
      .comment #comment {
        width: 578px;
      }
        .children #comment {
          width: 473px;
        }
    .comment_image_insert p {
      color: #5d5d5d;
      font-size: 12px;
      font-style: italic;
    }
    .input {
      background: #fdfdfd;
      border: 1px solid #d6d6d6;
      padding: 6px 10px;
      width: 390px;
      font-size: 14px;
      color: #6a6a6a;
    }
    #comment {
      background: #fdfdfd;
      border: 1px solid #d6d6d6;
      padding: 6px 10px;
      width: 683px;
      height: 360px;
      font-size: 14px;
      font-family: Arial;
      color: #6a6a6a;
    }
    #respond label {
      display: block;
      padding-bottom: 5px;
      font-family: Helvetica, Arial;
      color: #5d5d5d;
      font-size: 16px;
    }
      div.fancy_div {
      
      }
      p.fancy_p {
        width: 230px;
        float: right;
        margin: 0;
        padding: 0;
        margin-left: 20px;
        position: relative;
        top: -16px;
        line-height: 0;
      }
      .fancybox {

      }
      .fancybox img {
        max-width: 230px;
        display: block;
      }
      #submit {
        background: #000;
        color: #fff;
        border: none;
        padding: 6px 12px 4px 12px;
        float: right;
        font-size: 16px;
        line-height: 16px;
        font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
        cursor: pointer;
      }
      #submit:hover {
        background: #f5f5f5;
        color: #000;
      }
/* Footer */
#footer {
  padding: 30px 0;
  background: url(images/footer_bg.png) repeat-x 0 0;
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
  #footer ul {
    position: absolute;
    right: -5px;
    top: 36px;
  }
    #footer ul li {
      display: inline;
      font-size: 11px;
      font-family: Arial;
      color: #424242;
      padding-left: 5px;
    }
    #footer ul li a {
      padding-right: 5px;
    }
