/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

/* Add semi-transparent to boxed layout */
#inner-wrapper {background: #fff; background: rgba(255,255,255,0.6) !important;}


/* Add 3 columns in magazine template */
 .magazine .block { 
 float: left;
 padding: 0 5px;
 width: 32%; }

 .magazine .block.last {
 float: left; }

/*Add bounding box to posts */
.post {
background: none repeat scroll 0 0 white;
padding: 0px;
position: relative;
}
.post .title {
padding: 0px 0px 5px 5px;
background-color: #CDCED0;
text-align: center;
}


.paragraph{
        display:block;
        color: #666;
        text-align: left;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 16px;
        letter-spacing:0.03em;
}

.DemoImage{
float:left;
margin:0 10px 10px 0;
}



/*Navigation tool bar width */

#navigation {
margin-left:20px;
width:950px;
margin-bottom: 0px;
}


/* postion logo_2.png */
#header {
    background-position: 25% 50%;
}

/* add Title to header 
#logo .site-title, #logo .site-description {
	display: block !important;
}
#logo img {
	float: left;
	margin-right: 20px;
}
#logo {
	float: left;
	width: 450px;
}
*/

/*Remove image boarder*/
.entry img, img.thumbnail {
  background: none;
  border: medium none;
  padding: 5px;
}


/* margin from slider to posts */
#loopedSlider
{
margin-bottom: 0px !important;
}




/* Delete Author and Post date
.post-meta { display:none; }
*/

/* Add Search box to top menu 
#top .searchform { background: #fff; margin-bottom: 5px; }
*/

/* Add Search box to Header  
.header-search {
position: relative; top: 20px;
}
.header-search .icon-search {
position: absolute;
top: 8px;
right: 9px;
}
*/

/* Add an image to the footer area 
#footer {
background:url(<a href="http://link-to-your-image.com/image.jpg" rel="nofollow">
http://link-to-your-image.com/image.jpg</a>);
}
*/

/* Change the default height of the Magazine Grid 
.magazine .block { min-height: 400px; }
*/




/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */}

#wrapper {background: #fff; background: rgba(255,255,255,0.5) !important;}


/* remove next and prev links on posts */
.single .post-entries { display: none; }
