/*
	Theme Name: Primary
	Theme URI: http://newwpthemes.com/primary-free-wordpress-theme/
	Description: Primary is a free WordPress theme with options page. Supports the post thumbnails. Suitable for any niche especially for games, online games or entertainment sites or blogs.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 1.0
    Tags: black, blue, two-columns, right-sidebar
*/

/* LAYOUT */

body {
	background:#252828 url(images/background.png) left top repeat-x;
	}

#wrapper {
  	background: url(images/wrapper-bg.jpg) center 170px no-repeat;
	}

#container {
	}

#contentwrap {
    background: #FFFFFF url(images/contentwrap.png) 635px top repeat-y;
    border-top: 1px dashed #F3F0E9;
	}

a {
	color: #000000;
    text-decoration: none;
	}

a:hover {
	color: #168DA8;
    text-decoration: underline;
	}


/* HEADER */

#header {
	height: 115px;
    padding:6px 0;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 45px 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #EEECEC;
	text-decoration: none;
	}


#header h2 {
	color: #EEECEC;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	}
    
.logoimg {
    margin: 30px 0 0 0px;
    }

/* NAVIGATION MENUS */

#pagemenucontainer {
    margin-top: 40px;
	height: 34px;
    float: right;
    padding: 0;
    background: url(images/pagemenu-bg.png) left 1px repeat-x;
	}
	
#pagemenu {
	height: 34px;
    float: right;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
    padding: 0 2px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0;
	}
    #pagemenu li:first-child {
	}

#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #FFFFFF;
	display: block;
    margin: 0 2px 0 2px;
	padding: 11px 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#pagemenu li a:hover, #pagemenu li a:active {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    background: url(images/pagemenu-hover.png) left top repeat-x;
	}

#pagemenu  li.current_page_item a {
	color: #FFFFFF;
	text-decoration: none;
    background: url(images/pagemenu-hover.png) left top repeat-x;
   	}

#pagemenu li:hover, #pagemenu li.sfhover {
	position: static;
	}
	
.topright {
	text-align: right;
    margin: 16px 0 0 0;
	}

#navcontainer {
	height: 42px;
	display: block;
	overflow: hidden;
	}

#navcontainer .current-cat a {
	color:#179EBC;
    background: url(images/nav-hover.png) left top repeat-x;
    text-decoration: none;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	}

/* CONTENT */

#content {
	padding: 15px 5px 15px 15px;
    color: #58564E;
	}
    
h1,h2,h3,h4,h5 {
    color: #252828;
}
	
pre { overflow: auto; 
	width: 470px; 
	}
	
.post {
	padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #ECECEC;
	}


.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 26px;
	font-size: 24px;
	font-family: Arial, Verdana;
	color: #252828;
    font-weight: bold;
	}

	
.title a {
	text-decoration: none;
	color: #252828;
	}

.title a:hover {
	text-decoration: none;
    color: #32B3D2;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: none;
    color: #252828;
}

.readmorecontent {
	text-align: right;
	}

a.readmore {
	padding: 4px 15px;
	background: #E4EAEA url(images/readmore-bg.png) left top repeat-x;
	color: #565648;
	text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ECEAEA;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 	}

a.readmore:hover {
    color: #10819B;
	background: #E4EAEA url(images/readmore-hover.png) left top repeat-x;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #C7E4EA;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}


.postdate {
	font-size: 12px;
	padding: 1px 0px;
	font-family: Arial, Verdana;
	color: #A0ACAC;
	}
.view {
	float:  left;
	text-align: left;
	padding: 0px 0px 0px 28px;
	background: url(images/view.png) 10px 0px no-repeat;
}


.postmeta {
	font-size: 12px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	color: #A0ACAC;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	}
    
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 610px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
   margin: 0 10px 5px 0;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #232323 !important;
    background:none !important;
    border: 1px solid #fff !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #232323 !important;
    background: #ECEBEB url(images/wp-pagenavi-hover.png) left top repeat-x !important;
    border: 1px solid #DED8D8 !important;

}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #232323 !important;
    background: none !important;
    border: 1px solid #fff !important; ;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #FFFFFF !important;
    background: #A1D6E3 url(images/wp-pagenavi-bg.png) left top repeat-x !important;
    border: 1px solid #41B9D4 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #232323 !important;
    background: none !important;
    border: 1px solid #fff !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px;
	text-align:center;
	}
	
.ad125 {
	margin: 10px 6px;
	}


.sidebar {
	margin: 0 10px 10px 10px;
    font-size: 13px;
    color: #6D6B61;
    padding: 0;
	}
	
.sidebar a {
	text-decoration: none;
	color: #6D6B61;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#1594B3;
	}
	
	
#search {
    border: 1px solid #E3E0D7;
    height: 28px;
    padding: 0 2px;
   background: url(images/search-bg.png) left top repeat-x;
    text-align: right;
}

#search input {
	border: 0;
    background: none;
    color: #252828;
}



#s {
	width: 252px;
	padding: 0 3px 3px 3px ;
    margin:0 0 0 0;
    background: none;
}

#topsearch {
    margin-top: 15px;
}
		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.addthis_toolbox .custom_images a img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


	
.sidebarvideo {

	}


.socialboxes {
	background: #FFFFFF;
	border: 1px solid #E5E4E0;
	padding: 10px;
	margin: 10px 0 0 0;
	}

.socialboxes:hover {
    border: 1px solid #F1EEE5;
    background: #FFFFFE url(images/socialboxes-hover.png) left top repeat-x;
    }

.socialboxes a {
	color: #52575C;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	}
.socialboxes a:hover {
	color: #107E96;
	text-decoration: underline;
	}

.sidebar h2 {
	margin: 10px 0 0px 0;
	padding: 13px 0 13px 10px;
	font-size: 16px;
    line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #394040;
    background: url(images/sidebar-tab.png) left top repeat-x;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li, .sidebar ul li ul li {
	padding: 6px 0px 6px 10px;
    background: url(images/bullet.png) left 12px no-repeat;
    border-bottom: 1px dashed #CDC9BB;
	}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #6D6B61;
	background: none!important;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background:  none !important;
    color: #6D6B61;
	}

#wp-calendar td {
	color: #6D6B61;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #1594B3;
	color: #fff;
	}

#wp-calendar td:hover a {
    color: #fff;
}

#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	padding: 22px;
	text-align: center;
	color: #252828;
    background: url(images/footer-bg.png) left top repeat-x;
	font-size: 13px;
	}

#footer a {
	color: #252828;
	}

#footer a:hover {
    color: #252828;
	text-decoration: none;
	} 
	
#credits {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#credits a {
	color: #FFFFFF;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    border: 1px solid #EBF0F1;
    margin: 0 10px 10px 0;
    background: #FFFFFF;
}
