/*
Theme Name: Angela Stewart's WP Theme
Theme URI: http://localhost/wordpress/
Description: A theme based in the artist Angela Stewart's artwork
Author: BoxCudos
Author URI: http://www.boxcudos.com
Version: 1.0
*/

@import url("reset.css");  /* Import our reset stylesheet */


html {
/*	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat;*/
	background-color: #000;
}

body {
	font-family:Calibri, Helvetica, sans-serif;
	font-size: 100%;
		line-height: 1.5em;
}



/*#header_container{ 
width:100%;
height: auto;


}
#header_container h1{
	font-family: 'Roboto', sans-serif;
		font-size: 0.9em;
width:150px;	
color:#CCC;
float:left;
} 

#title{
	float:left;
margin-top:360px;
margin-left:50px;
}


nav{  
max-width:960px; 
width: 100%; 
margin-left:auto; 
margin-right:auto; 	

height: 37px;

background-color: rgba(0, 0, 0, 0.5);
}



nav li{
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	margin-right: 8px;
	margin-left: 30px;
color:#CCC;
	
}
nav ul{
	float:right
	padding-top:10px;
	padding-bottom:10px;
}*/
/*old stuff*/

#header_container{ /*this div is an ID so it uses a hashtag(classes use a full stop)*/
	width: 100%; /*the width of this div will always stretch across the full 100% width of the browser- percentages will also make this div responsive */
	height: auto; /*at the moment we will use pixels but in a few steps we will convert this to height:auto this means, the element will have flexible height i.e. its height will depend upon the height of children elements in it */
/*	background-image: url(images/flower_bg.png);*/
	
background-position: 50%; /*background position takes two parameters X and Y- so this percentage is the X which is width, thus it keeps the image centered*/
	background-repeat: no-repeat; /*don't repeat the background image*/
	background-size: cover; /*scale the background image to be as large as possible so that the background area is completely covered by the background image. */


}

header{  /*header is a native HTML5 element so does not need a hashtag*/
max-width:960px;  /*make sure our header content does not expand beyond 960px as per our dektop comp*/
width: 100%; /*make sure that the header can contract and expand- ie is repsonsive*/
margin-left:auto; /*required to center the header in the page*/
margin-right:auto; /*required to center the header in the page*/	
/*background-color:#FFF; a temporary background colour to help us test*/
height:auto;
/*padding-top:50px;*/

}
header h1{
	text-align: center;	
	padding-top:10px;
	    float: left;
		margin-left: 20px;
}
nav{ /*nav is a native element in HTML5 so does not need a hashtag*/
	width: 100%; /*the width of this div will always stretcg across the full 100% width of the browser*/
	height: 49px; /*the height of our div container*/
	/*background-color: #2F6D7C; /*a temporary background colour to help us test
            padding-left: 3000px; 
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;*/
	padding-top:5px;
	font-family: 'Roboto', sans-serif;
	color: #fdfbfb;
	background-color:rgba(0,0,0,0.5)
}


#bold_font a{
		font-family: 'Roboto', sans-serif;
	font-weight: 100; /*we can call the font weight 700 is usually bold*/
	color: #fdfbfb;
	text-decoration: none;
	font-size:175%;
}


#regular_font a{
		font-family: 'Roboto', sans-serif;
	color: #fdfbfb;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 175%;
	text-decoration: none;
}

#title{
	float:left;
	width:50%;
	margin-top:180px;
	 max-width: 100%;
	 padding-bottom:50px;
	 background-image: url(images/angela_stewart_title.png);
	 background-repeat:no-repeat;
	 height:100px;
	 background-size: 90%;
}
/*header img {
   
    height: auto;
  
}*/

#header_img{
	float:right;
		width:50%;
		padding-bottom: 15%;
}

#header_img img{
	
		width:100%;
}
/*#menu{
	float:right;
}

#menu li{
	display:inline;
	margin-right:7px;
	
}

#menu li a{
	text-decoration: none;
	color: #fdfbfb;
	
}*/
.menu-header {
	display: block;
	float: right;
	/*margin: 0 auto;
  width: 100%;
  height: 42px;*/
}
/*menu styling */
.menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*
The submenu needs to be hidden (we will make it appear on hover later).*/
.menu-header li,
div.menu li {
	float: left;
	position: relative;
	font-size: 1em;
}

