/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html
{
	margin: 0;
	padding: 0;
}
body
{
	background-image:url('./img/bg.png');
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	margin: 0;
}
body, input, textarea
{
	color: #000000; 
	font-family: sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{ 
}
hr
{
}

pre
{
}

code
{
}

p
{
}

a
{
	text-decoration:none;
	color:inherit;
}

a:hover
{

}

a:visited
{

}



/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{
	width: 950px;
	height: inherit;
	margin: auto;
	position: center;
}
div#content
{
	width: 650px;
	float: left;
	padding-left: 10px;
}


/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
.menu ul
{
 list-style-type: none
}

.menu ul ul
{
	display: none;
	text-decoration:none;
	margin: auto;
	position: left;
	width: 650px;
	height: 30px;
	font-family: sans-serif;
	font-size: 150%;
	letter-spacing: 3;
	text-decoration:none;
	text-align: left;
	padding-top: 10px;
}

.menu li
{
	display: inline;
	padding: 0 8px 0 4px;
}

.menu-item
{
	
}

.menu-item a
{

	color: #000000;
	font-weight: 20%;
	font-size: 100%;
	letter-spacing: 2;
	text-decoration:none;
}

.menu-item a:hover
{
	color: rgba(0,0,0,0.7);
	font-weight: 20%;
	font-size: 100%;
	letter-spacing: 2;
	text-decoration:none;
}

ul
{
	list-style-type: none;
}


/*** HEADER : OTHER ***/
.header
{
	width: 940px;
	height:220px;
	background-image:url('./img/bannere.jpg');
	margin: auto;
	margin-top: 7px;
	position: center;
	
}

.headerwrap
{
	margin: auto;
	width: 940px;
}

.social
{
	float: right;
	padding-top: 60px;
	padding-right: 11px;
}

.footer
{
	height: auto;
	font-family: sans-serif;
	font-weight: 50%;
	font-size: 80%;
	letter-spacing: 2;
	margin-bottom: 5;
}

.archive
{
	font-family: sans-serif;
	font-weight: 200;
}

.nav
{	
	width:940px;
	margin: auto;
	text-align: right;
	font-family: sans-serif;
	font-weight: 200;
	padding: 0 0 15 0;
}

.featured_video
{
	width: 660px;
	background-color: black;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: white;
}

table, th, td
{
border-style: none;
text-align: center;
}


.contact
{
margin-top: 10px;
}

.altsidebar
{
width: 290px;
background-color: black;
height:500px;
float:right;
}

.grabs
{
padding-top: 20px;
padding-left: 15px;
}
/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1
{
display:none
}

h1.entry-title
{
	display: none;
}

h2.entry-title
{
	font-family: Impact, Charcoal, sans-serif;
	font-weight: 200;
	padding-left: 10px;
}

h2.entry-title a
{
}

h1.page-title
{
	display:none;
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}

.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	width: 650px;
	font-family: sans-serif;
	font-weight: 200;
	/* Style that affects actual entry/post content */
}

.entry-content a
{
	color: blue;
}

.entry-content a:hover
{
	color: blue;
}

.entry-content h1, h2, h3, h4, h5
{
	
}

.entry-content ol li
{
	
}

.entry-utility
{
	width: 650px;
	border-bottom: black;
	border-bottom-style: double;
	border-bottom-width: 3px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: sans-serif;
	font-weight: 200;
	font-size: smaller;
	color: rgba(141,141,141,0.93);

	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}

.entry-meta
{
display: none;
	/* Style for the entry metadata (author, etc.) */

}

.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}

.navigation
{
	font-family: sans-serif;
	font-weight: 200;
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}

.comments h3
{
	/* H3 header style for comments */
}

.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}

.comments ol li
{
	/* Style each list item in the comments ordered list */
}

.comments img
{
	/* Style for the user avatar beside each comment */
	margin: 0 12px 8px 0;
}

.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}

.comment-meta
{
	/* Style for metadata for a comment */
}

div#respond
{
	/* DIV that contains the comment response form */
}

div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}

div#secondary
{

	/* Secondary Widget Area DIV */
}

.widget-area
{
	
	background-color: black;
	width: 280px;
	float: right;
	margin-top: 10px;
    font-family: sans-serif;
	font-weight: 200;
	color: white;
	/* Class that applies to BOTH widget areas */
}

#s
{	
   
    width: 185px;
    height: 20px;
}

#searchsubmit{
	
	width: 50px;
	height: 20px;
	
	
}

#select
{

}

#searchform
{

}

.xoxo
{
-webkit-padding-start: 20px;	
	/* Class that applies to each item in each widget area (an unordered list class) */
}

.textwidget {

	padding-left: 20px;
}

#masthead.nav {
	margin-top: 10px;
}


/*** FOOTER ***/
div#footer
{
	margin: 15px auto;
	clear: both;
}


/*** YOUR CSS ***/



