/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
	font-size: 62.5%;
	line-height:185%;
	color: #666;
}

a:focus
{
	outline: 1px dotted invert;
	
}




hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}



/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 2.2em;
	line-height: 115%;
	color: #000;
	margin-bottom: 10px;
}

h2
{
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	color: #17c090;
padding-top:10px;
	
}


h2 a
{		color: #17c090;
	background: #F3F3F3;
	border-bottom: 1px solid #E3E3E3;
	padding: 2px 4px;
	
} 




h3
{
	color:black;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 110%;
}


h3 a
{
color: #17c090;
}



h4 a
{
	border-bottom: 1px dotted #000;
}

h4 a:hover {
	color: #17c090;}



h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

dl,
hr,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

/* ImJustCreative specific styling */
/* Generic styling */





.blogpostcontainer img a {
border:0px;}



#blog_post ul li {
	margin-left: 25px;
	list-style: square;
}

#blog_post ol li {
	margin-left: 25px;
	list-style: decimal;
}

#sidebar-right ul li.widget ul li, #sidebar-left ul li.widget ul li {
	font-size: 1.2em;
	line-height:120%;
	margin-bottom: 10px;

}

#sidebar-right ul li.widget ul li a, #sidebar-left ul li.widget ul li a {
color:#6c6c6c;
padding-right:80px;

}


#sidebar-right ul li.widget ul li a:hover, #sidebar-left ul li.widget ul li a:hover {
color:#2DACDF;

}




#sidebar-right h2, #sidebar-left h2 {
font-size:1.4em;
color:#000000;
margin-top: 15px;
}

#sidebar-right h2 {
font-size:1.4em;
clear:right;
color:#000000;
}

#sidebar-right img {
float: right;
clear:right;
margin-bottom: 5px;
background-color: #efefef;
padding:10px;}

blockquote {
	margin: 10px 20px;
	font-style: italic;
	color: #999;
	border-left: 3px solid #CCC;
	padding: 10px 10px 10px 10px;
	background: #F3F3F3;
}



.rsstint {
	margin-top:30px;
	font-style: italic;
	color: #999;
	border-left: 3px solid #CCC;
	padding: 10px;
	background: #eeeeee;
}

blockquote p {
	margin: 0;
}



.same_size {
	font-size: 1em !important;
	margin-bottom: 5px;
}





legend, input.special {
	display: none;
	visibility: hidden;
}



p, label {
	font-size: 1.1em;
	margin-bottom: 10px;
	
}




ul, li {
	margin: 0 0 10px 0;
	list-style: none;
}

li p {
	margin-bottom: 10px;
}

input, select, textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, #blog_post a, {
	color: #17c090;
}


a:hover, #sidebar-left a, #sidebar-right a {
	color: #17c090;
}



hr {
	margin-bottom: 10px;
}

small {
	text-transform: uppercase;
}

small a {
	color: #333;
}

#sidebar-left small, #sidebar-right small {
	text-transform: none;
	font-size: 1.1em;
	margin-bottom: 10px;
	display: block;
}

small a:hover {
	text-decoration: underline;
}



#blog_post p a {
	color:#000;
	border-bottom: 1px dotted #000;

}





#blog_post a:hover, #sidebar-left a:hover, #sidebar-right a:hover {
	color: #17c090;
	text-decoration: none;
}

/* Item specific styling */

#description p {
	text-align: left;
	margin-bottom:15px;
}

#blog_post li, .navigation {
	font-size: 1.2em;
}

#footer p, #footer li {
	font-size: 1.1em;
	color: #999;

}

#footer li {
margin: 0 0 5px 0;
}


#footer a {
	color: #999;
}

#footer a:hover {
	color: #FFF;
}

#footer small {
display:block;
	margin-top:30px;
	font-size: 1.1em;
	text-transform: none;
	color: #999;
}

p a.subscribe {
	padding-left: 20px;
	background: url(images/rss_icon.png) left center no-repeat;
	font-weight: bold;
	display: block;
	height: 14px;
}






#comments h3 {

	font-size: 2em;
	color: #000;
	font-weight: bold;
	padding-top: 20px;
	margin-left:10px;

}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.grid_1 img {
	width: 50px;
}

#featured_work .grid_3 img {
	width: 220px;
}