.menu-header ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
.menu-header a {
	color: #aaa;
	display: block;
	line-height: 41px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: normal;
}
/*To make the sub-menu appear, we need to use the :hover pseudo-class*/
.menu-header ul li:hover > ul {
	display: block;
}
/*add some colouring to the hovering menu:*/
.menu-header li:hover > a,
.menu-header ul ul :hover > a {
	background: #333;
	color: #fff;
}
/*make the submenu vertical and give it some colour*/
.menu-header ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	font-size: 1em;/*size of fonts in submenu*/
}
/*background-color: #000;
to the menu-header class, so you end up with:*/
/*.menu-header {
  background-color: #000;
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 42px;
}*/
/*Wordpress adds classes to the current menu item. You can use this to style them.*/
.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
	color: #666;
	font-size: 1em;
}

/*menu styling */





#main_container{ 
width:100%;
height: auto;
/*background-image: url(images/flower_bg1.jpg); */

	
}

section#main{  /*header is a native HTML5 element so does not need a hashtag*/
max-width:960px;  /*make sure our header content does not expand beyond 960px as per our dektop comp*/
width: 130%; /*make sure that the header can contract and expand- ie is repsonsive*/
margin-left:auto; /*required to center the header in the page*/
margin-right:auto; /*required to center the header in the page*/	
/*background-color:#FFF; a temporary background colour to help us test*/
/*height:auto;*/
/*background-image: url(images/repeat_bg.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;*/
/*background-image: url(images/Poesis.jpg);/*Poesis.jpg flower_bg1.jpg*/
/*	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	height:700px;*/
	height:auto;
}

section#main h1{ 
font-size:4.5em;
color:#FFF;
float:left;
margin-top:360px;
margin-left:50px;
font-family: 'Roboto', sans-serif;
}


section#main img{ 
width:130%;
	background-position: center top; /*50%center top*/
	background-repeat: no-repeat; 
	background-size: cover;

/*font-family: 'Roboto', sans-serif;*/
}



#large_image{
	float: right;
	margin-top: -490px;
	padding-right: 40px;	
}
.black_line{
	background-color: #000;
	height: 30px;
	width: 960px;	
}


#main_single{
	width: 960px;
	height: 300px;
	/*background-image: url(images/repeat_bg-single.png);
	background-repeat: repeat-x;*/
	padding-bottom: 20px;
}

#hideme{
	text-indent: -9999px;	
}

#main_single img{ /*title image*/
	padding-top: 100px;
	padding-left: 30px;	
}
#large_single_image{ /*header image*/
	float: right;
	margin-top: -150px;
	padding-right: 120px;	
}

.content_wrapper{
/*	
	height: 100%;
	width: 960px;
	float:left;*/
	
	/*max-width:960px;  make sure our header content does not expand beyond 960px as per our dektop comp*/
width: 100%; /*make sure that the header can contract and expand- ie is repsonsive*/
	clear:both;
height:auto;	
	background-color: rgba(44, 41, 41, 0.5);
	
}
.latest_articles{
	    /*width: 80%;*/
    height: auto;
	max-width:960px;
	/*float:left;*/
	font-family: 'Roboto', sans-serif;
	color: #CCC;
	margin-left:auto; /*required to center the header in the page*/
margin-right:auto; /*required to center the header in the page*/
padding-bottom: 30px;
	
}


.latest_articles1{
	    width: 80%;
    height: auto;
	max-width:960px;
	/*float:left;*/
	font-family: 'Roboto', sans-serif;
	color: #CCC;
	margin-left:auto; /*required to center the header in the page*/
margin-right:auto; /*required to center the header in the page*/
	
}

.latest_articles1 h2{
	font-family: 'Roboto', sans-serif;
	color: #CCC;
	text-align:center;
	font-size: 2em;
	padding-top: 20px;
	padding-bottom: 20px;
	

}


