﻿/*
Theme Name: Telegramme Portfolio theme
Theme URI: http://portfolio.telegramme.co.uk
Version: 1.0
Author: admin
*/


/*---------------------------------------------------------------------*
 * CLASSES 
 *---------------------------------------------------------------------*/

body
{
	background: url(images/background-grey.jpg);
	color: #623b15;
	font-family: georgia;
	font-size: 70%;
	margin: 0;
	padding: 0;
}

p
{
	line-height: 1.2em;
}

a
{
	color: #7dbbc5;
	text-decoration: none;
}

a:hover
{
	color: #623b15;
}

h1
{
	float: left;
	background: url(images/logo.gif) no-repeat;
	width: 282px;
	height: 124px;
	font-size: 1px;
	color: transparent;
}

h2
{
	font-size: 100%;
	font-family: rockwell, courier, sans-serif;
	text-transform: uppercase;
	color: #7dbbc5;
	font-weight: normal;
	padding: 4px 10px 10px;
	margin: 0;
}

h3
{
	font-size: 100%;
	font-family: rockwell, courier, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

hr
{
	border: none;
	border-bottom: 2px ridge #c28b75;
}

form
{
}

input, textarea, select
{
	background: #dfe0da;
	border: 1px solid #dfe0da;
	margin: 4px 0 8px;
	padding: 2px;
}

input:hover, textarea:hover, select:hover
{
	background-color: #cfd0ca;
	border-color: #cfd0ca;
}

input.submit
{
	padding: 2px 8px;
	text-align: center;
	text-transform: uppercase;
	float: right;
	color: #7dbbc5;
}

fieldset
{
	border: none;
}

fieldset *
{
	vertical-align: middle;
}

/*---------------------------------------------------------------------*
 * IDs
 *---------------------------------------------------------------------*/

#page
{
	background-color: #fff;
	width: 930px;
	padding: 10px 30px;
	margin: 0px auto;
}


#header
{
	position: relative;
}

#header hr
{
	margin-top: 0;
}

#menu
{
	width: 649px;
	height: 25px;
	float: left;
	position: absolute;
	bottom: 2px;
	right: 0px;
}

#menu ul, #menu li
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu img
{
	border: none;
/*
	border-bottom: 1px solid #eee;
	position: relative;
	top: -1px;
*/
}

#menu a:hover img
{
}


#content
{
	clear: both;
	width: 930px;
	float: left;
	margin-top: 6px;
	margin-right: 14px;
	padding: 0;
	padding-right: 14px;
}

#content .wide
{
	width: 930px;
	background: none;
}
/* div position of data to left of slideshow on index page  (craigdpaul) */
#content .wide .aboutus
{
	float:left;
	width: 290px;
	height:340px;
	background: url(images/dots-vertical.gif) repeat-y 280px 0px;
	padding-right:15px;
	}
/* div position of text above arrow on index page  (craigdpaul) */	
#content .wide .aboutus .aboutusText{
float:left;
width: 275px;
height:220px;
background: url(images/dots-horizontal.gif) repeat-x bottom left;
}
/* div position of arrow on index page  (craigdpaul) */
#content .wide .aboutus .arrow{
float:left;
width: 275px;
height:120px;
}
/* for the index page, text on the left  (craigdpaul)*/
.bluecourier{
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	color:#72bbc1;
	font-size:18px;
	text-transform:uppercase;
	line-height: 1em;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
/* for the index page, text on the left  (craigdpaul)*/
.normalcourier{
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	color:#d8dad1;
	font-size:18px;
	text-transform:uppercase;
	line-height: 1em;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#content h3
{
	color: #7dbbc5;
	padding: 4px 10px 10px;
	background: url(images/dots-horizontal.gif) repeat-x bottom left;

	}
	
#content p
{
	padding: 0 10px;
}
/* div positioning for category page  (craigdpaul)*/
#cat-container{
width:1000px;
}
/* category page h3 (craigdpaul)*/
#cat-container h3{
	color: #7dbbc5;
	padding: 4px 10px 10px;
	background: url(images/dots-horizontal.gif) repeat-x bottom left;
	}
/* category page h3 (craigdpaul)*/
#cat-container p
{
	padding: 0 10px;
}
/* div positioning for about page - main text controlled by wordpress  (craigdpaul)*/
#cat-main{
width:650px;
float:left;
	clear: both;
	margin-top: 6px;
	margin-right: 14px;
	padding: 0;
	padding-right: 14px;
	background: url(images/dots-vertical.gif) repeat-y top right;
}
#sidebar
{
	width: 250px;
	/*
	position: absolute;
	top: 140px;
	left: 550px;
	*/
	float: left;
}

#sidebar ul, #sidebar li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li
{
	margin: 2em 0;
}

#sidebar h3, #sidebar li li
{
	color: #623B15;
	background: url(images/dots-horizontal.gif) repeat-x bottom left;
	padding: 4px 0;
	margin: 0;
}

