/* 
	Theme Name: LMC Network Light Grey/Pink

	Colors Used in this Theme:
	#ffffff - white
	#666666 - grey text/headers (h3)
	#999999 - grey text/headers (h2)
	#424242 - charcoal text
	#cc6699 - neutral plum (tags)
	#0080ff - blue link
	#996699 - dark plum navbar links
	#ff66cc - pink link/hover
*/

body {
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	color: #5e5e5e;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Tag Cloud Formatting			*
************************************************/

#tagcloud a, #tagcloud a:link, #tagcloud a:visited {
	color: #cc6699;
}
#tagcloud a:hover, #tagcloud a:active {
	color: #ff66cc;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited{
	color: #0080ff;
	text-decoration: none;
	}
	
a:hover      {
	text-decoration: underline;
	color: #ff66cc;
	}

/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF url(images/header.jpg);
	width: 960px;
	height: 200px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#navmenu {
	position: absolute;
	margin-top: 125px;
	margin-left: -45px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

#navmenu ul li {
	list-style-type: none;
}

#navmenu li {
	display: inline;
}

#navmenu li a, #navmenu li a:visited {
	color: #666666;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #dfdfdf;
}
#navmenu li a:hover {
	color: #cc6699;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #dfdfdf;
	background-color: #ffffff;
}

/************************************************
*	Content 					     		    * 
************************************************/

#entrymeta {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: -10px 0 20px 0;
	}
#entrymeta a, #entrymeta a:link, #entrymeta a:visited {
	color: #666666;
	text-decoration: underline;
	}

#entrymeta a:hover, #entrymeta a:active {
	color: #ff66cc;
	}

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#content p{
	padding: 0px 15px 15px 0px;
	margin: 0px;
	line-height: 20px;
	text-align: justify;
	}
	
#content h1 {
	color: #666666;
	font-size: 22px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 0px solid #666666;
	}
	
#content h1 a  {
	color: #ff66cc;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #cc6699;
	text-decoration: none;
	}
	
#content p img{
	float: right;
	padding: 4px;
	border: 1px solid #DADADA;
	margin-left: 25px;
	margin-bottom: 15px;
	}

#content p a {
	font-weight: bold;
	text-decoration: underline;
}

#content h2 {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Century Gothic, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0px 5px 0px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	}
	
#content h3 {
	clear: both;
	color: #666666;
	font-size: 14px;
	font-family: Arial, Century Gothic, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px auto;
	border-bottom: 0px solid #DFDFDF;
	}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 610px;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 2px 0px;
	}
	
#contentleft ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ul li{
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 2px 0px;
	}

#contentleft li, #contentfull li {
	line-height: 140%;
}
	
#content blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 50px;
	background: url('images/quote.gif') top left no-repeat;
	color: #666666;
	font-style: italic;
	}

#contentfull {
	width: 960px;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

#tags {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 2px;
	margin: 10px 0 10px 0;
	}

#tags a, #tags a:link, #tags a:visited {
	color: #666666;
	text-decoration: underline;
	}

#tags a:hover, #tags a:active {
	color: #ff66cc;
	}

#postsep {
	clear: both;
	margin-bottom: 25px;
	padding-top: 10px;
	border-bottom: 4px double #cccccc;
	padding-bottom: 5px;
}


/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	float: right;
	width: 310px;
	margin: -10px 0px 0px 20px;
	padding: 0px 0px 20px 20px;
	border-left: 0px solid #ececec;
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#r_sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#r_sidebar ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px 15px;
	border-bottom: 1px solid #dfdfdf;
	background: url(images/bullet-grey.gif) left no-repeat;
	}

#r_sidebar ul li a:hover {
	color: #0290e1;
	background: #f5f5f5 url(images/bullet-pink.gif) left no-repeat;
	}
	
#r_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
#r_sidebar p a{
	text-decoration: none;
	}

#r_sidebar img{
	margin: 5px 0 0 0;
	float: none;
	padding: 4px;
	border: 1px solid #DFDFDF;
	text-align: center;
	}

#social {
	text-align: center;
}

#social img, #social img a {
	border: 0px !important;
	padding: 0px 10px 0px 10px;
	display: inline;
}

/************************************************
*	SIDEBAR SPECIAL OFFER			*
************************************************/

#specialoffer {
	background: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #dfdfdf;
	}

#specialoffer p {
	color: #cc0099;
	font-weight: bold;
	font-family: Arial, Verdana;
	text-align: center;
}

#specialoffer p a, #specialoffer p a:visited {
	color: #0080ff !important;
	text-decoration: underline;
	font-size: 16px !important;
}