/*.latest_articles img{
	border-radius: 50%;
	text-align:center;
		float: left;
	padding:30px;
	width:30%;
}*/

#lateimg{
	float: left;
	margin:30px;
	width:30%;
}

#lateimg img{
	border-radius: 50%;
	text-align:center;
	width:100%;
		
	
}
#aboutparagraphs{
	float:right;
	width: 60%;
	height:auto;
padding-bottom: 15%;
}


.latest_articles h2{
	font-family: 'Roboto', sans-serif;
	color: #CCC;
	text-align:center;
	font-size: 2em;
	padding-top: 15%;
	padding-bottom: 20px;
	

}

.latest_articles h2 a{
	font-family: 'Roboto', sans-serif;
	color: #CCC;
	text-align:center;
	/*font-size: 2em;*/
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration:none;

}

.latest_articles h2 a:hover{
	color:#09F;
}

.latest_articles h3{
	font-family: 'Roboto', sans-serif;
	color: #CCC;
	text-transform: capitalize;
	font-size: 1.8em;
	padding-left: 30px;
	padding-bottom: 20px;
	font-weight: bold;
}

	.latest_articles h4{ /*controls the titles insingle posts*/
	font-family: 'Roboto', sans-serif;
	color: #CCC;
	text-transform: capitalize;
	font-size: 1.6em;
	padding-left: 30px;
	padding-bottom: 20px;
	font-weight: bold;
}


.latest_articles p{
	font-family: Calibri, Helvetica, sans-serif;

	color: #CCC;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 22px;
	font-weight: lighter;
	padding-top: 10px;
	
}


.redd{
	color: #0ff;	
	
	padding-top: 50px;
	font-size: 1.0em;

}
#recent_articles{
	float: right;
	width: 263px;
	height: 100%;
	background-color: #000;
	padding-left:30px;
	/*background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;*/
}

#recent_articles h2{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	text-transform: capitalize;
	font-size: 2em;
	
	padding-bottom: 20px;
	padding-left: 30px;
	font-weight: bold;
	
}
/*#recent_articles ul{
	paddng-left:30px;
}*/

#recent_articles li{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	font-size: 1.5em;
	padding-bottom: 30px;
	font-weight: bold;
	text-decoration: none;
	/*padding-left:30px;*/
	list-style-type: none;
}

/*#recent_articles img{
	margin-top: -10px;
	margin-left: -50px;	
}*/

#footer_container{
	width:100%;
	height:auto;
	background-color: #000;
	clear:both;
}




footer{
	max-width: 960px;
	height: 70px;
	width:100%;
	
	clear: both;
	margin-left:auto;
	margin-right:auto;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 30px;
	padding-bottom:30px;*/
	color:#FFF;
	font-family:"Roboto", Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top:20px;
}
footer ul{
margin-left: 20px;
	float:right;
	
}

footer li{
	display: inline;
	
	font-size: 1.0em;
	padding-right: 38px;	
	
}
footer img{

	/*margin-top:-10px;*/
	padding-right: 10px;
	padding-left: 10px;
}
footer p{
	padding-left:30px;
	padding-right:40px;
	float:left;

}
.login{
	padding-left: 20px;	
}

footer a {
	color: #CCC;

}

