/*   
Theme Name: Complexd
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Tim Holmes
Author URI: http://www.vonholmes.co.uk/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('css/pagenavi-css.css');
@import url('css/slides.css');

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* =Structure & Menus
-------------------------------------------------------------- */


body{
	margin:0;padding:0;top:0;
	font-size:13px;
}

.page-template-blog-intro-new-php #container {
	width: 100%;
}
#container{
	width:1150px;
	display:block;
}

#site-nav{
	width:350px;
	display:inline;
	float:left;
	background:#FFF;
	border-right:1px solid #CCC;
	padding-top:50px;
	position: fixed;
	height:100%;
}

#site-content{
	width:760px;
	margin-left:390px;
	margin-top:45px;
	background:#FFF;
	position:relative;
}
#main {
	width: 500px;
	float: left;
	margin: 20px 40px 60px 0;
}
.blog-page #main, .archive-page #main, .about-page #main {
	margin-top: 0;
}
.category-page #main {
	margin-top: -30px;
}
.single-page #main {
    margin-top:0;
}
aside.sidebar {
	width: 160px;
	padding-left: 30px;
	float: left;
	border-left: 1px solid #EFEFEF;
	margin-bottom: 40px;
}
aside.sidebar img {
    margin-bottom: 20px;
}
footer {
	width: 760px;
	margin-left: 390px;
}

#intro-tagline{
	display:inline;
	bottom:0;
	width:100%;
    margin:0;
    padding:25px 0 20px 0px;
	position: absolute;
}

ul#nav{
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#nav li {
	padding:8px 0 0px 40px;
	font-size:48px;
	letter-spacing:-3px;
	line-height: 52px;
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #EFEFEF;
}

ul#nav li ul {
	margin: -5px 0 8px -30px;
	padding: 0;
}
ul#nav li ul li {
	font-size: 18px;
	letter-spacing: -1px;
	list-style-type: none;
	color: #CCC;
	line-height: 18px;
	border-bottom: none;
}

ul#nav li a {
	font-weight: 300;
	text-decoration:none;
	color:#CCC;
}

ul#nav li a:hover{
	color:#222;
}

ul#nav .selected{
	color:#222;
}

ul#nav .slide{
	color:#666;
}

.mag-ad {
	margin-top: 10px;
	padding-bottom: 40px;
}

.dfrads {
	padding: 10px 0;
}

.spacer{
	height:20px;
}

.spacer2{
	height:50px;
}


/* =Content
-------------------------------------------------------------- */

body {
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #40007F;
}

p {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333333;
	margin-top:20px;
	text-align:justify;
}

div.entry-content span{
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

div.post p{
	line-height:21px;
	text-align:justify;
}

h1, h2, h3, h4, h5 {
	font-family: 'Josefin Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
	text-transform: uppercase;
}
h1.archive-title {
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #555;
}
.category-page h1 {
	font-size: 6em;
	letter-spacing: -5px;
	margin: 0;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.category-page h3 {
	font-size: 21px;
	font-weight: 300;
	letter-spacing: -1px;
	//text-transform: uppercase;
	color: #222;
	padding-bottom: 20px;
	text-align: center;
}

h2.entry-title{
	text-transform:uppercase;
	color:#333333;
	margin-bottom:5px;
	font-weight: 400;
}

h2.entry-title a{
	color:#777;
	border-bottom:1px solid #CCC;
	font-weight: 400;
}

h2.entry-title a:hover{
	color:#222;
}

h2.page-title{
	text-transform:uppercase;
	color:#333333;
	padding: 0;
	margin-top: 0;
	font-weight: 700;
	font-size: 24px;
}
.about h2.page-title {
	margin-top: 30px;
}
h2.mag-archive-title{
	text-transform:uppercase;
	color:#333333;
	padding:30px 0 0px 0;
	margin-top: 0;
	font-weight: 700;
	font-size: 24px;
}
aside h3 {
	text-transform: uppercase;
}

#main img {
max-width: 500px;
width: expression(this.width > 500 ? 500: true);
height: auto; 
border:none;
}

div.post{
	margin-top:40px;
	padding-bottom:50px;
	border-bottom:1px solid #EFEFEF;
}
.magazine {
	margin-bottom: 50px;
}
div.first {
	margin-top: 0;
}

.archive-mag {
	width: 165px;
	float: left;
	margin: 0 20px 20px 0;
}
.last {
	margin-right: 0;
}

div.entry-content{
	width:500px;
}

div.entry-meta{
	font-size:11px;
	text-transform:uppercase;
	color:#666;
	margin-bottom:20px;
}

div.entry-utility{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#666;
	padding-top:20px;
}

form.wpcf7-form p{
	font-size:11px;
}

ul{
	list-style-type:circle;
	color:#333;
	text-align:justify;
}

.underline{
	text-decoration:underline;
}

aside ul {
	padding-left: 20px;
}

ol{
	font-size:13px;
	line-height:18px;
	color:#333;
	text-align:justify;
}

ol li{
	margin-bottom:10px;
}

ol ul{
	margin-top:10px;
}

span a{
	color:#999;
}

span a:hover{
	color:#FBB03B;
}

p.wp-caption-text{
	margin-top:10px;
	font-family:Georgia, Times, serif;
	font-style:italic;
	font-size:12px;
}


/* Twitter widget
------------------------------------------------------- */


#tp_widget_recent_tweets-2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #efefef;
	padding: 15px;
	font-size: 11px;
	margin: 20px 0;
}
#tp_widget_recent_tweets-2  h3 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	padding-bottom: 0;
	text-align: left;
}
.tp_recent_tweets ul {
	list-style-type: none;
	padding-left: 0;
}
.tp_recent_tweets ul li {
	width: 100px;
	text-align: left;
	font-size: 11px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	margin-bottom: 10px;
}
#tp_widget_recent_tweets-2 .twitter_time {
	font-size: 11px;
}


