/*
Theme Name: Dj Cobra WordPress Theme
Description: Dj Cobra WordPress Theme designed by The Fabbgroup.
Version: 0.1
Author: Josef Lagunas
Author URI: http://joseflagunas.com

	This WordPress Theme was designed for Dj Cobra
	by The Fabbgroup and implemented by
	Josef Lagunas @ Contact Design Studios
	http://contactdesignstudios.com.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a
{
	color: #61e7ff;
	text-decoration: none;
}

a:hover
{
	color: #333;
}

input,
textarea
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p
{
	margin-bottom: 12px;
}


#header #socialnetworks ul li a
{
	font-size: 10px;
}


#topmenu
{
	font-size: 18px;
	text-transform: lowercase;
}
	#topmenu ul li a
	{
		color: #343434;
	}
	
	#topmenu ul li.current_page_item
	{
		
	}
		
		#topmenu ul li.current_page_item a
		{
			color: #fafcfb;
		}
	

#content .entry
{
	color: #fff;
	line-height: 22px;
}
	#content .entry h2,
	#content .entry h3,
	#content .entry legend
	{
		color: #0ad6fa;
	}
	
	#content .entry h2
	{
		font-size: 32px;
	}
	
	#content .entry h3
	{
		font-size: 26px;
	}
	
	#content .entry h4
	{
		font-weight: bold;
	}
	
	#content .entry h4,
	#content .entry legend
	{
		font-size: 18px;
	}
	
	#content .entry h5
	{
		font-weight: bold;
	}
	
	#content .entry em
	{
		font-style: italic;
	}
	
	#content .entry hr
	{
		border: solid 1px #333;
		margin: 10px 0px;
	}
	
	#content .entry span
	{
		color: #565656;
	}
	
	#content .entry a:hover
	{
		color: #ccc;
	}
	
	#content .entry .postmetadata small
	{
		color: #ccc;
		font-size: 10px;
		line-height: 12px;
	}
	
	#content .contact
	{
		font-size: 15px;
	}
	

#comments a
{
	color: #000;
	text-decoration: underline;
}

#comments a:hover
{
	text-decoration: none;
}

#comments h3
{
	font-size: 26px;
	color: #0ad6fa;
}

#comments h4
{
	font-size: 18px;
	color: #0ad6fa;
}

	#comments ol.commentlist li .comment-author
	{
		font-weight: bold;
	}
	
	#comments ol.commentlist li .comment-meta,
	#comments ol.commentlist li .comment-meta a
	{
		color: #666;
		font-size: 10px;
	}

#respond textarea
{
	width: 535px;
}

#sidebar
{
	font-size: 13px;
}

	#sidebar a
	{
		color: #0794ad;
		text-decoration: none;
	}
	#sidebar a:hover
	{
		color: #333;
		text-decoration: none;
	}	
		
#footer
{
}