/*
Theme Name: Tranthe Netvideo
Theme URI: http://tranthe.net/
Author: Theson
Author URI: http://theson.net/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }

body {
display: block;
margin: 0;
background: #DADFE1;
font-family: Tahoma, Arial, tahoma, arial, sans-serif;
font-size: 0.9em;
line-height: 1.6em;
color: #444;
}

ol, ul, li{
margin: 0;
padding: 0;
list-style: none;
}



.entry-summary {
    padding: 0px 0; max-width: 100%;
    float: left;
    margin-bottom: 5px;
    border-top: 5px solid #ccc;
}

.entry-summary:hover {
	border-top: 5px solid #ff6666;

}

.entry-summary p {
padding: 0; margin: 0;

}

.entry-summary span a{
	background: #F5AE42;
    color: #fff;
padding: 0.15em 0.75em;
margin:0;
text-decoration: none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-transform: uppercase;
}

.entry-summary span a:hover{
	background: #ff6666;
    color: #fff;
}

.entry-meta {
font-size: 0.8em;
padding: 4px 0;
line-height: 1.5em;
margin: 5px 0;
border-top: 1px dashed #DADFE1;
border-bottom: 1px dashed #DADFE1;
}

.entry-meta .entry-date {color: #ff6666;}

.home .post-article h1.entry-title, .archive .post-article h1.entry-title{
font-size: 16px;
font-weight: bold;
margin: 0;
padding-bottom: 10px;
margin-bottom: 20px;
height:40px;
overflow:hidden;
}

a {
    text-decoration: none;
	color: #F5AE42;
}
a:hover {
    text-decoration: underline;
	color: #ff6666;
}

a:visited {
	color: #2c3e50;
}

.entry-title a {
    text-decoration: none;
	color: #444;
}
.entry-title a:hover {
    text-decoration: none;
	color: #ff6666;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif; 
font-weight: 300;
margin: 0.8em 0 0.5em 0;
}

h1 { font-size: 1.6em;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.25em; font-weight: 400; }
h4, h5, h6 { font-size: 1.15em; font-weight: 400;}

h1.page-title {
    text-transform: uppercase;
}
.page-header {
    margin-bottom: 20px;
}


p {margin: 0 0 0.5em 0;}

#content .postlist {
font-size: 1.0em;
line-height: 1.25em;
background: #edeff4;
padding: 10px 0 0 0;
margin: 20px 0;
border-top: 5px #ccc solid;
text-align: center;
font-weight: bold;

}
#content .postlist ul li {
    padding-bottom: 10px;
}
#content .postlist a {
  color: #444;  
}
#content .postlist a:hover {
  color: #ff6666;
  text-decoration: none;  
}
#content .postlist a span.thetitle {
	height:55px;
	overflow:hidden;
	display:block;
}
#comments {
font-size: 0.85em;
line-height: 1.5em;
}

#comments #comment-nav-above, #comments #comment-nav-below {
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.2em;
}

#comments  p {
margin: 0;
}

.comment-author .fn {
font-weight: bold;
font-style: normal;
color: #ff6666;
}
.comment-meta a {
font-size: 0.9em;
color: #444;
}

#comments li {
margin: 0;
padding: 8px ;
background: #edeff4;
border-top: 1px #ccc solid;

}
#comments li  li {
margin-bottom: 0;
}
#comments li  ul.children {
margin: 0 10px;
}

#comments li  ul.children li.alt, #comments li  ul.children li.depth-2, #comments li  ul.children li.depth-4{
background: #fff;
}
#comments  h2{
font-size: 1.5em;
line-height: 1.25em;
font-weight: 700;
}

#comments .comment-author {
    float: left;
display: block;
height: 1em;
margin-right: 5px;
}

#comments .reply {
margin-bottom: 5px;
}

#comments .comment-content {
    padding-left: 50px;
}

#comments .reply .comment-reply-link {
    font-weight: bold;
}

#respond {
font-size: 1.1em;
line-height: 1.25em;
background: #FFF;
padding: 10px ;
border: 10px solid #DADFE1;
}

#respond p{ margin: 8px 0;}
#respond label, #respond .required {display: none;}
#respond .form-control {
    display: block;
width: 90%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#respond .form-submit input[type=submit]:hover, #respond .form-submit input[type=submit]:focus, #respond .form-submit input[type=submit]:active, #respond .form-submit input[type=submit].active, .open .dropdown-toggle#respond .form-submit input[type=submit] {
color: #333;
background-color: #ebebeb;
border-color: #adadad;
}

#respond .form-submit input[type=submit]:hover, #respond .form-submit input[type=submit]:focus {
color: #333;
text-decoration: none;
}
#respond .form-submit input[type=submit] {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
outline: none!important;
text-transform: uppercase;
font-weight: bold;
color: #333;
background-color: #fff;
border-color: #ccc;
}

#respond h3 {
font-size: 1.2em;
line-height: 1.25em;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}

#respond textarea {
font-size: 1.1em;
line-height: 1.5em; 
font-family: Tahoma, Arial, tahoma, arial, sans-serif;
}

img.avatar-40{
float: left;
margin-right: 10px;
}




blockquote {
padding: 0.4em 1em;
margin-bottom: 1em;
background: #edeff4;
border-top: 1px #ccc solid;
}
blockquote p {
padding: 0;
margin: 0;
}
.widget {margin-bottom: 10px;}
.widget h3.widget-title {padding: 5px 7px; border-left: 10px solid #ff6666; background: #2c3e50; color: #fff; margin: 0 0;}
.widget li.boxed {background: #FAE3B4; border: 2px dashed #DADFE1; padding: 8px; font-size: 0.9em; line-height: 1.5em;}
.widget img.thumbnail {float: left; margin-right: 10px;}
.widget ul li.post, .widget ul li.comment {padding: 8px 0; border-bottom: 1px dashed #DADFE1;height: 65px;overflow: hidden}
.widget ul li.comment {line-height: 1.25em; height: 50px; overflow: hidden;}
.widget ul li.comment span.com-author {font-size: 0.9em; padding-top: 0px; display: block;font-style: italic;}
.widget ul li.comment span.com-author span {font-size: 1em; font-weight: bold; color: #000; text-transform: capitalize; font-style: normal;}

.is-sticky #news-post {max-width: 317px;}

#page {
	display: block;
	
}

#primary {
border-right: 1px solid #DADFE1;
padding-top: 10px;
padding-bottom: 10px;
}

#secondary {
padding-top: 10px;
padding-bottom: 10px;   
}

#content {
	margin: 0;
}
#main {
background: #fff;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
#branding {
  background:#2c3e50;  
}
#logo {
margin-left: -10px;
float: left;
padding-left: 0px;
}

#site-title {
height: 45px; 
padding: 0; margin: 0;
font-family: Tahoma, Arial, tahoma, arial, sans-serif;
font-size: 23px;
}

#site-title a{
height: 25px;
line-height: 25px;
display: block;
float: left;
padding: 10px;
text-decoration: none;
color: #FFF;
background: #F5AE42;
}

#menu-nav {
    
}

#menu-nav ul li {
    float: left;
    padding: 11px 8px;
}

#menu-nav ul li:hover {
    background: #F5AE42;
}
#menu-nav ul li a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
/* =Menu
-------------------------------------------------------------- */