footer li a {
	color: #CCC;
	text-decoration: none;
}
footer li a:hover { color: #a7d4f7; }

footer a:hover { color: #a7d4f7; }







/* Default WordPress styling */
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 20px;
}
.aligncenter, div.aligncenter {
   	display: block;
   	margin: 0 auto;
}
.entry .alignleft { margin: 0 15px 5px 0; }
.entry .alignright { margin: 0 0 5px 15px; }

/*.wp-caption {
	margin-bottom: 5px;
	border: 1px solid #dcdcdc;
	text-align: center;
	
	padding: 8px 4px;
}*/
.wp-caption img {
   	float: none;
   	padding: 0;
   	border: none;
}

.wp-caption alignright {
   	float: right;
   	
}

.post .postcontent {

	/*font-style: italic;*/
	padding: 5px 0 0 0;
	margin: 0;
	color: #f4f3f3;
	margin-left: 10%;
    margin-right: 10%;
}
.wp-caption {

	font-style: italic;
	padding: 5px 0 0 0;
	margin: 0;
	color: #333;
	background-color: #333;
}
.postcontent p.wp-caption-text{
	
}

/* Default WordPress styling */

/*** POSTS ***/
.post { margin-bottom: 25px; /* Space between each post */ }
.post .postcontent p {
	
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0;
	color:white;
	
}

.post .postcontent p a{
	color: #CCC;
	text-decoration: underline;	
}

.post .postcontent p a:hover{
	color: #0FF;	
}


.post .postcontent .wp-post-image{/* image embedded in front page post */
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 25px;
}



.postcontent .alignright{ /* image embedded in larger single post */
		float: right;
	padding-top:20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.post h4{
	padding-top:20px;
	
}

.post h3.posttitle {

	font-size: 24px;
	text-decoration: none;
	text-transform: capitalize;
	color: #F0EFEF;
	padding-bottom: 50px;
	text-align: center;
}
.post h3.posttitle a {
	color: #CCC;
	text-decoration: none;
	text-transform: capitalize;
}
/*.post h3.posttitle a:hover {
	text-transform: capitalize;
	 color: #6f9bd3; }*/


.post single-page h3.posttitle {
		font-size: 1.9em;
}

.content-band {
	background: url("images/content-band.png") no-repeat top left;
	margin: 0 0 0 -35px;
	padding: 12px 10px 30px 35px;
	font-size: 13px;
	clear: both; /* Clear floats if there are any floated images in post */
	text-decoration: none;
}
.content-band a {
	color: #4F0000;
	text-decoration: none;
}
.content-band a:hover { color: #e8f2ff; }
.content-band .postmeta-category { 
	background: url("images/icon-folder.png") no-repeat top left;
	padding-left: 20px;
}
.content-band .postmeta-comments { 
	margin-left: 30px;
	background: url("images/icon-comment.png") no-repeat top left;
	padding-left: 20px;
}
.content-band .postmeta-readmore {
	float: left;
	padding-left: 30px;
	margin-top: -15px;
	text-decoration: none;
}
.content-band .postmeta-time {
	margin-left: 10px;
	background: url("images/icon-clock.png") no-repeat top left;
	padding-left: 20px;
	color: #C4DEFF; 
}

.post .postthumbnail {
	width: 150px;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 30px;
}


.nav-older{
	color: #999;
	padding-left: 35px;
	text-decoration: none;
	padding-bottom: 20px;
}

#navigation a{
	text-decoration: none;
	
}

/*** POSTS ***/

*** SIDEBAR ***/
#sidebar {
	padding: 0 25px 0 0;
}
#sidebar ul {
	list-style-type: none;
	line-height: 16px;
	padding-top: 3px;
	text-decoration: none;
}
#sidebar li {
	/*background: url("images/dot-space-invader.png") no-repeat center left;
	padding-left: 17px;*/
	padding-bottom: 5px;
	color: #999;
	text-decoration: none;
}
#sidebar .sidebar-box {
	padding: 0 0 0 16px;
	margin-bottom: 20px; /* Space between each element */
	color: #999;
	text-decoration: none;
}

#sidebar .sidebar-box li a{
	color: #999;
	text-decoration: none;
	font-size: 0.9em;
}

#sidebar .sidebar-box li a:hover{
	color: #9CF;
	
}

#sidebar .sidebar-box:last-child { margin: 0; }
#sidebar .sidebar-box h2.widgettitle {
	background: url("images/sidebar-band.png") no-repeat top right;
	padding: 10px 0 12px 13px;
	margin: 0 -26px 0 -15px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #dee9f5;
}

/* Search and share */
#sidebar #search-wrapper {
	display: inline-block;
	background: url("images/search-field.png") no-repeat top left;
	height: 29px;
	width: 221px;
}
#sidebar #search-wrapper input#search {
	border: none;
	background: none;
	width: 180px;
	padding-top: 8px;
	padding-left: 8px;
	float: left;
}
#sidebar #search-wrapper input#search-submit {
	border: none;
	background: none;
	width: 28px;
	height: 28px;
	display: inline-block;
	cursor: pointer;
}
#sidebar #share {
	margin-top: 15px;
	margin-left: 15px;
}
#sidebar #share a { margin-right: 12px; }

