/*
Theme Name: Coningham
Theme URI: http://jaci.coningham.net/
Description: Portfolio da designer Jaci Coningham.
Version: 5
Author: Jaci P. Coningham
Author URI: http://jaci.coningham.net/
*/

/* default, links, text, layout */

/* ----------------------------------------
DEFAULT STYLESHEET
Portfolio 5 090523
Unchangeable elements.
*/
* { margin:0; padding:0; }
a[href^="http://"]:not([href*="coningham.net"])::after { content:"\2197"; }
img { border:0; }
.clear { clear:both; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }

/* ----------------------------------------
LINKS STYLESHEET
Portfolio 5 090527
*/

a { color:#C54A4F; text-decoration:none; }
a:hover { color:#526BA8; }

#menu a { font-size:1.1em; }
#menu a {text-transform:uppercase;}
#footer a {font-weight:bold;}

.blog-listing a { padding:0 5px; font-size:1.4em; color:#FDFEFB; }
.blog-listing a:hover {color:#FDFEFB; border-right:solid 5px #FDFEFB; }

/* ----------------------------------------
TEXT STYLESHEET
Portfolio 5 090527
*/

h1 { padding-bottom:25px; font-size:1.8em; font-weight:normal; text-align:right; }
p { padding:0 10px; line-height:150%; text-align:left; }
p:first-letter { margin-left:25px; }

/* ----------------------------------------
LAYOUT STYLESHEET
Portfolio 5 090527
*/

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:62.5%; color:#535452; text-align:center;
	background: #FDFEFB url(images/portfolio-bg.jpg) top center fixed;
}

#container {
	margin:0 auto; width:944px;
	font-size:1.4em;
}

#header,#footer-img {
	width:100%; height:225px;
}

#menu {
	width:100%; margin-bottom:25px; padding:10px;
	text-align:right;
	border-top:solid 1px #898C88; border-bottom:solid 1px #898C88;
	background:url(images/content-bg-stripes.gif) repeat;
}

#footer {
	width:100%; margin-top:25px; padding:10px;
	border-top:solid 1px #898C88; border-bottom:solid 1px #898C88;
	background:url(images/content-bg-zigzags.gif) repeat;
}

/*portfolio*/

#img-listing {
	width:100%;
}

#img-listing img {
	padding:5px;
	float:left;
}

#work-info {
	width:50%; margin:25px auto 0 auto; padding:10px 0;
	border-top:solid 1px #898C88; border-bottom:solid 1px #898C88;
	background:#FDFEFB;
}

/*blog*/

.blog-listing {
margin: 5px; width:300px; padding:5px 0; float:left; text-align: left;
background:#C54A4F;
}

#blog-entry {
width:484px; padding:10px 0;
	float:left;
	border-top:solid 1px #898C88; border-bottom:solid 1px #898C88;
	background:#FDFEFB;
}

#blog-img {
	width:450px;
min-height:322px;
height:auto;
	float:right;
background:url(images/content-bg-circles.gif) repeat;
}
/* for Internet Explorer */
/*\*/
* html #blog-img {
height: 322px;
}
/**/


/*page*/

#page-normal {
	width:75%; margin:auto; padding:10px 0;
	border-top:solid 1px #898C88; border-bottom:solid 1px #898C88;
	background:#FDFEFB;
}

#page-normal p {
padding-bottom:15px;
}

#page-normal p:first-letter {
margin:0;
}

.page-left {
width:45%;
float:left;
}

.page-right {
width:45%;
float:right;
}