input.searchbox {
display: block;
float: left;
width: 90%;
padding: 4px 12px;
margin: 0;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 3px;

}

#menu-acc {
    background: #FFF;
    border-bottom: 2px solid #DADFE1;
    
}

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}

#access a {
	display: block;
	line-height: 2em;
	padding: 0 0.75em;
    margin: 5px 0px;
	text-decoration: underline;
    border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-transform: capitalize;
font-size: 0.9em;
}

#access li:first-child a {
    background: #F5AE42;
    color: #fff;
    margin-left: 0;
    font-weight: bold;
    text-decoration: none;
}

#access li.current-menu-item a{
    font-weight: bold;
}

#access li.current-menu-item a:hover{
    font-weight: bold;
}

#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2.5em;
	left: 0;
	z-index: 99999;
    background: #FAE3B4;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	font-weight: bold;

}
#access ul ul a:hover {
	font-weight: bold;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */
#navigation {margin-bottom:10px;padding: 0 20px;}
#navigation a {padding:5px 20px; margin: 0 5px ; font-weight: bold; background:#fff; color:#333; border:1px solid #d1d1d1;
   /* optional rounded corners for browsers that support it */
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#navigation a:hover {background:#F5AE42; color:#fff; border:1px solid #aaa;}


#navigation  span.current {padding:5px 20px; margin: 0 5px ; font-weight: bold; background:#F5AE42; color:#fff; border:1px solid #d1d1d1;
   /* optional rounded corners for browsers that support it */
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

.entry-meta {
	clear: both;
	display: block;
}

.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.attachment #primary {
    border:none;
}

.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
        max-width: 95%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 95%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}




/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */
 #footer-new {
    background: #2c3e50;
    border-top: 5px solid #ff6666;

 }
 #footer-new ul li{
    border-top: 1px dashed #DADFE1;
    line-height: 1.2em;
    font-size: 0.9em;
    padding: 5px 0;
 }
 
 #footer-new h3 {
    font-weight: bold;
  }
 
 #colophon,  #colophon a {
    color: #DADFE1;
 }
 
 #colophon a:hover {
    color: #fff;
 }
 
 #site-generator {
    padding: 10px 0;
    font-size: 0.9em;
 }
 
 #site-generator a {
    font-weight: bold;
 }