#specialoffer p a:hover {
	color: #ff66cc !important;
}


/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	clear: both;
	background: #D7D7D7 url(images/footerbg.jpg) top repeat-x;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	clear: both;
	width: 960px;
	height: 154px;
	background: #D7D7D7 url(images/footer.jpg) top;
	color: #FFFFFF;
	margin: 0px auto;
	text-align: center;
	position: relative;
	line-height: 17px;
	}
	
#footerbottom {
	height: 0px;
	margin: 1px;
	background: #D7D7D7;
	position: relative;
	}
	
#footer p {
	color: #424242;
	padding: 0 0 5px 0;
	list-style-type: none;
	margin: 0px;
	}

#footer p a {
	color: #666666;
	text-decoration: underline;
	}
#footer p a:hover {
	color: #ff66cc;
	text-decoration: underline;
	}

#footer a {
	color: #666666;
	text-decoration: none;
	}

#footer a:hover {
	color: #ff66cc;
	text-decoration: none;
	}
	
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #666666;
	}

#footer ul li a:hover {
	background: #FFFFFF;
	color: #ff66cc;
	}
	
#footerleft {
	float: left;
	width: 600px;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	display: inline;
	text-align: left;
	}
	
#footerright {
	float: right;
	width: 360px;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	display: inline;
	text-align: right;
	}


/************************************************
*	Search Form									*
************************************************/

#searchdivtop {
	margin-top: 8px;
	margin-bottom: 10px;
}

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	background: #EFEFEF url(images/search.gif);
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	}
	
#sbutt {
	background: #878787;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 600px;
	background: #f7f7f7;
	color: #666666;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #dfdfdf;
	}
	
#commentblock ol{
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #666666;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px -15px;
	padding: 20px 10px 5px 30px;
	width: 560px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	border: 1px solid #dfdfdf;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 560px;
	background: #ffffff url(images/comment.gif) no-repeat top left;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/************************************************
*	TGP Premium Section	     	    * 
************************************************/

#tgp-premium-section {
	clear: both;
	width: 960px;
	margin: 20px 0 20px 0px;
	padding-bottom: 10px;
}

#tgp-premium-section li {
	color: #999999 !important;
	line-height: 150%;
}

#tgp-premium-section li a, #tgp-premium-section li a:visited {
	color: #666666;
}
#tgp-premium-section li a:active, #tgp-premium-section li a:hover {
	color: #ff66cc;
}

#tgp-premium-container	{
	float: left;
	display: inline;
	border: 1px solid #DFDFDF;
	padding: 8px;
	margin: 4px 8px 20px 8px;
	width: 445px;
	height: 245px;
	overflow: hidden;
	background: #FFFFFF url('images/tgpbg.jpg') top repeat-x;
}

#tgp-premium {
	height: 200px;
}

#tgp-premium h4 {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	}
	
#tgp-premium h4 a, #tgp-premium h4 a:visited  {
	color: #666666;
	text-decoration: none;
	border: none;
	}

#tgp-premium h4 a:hover {
	color: #0080ff;
	text-decoration: underline;
	border: none;
	}

#tgp-premium p {
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	margin: 4px;
	color: #666666;
	padding: 5px 5px 0 5px;
	line-height: 1.5em;
	font-size: 12px;
	text-transform: capitalize;
}

#tgp-premium p a, #tgp-premium p a:link, #tgp-premium p a:visited	{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
#tgp-premium p a:hover, #tgp-premium p a:active	{
	color: #ff66cc;
}

img.tgp-premium {
	float: right;
	margin: 0px 0px 5px 20px;
	display: inline;
	padding: 4px;
	border: 1px solid #dadada;
}

#tgpclick {
	height: 20px;
	width: 435px;
	margin-top: 5px;
	color: #ff66cc;
	font-weight: bold;
	font-size: 13px;
	text-transform: capitalize;
}

#tgptags {
	position: absolute;
	width: 435px;
	margin-top: 18px;
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #ffffff;
	color: #666666;
	border-top: 1px solid #DFDFDF;
	border-left: 0px solid #DFDFDF;
	border-right: 0px solid #DFDFDF;
	border-bottom: 0px solid #DFDFDF;
	font-size: 10px;
	text-transform: uppercase;
}

#tgptags a, #tgptags a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#tgptags a:hover {
	font-weight: normal;
	color: #ff66cc;
}
.tags { color: #666666; }

/************************************************
*	WordTube Formatting			*
************************************************/

.wordtube {
	float: right !important;
	padding: 4px !important;
	margin: 0px 0 20px 30px !important;
	border: 1px solid #dfdfdf !important;
}