/* Search and share */

/* Menu */
#sidebar ul.sidebar-menu li {
	background: none; padding-left: 0; /* Remove defaults */
	float: left;
	width: 90px;
	margin-right: 20px;
	border-bottom: 1px solid #d2d6dc;
	margin-bottom: 5px;
}

/* Menu */

/*** COMMENTS ***/
.comments-template { margin: 25px 0 0 0; }
.comments-template ol {
	padding: 0 0 15px 0;
	list-style: none;
	margin-top: 10px;
}
.comments-template ol li {
	line-height: 20px;
	padding: 15px;
	background-color: transparent;	
	margin-bottom: 8px;  /* Space between each comment */
}
.comments-template ol li.alt {
	background-color: #333; /* The alternating comment */
}
.comments-template .authcomment {
	background-color: #333!important; /* Highlighting author comments */
}

.comments-template h3 { font-size: 16px; font-family:Cambria, Georgia, "Times New Roman", Times, serif; }
.comments-template h3#comments, .comments-template h3#respond {
	/*background: url("images/content-band.png") no-repeat top left;*/
	margin: 0 0 0 -35px;
	padding: 8px 10px 12px 35px;
	color: #000;
}
.comments-template h3#respond { margin: 0 0 12px -35px; }

.comments-template ol li .avatar {
	float: left;
	margin: 0 15px 10px 0; 
}
.comments-template .comment-author {
	margin-top: 5px;
	font-size: 14px;
}
.comments-template .comment-date {
	font-size: 11px;
	margin-top: 2px;
	font-style: italic;
	float: right;
	color: #666666;
}
.comments-template .comment-mod { 
	display: block; 
	font-size: 11px; 
	color: #666666; 
}
.comments-template .comment-text { 
	margin-top: 5px;
	width: 410px;
	float: left; 
}
.comments-template p.nocomments {
	font-style: italic;
	margin-top: 5px;
}

.comments-template form textarea { /*modifies the background of the text area*/
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #CCC;
}
.comments-template form p.allowed-tags { padding-top: 5px; padding-bottom: 5px; }
.comments-template form input {
	height: 22px;
	margin-bottom: 10px;
	background-color: #CCC;
}
.comments-template form input#submit {
	margin-top: 5px;
	height: 28px;
	padding: 2px 2px 4px 2px;
}

/*** COMMENTS ***/



/*#footer .footer-box { 
	width: 225px;
	float: left; 
	margin-right: 50px;
}
#footer .footer-box:last-child { margin: 0; }

#footer h2.widgettitle {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin-left: 30px;
}
#footer .footer-gravatar {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer p { line-height: 17px; }*/

/*#footer ul {
	list-style-type: none;
	line-height: 16px;
	padding-top: 3px;
}}*/
/* #footer li {
	background: url("images/dot-space-invader-light.png") no-repeat top left;
	padding-left: 17px; 
	padding-bottom: 5px;*/

/* Menu in footer */
/*#footer ul.footer-menu li {
	background: none; padding-left: 0; 
	float: left;
	width: 80px;
	margin-right: 30px;
}*/


#gal h3 {
  text-align: center;
  font-size: 1.65em;
  margin: 0 0 30px;
}

#gal {
  font-size: 0;
}

#gal a {
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  margin-right: 8px;
}

#gal a:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 50em) {
  #gal a {
    width: calc(25% - 6px);
  }
  
 # gal a:nth-of-type(2n) {
    margin-right: 8px;
  }
  
  #gal a:nth-of-type(4n) {
    margin-right: 0;
  }
}

#gal a:hover img {
  transform: scale(1.15);
}

#gal figure {
  margin: 0;
}

#gal figure img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ccc;
  transition: transform .2s ease-in-out;
}

#gal .p a {
  display: inline;
  font-size: 13px;
  margin: 0;
}

#gal .p {
  text-align: center;
  font-size: 13px;
  padding-top: 100px;
}