/*  
Theme Name: WordPress StudentLife.bg
Theme URI: http://studentlife.bg/
Description: StudentLife.bg custom theme
Version: 1.0
Author: 3atwork team
Author URI: http://3atwork.com/

	StudentLife.bg
	 http://studentlife.bg
*/

@media screen {
	
*
{
	margin:0;
	padding:0;
}

html
{
	background:#ccc url(img/bkg.png) left top no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size:66.7%;
}

h2
{
	font-size:1.3em;
}

#content .pagetitle,
#content #comments,
#content #respond
{
	clear:both;
	width:100%;
	background:none;
	font-size:1em;
	font-weight:bold;
}

hr
{
	visibility:hidden;
	display:none;
}

#header
{
	background:#ccc url(img/head.jpg) left top no-repeat;
	width:835px;
	height:135px;
	margin-left:158px;
}
#header a
{
	float:right;
	width:249px;
	height:135px;
	text-indent:-1000em;
	overflow:hidden;
	background:white url(img/logo.jpg) 0 0px no-repeat;
}

#header .description
{
	display:none;
}

#main
{
	
	background:white url(img/binder.jpg) top left repeat-y;
	width:853px;
	padding-left:30px;
	margin-left:99px;
	padding-top:10px;
}

#content
{
	float:left;
	padding-left:100px;
	padding-right:53px;
	width:470px;
}

#content h2,
#content h3
{
	margin-top:1em;
	font-size:2em;
	font-weight:normal;
	background:transparent url(img/h2_und.gif) bottom left no-repeat;
	padding-bottom:1em;
	float:left;
	clear:both;
}
#content .entry
{
	clear:both;
	text-align:justify;
	line-height:1.5em;
}
#content small, #content a
{
	color:#DF4C19;
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}
#content h2 a:hover
{
	text-decoration:none;
}

#content .date /* date */
{
	white-space:nowrap;
	display:block;
	margin-bottom:1em;
	clear:both;
	display:none;
}
#content .postmetadata
{
	color:#636060;
	font-size:.9em;
	clear:both;
}
#content .postmetadata small
{
	color:#636060;
	font-size:1em;
}
#content h2 a,
#content h3 a
{
	color:black;
	text-decoration:none;

}

textarea
{
	width:400px;
}

#content p
{
	margin-bottom:1em;
	
}

#sidebar
{
	float:left;
	width:204px;
}

#sidebar *
{
	list-style:none;
}

#sidebar a
{
	font-size:1.1em;
}

#footer
{
	height:61px;
	background:white url(img/footer.jpg) top left repeat-x;
	margin-left:158px;
	width:814px;
	text-align:right;
	padding-top:50px;
	color:#838485;
	padding-right:10px;
}
#footer a
{
	color:#838485;
}

#sidebar h2
{
	color:#E26236;
	margin-top:1em;
}

#searchsubmit
{
	color:black;
	font-weight:bold;
	background:transparent;
	border:0;
}

#s /* searchbox */
{
	color:#DF4C19;
	width:120px;
}

#sidebar a
{
	font-weight:bold;
	color:black;
	text-decoration:none;
	line-height:1.5em;
}

.commentlist
{
	clear:both;
}

.commentlist cite
{
	font-weight:bold;
}
.commentlist li
{
	list-style:none;
}
.commentlist cite
{
	font-weight:bold;
}

.commentmetadata
{
	display:block;
	margin-bottom:1em;
}
#subscribe_container
{
	position:absolute;
	width:84px;
	height:231px;
	background:transparent url(img/phone.png) left top no-repeat;
	left:0;
	top:500px;
	font-size:9px;
	padding-top:50px;
	padding-left:14px;
	padding-right:32px;

}
#subscribe_container h3,
#subscribe_container strong
{
	font-size:9px;
	font-weight:normal;
}
#subscribe_container #email
{
	width:73px;
}

#subscribe_container form
{
}
#subscribe_container .submit
{
	width:50px;
	height:50px;
	text-indent:-1000px;
	padding-left:200px;
	overflow:hidden;
	background:transparent url(img/subscribe.png) left top no-repeat;
	border:0;
	position:absolute;
	left:28px;
	top:193px;
}

#tools li
{
	list-style:none;
	display:inline;
}
#zoom_in,
#zoom_out,
#print
{
	display:block;
	width:14px;
	height:14px;
	background:transparent url(img/icons/zoom_in.gif) left top no-repeat;
	text-indent:-10000px;
	overflow:hidden;
	float:left;
	margin:1em .1em;
}

#zoom_out
{
	background:transparent url(img/icons/zoom_out.gif) left top no-repeat;
}	
#print
{
	background:transparent url(img/icons/print.gif) left top no-repeat;
	width:16px;
}
}

@media print
{

	#sidebar, #footer, #subscribe_container
	{
		display:none;
	}
}