#sidebar hr
{
	border: none;
	height: 2px;
	background: url(images/dots-horizontal.gif) repeat-x bottom left;
}

#footer
{
	clear: both;
}

#twitter
{
	clear: both;
}

#twitter
{
	padding: 12px 20px 8px 30px;
	border-top: 2px ridge #c28b75;
	background: url(images/icons/twitter.gif) no-repeat 2px 7px;
}
#twitter-name{
	font-family: rockwell, courier, sans-serif;
	text-transform: uppercase;
	color: #7dbbc5;
}
#twitter h3
{
	display: inline;
	margin: 0;
	margin-right: 12px;
	padding: 0;
	background: none;
}

#twitter ul, #twitter li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#twitter .from-meta
{
	display: none;
}

.twitter-timestamp{
color:#7DBBC5;
}


/*---------------------------------------------------------------------*
 * Classes: Blog
 *---------------------------------------------------------------------*/

.post_title
{
	float: left;
	margin: 4px 0 10px;
	padding: 0 !important;
	background: none !important;
}
.post_title a
{
	color: #623b15;
}

.post_date
{
	margin: 4px 0 10px;
	float: right;
	color: #7dbbc5;
}

.category-design .post_date, .category-patterns .post_date
{
	display: none;
}

.post
{
	padding-bottom: 10px;
	background: url(images/dots-horizontal.gif) repeat-x bottom left;
}

.post_header
{
	padding: 0 10px;
	background: url(images/dots-horizontal.gif) repeat-x bottom left;
}

.post_body
{
	padding: 1px 0;
	margin: 0 10px;
	width: 600px;
}

.post_body img
{
	max-width: 600px;
}

.post_author
{
	margin: 0 10px;
	color: #7dbbc5;
}


/*---------------------------------------------------------------------*
 * For the comments and positioning of the images that are in the full width columns (5 images wide)
 *---------------------------------------------------------------------*/
 .pics{
 
 }
 
 .imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;

	border: 10px solid #e9e9e6;
	float: left;
	margin: 7px;
	
}
.imgteaser a:hover {
	border-color: #dfe0da;
	cursor: pointer;
}

.imgteaser img
{
	border: none;
	float: left;
}

.imgteaser a:hover .desc {
	display: block;
	font-size: 1.1em;
	background: #fff;
	filter:alpha(opacity=70);
	opacity:.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
	color: #623b1c;
	position: absolute;
	bottom: 17px;
	left: 17px;
	padding: 10px;
	margin: 0;
	width: 131px;
}
.imgteaser a .desc {display: none; }
.imgteaser a:hover .more { visibility: hidden;}

/*---------------------------------------------------------------------*
 * For the comments and positioning of the images that are in the narrow columns (3 images wide)
 *---------------------------------------------------------------------*/
 .imgteaserNarrow {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaserNarrow a {
	text-decoration: none;

	border: 10px solid #e9e9e6;
	float: left;
	margin: 20px;
	
}
.imgteaserNarrow a:hover {
	border-color: #dfe0da;
	cursor: pointer;
}

.imgteaserNarrow img
{
	border: none;
	float: left;
}

.imgteaserNarrow a:hover .desc {
	display: block;
	font-size: 1.1em;
	background: #fff;
	filter:alpha(opacity=70);
	opacity:.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
	color: #623b1c;
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 10px;
	margin: 0;
	width: 131px;
}
.imgteaserNarrow a .desc {display: none; }
.imgteaserNarrow a:hover .more { visibility: hidden;}



.post_navigation
{
	margin: 1em 0;
}


#d13slideshow
{
	width: 600px;
	height: 400px;
	margin: 10px;
	background: #000;
}

#d13slideshow .d13nav
{
	display: none !important;
}

#d13slideshow .d13fader
{
	display: none;
}

#d13slideshow #navleft, 
#d13slideshow #navright
{
	display: none;
}


/*---------------------------------------------------------------------*
 * Classes: General helper classes
 *---------------------------------------------------------------------*/

.pagetitle
{
	background: url(images/dots-horizontal.gif) repeat-x bottom left;
}

.clear
{
	clear: both;
}

.alignleft
{
	float: left;
	margin: 0 1em 1em 0;
}

.alignright
{
	float: right;
	margin: 0 0 1em 1em;
}

.blue
{
	color: #7dbbc5;
}

/*---------------------------------------------------------------------*
 * can probably delete now...
 *---------------------------------------------------------------------*/

.post_thumb a
{
	border: 10px solid #e9e9e6;
	float: left;
	margin: 20px;
}

.post_thumb a:hover
{
	border-color: #dfe0da;
}

.post_thumb img
{
	border: none;
	float: left;
}

.post_thumb_wide a
{
	border: 10px solid #e9e9e6;
	float: left;
	margin: 7px;
}

.post_thumb_wide a:hover
{
	border-color: #dfe0da;
}

.post_thumb_wide img
{
	border: none;
	float: left;
}