/* Instagram widget
------------------------------------------------------- */

#instagrm_widget-2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #efefef;
	padding: 15px;
	font-size: 11px;
	margin: 20px 0;
}

#instagram_widget_title {
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	padding-bottom: 0;
	text-align: left;
	text-transform: uppercase;
}
ul#instagram_widget {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#instagram_widget li img {
	width: 120px;
	margin: 0;
}


/* MASONRY
------------------------------------------------------- */

.box {
  line-height: 1.4em;
  float: left;
}

.col3 { width: 250px; }

.col3 img { max-width: 250px; height: auto; }

.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.masonry-post-title {
	display: none;
	width: 250px;
	top: 0;
	position: absolute;
	background-color:#EFEFEF;
	padding:0;
	position:absolute;
	height:100%;
}
.masonry-post-title h3 {
	padding: 20px;
	text-transform: uppercase;
}
#masonry-content {
	display: none;
}

#loading {
	background: url('images/ajax-loader.gif') no-repeat center;
	height: 250px;
	width: 750px;
}




/* =Footer
-------------------------------------------------------------- */

ul.footer{
	list-style-type:none;
	padding:30px 0 50px 0;
	margin:0 0 0 -40px;
	border-top:1px solid #ccc;
}

ul.footer li{
	display:inline;
	padding:0 15px 0 10px;
	border-right:1px solid #CCC;
	text-transform: none;
	font-size:11px;
	color:#999;
}

ul.footer li a{
	color:#666;
}

ul.footer li a:hover{
	color:#dd9466;
}

ul.footer li.first{
	padding-left:40px;
}

ul.footer li.last{
	border-right:none;
}


/* Comments
------------------------------------------------------- */

div#comments{
	padding-top:40px;
}

#comment{width:100%;}

h2#comments{
	font-weight:normal;
	margin-bottom:40px;
}

div#comments p{
	margin-top:10px;
	font-size:12px;
}

.children{
	list-style:none;
	margin-left:20px;
}

.comment-body{margin-bottom:50px;padding-bottom:20px;border-bottom:1px solid #EFEFEF;}

div.reply { float:right; font-size: 12px; }

div.cancel-comment-reply { font-weight:bold; }

li.comment img.avatar {
	display:none;
}

li.comment img {
	display:none;
}

.says {display:none;}

.fn{
	font-style:normal;
	text-transform: capitalize;
	font-size:14px;
	color:#000;
}

.comment-meta{
	font-size:11px;
	margin:10px 0 10px 0;
}

.comment-reply-link{
	margin:0 0 20px 0;
}

#commentform{
float: left;
} 

div.commentmetadata{
	display:inline;
}

div.commentmetadata a{
	color:#999;
}

div.comment-author{
	display:inline;
	padding-right:10px;
}


/* MASONRY
------------------------------------------------------- */

.masonry-container {
	//width:760px;
	margin-left: 351px;
	overflow: hidden;
}

#blog-intro-container {
	width: 100%;
}

.box {
  float: left;
  display: block;
}

.col3 { width: 33.34%; }

.col3 img { max-width: 550px; height: auto; }

.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.masonry-post-title {
	display: none;
	width: 100%;
	top: 0;
	position: absolute;
	background-color:#EFEFEF;
	padding:0;
	position:absolute;
	height:100%;
}
.masonry-post-title h3 {
	padding: 20px;
	text-transform: uppercase;
	color: #333;
}
      
      
#masonry-content {
    width:100%;
	display: none;
          
}

#loading {
	background: url('images/ajax-loader.gif') no-repeat center;
	height: 250px;
	width: 750px;
}




.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
	