/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here 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.

*/

/* Header */ 

#socialmedia {
	float: right;
	margin-right: 10px;
	width: 280px;
}

#socialmedia a:hover {
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#contactinfo {
	float: right;
	margin-right: 10px;
	width: 280px;
	margin-top: 25px;
}

h1.contact {
	font-size: 14px;
}
.rss {
	display: none;
}

#logo {
	margin-left: 10px;
}

#tagline {
	width: 300px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;	
}

/* Home */

.photo {
	float: left;
	padding-right: 15px;
}

.photo1 {
	float: left;
	padding-right: 15px;
	margin-top: -15px;
}

.frontcontent {
	height: 200px;
}

.thememod {
	font-size: 18px;
	text-decoration: none;
}

a:hover.thememod {
	text-decoration: underline;
}

.entry a {
	text-decoration: none;	
}

.entry a:hover {
	text-decoration: underline;	
}

/* Misc */

.hide {
	display: none;
}

#breadcrumb a {
	text-decoration: none;	
}

#breadcrumb a:hover {
	text-decoration: underline;	
}

.post .post-header a {
	text-decoration: none;	
}

.post .post-header a:hover {
	text-decoration: underline;	
}

/* Portfolio */

a:hover.thumb {
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#portfolio .block {
	width:420px;
	margin:0 14px 20px 14px;
	display:inline;
	height: 425px;
}

#portfolio .block a.thumb {
	border:1px solid #ddd;
	padding:4px;
	margin:0 0 20px 0;
	display:block;
}
	
#portfolio .block h2 {
	font-size:18px;
	margin-bottom:15px; 
}

.port-cat {
	text-transform:uppercase;
}

.port-cat a {
	padding:2px 6px;
	background:#e4e4e4;
	margin:0 0 0 5px;
	border:1px solid #ccc; 
}

.port-cat a:hover {
	text-decoration:none;
	background:#eee; 
}

.post-meta .comments {
}

#portfolio {
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #dcdcdc;
}

.entry_1 a {
	text-decoration: none;
}

.entry_1 a:hover {
	text-decoration: underline;
}

.col-one-child-themes {
    width: 430px;
    float: left;
    padding-right: 30px;
    height: 2200px;
}

/* Footer */

#credit a {
	text-decoration: none;	
}

#credit a:hover {
	text-decoration: underline;	
}